Interface IMandantRessourcenHandler
- All Superinterfaces:
IAPIHandler
,IGenericHandler
,Serializable
- All Known Implementing Classes:
MandantRessourceHandler
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant) getAllByMandant
(UserContext uc, Mandant mandant) getByName
(UserContext uc, Mandant mandant, String name) getDownloadRessource
(UserContext uc, Integer mandantId, String ressourceName) update
(UserContext uc, byte[] daten, String userName, String fileName, MandantRessource 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
-
getAllByMandant
-
create
MandantRessource create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant) -
update
MandantRessource update(UserContext uc, byte[] daten, String userName, String fileName, MandantRessource res) -
getDownloadRessource
-