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

Class FetchInstallmentRuleCmdImpl

  • All Implemented Interfaces:
    AbstractFetchNounCmd, FetchInstallmentRuleCmd, 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 FetchInstallmentRuleCmdImpl
    extends AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
    implements FetchInstallmentRuleCmd
    This command is used to fetch InstallmentRule nouns. The parent class will call the ReadInstallmentRuleMediator to return the logical SDOs resulting from the search criteria and the access profile. DSL is used to run the appropriate SQL based on the search criteria and the access profile, and the read mediator transforms the physical SDOs into the logical SDOs.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List getInstallmentRules()
      This method returns a list of InstallmentRules that result because of the fetch operation.
      • Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl

        execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
      • Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl

        getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

        getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
    • Constructor Detail

      • FetchInstallmentRuleCmdImpl

        public FetchInstallmentRuleCmdImpl()
        This method is the default constructor. It delegates to the parent class to fetch the Installment Rules.