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 ofProjekt
s which are available on aFrontendServer
.Method for testing if a combination ofFrontendServer
andMandant
already 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, update
Methods 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 ofProjekt
s which are available on aFrontendServer
.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.frontendServerID
-Integer
the ID ofFrontendServer
.mandantID
-Integer
the ID ofMandant
.benutzerGruppenID
-Integer
the ID ofBenutzerGruppe
.- Returns:
List
the availableProjekt
s.- Since:
- 2.4.3
-
isAlreadyUsed
Method for testing if a combination ofFrontendServer
andMandant
already exists.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.mfs
-MandantFrontendServer
with the data to be tested.- Returns:
Boolean
if the combination already exists.- Since:
- 2.4.3
-