public class ProjektRessourcenAPI extends AEntityAPI<ProjektRessource>
entityClass| Constructor and Description | 
|---|
ProjektRessourcenAPI()  | 
| 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 | 
getDownloadResource(UserContext uc,
                   FrontendServer fs,
                   Integer projektId,
                   String ressourceName)  | 
ProjektRessource | 
update(UserContext uc,
      byte[] daten,
      String userName,
      String fileName,
      ProjektRessource res)  | 
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, updategetHandlerProviderpublic ProjektRessource getByName(UserContext uc, Projekt projekt, String name)
public List<ProjektRessource> getAllByProjekt(UserContext uc, Projekt projekt)
public ProjektRessource create(UserContext uc, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
public ProjektRessource update(UserContext uc, byte[] daten, String userName, String fileName, ProjektRessource res)
public ProjektRessource getDownloadResource(UserContext uc, FrontendServer fs, Integer projektId, String ressourceName)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.