public interface OperatorServiceLocal extends org.cyclos.impl.CRUDServiceLocal<Operator,OperatorDTO,OperatorData,OperatorDataParams>, OperatorService
OperatorService| Modifier and Type | Method and Description |
|---|---|
java.util.List<Operator> |
list(User user)
Lists all operators for the given user
|
void |
onRegistrationValidation(Operator operator,
boolean generatePasswordEvenIfManual,
boolean sendActivationEmail)
Performs additional actions when an operator registration is validated
|
find, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetSearchData, getViewProfileData, register, searchgetData, getDataForNew, load, remove, removeAll, savejava.util.List<Operator> list(User user) throws FrameworkException
FrameworkExceptionvoid onRegistrationValidation(Operator operator, boolean generatePasswordEvenIfManual, boolean sendActivationEmail) throws FrameworkException
FrameworkException