public class FrontendServerAPI extends AEntityAPI<FrontendServer>
FrontendServer
entities.entityClass
Constructor and Description |
---|
FrontendServerAPI() |
Modifier and Type | Method and Description |
---|---|
List<Projekt> |
getProjektsBy(UserContext uc,
Integer frontendServerID,
Integer mandantID,
Integer benutzerGruppenID)
Method for determining of
Projekt s which are available on a FrontendServer . |
Boolean |
isAlreadyUsed(UserContext uc,
MandantFrontendServer mfs)
Method for testing if a combination of
FrontendServer and Mandant already exists. |
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
getHandlerProvider
public List<Projekt> getProjektsBy(UserContext uc, Integer frontendServerID, Integer mandantID, Integer benutzerGruppenID)
Projekt
s which are available on a FrontendServer
.uc
- UserContext
the user context in which the action is to be performed.frontendServerID
- Integer
the ID of FrontendServer
.mandantID
- Integer
the ID of Mandant
.benutzerGruppenID
- Integer
the ID of BenutzerGruppe
.List
the available Projekt
s.public Boolean isAlreadyUsed(UserContext uc, MandantFrontendServer mfs)
FrontendServer
and Mandant
already exists.uc
- UserContext
the user context in which the action is to be performed.mfs
- MandantFrontendServer
with the data to be tested.Boolean
if the combination already exists.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.