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

Class GetOrderCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetOrderCmd, 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 GetOrderCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetOrderCmd
    This class is used to get orders. It retrieves the xpath and accessprofile from the request. Then it invokes the proper Fetch order command according to the xpath to find orders. After that it invokes the proper Compose order command according to the accessprofile to populate enough information to the orders.
    See Also:
    Serialized Form