Interface OrgUnitActivationStrategy<T extends OrgUnitModel>
- All Known Implementing Classes:
DefaultOrgUnitActivationStrategy
public interface OrgUnitActivationStrategy<T extends OrgUnitModel>
Strategy for activating and deactivating an
OrgUnitModel.-
Method Summary
Modifier and TypeMethodDescriptionvoidactivateUnit(T unit) Active the given unit.voiddeactivateUnit(T unit) Deactivate the given unit and all of its child units.
-
Method Details
-
activateUnit
Active the given unit.- Parameters:
unit- theOrgUnitModelto activate
-
deactivateUnit
Deactivate the given unit and all of its child units.- Parameters:
unit- theOrgUnitModelto deactivate
-