com.ibm.commerce.store.commands

Interface SaveReportDeliverySettingsCmd

  • All Superinterfaces:
    com.ibm.commerce.command.AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ControllerCommand, com.ibm.commerce.command.ECCommand, com.ibm.commerce.security.Protectable, com.ibm.commerce.tools.command.ToolsControllerCommand
    All Known Implementing Classes:
    SaveReportDeliverySettingsCmdImpl


    public interface SaveReportDeliverySettingsCmd
    extends com.ibm.commerce.tools.command.ToolsControllerCommand
     Saves the commerce report delivery settings. The delivery settings are used
     to determine when the commerce reports will be sent to the store.
     
     URL calling syntax:
            https://hostname/path/SaveReportDeliverySettings?XML=xml_string&URL=return_url
     
     Parameters:
            XML
                    An input XML string that contains all required data for sending the message type.
     
                    Example xml_string:
                            <?XML version="1.0" encoding "UTF-8">
                            <format>10001</format>
                            <frequency>126</frequency>
                            <fiscalYear>jones@abc.com</fiscalYear>
                            <URL>DialogNavigation</URL>
                            <XMLFile>store.reportDelivery</XMLFile>
                            </XML>
     
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The copyright statement.
      static java.lang.String NAME
      The name of the interface.
      • Fields inherited from interface com.ibm.commerce.command.ECCommand

        defaultCommandClassName
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.ControllerCommand

        checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
      • Methods inherited from interface com.ibm.commerce.command.AccCommand

        accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
      • Methods inherited from interface com.ibm.commerce.security.Protectable

        fulfills, getOwner