com.ibm.commerce.order.facade.server.commands

Class FetchQuoteByExternalQuoteIdCmdImpl

  • All Implemented Interfaces:
    AbstractFetchNounCmd, com.ibm.commerce.order.facade.server.commands.FetchQuoteCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class FetchQuoteByExternalQuoteIdCmdImpl
    extends AbstractFetchQuoteCmdImpl
    This task command retrieves a list of quotes from external system according to the search criteria specified by the client. The search criteria are specified by the input XPath queries. The following XPath queries can be processed by this command:
     /Quote[QuoteIdentifier[(ExternalQuoteID=)]]
     
    This command calls outbound service with the following XPath.
     /Quote[QuoteIdentifier[(ExternalQuoteID=)] and OrderTemplate[StoreIdentifier[ExternalIdentifier[(NameIdentifier=)]]]]
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      • Fields inherited from class com.ibm.websphere.command.TargetableCommandImpl

        LOCAL
      • Fields inherited from interface com.ibm.commerce.order.facade.server.commands.FetchQuoteCmd

        NAME
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FetchQuoteByExternalQuoteIdCmdImpl

        public FetchQuoteByExternalQuoteIdCmdImpl()