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  Projekts which are available on aFrontendServer. | 
| Boolean | isAlreadyUsed(UserContext uc,
             MandantFrontendServer mfs)Method for testing if a combination of  FrontendServerandMandantalready exists. | 
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, resultTotalCount, update, updategetHandlerProviderpublic List<Projekt> getProjektsBy(UserContext uc, Integer frontendServerID, Integer mandantID, Integer benutzerGruppenID)
Projekts 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 Projekts.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.