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, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
ProjektRessource 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 © 2021 XIMA MEDIA GmbH. All rights reserved.