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 ProjectPortalData
getByProject(UserContext uc, Projekt project)
This method returns theProjectPortalData
for 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 theProjectPortalData
for the givenProjekt
.- Parameters:
uc
- UserContext for database transactions.project
- The project for which theProjectPortalData
is to be retrieved.- Returns:
- The
ProjectPortalData
for the givenProjekt
.
-
-