setFunctionStatus(STATUS_NOK);
if(systemUserVO.validate().isEmpty())
{
try
{
final UserControllerProxy controller = UserControllerProxy.getController(getDatabase());
controller.createUser(systemUserVO);
controller.updateUser(systemUserVO, roleNames, groupNames);
setFunctionStatus(STATUS_OK);
}
catch(Exception e)
{
throwException(e);