Uses of Class
de.xima.fc.entities.ProjectInviteData
-
Packages that use ProjectInviteData Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.project de.xima.fc.importer.config de.xima.fc.importer.stager -
-
Uses of ProjectInviteData in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjectInviteData Modifier and Type Method Description ProjectInviteData
ProjectInviteDataDao. getByProject(IEntityContext ec, Projekt project)
-
Uses of ProjectInviteData in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ProjectInviteData Modifier and Type Method Description ProjectInviteData
IProjectInviteDataDao. getByProject(IEntityContext ec, Projekt project)
-
Uses of ProjectInviteData in de.xima.fc.entities
Methods in de.xima.fc.entities that return ProjectInviteData Modifier and Type Method Description ProjectInviteData
ProjectInviteData. cloneBasics()
-
Uses of ProjectInviteData in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return ProjectInviteData Modifier and Type Method Description ProjectInviteData
ProjectInviteBean. getInvData()
Methods in de.xima.fc.gui.bean.project with parameters of type ProjectInviteData Modifier and Type Method Description void
ProjectInviteBean. setInvData(ProjectInviteData invData)
-
Uses of ProjectInviteData in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type ProjectInviteData Modifier and Type Method Description protected IGenericDao<ProjectInviteData>
ProjectInviteDataImportConfig. getDao()
-
Uses of ProjectInviteData in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type ProjectInviteData Constructor Description ProjectInviteDataImportStager(IEntityContext ec, ProjectInviteData entity, Mandant client)
Deprecated.
-