com.ibm.commerce.usermanagement.commands

Class PostUserRegistrationAddCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, PostUserRegistrationAddCmd, 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 PostUserRegistrationAddCmdImpl
    extends TaskCommandImpl
    implements PostUserRegistrationAddCmd
    The default implementation class for PostUserRegistrationAddCmd command, which is run after UserRegistrationAddCmd command is executed. By default it does not perform any operations. This command should be overridden to do additional business logic.
    The responseProperties field contains the new userId and addressId parameters.
    See Also:
    Serialized Form