com.ibm.commerce.installment.facade.server.commands

Class GetOrderInstallmentPriceCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetOrderInstallmentPriceCmd, 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 GetOrderInstallmentPriceCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetOrderInstallmentPriceCmd
    This command gets activities based on the search criteria and the access profile. The parent class will call the FetchOrderInstallmentPriceCmd command to get the nouns, and the method buildShowBusinessObjectDocument returns the response business object document.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetOrderInstallmentPriceCmdImpl

        public GetOrderInstallmentPriceCmdImpl()
        This method is the default constructor. It performs no actions.
    • Method Detail

      • setGetOrderInstallmentPrice

        public void setGetOrderInstallmentPrice(com.ibm.commerce.installment.facade.datatypes.GetOrderInstallmentPriceType getOrderInstallmentPrice)
        This method sets the GetOrderInstallmentPriceType business object document that this command will process.
        Specified by:
        setGetOrderInstallmentPrice in interface GetOrderInstallmentPriceCmd
        Parameters:
        getOrderInstallmentPrice - The GetOrderInstallmentPriceType business object document.
      • getShowOrderInstallmentPrice

        public com.ibm.commerce.installment.facade.datatypes.ShowOrderInstallmentPriceType getShowOrderInstallmentPrice()
        This method gets the ShowOrderInstallmentPriceType business object document result.
        Specified by:
        getShowOrderInstallmentPrice in interface GetOrderInstallmentPriceCmd
        Returns:
        This method returns the ShowOrderInstallmentPriceType business object document result to the client.