Uses of Class
de.xima.fc.entities.UserPortal
-
Packages that use UserPortal Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.rest.pub.impl.user_portal.model.response de.xima.fc.api.rest.pub.impl.user_portal.model.response.page de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.portal de.xima.fc.gui.bean.settings de.xima.fc.gui.helper.user_portal de.xima.fc.gui.model.portal de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.interfaces.server de.xima.fc.testhelper -
-
Uses of UserPortal in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return UserPortal Modifier and Type Method Description UserPortalUserPortalAPI. getByAlias(UserContext uc, String alias)UserPortalUserPortalAPI. getByUuid(UserContext uc, UUID uuid)Methods in de.xima.fc.api.entity that return types with arguments of type UserPortal Modifier and Type Method Description PagedResult<UserPortal>UserPortalAPI. getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize)PagedResult<UserPortal>UserPortalAPI. getForMasterServer(UserContext uc, int page, int pageSize)Methods in de.xima.fc.api.entity with parameters of type UserPortal Modifier and Type Method Description PagedResult<Projekt>ProjektAPI. getAllByUserPortal(UserContext uc, UserPortal portal, int page, int pageSize) -
Uses of UserPortal in de.xima.fc.api.rest.pub.impl.user_portal.model.response
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response with parameters of type UserPortal Modifier and Type Method Description static StringUserPortalResource. getBaseResourcePath(UserPortal portal)Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response with parameters of type UserPortal Constructor Description UserPortalFormRecordResource(Vorgang entity, IUser user, UserPortal portal, List<ProtocolEntryProcessing> protocolEntries, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale, boolean expand)UserPortalFormResource(Projekt entity, UserPortal portal, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale, boolean expand)UserPortalResource(UserPortal entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand) -
Uses of UserPortal in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page that return types with arguments of type UserPortal Modifier and Type Method Description static BiFunction<PagedResult<UserPortal>,Locale,IResourcePage<?>>UserPortalResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page with parameters of type UserPortal Modifier and Type Method Description static BiFunction<PagedResult<Vorgang>,Locale,IResourcePage<?>>UserPortalFormRecordResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, UserPortal userPortal)static BiFunction<PagedResult<Projekt>,Locale,IResourcePage<?>>UserPortalFormResourcePage. pagedResultConverter(UserPortal portal, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request) -
Uses of UserPortal in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type UserPortal Modifier and Type Method Description PagedResult<IClientDescriptor>AuthenticationAPI. getClientDescriptorsByUserPortal(UserContext uc, UserPortal userPortal, int page, int pageSize) -
Uses of UserPortal in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return UserPortal Modifier and Type Method Description UserPortalUserPortalDao. getByUuid(IEntityContext ec, UUID uuid)Methods in de.xima.fc.dao.impl that return types with arguments of type UserPortal Modifier and Type Method Description List<UserPortal>UserPortalDao. getAllByClient(IEntityContext ec, Mandant client)PagedResult<UserPortal>UserPortalDao. getForFrontendServer(IEntityContext ec, FrontendServer frontendServer, int page, int pageSize)PagedResult<UserPortal>UserPortalDao. getForMasterServer(IEntityContext ec, int page, int pageSize)protected IFCDaoActionHook<UserPortal>UserPortalDao. getPostActionHook()protected IFCDaoActionHook<UserPortal>UserPortalDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type UserPortal Modifier and Type Method Description voidUserPortalDao. assertUserPortal(IEntityContext ec, UserPortal portal)List<UserPortalTag>UserPortalTagDao. getAllByPortal(IEntityContext ec, UserPortal portal)ProjectPortalConfigProjectPortalConfigDao. getByProjectAndPortal(IEntityContext ec, Projekt project, UserPortal portal) -
Uses of UserPortal in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return UserPortal Modifier and Type Method Description UserPortalIUserPortalDao. getByUuid(IEntityContext ec, UUID uuid)Returns the user portal entity with the given UUID.Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserPortal Modifier and Type Method Description List<UserPortal>IUserPortalDao. getAllByClient(IEntityContext ec, Mandant client)Returns all user portal entities available for the given client.PagedResult<UserPortal>IUserPortalDao. getForFrontendServer(IEntityContext ec, FrontendServer frontendServer, int page, int pageSize)Returns all user portal entities available on the given frontend server.PagedResult<UserPortal>IUserPortalDao. getForMasterServer(IEntityContext ec, int page, int pageSize)Returns all user portal entities available on the master server.Methods in de.xima.fc.dao.interfaces with parameters of type UserPortal Modifier and Type Method Description voidIUserPortalDao. assertUserPortal(IEntityContext ec, UserPortal portal)Checks if the user portal can be persisted (create/update).List<UserPortalTag>IUserPortalTagDao. getAllByPortal(IEntityContext ec, UserPortal portal)Get all tags for a given portal.ProjectPortalConfigIProjectPortalConfigDao. getByProjectAndPortal(IEntityContext ec, Projekt project, UserPortal portal)Gets the project portal config for the given project and portal, if any. -
Uses of UserPortal in de.xima.fc.entities
Methods in de.xima.fc.entities that return UserPortal Modifier and Type Method Description @NotNull UserPortalUserPortalLoginConfig. getPortal()UserPortalUserPortalTag. getPortal()Gets the portal to which this tag belongs.UserPortalClientPortalConfig. getUserPortal()Methods in de.xima.fc.entities that return types with arguments of type UserPortal Modifier and Type Method Description List<UserPortal>FrontendServer. getUserPortalList()Returns the user portals of this frontend server as a list ordered by the user portal name.Set<UserPortal>FrontendServer. getUserPortals()Set<UserPortal>UserProfile. getUserPortals()Methods in de.xima.fc.entities with parameters of type UserPortal Modifier and Type Method Description voidUserPortalLoginConfig. setPortal(UserPortal portal)voidUserPortalTag. setPortal(UserPortal portal)Sets the portal to which this tag belongs.voidClientPortalConfig. setUserPortal(UserPortal userPortal)Method parameters in de.xima.fc.entities with type arguments of type UserPortal Modifier and Type Method Description voidFrontendServer. setUserPortalList(List<UserPortal> userPortals)Sets the user portals for this frontend server as a list.voidFrontendServer. setUserPortals(Set<UserPortal> userPortals)voidUserProfile. setUserPortals(Set<UserPortal> userPortals) -
Uses of UserPortal in de.xima.fc.gui.bean.portal
Methods in de.xima.fc.gui.bean.portal that return UserPortal Modifier and Type Method Description UserPortalUserPortalBean. addNewUserPortal()Methods in de.xima.fc.gui.bean.portal that return types with arguments of type UserPortal Modifier and Type Method Description List<UserPortal>UserPortalBean. getAll()List<UserPortal>UserPortalBean. getMarked()Methods in de.xima.fc.gui.bean.portal with parameters of type UserPortal Modifier and Type Method Description voidUserPortalBean. deleteUserPortal(UserPortal userPortal)Method parameters in de.xima.fc.gui.bean.portal with type arguments of type UserPortal Modifier and Type Method Description voidUserPortalBean. deleteUserPortals(Collection<UserPortal> userPortals)voidUserPortalConfigBean. setFirstPortalFromList(List<UserPortal> portals)Selects the first portal from the given list of portals.voidUserPortalBean. setMarked(List<UserPortal> marked) -
Uses of UserPortal in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type UserPortal Modifier and Type Method Description List<UserPortal>FrontendServerBean. getUserPortalOptions() -
Uses of UserPortal in de.xima.fc.gui.helper.user_portal
Methods in de.xima.fc.gui.helper.user_portal with parameters of type UserPortal Modifier and Type Method Description static UserPortalViewModelUserPortalViewHelper. newUserPortalViewModel(IEntityContext ec, Locale locale, WorkspaceScope workspace, IUserPermissionCheck userPermissionCheck, UserPortal portal)Creates a new view model for editing a single user portal.static UserPortalPersistResultUserPortalViewHelper. persistUserPortalViewModel(IEntityContext ec, UserPortal portal, UserPortalViewModel model)Given a view model with data, persists that data in the database. -
Uses of UserPortal in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return UserPortal Modifier and Type Method Description UserPortalUserPortalPersistResult. portal()The user portal entity that was created or updated.Constructors in de.xima.fc.gui.model.portal with parameters of type UserPortal Constructor Description UserPortalPersistResult(UserPortal portal, UserPortalPersistResult.EUserPortalPersistType action) -
Uses of UserPortal in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return UserPortal Modifier and Type Method Description UserPortalUserPortalHandler. getByAlias(UserContext uc, String alias)UserPortalUserPortalHandler. getByUuid(UserContext uc, UUID uuid)Methods in de.xima.fc.handler.entity that return types with arguments of type UserPortal Modifier and Type Method Description PagedResult<UserPortal>UserPortalHandler. getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize)PagedResult<UserPortal>UserPortalHandler. getForMasterServer(UserContext uc, int page, int pageSize)Methods in de.xima.fc.handler.entity with parameters of type UserPortal Modifier and Type Method Description PagedResult<Projekt>ProjektHandler. getAllByUserPortal(UserContext uc, UserPortal portal, int page, int pageSize) -
Uses of UserPortal in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return UserPortal Modifier and Type Method Description UserPortalIUserPortalHandler. getByAlias(UserContext uc, String alias)Returns the user portal with the given alias.UserPortalIUserPortalHandler. getByUuid(UserContext uc, UUID uuid)Returns the user portal with the given UUID.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type UserPortal Modifier and Type Method Description PagedResult<UserPortal>IUserPortalHandler. getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize)Returns all user portal entities available on the given frontend server.PagedResult<UserPortal>IUserPortalHandler. getForMasterServer(UserContext uc, int page, int pageSize)Returns all user portal entities available on the master server.Methods in de.xima.fc.handler.interfaces.entity with parameters of type UserPortal Modifier and Type Method Description PagedResult<Projekt>IProjektHandler. getAllByUserPortal(UserContext uc, UserPortal portal, int page, int pageSize)Returns all projects enabled for the given user portal. -
Uses of UserPortal in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type UserPortal Modifier and Type Method Description PagedResult<IClientDescriptor>IAuthenticationHandler. getClientDescriptorsByUserPortal(UserContext uc, UserPortal userPortal, int page, int pageSize)Gets all client descriptors available for the given user portal -
Uses of UserPortal in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type UserPortal Modifier and Type Method Description PagedResult<IClientDescriptor>AuthenticationHandler. getClientDescriptorsByUserPortal(UserContext uc, UserPortal userPortal, int page, int pageSize) -
Uses of UserPortal in de.xima.fc.interfaces.server
Methods in de.xima.fc.interfaces.server that return types with arguments of type UserPortal Modifier and Type Method Description Set<UserPortal>IServerConfig. getUserPortals()Returns all user portals that are enabled on this server. -
Uses of UserPortal in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return UserPortal Modifier and Type Method Description static UserPortalEntityDummyFactory. dummyUserPortal(String name, String alias)Methods in de.xima.fc.testhelper with parameters of type UserPortal Modifier and Type Method Description static ClientPortalConfigEntityDummyFactory. dummyClientPortalConfig(UserPortal portal, Mandant client, boolean active)
-