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 aMandantFrontendServer
getByProject
(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, update
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
MandantFrontendServerAPI
public MandantFrontendServerAPI()
-
-
Method Details
-
getByMandantAndFs
Method for fetching aMandantFrontendServer
- Parameters:
uc
-UserContext
the user context in which the action is to be performed.mandant
- for which theMandantFrontendServer
should be loaded.fs
-FrontendServer
which corresponds to theMandantFrontendServer
.- Returns:
MandantFrontendServer
- Since:
- 2.4.3
-
getByProject
-