com.ibm.commerce.usermanagement.commands

Interface PostAddressUpdateCmd

  • 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:
    PostAddressUpdateCmdImpl


    public interface PostAddressUpdateCmd
    extends TaskCommand
    A task command called by AddressUpdate command at the end of execution.
    User can overwrite this task command to perform additional operation. 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 response properties. Called by corresponding controller command to pass in the response properties
       The address id of the updated address is set in the response properties. 
       If property "outAddressName" is specified in request properties, the name of the property which contains
       the address id is "outAddressName"; otherwise the name of the property is "addressId".  
     
    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