Package de.xima.fc.api.entity
Class MandantFrontendServerAPI
java.lang.Object
de.xima.fc.api.ASubAPI
de.xima.fc.api.entity.AEntityAPI<MandantFrontendServer>
de.xima.fc.api.entity.MandantFrontendServerAPI
-
Field Summary
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs) Method for fetching aMandantFrontendServergetByProject(UserContext uc, Projekt project) 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
-
MandantFrontendServerAPI
public MandantFrontendServerAPI()
-
-
Method Details
-
getByMandantAndFs
Method for fetching aMandantFrontendServer- Parameters:
uc-UserContextthe user context in which the action is to be performed.mandant- for which theMandantFrontendServershould be loaded.fs-FrontendServerwhich corresponds to theMandantFrontendServer.- Returns:
MandantFrontendServer- Since:
- 2.4.3
-
getByProject
-