Package org.openwms.core.uaa.impl
Class EmailUpdater
java.lang.Object
org.openwms.core.uaa.impl.EmailUpdater
- All Implemented Interfaces:
UserUpdater,org.springframework.plugin.core.Plugin<String>
@Transactional(propagation=MANDATORY)
@Service
class EmailUpdater
extends Object
implements UserUpdater
A EmailUpdater.
- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmailUpdater
EmailUpdater()
-
-
Method Details
-
update
Description copied from interface:UserUpdaterUpdate the givenexistingInstancepartially with the contents ofnewInstance.- Specified by:
updatein interfaceUserUpdater- Parameters:
existingInstance- The existing instancenewInstance- Contains the properties to update- Returns:
- The updated instance
-
supports
- Specified by:
supportsin interfaceorg.springframework.plugin.core.Plugin<String>
-