Uses of Class
de.xima.fc.entities.ProjectPortalConfig
Packages that use ProjectPortalConfig
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of ProjectPortalConfig in de.xima.fc.api.entity
Subclasses with type arguments of type ProjectPortalConfig in de.xima.fc.api.entity -
Uses of ProjectPortalConfig in de.xima.fc.dao.impl
Subclasses with type arguments of type ProjectPortalConfig in de.xima.fc.dao.implModifier and TypeClassDescriptionclassImplementation of theIProjectPortalConfigDaofor reading and writingProjectPortalConfigentities.Methods in de.xima.fc.dao.impl that return ProjectPortalConfigModifier and TypeMethodDescriptionProjectPortalConfigDao.getByProjectAndPortal(IEntityContext ec, Projekt project, UserPortal portal) Methods in de.xima.fc.dao.impl that return types with arguments of type ProjectPortalConfigModifier and TypeMethodDescriptionprotected IFCDaoActionHook<ProjectPortalConfig> ProjectPortalConfigDao.getPostActionHook()protected IFCDaoActionHook<ProjectPortalConfig> ProjectPortalConfigDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type ProjectPortalConfigModifier and TypeMethodDescriptionvoidProjectPortalConfigDao.assertProjectPortalConfig(IEntityContext ec, ProjectPortalConfig config) -
Uses of ProjectPortalConfig in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type ProjectPortalConfig in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDAO for reading and writingProjectPortalConfigentities.Methods in de.xima.fc.dao.interfaces that return ProjectPortalConfigModifier and TypeMethodDescriptionIProjectPortalConfigDao.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 ProjectPortalConfigModifier and TypeMethodDescriptionvoidIProjectPortalConfigDao.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 ProjectPortalConfigModifier and TypeMethodDescription@NotNull ProjectPortalConfigUserPortal.addProjectPortalConfig(Projekt project) Adds a new project portal config to this client portal config.Projekt.getProjectPortalConfig(UUID portalUuid) 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 ProjectPortalConfigModifier and TypeMethodDescription@NotEmpty Set<ProjectPortalConfig> ProjectPortalTag.getProjectConfigs()Gets the portalConfigs this tag is associated with.Projekt.getProjectPortalConfigs()UserPortal.getProjectPortalConfigs()Method parameters in de.xima.fc.entities with type arguments of type ProjectPortalConfigModifier and TypeMethodDescriptionvoidProjectPortalTag.setProjectConfigs(@NotEmpty Set<ProjectPortalConfig> projectConfigs) Sets the projects this tag is associated with.voidProjekt.setProjectPortalConfigs(Set<ProjectPortalConfig> projectPortalConfigs) voidUserPortal.setProjectPortalConfigs(Set<ProjectPortalConfig> projectPortalConfigs) -
Uses of ProjectPortalConfig in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ProjectPortalConfigModifier and TypeMethodDescriptionstatic ProjectPortalConfigEntityDummyFactory.dummyProjectPortalConfig(UserPortal portal, Projekt project, boolean active)