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
Constructors - 
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, setLabelMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Constructor Details
- 
UserPopulationsGroupDirectory
public UserPopulationsGroupDirectory() 
 - 
 - 
Method Details
- 
getAvailableUserPopulationsForContext
Description copied from class:UserPopulationsGroupDirectoryGet the available user populations for the current context- Overrides:
 getAvailableUserPopulationsForContextin classUserPopulationsGroupDirectory- Returns:
 - the available user populations
 
 
 -