public interface IProjektHandler extends IGenericHandler
Modifier and Type | Method and Description |
---|---|
Projekt |
addProjektRessource(UserContext uc,
int projektId,
int ressourceId) |
Projekt |
copy(UserContext uc,
Projekt projekt,
int id,
int fvId) |
List<Projekt> |
getAllByMandant(UserContext uc,
Mandant mandant) |
FormVersion |
getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Gets the current form version.
|
Projekt |
importProjekt(UserContext uc,
Mandant mandant,
byte[] bytes,
String name,
String beschreibung,
String title) |
boolean |
isActivationAllowed(UserContext uc,
Projekt projekt) |
boolean |
isFsAllowed(UserContext uc,
Projekt project,
FrontendServer fs)
Checks on whether the project can be accessed via the frontend server.
|
Boolean |
isZugriffsberechtigt(UserContext uc,
Projekt projekt,
Benutzer ben) |
Boolean |
isZugriffsbeschraenkt(UserContext uc,
Projekt projekt) |
create, create, delete, delete, deleteBy, deleteById, getAll, getAllBy, getBy, getById, getById, resultTotalCount, update, update
getName
FormVersion getCurrentFormVersion(UserContext uc, Projekt projekt, FrontendServer fs)
uc
- the ucprojekt
- the projektfs
- Boolean isZugriffsbeschraenkt(UserContext uc, Projekt projekt)
Boolean isZugriffsberechtigt(UserContext uc, Projekt projekt, Benutzer ben)
Projekt importProjekt(UserContext uc, Mandant mandant, byte[] bytes, String name, String beschreibung, String title) throws Exception
Exception
Projekt addProjektRessource(UserContext uc, int projektId, int ressourceId)
List<Projekt> getAllByMandant(UserContext uc, Mandant mandant)
Projekt copy(UserContext uc, Projekt projekt, int id, int fvId) throws Exception
Exception
boolean isActivationAllowed(UserContext uc, Projekt projekt)
boolean isFsAllowed(UserContext uc, Projekt project, FrontendServer fs)
uc
- the ucproject
- the projectfs
- the frontendserverCopyright © 2018 XIMA MEDIA GmbH. All rights reserved.