Interface IProjectPortalDataDao

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ProjectPortalData getByProject​(IEntityContext ec, Projekt project)  
      • Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao

        all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
    • Method Detail

      • getByProject

        ProjectPortalData getByProject​(IEntityContext ec,
                                       Projekt project)
        Parameters:
        ec - Entity context for accessing the database.
        project - Project for which to find the project portal data.
        Returns:
        The project portal data for the given project. When none exist yet, null is returned.