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

Class GetInstallmentRuleCmdImpl

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

      • GetInstallmentRuleCmdImpl

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

      • setGetInstallmentRule

        public void setGetInstallmentRule(com.ibm.commerce.installment.facade.datatypes.GetInstallmentRuleType getInstallmentRule)
        This method sets the GetInstallmentRuleType business object document that this command will process.
        Specified by:
        setGetInstallmentRule in interface GetInstallmentRuleCmd
        Parameters:
        getInstallmentRule - The GetInstallmentRuleType business object document.
      • getShowInstallmentRule

        public com.ibm.commerce.installment.facade.datatypes.ShowInstallmentRuleType getShowInstallmentRule()
        This method gets the ShowInstallmentRuleType business object document result.
        Specified by:
        getShowInstallmentRule in interface GetInstallmentRuleCmd
        Returns:
        This method returns the ShowInstallmentRuleType 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.