Uses of Class
de.xima.fc.entities.ProjectPortalData
-
Packages that use ProjectPortalData Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.common.form_record.chat de.xima.fc.dao.hook de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.form.request de.xima.fc.gui.bean.project de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.importer.config de.xima.fc.interfaces.form de.xima.fc.mdl.form -
-
Uses of ProjectPortalData in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ProjectPortalData Modifier and Type Method Description ProjectPortalDataProjectPortalDataAPI. getByProject(UserContext uc, Projekt project) -
Uses of ProjectPortalData in de.xima.fc.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat with parameters of type ProjectPortalData Modifier and Type Method Description DefaultRequestUploadData.BuilderDefaultRequestUploadData.Builder. projectPortalData(ProjectPortalData projectPortalData)Applies all constraints from the givenproject portal datato this builder. -
Uses of ProjectPortalData in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that return types with arguments of type ProjectPortalData Modifier and Type Method Description static List<ProjectPortalData>DaoActionHookHelper. getProjectPortalData(IEntityContext ec, Mandant client) -
Uses of ProjectPortalData in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjectPortalData Modifier and Type Method Description ProjectPortalDataProjectPortalDataDao. getByProject(IEntityContext ec, Projekt project) -
Uses of ProjectPortalData in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ProjectPortalData Modifier and Type Method Description ProjectPortalDataIProjectPortalDataDao. getByProject(IEntityContext ec, Projekt project) -
Uses of ProjectPortalData in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as ProjectPortalData Modifier and Type Field Description protected ProjectPortalDataFormRequestContext. projectPortalDataMethods in de.xima.fc.form.request that return ProjectPortalData Modifier and Type Method Description ProjectPortalDataFormRequestContext. getProjectPortalData()Methods in de.xima.fc.form.request with parameters of type ProjectPortalData Modifier and Type Method Description voidFormRequestContext. setProjectPortalData(ProjectPortalData projectPortalData) -
Uses of ProjectPortalData in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return ProjectPortalData Modifier and Type Method Description ProjectPortalDataProjectInboxBean. getProjectPortalData()Methods in de.xima.fc.gui.bean.project with parameters of type ProjectPortalData Modifier and Type Method Description voidProjectInboxBean. setProjectPortalData(ProjectPortalData projectPortalData) -
Uses of ProjectPortalData in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return ProjectPortalData Modifier and Type Method Description ProjectPortalDataProjectPortalDataHandler. getByProject(UserContext uc, Projekt project) -
Uses of ProjectPortalData in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return ProjectPortalData Modifier and Type Method Description ProjectPortalDataIProjectPortalDataHandler. getByProject(UserContext uc, Projekt project)This method returns theProjectPortalDatafor the givenProjekt. -
Uses of ProjectPortalData in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type ProjectPortalData Modifier and Type Method Description protected IGenericDao<ProjectPortalData>ProjectPortalDataImportConfig. getDao() -
Uses of ProjectPortalData in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return ProjectPortalData Modifier and Type Method Description ProjectPortalDataIFormRequestContext. getProjectPortalData()Methods in de.xima.fc.interfaces.form with parameters of type ProjectPortalData Modifier and Type Method Description voidIFormRequestContext. setProjectPortalData(ProjectPortalData data) -
Uses of ProjectPortalData in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return ProjectPortalData Modifier and Type Method Description ProjectPortalDataFormRequestData. getProjectPortalData()Methods in de.xima.fc.mdl.form with parameters of type ProjectPortalData Modifier and Type Method Description voidFormRequestData. setProjectPortalData(ProjectPortalData projectPortalData)
-