Interface IMandantFrontendServerHandler
-
- All Superinterfaces:
IAPIHandler
,IGenericHandler
,Serializable
- All Known Implementing Classes:
MandantFrontendServerHandler
public interface IMandantFrontendServerHandler extends IGenericHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MandantFrontendServer
getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)
List<MandantFrontendServer>
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, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
-
-
-
Method Detail
-
getByMandantAndFs
MandantFrontendServer getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)
-
getByProject
List<MandantFrontendServer> getByProject(UserContext uc, Projekt project)
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
-
-