Uses of Class
de.xima.fc.entities.ProjectDOIData
-
Packages that use ProjectDOIData Package Description de.xima.fc.dao.hook de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.export.model de.xima.fc.form.request de.xima.fc.importer.config de.xima.fc.importer.stager de.xima.fc.interfaces.form de.xima.fc.mdl.form -
-
Uses of ProjectDOIData in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that return types with arguments of type ProjectDOIData Modifier and Type Method Description static List<ProjectDOIData>DaoActionHookHelper. getProjectDoi(IEntityContext ec, Mandant man) -
Uses of ProjectDOIData in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjectDOIData Modifier and Type Method Description ProjectDOIDataProjectDOIDataDao. getByProject(IEntityContext ec, Projekt project) -
Uses of ProjectDOIData in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ProjectDOIData Modifier and Type Method Description ProjectDOIDataIProjectDOIDataDao. getByProject(IEntityContext ec, Projekt project) -
Uses of ProjectDOIData in de.xima.fc.entities
Methods in de.xima.fc.entities that return ProjectDOIData Modifier and Type Method Description ProjectDOIDataProjectDOIData. cloneBasics()Deprecated. -
Uses of ProjectDOIData in de.xima.fc.export.model
Constructors in de.xima.fc.export.model with parameters of type ProjectDOIData Constructor Description ExportProjektDoiData(ProjectDOIData data) -
Uses of ProjectDOIData in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as ProjectDOIData Modifier and Type Field Description protected ProjectDOIDataFormRequestContext. doubleOptInDataMethods in de.xima.fc.form.request that return ProjectDOIData Modifier and Type Method Description ProjectDOIDataFormRequestContext. getDoubleOptInData()Methods in de.xima.fc.form.request with parameters of type ProjectDOIData Modifier and Type Method Description voidFormRequestContext. setDoubleOptInData(ProjectDOIData doubleOptInData) -
Uses of ProjectDOIData in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type ProjectDOIData Modifier and Type Method Description protected IGenericDao<ProjectDOIData>ProjectDoiDataImportConfig. getDao() -
Uses of ProjectDOIData in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type ProjectDOIData Constructor Description ProjectDoiDataImportStager(IEntityContext ec, ProjectDOIData entity, Mandant client)Deprecated. -
Uses of ProjectDOIData in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return ProjectDOIData Modifier and Type Method Description ProjectDOIDataIFormRequestContext. getDoubleOptInData()Methods in de.xima.fc.interfaces.form with parameters of type ProjectDOIData Modifier and Type Method Description voidIFormRequestContext. setDoubleOptInData(ProjectDOIData projekt) -
Uses of ProjectDOIData in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return ProjectDOIData Modifier and Type Method Description ProjectDOIDataFormRequestData. getDoubleOptInData()Methods in de.xima.fc.mdl.form with parameters of type ProjectDOIData Modifier and Type Method Description voidFormRequestData. setDoubleOptInData(ProjectDOIData doubleOptInData)
-