Package org.openwms.core.uaa.impl
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 Summary
-
Method Summary
-
Constructor Details
-
UserBasicFieldUpdater
UserBasicFieldUpdater()
-
-
Method Details
-
update
Update the givenexistingInstance
partially with the contents ofnewInstance
.- Specified by:
update
in interfaceUserUpdater
- Parameters:
existingInstance
- The existing instancenewInstance
- Contains the properties to update- Returns:
- The updated instance
-
supports
- Specified by:
supports
in interfaceorg.springframework.plugin.core.Plugin<String>
-