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 MandantRessourcecreate(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant)List<MandantRessource>getAllByMandant(UserContext uc, Mandant mandant)MandantRessourcegetByName(UserContext uc, Mandant mandant, String name)MandantRessourcegetDownloadRessource(UserContext uc, Integer mandantId, String ressourceName)MandantRessourceupdate(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)
-
-