public interface IMandantRessourcenHandler extends IGenericHandler
Modifier and Type | Method and 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) |
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
MandantRessource getByName(UserContext uc, Mandant mandant, String name)
List<MandantRessource> getAllByMandant(UserContext uc, Mandant mandant)
MandantRessource create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant)
MandantRessource update(UserContext uc, byte[] daten, String userName, String fileName, MandantRessource res)
MandantRessource getDownloadRessource(UserContext uc, Integer mandantId, String ressourceName)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.