com.ibm.commerce.wallet.commands

Class WalletExtMigrateUserEntriesCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, com.ibm.commerce.security.commands.ExtMigrateUserEntriesCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class WalletExtMigrateUserEntriesCmdImpl
    extends TaskCommandImpl
    implements com.ibm.commerce.security.commands.ExtMigrateUserEntriesCmd
    ExtMigrateUserEntriesCmd implementation that migrates the user's wallet from the old user to the new user.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WalletExtMigrateUserEntriesCmdImpl

        public WalletExtMigrateUserEntriesCmdImpl()
    • Method Detail

      • setOldUser

        public void setOldUser(UserAccessBean aabOldUser)
        Sets the old user.
        Specified by:
        setOldUser in interface com.ibm.commerce.security.commands.ExtMigrateUserEntriesCmd
        Parameters:
        aabOldUser - The old user.
      • setNewUser

        public void setNewUser(UserAccessBean aabNewUser)
        Sets the new user.
        Specified by:
        setNewUser in interface com.ibm.commerce.security.commands.ExtMigrateUserEntriesCmd
        Parameters:
        aabNewUser - The new user.