Package de.xima.fc.form.helper
Class ProjektRessourceHelper
- java.lang.Object
-
- de.xima.fc.form.helper.ProjektRessourceHelper
-
public class ProjektRessourceHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjektRessourceHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProjektRessource
createProjektRessource(UserContext uc, XfcSession xfs, Projekt projekt, org.apache.commons.fileupload.FileItem item)
static ProjektRessource
createProjektRessource(UserContext uc, String userName, Mandant mandant, Projekt projekt, byte[] daten, String fileName)
-
-
-
Method Detail
-
createProjektRessource
public static ProjektRessource createProjektRessource(UserContext uc, XfcSession xfs, Projekt projekt, org.apache.commons.fileupload.FileItem item) throws IOException
- Throws:
IOException
-
createProjektRessource
public static ProjektRessource createProjektRessource(UserContext uc, String userName, Mandant mandant, Projekt projekt, byte[] daten, String fileName) throws IOException
- Throws:
IOException
-
-