com.ibm.commerce.pvc.commands

Class PVCRegistrationCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, PVCRegistrationCmd, Protectable, 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 PVCRegistrationCmdImpl
    extends ControllerCommandImpl
    implements PVCRegistrationCmd
    Registers or updates a shopper who uses pervasive computing (PvC) devices for shopping. If the shopper is a guest user,this command executes new registration. If the shopper is already registered, this command updates existing registration.

    Behaviour

    1. Registers or Updates a user by invoking UserRegistration command internally.
    2. Registers or Updates a PvC device of the user by invoking PVCRegisterDevice command internally
    3. Redirects to the specified location.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        The name of this class for logging purposes.
        See Also:
        Constant Field Values
      • ERRTASK_NAME

        public static final java.lang.String ERRTASK_NAME
        The viewname called when an error occurs.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PVCRegistrationCmdImpl

        public PVCRegistrationCmdImpl()