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

Class AbstractFetchEntitledPriceCmdImpl

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ACCESS_PROFILE_NAME_STOREFRONT_SEARCH
      Access profile for store catalog entry search.
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String FLAG_CHECK_ENTITLEMENT
      The flag whether to check entitlement.
      static java.lang.String FLAG_DK_AS_ITEM
      The flag whether to treat DK as an item.
      • 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()
      This method performs the logic of fetching entitled price.
      • 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
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String ACCESS_PROFILE_NAME_STOREFRONT_SEARCH
        Access profile for store catalog entry search.
        See Also:
        Constant Field Values
      • FLAG_CHECK_ENTITLEMENT

        public static final java.lang.String FLAG_CHECK_ENTITLEMENT
        The flag whether to check entitlement.
        See Also:
        Constant Field Values
      • FLAG_DK_AS_ITEM

        public static final java.lang.String FLAG_DK_AS_ITEM
        The flag whether to treat DK as an item.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractFetchEntitledPriceCmdImpl

        public AbstractFetchEntitledPriceCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws java.lang.Exception
        This method performs the logic of fetching entitled price.
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Specified by:
        performExecute in class com.ibm.websphere.command.TargetableCommandImpl
        Throws:
        java.lang.Exception
        See Also:
        TargetableCommandImpl.performExecute()