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

Class GetCatalogEntryInstallmentPriceCmdImpl

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

      • GetCatalogEntryInstallmentPriceCmdImpl

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

      • setGetCatalogEntryInstallmentPrice

        public void setGetCatalogEntryInstallmentPrice(com.ibm.commerce.installment.facade.datatypes.GetCatalogEntryInstallmentPriceType getCatalogEntryInstallmentPrice)
        This method sets the GetCatalogEntryInstallmentPriceType business object document that this command will process.
        Specified by:
        setGetCatalogEntryInstallmentPrice in interface GetCatalogEntryInstallmentPriceCmd
        Parameters:
        getCatalogEntryInstallmentPrice - The GetCatalogEntryInstallmentPriceType business object document.
      • getShowCatalogEntryInstallmentPrice

        public com.ibm.commerce.installment.facade.datatypes.ShowCatalogEntryInstallmentPriceType getShowCatalogEntryInstallmentPrice()
        This method gets the ShowCatalogEntryInstallmentPriceType business object document result.
        Specified by:
        getShowCatalogEntryInstallmentPrice in interface GetCatalogEntryInstallmentPriceCmd
        Returns:
        This method returns the ShowCatalogEntryInstallmentPriceType business object document result to the client.
      • getFetchCommandInterface

        public java.lang.String getFetchCommandInterface()
        This method returns the fetch command interface that has been specified on the command configuration. This interface is used to resolve the implementation used to retrieve the initial list of nouns.
        Overrides:
        getFetchCommandInterface in class AbstractGetBusinessObjectDocumentCmdImpl
        Returns:
        The fetch command interface to resolve the fetch command.