Interface IProjektRessourcenHandler
- All Superinterfaces:
IAPIHandler
,IGenericHandler
,Serializable
- All Known Implementing Classes:
ProjektRessourceHandler
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) getAllByProjekt
(UserContext uc, Projekt projekt) getByName
(UserContext uc, Projekt projekt, String name) getDownloadRessource
(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName) update
(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, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Method Details
-
getByName
-
getAllByProjekt
-
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)
-