Interface IFrontendServerHandler
- 
- All Superinterfaces:
 IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
 FrontendServerHandler
public interface IFrontendServerHandler extends IGenericHandler
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Projekt>getProjektsByFs(UserContext uc, Integer fronendServerId, Integer mandantId, Integer benutzerGruppeId)Gets the projekts by fs.BooleanisAlreadyUsed(UserContext uc, MandantFrontendServer mfs)- 
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
- 
getProjektsByFs
List<Projekt> getProjektsByFs(UserContext uc, Integer fronendServerId, Integer mandantId, Integer benutzerGruppeId)
Gets the projekts by fs.- Parameters:
 uc- the ucmandantId- the mandant idfronendServerId- the fronend server idbenutzerGruppeId- the benutzer gruppe id- Returns:
 - the projekts by fs
 
 
- 
isAlreadyUsed
Boolean isAlreadyUsed(UserContext uc, MandantFrontendServer mfs)
 
 - 
 
 -