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
-
public class MandantFrontendServerAPI extends AEntityAPI<MandantFrontendServer>
-
-
Field Summary
-
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass
-
-
Constructor Summary
Constructors Constructor Description MandantFrontendServerAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MandantFrontendServergetByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)Method for fetching aMandantFrontendServerList<MandantFrontendServer>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, getPagedResult, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
-
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
-
-
-
Method Detail
-
getByMandantAndFs
public MandantFrontendServer getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)
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
public List<MandantFrontendServer> getByProject(UserContext uc, Projekt project)
-
-