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 MandantFrontendServergetByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)List<MandantFrontendServer>getByProject(UserContext uc, Projekt project)Gets theMandantFrontendServers 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 theMandantFrontendServers of the givenProjekt- Parameters:
 uc-UserContextto do this query forproject-Projektof which to get theMandantFrontendServers- Returns:
 ListofMandantFrontendServer- Since:
 - 6.0.0
 
 
 - 
 
 -