Interface OrgUnitActivationStrategy<T extends OrgUnitModel>

    • Method Detail

      • activateUnit

        void activateUnit​(T unit)
        Active the given unit.
        Parameters:
        unit - the OrgUnitModel to activate
      • deactivateUnit

        void deactivateUnit​(T unit)
        Deactivate the given unit and all of its child units.
        Parameters:
        unit - the OrgUnitModel to deactivate