Package org.ametys.cms.group.directory
Class UserPopulationsGroupDirectory
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.core.impl.group.directory.UserPopulationsGroupDirectory
org.ametys.cms.group.directory.UserPopulationsGroupDirectory
- All Implemented Interfaces:
GroupDirectory
,LogEnabled
,Serviceable
- Direct Known Subclasses:
UserPopulationsGroupDirectory
Implementation of a
GroupDirectory
based on user's populations restricted to '/application' context-
Field Summary
Fields inherited from class org.ametys.plugins.core.impl.group.directory.UserPopulationsGroupDirectory
_i18nUtils, _populationContextHelper, _userPopulationDAO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<UserPopulation>
Get the available user populations for the current contextMethods inherited from class org.ametys.plugins.core.impl.group.directory.UserPopulationsGroupDirectory
getGroup, getGroupDirectoryModelId, getGroups, getGroups, getId, getLabel, getParameterValues, getUserGroups, init, service, setId, setLabel
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
UserPopulationsGroupDirectory
public UserPopulationsGroupDirectory()
-
-
Method Details
-
getAvailableUserPopulationsForContext
Description copied from class:UserPopulationsGroupDirectory
Get the available user populations for the current context- Overrides:
getAvailableUserPopulationsForContext
in classUserPopulationsGroupDirectory
- Returns:
- the available user populations
-