Package de.xima.fc.api.entity
Class FrontendServerAPI
API class for manipulation of
FrontendServer entities.- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProjektsBy(UserContext uc, Integer frontendServerID, Integer mandantID, Integer benutzerGruppenID) Method for determining ofProjekts which are available on aFrontendServer.Method for testing if a combination ofFrontendServerandMandantalready exists.Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, updateMethods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
FrontendServerAPI
public FrontendServerAPI()
-
-
Method Details
-
getProjektsBy
public List<Projekt> getProjektsBy(UserContext uc, Integer frontendServerID, Integer mandantID, Integer benutzerGruppenID) Method for determining ofProjekts which are available on aFrontendServer.- Parameters:
uc-UserContextthe user context in which the action is to be performed.frontendServerID-Integerthe ID ofFrontendServer.mandantID-Integerthe ID ofMandant.benutzerGruppenID-Integerthe ID ofBenutzerGruppe.- Returns:
Listthe availableProjekts.- Since:
- 2.4.3
-
isAlreadyUsed
Method for testing if a combination ofFrontendServerandMandantalready exists.- Parameters:
uc-UserContextthe user context in which the action is to be performed.mfs-MandantFrontendServerwith the data to be tested.- Returns:
Booleanif the combination already exists.- Since:
- 2.4.3
-