Uses of Class
de.xima.fc.entities.ClientPortalConfig
- 
Packages that use ClientPortalConfig 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 ClientPortalConfig in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type ClientPortalConfig Modifier and Type Method Description List<ClientPortalConfig>ClientPortalConfigDao. getAllByClient(IEntityContext ec, Mandant client)protected IFCDaoActionHook<ClientPortalConfig>ClientPortalConfigDao. getPostActionHook()protected IFCDaoActionHook<ClientPortalConfig>ClientPortalConfigDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type ClientPortalConfig Modifier and Type Method Description voidClientPortalConfigDao. assertClientPortalConfig(IEntityContext ec, ClientPortalConfig config) - 
Uses of ClientPortalConfig in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type ClientPortalConfig Modifier and Type Method Description List<ClientPortalConfig>IClientPortalConfigDao. getAllByClient(IEntityContext ec, Mandant client)Gets all client portal configs for the given client.Methods in de.xima.fc.dao.interfaces with parameters of type ClientPortalConfig Modifier and Type Method Description voidIClientPortalConfigDao. assertClientPortalConfig(IEntityContext ec, ClientPortalConfig config)Checks if the client portal config can be persisted (create/update). - 
Uses of ClientPortalConfig in de.xima.fc.entities
Methods in de.xima.fc.entities that return ClientPortalConfig Modifier and Type Method Description ClientPortalConfigUserPortal. addClientConfig(Mandant client)ClientPortalConfigProjectPortalConfig. getClientPortalConfig()ClientPortalConfigUserPortal. getClientPortalConfig(long clientId)Returns the client portal configuration for the given client.ClientPortalConfigUserPortal. getClientPortalConfig(Mandant client)Returns the client portal configuration for the given client.Methods in de.xima.fc.entities that return types with arguments of type ClientPortalConfig Modifier and Type Method Description Set<ClientPortalConfig>UserPortal. getClientPortalConfigs()Methods in de.xima.fc.entities with parameters of type ClientPortalConfig Modifier and Type Method Description voidProjectPortalConfig. setClientPortalConfig(ClientPortalConfig clientPortalConfig)Method parameters in de.xima.fc.entities with type arguments of type ClientPortalConfig Modifier and Type Method Description voidUserPortal. setClientPortalConfigs(Set<ClientPortalConfig> clientPortalConfigs) - 
Uses of ClientPortalConfig in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ClientPortalConfig Modifier and Type Method Description static ClientPortalConfigEntityDummyFactory. dummyClientPortalConfig(UserPortal portal, Mandant client, boolean active)Methods in de.xima.fc.testhelper with parameters of type ClientPortalConfig Modifier and Type Method Description static ProjectPortalConfigEntityDummyFactory. dummyProjectPortalConfig(ClientPortalConfig clientPortalConfig, Projekt project, boolean active) 
 -