Uses of Class
de.xima.fc.entities.ProjectPortalConfig
-
Packages that use ProjectPortalConfig Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.testhelper -
-
Uses of ProjectPortalConfig in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjectPortalConfig Modifier and Type Method Description ProjectPortalConfig
ProjectPortalConfigDao. getByProjectAndPortal(IEntityContext ec, Projekt project, UserPortal portal)
Methods in de.xima.fc.dao.impl that return types with arguments of type ProjectPortalConfig Modifier and Type Method Description protected IFCDaoActionHook<ProjectPortalConfig>
ProjectPortalConfigDao. getPostActionHook()
protected IFCDaoActionHook<ProjectPortalConfig>
ProjectPortalConfigDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type ProjectPortalConfig Modifier and Type Method Description void
ProjectPortalConfigDao. assertProjectPortalConfig(IEntityContext ec, ProjectPortalConfig config)
-
Uses of ProjectPortalConfig in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ProjectPortalConfig Modifier and Type Method Description ProjectPortalConfig
IProjectPortalConfigDao. getByProjectAndPortal(IEntityContext ec, Projekt project, UserPortal portal)
Gets the project portal config for the given project and portal, if any.Methods in de.xima.fc.dao.interfaces with parameters of type ProjectPortalConfig Modifier and Type Method Description void
IProjectPortalConfigDao. assertProjectPortalConfig(IEntityContext ec, ProjectPortalConfig config)
Checks if the project portal config can be persisted (create/update). -
Uses of ProjectPortalConfig in de.xima.fc.entities
Methods in de.xima.fc.entities that return ProjectPortalConfig Modifier and Type Method Description @NotNull ProjectPortalConfig
ClientPortalConfig. addProjectPortalConfig(Projekt project)
Adds a new project portal config to this client portal config.ProjectPortalConfig
ClientPortalConfig. getProjectPortalConfig(long projectId)
Returns the project portal config for the given project.ProjectPortalConfig
ClientPortalConfig. getProjectPortalConfig(Projekt project)
Returns the project portal config for the given project.ProjectPortalConfig
UserPortal. getProjectPortalConfig(Projekt project)
Returns the project portal configuration for the given project.Methods in de.xima.fc.entities that return types with arguments of type ProjectPortalConfig Modifier and Type Method Description List<ProjectPortalConfig>
ClientPortalConfig. getProjectPortalConfigs()
Set<ProjectPortalConfig>
UserPortalTag. getProjectPortalConfigs()
A list offorms
that have this tag assigned to them.Method parameters in de.xima.fc.entities with type arguments of type ProjectPortalConfig Modifier and Type Method Description void
ClientPortalConfig. setProjectPortalConfigs(List<ProjectPortalConfig> projectPortalConfigs)
void
UserPortalTag. setProjectPortalConfigs(Set<ProjectPortalConfig> projectPortalConfigs)
A list offorms
that have this tag assigned to them. -
Uses of ProjectPortalConfig in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ProjectPortalConfig Modifier and Type Method Description static ProjectPortalConfig
EntityDummyFactory. dummyProjectPortalConfig(ClientPortalConfig clientPortalConfig, Projekt project, boolean active)
-