Package de.xima.fc.api.entity
Class ProjektRessourcenAPI
-
Field Summary
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass
-
Constructor Summary
Constructors -
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) getDownloadResource
(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName) update
(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res) Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
ProjektRessourcenAPI
public ProjektRessourcenAPI()
-
-
Method Details
-
getByName
-
getAllByProjekt
-
create
public ProjektRessource create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) -
update
public ProjektRessource update(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res) -
getDownloadResource
public ProjektRessource getDownloadResource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)
-