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

Class FetchConfigurationByOrderItemIdCmdImpl

  • All Implemented Interfaces:
    FetchOrdersCmd, 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 FetchConfigurationByOrderItemIdCmdImpl
    extends AbstractFetchOrdersSOICmdImpl
    This task command retrieves order item configuration according to the search criteria specified by the client. The search criteria are specified by the input XPath queries:
     /Order[OrderItem[OrderItemIdentifier[(UniqueID=$orderItemId$)]]]
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FetchConfigurationByOrderItemIdCmdImpl

        public FetchConfigurationByOrderItemIdCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws java.lang.Exception
        This method executes the business logic of this command implementation.
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractFetchOrdersSOICmdImpl
        Throws:
        java.lang.Exception
        See Also:
        TargetableCommandImpl.performExecute()