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 Deprecated Methods Modifier and Type Method Description static ProjektRessource
createProjektRessource(UserContext uc, XfcSession xfs, Projekt projekt, org.apache.commons.fileupload.FileItem item)
Deprecated.static ProjektRessource
createProjektRessource(UserContext uc, String userName, Mandant mandant, Projekt projekt, byte[] daten, String fileName)
-
-
-
Method Detail
-
createProjektRessource
@Deprecated public static ProjektRessource createProjektRessource(UserContext uc, XfcSession xfs, Projekt projekt, org.apache.commons.fileupload.FileItem item) throws IOException
Deprecated.- Throws:
IOException
-
createProjektRessource
public static ProjektRessource createProjektRessource(UserContext uc, String userName, Mandant mandant, Projekt projekt, byte[] daten, String fileName) throws IOException
- Throws:
IOException
-
-