Uses of Class
org.exoplatform.portal.config.UserACL
Packages that use UserACL
Package
Description
-
Uses of UserACL in org.exoplatform.portal.branding
Constructors in org.exoplatform.portal.branding with parameters of type UserACLModifierConstructorDescriptionBrandingServiceImpl(org.exoplatform.container.PortalContainer container, org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.services.listener.ListenerService listenerService, UserACL userAcl, org.exoplatform.container.xml.InitParams initParams) -
Uses of UserACL in org.exoplatform.portal.config
Methods in org.exoplatform.portal.config that return UserACLConstructors in org.exoplatform.portal.config with parameters of type UserACLModifierConstructorDescriptionDefaultGroupVisibilityPlugin(UserACL userACL) NewPortalConfigListener(UserPortalConfigService owner, org.exoplatform.portal.mop.service.LayoutService layoutService, org.exoplatform.container.configuration.ConfigurationManager cmanager, org.exoplatform.container.xml.InitParams params, org.exoplatform.portal.mop.service.NavigationService navigationService, org.exoplatform.portal.mop.storage.DescriptionStorage descriptionStorage, UserACL userACL, org.exoplatform.services.resources.LocaleConfigService localeConfigService) UserPortalConfigService(org.exoplatform.portal.mop.service.LayoutService layoutService, org.exoplatform.portal.mop.service.NavigationService navigationService, org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.services.listener.ListenerService listenerService, UserACL userAcl, org.exoplatform.container.xml.InitParams params) -
Uses of UserACL in org.exoplatform.portal.mop.rest
Methods in org.exoplatform.portal.mop.rest with parameters of type UserACLModifier and TypeMethodDescriptionstatic List<UserNodeRestEntity> EntityBuilder.toUserNodeRestEntity(Collection<UserNode> nodes, boolean expand, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.portal.mop.service.LayoutService layoutService, UserACL userACL, UserPortal userPortal, boolean expandBreadcrumb) Constructors in org.exoplatform.portal.mop.rest with parameters of type UserACLModifierConstructorDescriptionNavigationRest(UserPortalConfigService portalConfigService, org.exoplatform.portal.mop.service.LayoutService layoutService, org.exoplatform.services.organization.OrganizationService organizationService, UserACL userACL) -
Uses of UserACL in org.exoplatform.portal.rest
Constructors in org.exoplatform.portal.rest with parameters of type UserACLModifierConstructorDescriptionGroupRestResourcesV1(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.organization.search.GroupSearchService groupSearchService, UserACL userACL) MembershipTypeRestResourcesV1(org.exoplatform.services.organization.OrganizationService organizationService, UserACL userACL) UserRestResourcesV1(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.organization.search.UserSearchService userSearchService, UserACL userACL, org.exoplatform.web.login.recovery.PasswordRecoveryService passwordRecoveryService) -
Uses of UserACL in org.exoplatform.settings.rest
Constructors in org.exoplatform.settings.rest with parameters of type UserACLModifierConstructorDescriptionSettingResource(org.exoplatform.commons.api.settings.SettingService settingService, UserACL userACL)