Package org.ametys.core.user.population
Class PopulationConsumerExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<PopulationConsumer>
org.ametys.core.user.population.PopulationConsumerExtensionPoint
- All Implemented Interfaces:
 LogEnabled,ExtensionPoint<PopulationConsumer>,Disposable,Initializable,Component,Contextualizable,Serviceable,ThreadSafe
public class PopulationConsumerExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<PopulationConsumer>
This class is in charge to load and initialize the various 
PopulationConsumer- 
Field Summary
FieldsFields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if a user population is in use by aPopulationConsumerMethods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, serviceMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Field Details
- 
ROLE
Avalon Role 
 - 
 - 
Constructor Details
- 
PopulationConsumerExtensionPoint
public PopulationConsumerExtensionPoint() 
 - 
 - 
Method Details
- 
isInUse
Determines if a user population is in use by aPopulationConsumer- Parameters:
 id- The id of the user population to check- Returns:
 - true if the user population is used by at least one of the 
PopulationConsumer 
 
 -