Interface IProjektRessourcenHandler
-
- All Superinterfaces:
IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
ProjektRessourceHandler
public interface IProjektRessourcenHandler extends IGenericHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjektRessourcecreate(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)List<ProjektRessource>getAllByProjekt(UserContext uc, Projekt projekt)ProjektRessourcegetByName(UserContext uc, Projekt projekt, String name)ProjektRessourcegetDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)ProjektRessourceupdate(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res)-
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Methods inherited from interface de.xima.fc.handler.interfaces.entity.IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
-
-
-
Method Detail
-
getByName
ProjektRessource getByName(UserContext uc, Projekt projekt, String name)
-
getAllByProjekt
List<ProjektRessource> getAllByProjekt(UserContext uc, Projekt projekt)
-
create
ProjektRessource create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
-
update
ProjektRessource update(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res)
-
getDownloadRessource
ProjektRessource getDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)
-
-