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 ProjectIdentityCheckData
APIProvider. 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 ProjectIdentityCheckData
ProjectIdentityCheckDataDao. 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 ProjectIdentityCheckData
IProjectIdentityCheckDataDao. 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 ProjectIdentityCheckData
ProjectIdentityCheckData. 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 ProjectIdentityCheckData
FormRequestContext. identityCheckData
Methods in de.xima.fc.form.request that return ProjectIdentityCheckData Modifier and Type Method Description ProjectIdentityCheckData
FormRequestContext. getIdentityCheckData()
Methods in de.xima.fc.form.request with parameters of type ProjectIdentityCheckData Modifier and Type Method Description void
FormRequestContext. 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 ProjectIdentityCheckData
ProjectAccessBean. 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 ProjectIdentityCheckData
IFormRequestContext. getIdentityCheckData()
Methods in de.xima.fc.interfaces.form with parameters of type ProjectIdentityCheckData Modifier and Type Method Description void
IFormRequestContext. 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 ProjectIdentityCheckData
FormRequestData. getIdentityCheckData()
Methods in de.xima.fc.mdl.form with parameters of type ProjectIdentityCheckData Modifier and Type Method Description void
FormRequestData. setIdentityCheckData(ProjectIdentityCheckData identityCheckData)
-