public interface IProjektRessourcenHandler extends IGenericHandler
| Modifier and Type | Method and Description | 
|---|---|
ProjektRessource | 
create(UserContext uc,
      String name,
      byte[] daten,
      String userName,
      String fileName,
      Mandant mandant,
      Projekt projekt)  | 
List<ProjektRessource> | 
getAllByProjekt(UserContext uc,
               Projekt projekt)  | 
ProjektRessource | 
getByName(UserContext uc,
         Projekt projekt,
         String name)  | 
ProjektRessource | 
getDownloadRessource(UserContext uc,
                    FrontendServer fs,
                    Integer projektId,
                    String ressourceName)  | 
ProjektRessource | 
update(UserContext uc,
      byte[] daten,
      String userName,
      String fileName,
      ProjektRessource res)  | 
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, updategetNameProjektRessource getByName(UserContext uc, Projekt projekt, String name)
List<ProjektRessource> getAllByProjekt(UserContext uc, Projekt projekt)
ProjektRessource create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
ProjektRessource update(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res)
ProjektRessource getDownloadRessource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.