|
Rename Method public getErrorDTO() : ParameterizedErrorDTO renamed to public getErrorVM() : ParameterizedErrorVM in class io.github.jhipster.sample.web.rest.errors.CustomParameterizedException |
From |
To |
|
Rename Method public createUserInformation(login String, password String, firstName String, lastName String, email String, langKey String) : User renamed to public createUser(login String, password String, firstName String, lastName String, email String, langKey String) : User in class io.github.jhipster.sample.service.UserService |
From |
To |
|
Rename Method public deleteUserInformation(login String) : void renamed to public deleteUser(login String) : void in class io.github.jhipster.sample.service.UserService |
From |
To |
|
Rename Method public updateUserInformation(firstName String, lastName String, email String, langKey String) : void renamed to public updateUser(firstName String, lastName String, email String, langKey String) : void in class io.github.jhipster.sample.service.UserService |
From |
To |
|
Change Parameter Type jsonLogger : LoggerDTO to jsonLogger : LoggerVM in method public changeLevel(jsonLogger LoggerVM) : void in class io.github.jhipster.sample.web.rest.LogsResource |
From |
To |
|
Change Parameter Type managedUserDTO : ManagedUserDTO to managedUserVM : ManagedUserVM in method public updateUser(managedUserVM ManagedUserVM) : ResponseEntity<ManagedUserVM> in class io.github.jhipster.sample.web.rest.UserResource |
From |
To |
|
Change Parameter Type keyAndPassword : KeyAndPasswordDTO to keyAndPassword : KeyAndPasswordVM in method public finishPasswordReset(keyAndPassword KeyAndPasswordVM) : ResponseEntity<String> in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |
|
Change Parameter Type managedUserDTO : ManagedUserDTO to managedUserVM : ManagedUserVM in method public createUser(managedUserVM ManagedUserVM) : User in class io.github.jhipster.sample.service.UserService |
From |
To |
|
Change Parameter Type managedUserDTO : ManagedUserDTO to managedUserVM : ManagedUserVM in method public registerAccount(managedUserVM ManagedUserVM, request HttpServletRequest) : ResponseEntity<?> in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |
|
Change Parameter Type fieldErrors : List<FieldErrorDTO> to fieldErrors : List<FieldErrorVM> in method public ErrorVM(message String, description String, fieldErrors List<FieldErrorVM>) in class io.github.jhipster.sample.web.rest.errors.ErrorVM |
From |
To |
|
Change Parameter Type managedUserDTO : ManagedUserDTO to managedUserVM : ManagedUserVM in method public createUser(managedUserVM ManagedUserVM, request HttpServletRequest) : ResponseEntity<?> in class io.github.jhipster.sample.web.rest.UserResource |
From |
To |
|
Change Return Type ResponseEntity<List<ManagedUserDTO>> to ResponseEntity<List<ManagedUserVM>> in method public getAllUsers(pageable Pageable) : ResponseEntity<List<ManagedUserVM>> in class io.github.jhipster.sample.web.rest.UserResource |
From |
To |
|
Change Return Type ErrorDTO to ErrorVM in method public processValidationError(ex MethodArgumentNotValidException) : ErrorVM in class io.github.jhipster.sample.web.rest.errors.ExceptionTranslator |
From |
To |
|
Change Return Type ResponseEntity<ManagedUserDTO> to ResponseEntity<ManagedUserVM> in method public getUser(login String) : ResponseEntity<ManagedUserVM> in class io.github.jhipster.sample.web.rest.UserResource |
From |
To |
|
Change Return Type ErrorDTO to ErrorVM in method public processMethodNotSupportedException(exception HttpRequestMethodNotSupportedException) : ErrorVM in class io.github.jhipster.sample.web.rest.errors.ExceptionTranslator |
From |
To |
|
Change Return Type List<LoggerDTO> to List<LoggerVM> in method public getList() : List<LoggerVM> in class io.github.jhipster.sample.web.rest.LogsResource |
From |
To |
|
Change Return Type ParameterizedErrorDTO to ParameterizedErrorVM in method public getErrorVM() : ParameterizedErrorVM in class io.github.jhipster.sample.web.rest.errors.CustomParameterizedException |
From |
To |
|
Change Return Type ResponseEntity<ErrorDTO> to ResponseEntity<ErrorVM> in method public processRuntimeException(ex Exception) : ResponseEntity<ErrorVM> in class io.github.jhipster.sample.web.rest.errors.ExceptionTranslator |
From |
To |
|
Change Return Type ParameterizedErrorDTO to ParameterizedErrorVM in method public processParameterizedValidationError(ex CustomParameterizedException) : ParameterizedErrorVM in class io.github.jhipster.sample.web.rest.errors.ExceptionTranslator |
From |
To |
|
Change Return Type ErrorDTO to ErrorVM in method public processConcurencyError(ex ConcurrencyFailureException) : ErrorVM in class io.github.jhipster.sample.web.rest.errors.ExceptionTranslator |
From |
To |
|
Change Return Type ErrorDTO to ErrorVM in method public processAccessDeniedException(e AccessDeniedException) : ErrorVM in class io.github.jhipster.sample.web.rest.errors.ExceptionTranslator |
From |
To |
|
Change Return Type ErrorDTO to ErrorVM in method private processFieldErrors(fieldErrors List<FieldError>) : ErrorVM in class io.github.jhipster.sample.web.rest.errors.ExceptionTranslator |
From |
To |
|
Change Return Type ResponseEntity<ManagedUserDTO> to ResponseEntity<ManagedUserVM> in method public updateUser(managedUserVM ManagedUserVM) : ResponseEntity<ManagedUserVM> in class io.github.jhipster.sample.web.rest.UserResource |
From |
To |
|
Change Return Type List<FieldErrorDTO> to List<FieldErrorVM> in method public getFieldErrors() : List<FieldErrorVM> in class io.github.jhipster.sample.web.rest.errors.ErrorVM |
From |
To |
|
Change Variable Type validUser : ManagedUserDTO to validUser : ManagedUserVM in method public testRegisterDuplicateEmail() : void in class io.github.jhipster.sample.web.rest.AccountResourceIntTest |
From |
To |
|
Change Variable Type invalidUser : ManagedUserDTO to invalidUser : ManagedUserVM in method public testRegisterInvalidLogin() : void in class io.github.jhipster.sample.web.rest.AccountResourceIntTest |
From |
To |
|
Change Variable Type duplicatedUser : ManagedUserDTO to duplicatedUser : ManagedUserVM in method public testRegisterDuplicateLogin() : void in class io.github.jhipster.sample.web.rest.AccountResourceIntTest |
From |
To |
|
Change Variable Type invalidUser : ManagedUserDTO to invalidUser : ManagedUserVM in method public testRegisterInvalidPassword() : void in class io.github.jhipster.sample.web.rest.AccountResourceIntTest |
From |
To |
|
Change Variable Type validUser : ManagedUserDTO to validUser : ManagedUserVM in method public testRegisterValid() : void in class io.github.jhipster.sample.web.rest.AccountResourceIntTest |
From |
To |
|
Change Variable Type invalidUser : ManagedUserDTO to invalidUser : ManagedUserVM in method public testRegisterInvalidEmail() : void in class io.github.jhipster.sample.web.rest.AccountResourceIntTest |
From |
To |
|
Change Variable Type dto : ErrorDTO to dto : ErrorVM in method private processFieldErrors(fieldErrors List<FieldError>) : ErrorVM in class io.github.jhipster.sample.web.rest.errors.ExceptionTranslator |
From |
To |
|
Change Variable Type duplicatedUser : ManagedUserDTO to duplicatedUser : ManagedUserVM in method public testRegisterDuplicateEmail() : void in class io.github.jhipster.sample.web.rest.AccountResourceIntTest |
From |
To |
|
Change Variable Type validUser : ManagedUserDTO to validUser : ManagedUserVM in method public testRegisterAdminIsIgnored() : void in class io.github.jhipster.sample.web.rest.AccountResourceIntTest |
From |
To |
|
Change Variable Type errorDTO : ErrorDTO to errorVM : ErrorVM in method public processRuntimeException(ex Exception) : ResponseEntity<ErrorVM> in class io.github.jhipster.sample.web.rest.errors.ExceptionTranslator |
From |
To |
|
Change Variable Type managedUserDTOs : List<ManagedUserDTO> to managedUserVMs : List<ManagedUserVM> in method public getAllUsers(pageable Pageable) : ResponseEntity<List<ManagedUserVM>> in class io.github.jhipster.sample.web.rest.UserResource |
From |
To |
|
Change Variable Type validUser : ManagedUserDTO to validUser : ManagedUserVM in method public testRegisterDuplicateLogin() : void in class io.github.jhipster.sample.web.rest.AccountResourceIntTest |
From |
To |