com.ibm.commerce.usermanagement.commands

Interface PreUserRegistrationUpdateCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    PreUserRegistrationUpdateCmdImpl


    public interface PreUserRegistrationUpdateCmd
    extends TaskCommand
    A task command called by UserRegistrationUpdate command at the begining of execution.
    User can overwrite this task command to change the input to the command. modify request properties and response properties. Inputs of this task command are:
     setRequestProperties(TypedProperty)
     - set request properties. Called by corresponding controller command to pass in the request properties
     setResponseProperties(TypedProperty)
     - set request properties. Called by corresponding controller command to pass in the response properties
     
    Outputs of this task command are:
     getRequestProperties(TypedProperty)
     - return request properties. Called by corresponding controller command to get the request properties
     getResponseProperties(TypedProperty)
     - return response properties. Called by corresponding controller command to get the response properties
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • getRequestProperties

        TypedProperty getRequestProperties()
        Get request properties.
        Returns:
        Request Properties
      • getResponseProperties

        TypedProperty getResponseProperties()
        Get response properties.
        Returns:
        Response properties
      • setRequestProperties

        void setRequestProperties(TypedProperty aRequestProperties)
        Set request properties
        Parameters:
        aRequestProperties - Request properties
      • setResponseProperties

        void setResponseProperties(TypedProperty aResponseProperties)
        Set response properties
        Parameters:
        aResponseProperties - Response properties