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
-
Method Summary
-
Constructor Details
-
EmailUpdater
EmailUpdater()
-
-
Method Details
-
update
Description copied from interface:UserUpdater
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>
-