Interface IProjectPortalDataHandler
- All Superinterfaces:
IAPIHandler, IGenericHandler, Serializable
- All Known Implementing Classes:
ProjectPortalDataHandler
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetByProject(UserContext uc, Projekt project) This method returns theProjectPortalDatafor the givenProjekt.Methods inherited from interface IAPIHandler
getNameMethods inherited from interface IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Method Details
-
getByProject
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.
-