public interface OrgUnitActivationStrategy<T extends OrgUnitModel>
OrgUnitModel.| Modifier and Type | Method and Description |
|---|---|
void |
activateUnit(T unit)
Active the given unit.
|
void |
deactivateUnit(T unit)
Deactivate the given unit and all of its child units.
|
void activateUnit(T unit)
unit - the OrgUnitModel to activatevoid deactivateUnit(T unit)
unit - the OrgUnitModel to deactivateCopyright © 2018 SAP SE. All Rights Reserved.