com.ibm.commerce.pvc.commands

Interface PVCBufferUrlCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    PVCBufferUrlCmdImpl


    public interface PVCBufferUrlCmd
    extends ControllerCommand
    Interface to buffer parameters in HTTP request into database table.
    • 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

      • setB_exec

        void setB_exec(java.lang.String newB_exec)
        Sets the value of the b_exec parameter.
        Parameters:
        newB_exec - The value of the b_exec parameter.
      • setB_new

        void setB_new(java.lang.String newB_new)
        Sets the value of the b_new parameter.
        Parameters:
        newB_new - The value of the b_new parameter.
      • setB_update

        void setB_update(java.lang.String newB_update)
        Sets the value of the b_update parameter.
        Parameters:
        newB_update - The value of the b_update parameter.
      • setErrUrl

        void setErrUrl(java.lang.String newErrUrl)
        Sets the redirect view name. If an error occurs while processing this command, redirect this URL.
        Parameters:
        newErrUrl - The redirect view name.
      • setParameters

        void setParameters(java.lang.String newParameters)
        Sets the parameters string. This string is the parameters while processing this command.
        Parameters:
        newParameters - The parameters string.
      • setTimeout

        void setTimeout(long newTimeout)
        Sets the buffer timeout value.
        Parameters:
        newTimeout - The buffer timeout value.
      • setUrl

        void setUrl(java.lang.String newUrl)
        Sets the URL of the target command.
        Parameters:
        newURL - Set the URL of the target command.
      • setUserId

        void setUserId(java.lang.Long newUserId)
        Sets the user ID.
        Parameters:
        newUserId - The user ID.