Interface IMandantRessourcenHandler
-
- All Superinterfaces:
IAPIHandler
,IGenericHandler
,Serializable
- All Known Implementing Classes:
MandantRessourceHandler
public interface IMandantRessourcenHandler extends IGenericHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MandantRessource
create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant)
List<MandantRessource>
getAllByMandant(UserContext uc, Mandant mandant)
MandantRessource
getByName(UserContext uc, Mandant mandant, String name)
MandantRessource
getDownloadRessource(UserContext uc, Integer mandantId, String ressourceName)
MandantRessource
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 Detail
-
getByName
MandantRessource getByName(UserContext uc, Mandant mandant, String name)
-
getAllByMandant
List<MandantRessource> getAllByMandant(UserContext uc, Mandant mandant)
-
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
MandantRessource getDownloadRessource(UserContext uc, Integer mandantId, String ressourceName)
-
-