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, getBy, getById, getById, getById, resultTotalCount, update, updategetNameMandantRessource 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 © 2020 XIMA MEDIA GmbH. All rights reserved.