Interface IMandantFrontendServerHandler
- All Superinterfaces:
IAPIHandler
,IGenericHandler
,Serializable
- All Known Implementing Classes:
MandantFrontendServerHandler
-
Method Summary
Modifier and TypeMethodDescriptiongetByMandantAndFs
(UserContext uc, Mandant mandant, FrontendServer fs) getByProject
(UserContext uc, Projekt project) Gets theMandantFrontendServer
s of the givenProjekt
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
Methods inherited from interface de.xima.fc.handler.interfaces.entity.IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Method Details
-
getByMandantAndFs
-
getByProject
Gets theMandantFrontendServer
s of the givenProjekt
- Parameters:
uc
-UserContext
to do this query forproject
-Projekt
of which to get theMandantFrontendServer
s- Returns:
List
ofMandantFrontendServer
- Since:
- 6.0.0
-