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 void
ClientPortalConfigDao. 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 void
IClientPortalConfigDao. 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 ClientPortalConfig
UserPortal. addClientConfig(Mandant client)
ClientPortalConfig
ProjectPortalConfig. getClientPortalConfig()
ClientPortalConfig
UserPortal. getClientPortalConfig(long clientId)
Returns the client portal configuration for the given client.ClientPortalConfig
UserPortal. 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 void
ProjectPortalConfig. setClientPortalConfig(ClientPortalConfig clientPortalConfig)
Method parameters in de.xima.fc.entities with type arguments of type ClientPortalConfig Modifier and Type Method Description void
UserPortal. 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 ClientPortalConfig
EntityDummyFactory. dummyClientPortalConfig(UserPortal portal, Mandant client, boolean active)
Methods in de.xima.fc.testhelper with parameters of type ClientPortalConfig Modifier and Type Method Description static ProjectPortalConfig
EntityDummyFactory. dummyProjectPortalConfig(ClientPortalConfig clientPortalConfig, Projekt project, boolean active)
-