Class UserBasicFieldUpdater

java.lang.Object
org.openwms.core.uaa.impl.UserBasicFieldUpdater
All Implemented Interfaces:
UserUpdater, org.springframework.plugin.core.Plugin<String>

@Transactional(propagation=MANDATORY) @Service class UserBasicFieldUpdater extends Object implements UserUpdater
A UserBasicFieldUpdater.
Author:
Heiko Scherrer
  • Constructor Details

    • UserBasicFieldUpdater

      UserBasicFieldUpdater()
  • Method Details

    • update

      @Measured public User update(User existingInstance, User newInstance)
      Update the given existingInstance partially with the contents of newInstance.
      Specified by:
      update in interface UserUpdater
      Parameters:
      existingInstance - The existing instance
      newInstance - Contains the properties to update
      Returns:
      The updated instance
    • supports

      public boolean supports(String delimiter)
      Specified by:
      supports in interface org.springframework.plugin.core.Plugin<String>