public interface OperatorGroupService extends CRUDService<OperatorGroupDTO,OperatorGroupData,UserLocatorVO>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
changeGroup(ChangeOperatorGroupDTO dto)
Changes the group of an operator, returning the identifier of the group change log
|
ChangeOperatorGroupData |
getChangeGroupData(UserLocatorVO locator)
Gets the data needed to change the group of an operator.
|
java.util.List<OperatorGroupVO> |
list(UserLocatorVO locator)
Lists all operator groups of the given user
|
getData, getDataForNew, load, remove, removeAll, savejava.lang.Long changeGroup(ChangeOperatorGroupDTO dto) throws FrameworkException
FrameworkExceptionChangeOperatorGroupData getChangeGroupData(UserLocatorVO locator) throws FrameworkException
FrameworkExceptionjava.util.List<OperatorGroupVO> list(UserLocatorVO locator) throws FrameworkException
FrameworkException