Uses of Class
de.xima.fc.entities.UserPortal
Packages that use UserPortal
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für Datenbankentitäten
-
Uses of UserPortal in de.xima.fc.api.entity
Subclasses with type arguments of type UserPortal in de.xima.fc.api.entityMethods in de.xima.fc.api.entity that return UserPortalModifier and TypeMethodDescriptionUserPortalAPI.getByAlias(UserContext uc, String alias) UserPortalAPI.getByName(UserContext uc, String name) UserPortalAPI.getByUuid(UserContext uc, UUID uuid) Methods in de.xima.fc.api.entity that return types with arguments of type UserPortalModifier and TypeMethodDescriptionUserPortalAPI.getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize) UserPortalAPI.getForMasterServer(UserContext uc, int page, int pageSize) Methods in de.xima.fc.api.entity with parameters of type UserPortalModifier and TypeMethodDescriptionProjektAPI.getAllByUserPortal(UserContext uc, UserPortal portal, int page, int pageSize) Deprecated. -
Uses of UserPortal in de.xima.fc.api.rest.pub.common.uri
Methods in de.xima.fc.api.rest.pub.common.uri with parameters of type UserPortalModifier and TypeMethodDescriptionstatic StringPublicRestUriHelper.getUserPortalAuthenticatorsPath(UserPortal userPortal) Returns the path for the authenticators of a user portal.static StringPublicRestUriHelper.getUserPortalFormsPath(UserPortal userPortal) Returns the path for forms of a user portalstatic StringPublicRestUriHelper.getUserPortalResourcePath(UserPortal portal) Returns the path for a user portal resource. -
Uses of UserPortal in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal
Subclasses with type arguments of type UserPortal in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portalMethods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal that return types with arguments of type UserPortalModifier and TypeMethodDescriptionstatic BiFunction<PagedResult<UserPortal>, Locale, IResourcePage<?>> UserPortalResourcePage.pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo) Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal with parameters of type UserPortalModifierConstructorDescriptionBaseUserPortalResource(UserPortal entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale) DetailedUserPortalResource(UserPortal entity, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale) -
Uses of UserPortal in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file that return types with arguments of type UserPortal -
Uses of UserPortal in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security with parameters of type UserPortalModifier and TypeMethodDescriptionstatic BiFunction<PagedResult<IClientDescriptor>, Locale, IResourcePage<?>> AuthenticatorResourcePage.pagedResultConverter(UserPortal userPortal, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request) Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security with parameters of type UserPortalModifierConstructorDescriptionBaseAuthenticatorResource(IClientDescriptor clientDescriptor, UserPortal userPortal, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale) -
Uses of UserPortal in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type UserPortalModifier and TypeMethodDescriptionAuthenticationAPI.getClientDescriptorsByUserPortal(UserContext uc, UserPortal userPortal, int page, int pageSize) -
Uses of UserPortal in de.xima.fc.dao.impl
Subclasses with type arguments of type UserPortal in de.xima.fc.dao.implModifier and TypeClassDescriptionclassImplementation of theIUserPortalDaofor reading and writingUserPortalentities.Methods in de.xima.fc.dao.impl that return UserPortalModifier and TypeMethodDescriptionUserPortalDao.getByAlias(IEntityContext ec, String alias) UserPortalDao.getByName(IEntityContext ec, String name) UserPortalDao.getByUuid(IEntityContext ec, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type UserPortalModifier and TypeMethodDescriptionUserPortalDao.getAllClientPortals(IEntityContext ec, Mandant client) UserPortalDao.getAllSystemPortals(IEntityContext ec) UserPortalDao.getForFrontendServer(IEntityContext ec, FrontendServer frontendServer, int page, int pageSize) 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 UserPortalModifier and TypeMethodDescriptionProjectPortalTagDao.getAllByPortal(IEntityContext ec, UserPortal portal) ProjectPortalConfigDao.getByProjectAndPortal(IEntityContext ec, Projekt project, UserPortal portal) -
Uses of UserPortal in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type UserPortal in de.xima.fc.dao.interfacesMethods in de.xima.fc.dao.interfaces that return UserPortalModifier and TypeMethodDescriptionIUserPortalDao.getByAlias(IEntityContext ec, String alias) IUserPortalDao.getByName(IEntityContext ec, String name) IUserPortalDao.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 UserPortalModifier and TypeMethodDescriptionIUserPortalDao.getAllClientPortals(IEntityContext ec, Mandant client) Returns all client user portal entities for the given client.IUserPortalDao.getAllSystemPortals(IEntityContext ec) Returns all system user portal entities.IUserPortalDao.getForFrontendServer(IEntityContext ec, FrontendServer frontendServer, int page, int pageSize) Returns all user portal entities available on the given frontend server.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 UserPortalModifier and TypeMethodDescriptionIProjectPortalTagDao.getAllByPortal(IEntityContext ec, UserPortal portal) Get all tags for a given portal.IProjectPortalConfigDao.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
Subclasses with type arguments of type UserPortal in de.xima.fc.entitiesModifier and TypeClassDescriptionclassEntity model for the metadata of a file from a user portalclassImplementation of the localizations forUserPortalentities.Classes in de.xima.fc.entities that implement interfaces with type arguments of type UserPortalModifier and TypeClassDescriptionclassEntity model for user portals.classEntity model for user portals.Methods in de.xima.fc.entities that return UserPortalModifier and TypeMethodDescription@NotNull UserPortalUserPortalLoginConfig.getPortal()ProjectPortalConfig.getUserPortal()Methods in de.xima.fc.entities that return types with arguments of type UserPortalModifier and TypeMethodDescriptionFrontendServer.getUserPortalList()Returns the user portals of this frontend server as a list ordered by the user portal name.FrontendServer.getUserPortals()UserProfile.getUserPortals()Methods in de.xima.fc.entities with parameters of type UserPortalModifier and TypeMethodDescriptionvoidUserPortalLoginConfig.setPortal(UserPortal portal) voidProjectPortalConfig.setUserPortal(UserPortal userPortal) Method parameters in de.xima.fc.entities with type arguments of type UserPortalModifier and TypeMethodDescriptionvoidFrontendServer.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.form.render
Methods in de.xima.fc.form.render that return UserPortalModifier and TypeMethodDescriptionFormRenderContext.getUserPortal()FormRenderContextWrapper.getUserPortal() -
Uses of UserPortal in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as UserPortalMethods in de.xima.fc.form.request that return UserPortalMethods in de.xima.fc.form.request with parameters of type UserPortal -
Uses of UserPortal in de.xima.fc.gui.bean.portal
Methods in de.xima.fc.gui.bean.portal that return UserPortalMethods in de.xima.fc.gui.bean.portal that return types with arguments of type UserPortalMethods in de.xima.fc.gui.bean.portal with parameters of type UserPortalMethod parameters in de.xima.fc.gui.bean.portal with type arguments of type UserPortalModifier and TypeMethodDescriptionvoidUserPortalBean.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.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type UserPortal -
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 -
Uses of UserPortal in de.xima.fc.gui.helper.project
Methods in de.xima.fc.gui.helper.project with parameters of type UserPortalModifier and TypeMethodDescriptionstatic List<ProjectPortalTag> ProjectHelper.getProjectPortalTags(IEntityContext ec, UserPortal userPortal) Get all project end user tags for the given workspace. -
Uses of UserPortal in de.xima.fc.gui.helper.user_portal
Methods in de.xima.fc.gui.helper.user_portal with parameters of type UserPortalModifier and TypeMethodDescriptionstatic UserPortalViewModelUserPortalViewHelper.newUserPortalViewModel(IEntityContext ec, Locale locale, WorkspaceScope workspace, IUserPermissionCheck userPermissionCheck, UserPortal portal, IResourceBundle resourceBundle) Creates a new view model for editing a single user portal.static UserPortalPersistResultUserPortalViewHelper.persistUserPortalViewModel(IEntityContext ec, UserPortal portal, UserPortalViewModel model, WorkspaceScope workspace) 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 UserPortalModifier and TypeMethodDescriptionUserPortalPersistResult.portal()The user portal entity that was created or updated.Constructors in de.xima.fc.gui.model.portal with parameters of type UserPortalModifierConstructorDescription -
Uses of UserPortal in de.xima.fc.gui.validator.name
Subclasses with type arguments of type UserPortal in de.xima.fc.gui.validator.nameModifier and TypeClassDescriptionclassA Validator for ensuring that the alias of aUserPortalis unique.classA Validator for ensuring that the name of aUserPortalis unique. -
Uses of UserPortal in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return UserPortalModifier and TypeMethodDescriptionUserPortalHandler.getByAlias(UserContext uc, String alias) UserPortalHandler.getByName(UserContext uc, String name) UserPortalHandler.getByUuid(UserContext uc, UUID uuid) Methods in de.xima.fc.handler.entity that return types with arguments of type UserPortalModifier and TypeMethodDescriptionUserPortalHandler.getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize) UserPortalHandler.getForMasterServer(UserContext uc, int page, int pageSize) Methods in de.xima.fc.handler.entity with parameters of type UserPortalModifier and TypeMethodDescriptionProjektHandler.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 UserPortalModifier and TypeMethodDescriptionIUserPortalHandler.getByAlias(UserContext uc, String alias) Returns the user portal with the given alias.IUserPortalHandler.getByName(UserContext uc, String name) Returns the user portal with the given name.IUserPortalHandler.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 UserPortalModifier and TypeMethodDescriptionIUserPortalHandler.getForFrontendServer(UserContext uc, FrontendServer frontendServer, int page, int pageSize) Returns all user portal entities available on the given frontend server.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 UserPortalModifier and TypeMethodDescriptionIProjektHandler.getAllByUserPortal(UserContext uc, UserPortal portal, int page, int pageSize) -
Uses of UserPortal in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type UserPortalModifier and TypeMethodDescriptionIAuthenticationHandler.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 UserPortalModifier and TypeMethodDescriptionAuthenticationHandler.getClientDescriptorsByUserPortal(UserContext uc, UserPortal userPortal, int page, int pageSize) -
Uses of UserPortal in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return UserPortalModifier and TypeMethodDescriptionIFormRenderContext.getUserPortal()IFormRequestContext.getUserPortal()Methods in de.xima.fc.interfaces.form with parameters of type UserPortal -
Uses of UserPortal in de.xima.fc.interfaces.server
Methods in de.xima.fc.interfaces.server that return types with arguments of type UserPortalModifier and TypeMethodDescriptionIServerConfig.getUserPortals()Returns all user portals that are enabled on this server. -
Uses of UserPortal in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return UserPortalMethods in de.xima.fc.mdl.form with parameters of type UserPortal -
Uses of UserPortal in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return UserPortalModifier and TypeMethodDescriptionstatic UserPortalEntityDummyFactory.dummyUserPortal(String name, String alias) Methods in de.xima.fc.testhelper that return types with arguments of type UserPortalMethods in de.xima.fc.testhelper with parameters of type UserPortalModifier and TypeMethodDescriptionstatic ProjectPortalConfigEntityDummyFactory.dummyProjectPortalConfig(UserPortal portal, Projekt project, boolean active) static UserPortalFileEntityDummyFactory.dummyUserPortalFile(UserPortal portal, String filename, String fileKey, byte[] data, Locale locale) static UserPortalFileEntityDummyFactory.dummyUserPortalFile(UserPortal portal, String filename, String fileKey, String content, Locale locale) static UserPortalLoginConfigEntityDummyFactory.dummyUserPortalLoginConfig(UserPortal portal)
ProjektAPI.getProjectsPage(UserContext, PageQuery, ProjectsPageQuery, boolean)