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

Class FetchOrderInstallmentPriceCmdImpl

    • Field Summary

      • Fields inherited from class com.ibm.websphere.command.TargetableCommandImpl

        LOCAL
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List getNouns()
      This method returns the list of nouns retrieved by the fetch implementation.
      void performExecute() 
      void reset()
      This method resets the instance variables so the command can be reused.
      void setNouns(java.util.List alistNouns) 
      • 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
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

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

      • FetchOrderInstallmentPriceCmdImpl

        public FetchOrderInstallmentPriceCmdImpl()
        Default constructor.
    • Method Detail

      • getNouns

        public java.util.List getNouns()
        Description copied from interface: AbstractFetchNounCmd
        This method returns the list of nouns retrieved by the fetch implementation.
        Specified by:
        getNouns in interface AbstractFetchNounCmd
        Returns:
        A list of nouns that matches the search expression.
      • setNouns

        public void setNouns(java.util.List alistNouns)
        Parameters:
        alistNouns -
      • reset

        public void reset()
        Description copied from class: AbstractFetchNounCmdImpl
        This method resets the instance variables so the command can be reused.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractFetchNounCmdImpl
        See Also:
        Command.reset()
      • performExecute

        public void performExecute()
                            throws java.lang.Exception
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Specified by:
        performExecute in class com.ibm.websphere.command.TargetableCommandImpl
        Throws:
        java.lang.Exception