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 MandantFrontendServer
getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)
Method for fetching aMandantFrontendServer
List<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, 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
-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
public List<MandantFrontendServer> getByProject(UserContext uc, Projekt project)
-
-