public interface OperatorService extends CRUDService<OperatorDTO,OperatorData,OperatorDataParams>
| Modifier and Type | Method and Description |
|---|---|
OperatorsSearchData |
getSearchData(UserLocatorVO user)
Returns data for searching operators of the given user
|
ViewOperatorProfileData |
getViewProfileData(UserLocatorVO locator)
Returns data for viewing an operator profile
|
UserRegistrationResult |
register(OperatorRegistrationDTO dto)
Registers an operator, returning the status and generated data
|
Page<OperatorVO> |
search(OperatorQuery params)
Searches for operators according to the given criteria
|
getData, getDataForNew, load, remove, removeAll, saveOperatorsSearchData getSearchData(UserLocatorVO user) throws FrameworkException
FrameworkExceptionViewOperatorProfileData getViewProfileData(UserLocatorVO locator) throws FrameworkException
FrameworkExceptionUserRegistrationResult register(OperatorRegistrationDTO dto) throws FrameworkException
FrameworkExceptionPage<OperatorVO> search(OperatorQuery params) throws FrameworkException
FrameworkException