Uses of Class
de.xima.fc.entities.ProjectIdentityCheckData
- 
Packages that use ProjectIdentityCheckData Package Description de.xima.fc.api Package für den Zugriff auf die APIde.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.form.request de.xima.fc.gui.bean.project de.xima.fc.importer.config de.xima.fc.importer.stager de.xima.fc.interfaces.form de.xima.fc.mdl.form  - 
- 
Uses of ProjectIdentityCheckData in de.xima.fc.api
Fields in de.xima.fc.api declared as ProjectIdentityCheckData Modifier and Type Field Description static ProjectIdentityCheckDataAPIProvider. PROJECT_IDENTITY_CHECK - 
Uses of ProjectIdentityCheckData in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that return types with arguments of type ProjectIdentityCheckData Modifier and Type Method Description static List<ProjectIdentityCheckData>DaoActionHookHelper. getProjectIdCheck(IEntityContext ec, Mandant client) - 
Uses of ProjectIdentityCheckData in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjectIdentityCheckData Modifier and Type Method Description ProjectIdentityCheckDataProjectIdentityCheckDataDao. getByProject(IEntityContext ec, Projekt project) - 
Uses of ProjectIdentityCheckData in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ProjectIdentityCheckData Modifier and Type Method Description ProjectIdentityCheckDataIProjectIdentityCheckDataDao. getByProject(IEntityContext ec, Projekt project) - 
Uses of ProjectIdentityCheckData in de.xima.fc.entities
Methods in de.xima.fc.entities that return ProjectIdentityCheckData Modifier and Type Method Description ProjectIdentityCheckDataProjectIdentityCheckData. cloneBasics() - 
Uses of ProjectIdentityCheckData in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as ProjectIdentityCheckData Modifier and Type Field Description protected ProjectIdentityCheckDataFormRequestContext. identityCheckDataMethods in de.xima.fc.form.request that return ProjectIdentityCheckData Modifier and Type Method Description ProjectIdentityCheckDataFormRequestContext. getIdentityCheckData()Methods in de.xima.fc.form.request with parameters of type ProjectIdentityCheckData Modifier and Type Method Description voidFormRequestContext. setIdentityCheckData(ProjectIdentityCheckData identityCheckData) - 
Uses of ProjectIdentityCheckData in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return ProjectIdentityCheckData Modifier and Type Method Description ProjectIdentityCheckDataProjectAccessBean. getIdCheckData() - 
Uses of ProjectIdentityCheckData in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type ProjectIdentityCheckData Modifier and Type Method Description protected IGenericDao<ProjectIdentityCheckData>ProjectIdentityCheckDataImportConfig. getDao() - 
Uses of ProjectIdentityCheckData in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type ProjectIdentityCheckData Constructor Description ProjectIdentityCheckDataImportStager(IEntityContext ec, ProjectIdentityCheckData entity, Mandant client)Deprecated. - 
Uses of ProjectIdentityCheckData in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return ProjectIdentityCheckData Modifier and Type Method Description ProjectIdentityCheckDataIFormRequestContext. getIdentityCheckData()Methods in de.xima.fc.interfaces.form with parameters of type ProjectIdentityCheckData Modifier and Type Method Description voidIFormRequestContext. setIdentityCheckData(ProjectIdentityCheckData data) - 
Uses of ProjectIdentityCheckData in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return ProjectIdentityCheckData Modifier and Type Method Description ProjectIdentityCheckDataFormRequestData. getIdentityCheckData()Methods in de.xima.fc.mdl.form with parameters of type ProjectIdentityCheckData Modifier and Type Method Description voidFormRequestData. setIdentityCheckData(ProjectIdentityCheckData identityCheckData) 
 -