Interface IProjectPortalDataHandler
- 
- All Superinterfaces:
 IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
 ProjectPortalDataHandler
public interface IProjectPortalDataHandler extends IGenericHandler
- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectPortalDatagetByProject(UserContext uc, Projekt project)This method returns theProjectPortalDatafor 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 Detail
- 
getByProject
ProjectPortalData getByProject(UserContext uc, Projekt project)
This method returns theProjectPortalDatafor the givenProjekt.- Parameters:
 uc- UserContext for database transactions.project- The project for which theProjectPortalDatais to be retrieved.- Returns:
 - The 
ProjectPortalDatafor the givenProjekt. 
 
 - 
 
 -