public interface UserStatusService extends Service
| Modifier and Type | Method and Description |
|---|---|
void |
changeStatus(ChangeUserStatusParams params)
Changes the status of a group
|
ChangeUserStatusData |
getData(UserLocatorVO locator)
Returns data displayed when changing / viewing a user status
|
void changeStatus(@NotNull
ChangeUserStatusParams params)
throws FrameworkException
IllegalActionException - If the given user is currently UserStatus.PENDING or
UserStatus.REMOVEDFrameworkExceptionChangeUserStatusData getData(@NotNull UserLocatorVO locator) throws FrameworkException
FrameworkException