Package org.cyclos.services.users
Interface UserGroupService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
UserGroupServiceLocal
public interface UserGroupService extends Service
Service interface for actions related to both groups and users.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongchangeGroup(@NotNull ChangeGroupDTO dto)Changes the group of a user, returning the identifier of the group change logChangeGroupDatagetChangeGroupData(@NotNull UserLocatorVO locator)Gets the data needed to change the group of a user.
-
-
-
Method Detail
-
changeGroup
Long changeGroup(@NotNull @NotNull ChangeGroupDTO dto) throws FrameworkException
Changes the group of a user, returning the identifier of the group change log- Throws:
FrameworkException
-
getChangeGroupData
ChangeGroupData getChangeGroupData(@NotNull @NotNull UserLocatorVO locator) throws FrameworkException
Gets the data needed to change the group of a user.- Throws:
FrameworkException
-
-