Package org.cyclos.services.users
Interface UserStatusService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
UserStatusServiceLocal
- All Known Implementing Classes:
UserStatusServiceImpl,UserStatusServiceSecurity
public interface UserStatusService extends Service
Service used to manage a user status
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangeStatus(@NotNull ChangeUserStatusParams params)Changes the status of a groupChangeUserStatusDatagetData(@NotNull UserLocatorVO locator)Returns data displayed when changing / viewing a user status
-
-
-
Method Detail
-
changeStatus
void changeStatus(@NotNull @NotNull ChangeUserStatusParams params) throws FrameworkExceptionChanges the status of a group- Throws:
IllegalActionException- If the given user is currentlyUserStatus.PENDINGorUserStatus.PURGEDFrameworkException
-
getData
ChangeUserStatusData getData(@NotNull @NotNull UserLocatorVO locator) throws FrameworkException
Returns data displayed when changing / viewing a user status- Throws:
FrameworkException
-
-