|
Rename Method public configureGlobal(auth AuthenticationManagerBuilder) : void renamed to public init() : void in class io.github.jhipster.sample.config.SecurityConfiguration |
From |
To |
|
Rename Method public setId(id Long) : void renamed to public ManagedUserVM(id Long, login String, password String, firstName String, lastName String, email String, activated boolean, imageUrl String, langKey String, createdBy String, createdDate ZonedDateTime, lastModifiedBy String, lastModifiedDate ZonedDateTime, authorities Set<String>) in class io.github.jhipster.sample.web.rest.vm.ManagedUserVM |
From |
To |
|
Pull Up Method public getLastModifiedBy() : String from class io.github.jhipster.sample.web.rest.vm.ManagedUserVM to public getLastModifiedBy() : String from class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Pull Up Method public getCreatedBy() : String from class io.github.jhipster.sample.web.rest.vm.ManagedUserVM to public getCreatedBy() : String from class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Pull Up Method public setLastModifiedBy(lastModifiedBy String) : void from class io.github.jhipster.sample.web.rest.vm.ManagedUserVM to public setLogin(login String) : void from class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Pull Up Method public getLastModifiedDate() : ZonedDateTime from class io.github.jhipster.sample.web.rest.vm.ManagedUserVM to public getLastModifiedDate() : ZonedDateTime from class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Pull Up Method public getCreatedDate() : ZonedDateTime from class io.github.jhipster.sample.web.rest.vm.ManagedUserVM to public getCreatedDate() : ZonedDateTime from class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Pull Up Method public setLastModifiedDate(lastModifiedDate ZonedDateTime) : void from class io.github.jhipster.sample.web.rest.vm.ManagedUserVM to public setLastModifiedDate(lastModifiedDate ZonedDateTime) : void from class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Pull Up Method public getId() : Long from class io.github.jhipster.sample.web.rest.vm.ManagedUserVM to public getId() : Long from class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Pull Up Method public setCreatedBy(createdBy String) : void from class io.github.jhipster.sample.web.rest.vm.ManagedUserVM to public setLogin(login String) : void from class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Pull Up Method public setCreatedDate(createdDate ZonedDateTime) : void from class io.github.jhipster.sample.web.rest.vm.ManagedUserVM to public setLastModifiedDate(lastModifiedDate ZonedDateTime) : void from class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Change Return Type ResponseEntity<ManagedUserVM> to ResponseEntity<UserDTO> in method public updateUser(managedUserVM ManagedUserVM) : ResponseEntity<UserDTO> in class io.github.jhipster.sample.web.rest.UserResource |
From |
To |
|
Change Return Type ResponseEntity<List<ManagedUserVM>> to ResponseEntity<List<UserDTO>> in method public getAllUsers(pageable Pageable) : ResponseEntity<List<UserDTO>> in class io.github.jhipster.sample.web.rest.UserResource |
From |
To |
|
Change Return Type ResponseEntity<?> to ResponseEntity in method public createUser(managedUserVM ManagedUserVM) : ResponseEntity in class io.github.jhipster.sample.web.rest.UserResource |
From |
To |
|
Change Return Type ProfileInfoResponse to ProfileInfoVM in method public getActiveProfiles() : ProfileInfoVM in class io.github.jhipster.sample.web.rest.ProfileInfoResource |
From |
To |
|
Change Return Type ResponseEntity<ManagedUserVM> to ResponseEntity<UserDTO> in method public getUser(login String) : ResponseEntity<UserDTO> in class io.github.jhipster.sample.web.rest.UserResource |
From |
To |
|
Change Return Type void to Optional<UserDTO> in method public updateUser(userDTO UserDTO) : Optional<UserDTO> in class io.github.jhipster.sample.service.UserService |
From |
To |
|
Change Return Type ResponseEntity<?> to ResponseEntity in method public requestPasswordReset(mail String) : ResponseEntity in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |
|
Change Return Type ResponseEntity<?> to ResponseEntity in method public changePassword(password String) : ResponseEntity in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |
|
Change Return Type ResponseEntity<?> to ResponseEntity in method public registerAccount(managedUserVM ManagedUserVM) : ResponseEntity in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |