com.ibm.commerce.usermanagement.commands

Interface AuditBaseCmd

    • Method Detail

      • setErrorViewName

        void setErrorViewName(java.lang.String astrErrorViewName)
        Sets the error view name.
        Parameters:
        errorView - the error view.
      • setPropertyFileName

        void setPropertyFileName(java.lang.String astrPropertyFileName)
        Sets the property file name. The task command will read controlling information in the property file. to do validation.
        Parameters:
        The - property file name.
      • setRequestProperties

        void setRequestProperties(TypedProperty aRequestProperties)
                           throws ECApplicationException
        Sets the request properties needed to pass to this task command. The request properties contains name-value pairs to be validated.
        Parameters:
        aRequestProperties - The request properties.
        Throws:
        ECApplicationException
      • getRequestProperties

        TypedProperty getRequestProperties()
        Gets the request properties passed to this task command.
        Returns:
        The request properties passed to this task command.