com.ibm.commerce.price.facade.server.commands

Class FetchPriceEntryCmdImpl

  • All Implemented Interfaces:
    AbstractFetchNounCmd, com.ibm.commerce.price.facade.server.commands.FetchPriceListCmd, com.ibm.commerce.price.facade.server.util.PriceFacadeServerConstants, 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 FetchPriceEntryCmdImpl
    extends com.ibm.commerce.price.facade.server.commands.AbstractFetchPriceListCmdImpl
    implements com.ibm.commerce.price.facade.server.util.PriceFacadeServerConstants
    This implementation returns a list of OfferDataBean.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      • Fields inherited from class com.ibm.commerce.price.facade.server.commands.AbstractFetchPriceListCmdImpl

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

        LOCAL
      • Fields inherited from interface com.ibm.commerce.price.facade.server.util.PriceFacadeServerConstants

        ACESS_PROFILE_IBM_PRICELIST_SUMMARY, ADD_ACTION_CODE, BUSINESSCONTEXT_FORUSER_DN, BUSINESSCONTEXT_STORE_IDENTIFIER, BUSINESSCONTEXT_STORE_UNIQUEID, CATALOG_ENTRY_ID, CATALOG_ENTRY_UNIQUEID_INDEX, CHANGE_ACTION_CODE, DELETE_ACTION_CODE, FIRST_INDEX, INDEX_SEPARATOR, PRICEENTRY_ALTERNATIVE_PRICE_XPATH_END_WORD, PRICEENTRY_PRICE_XPATH_END_WORD, PRICELIST_UNIQUEID_INDEX, PRICELIST_USAGE_CUSTOM, PRICELIST_USAGE_EXTERNAL, PRICELIST_USAGE_STANDARD, SEPERATOR_OF_XPATH, XML_SUPPORTED_DATA_FORMAT, XPATH_STRING_CURRENCY, XPATH_STRING_NAME, XPATH_STRING_PARTNUMBER, XPATH_STRING_PRICING_DATE, XPATH_STRING_QUALIFIER, XPATH_STRING_QUANTITY, XPATH_STRING_UNIQUEID, XPATH_STRING_UOM
      • 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 getResultList()
      This method is to return the fetch result.
      • Methods inherited from class com.ibm.commerce.price.facade.server.commands.AbstractFetchPriceListCmdImpl

        getGetPriceListType, getNouns, getPagingPrameter, getResult, getSelectionCriteria, getShow, getShowPriceListDataArea, isReadyToCallExecute, performExecute, reset, setGet, setGetPriceList, setPagingPrameter, setSelectionCriteria
      • 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
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

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

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FetchPriceEntryCmdImpl

        public FetchPriceEntryCmdImpl()
    • Method Detail

      • getResultList

        public java.util.List getResultList()
        This method is to return the fetch result. The fetch result is a List which contains the OfferDataBean.
        Specified by:
        getResultList in class com.ibm.commerce.price.facade.server.commands.AbstractFetchPriceListCmdImpl
        Returns:
        List the List contains the fetch result.