com.ibm.commerce.price.commands

Class MarketplaceRetrievePricesCmdImpl

  • java.lang.Object
    • com.ibm.websphere.command.CacheableCommandImpl
      • com.ibm.commerce.command.MeasuredCacheableCommandImpl
        • com.ibm.commerce.command.AbstractECTargetableCommand
  • All Implemented Interfaces:
    com.ibm.commerce.command.BusinessPolicyCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.ECTargetableCommand, com.ibm.commerce.command.TaskCommand, RetrievePricesCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command


    public class MarketplaceRetrievePricesCmdImpl
    extends RetrievePricesCmdImpl
    implements RetrievePricesCmd
    RetrievePrices implementation for fixed pricing in marketplace Store.

    This command calls the following TaskCommands:

    This command uses the following AccessBeans:
    • OfferAccessBean
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void performExecute()
      Executes main business logic of the command.
      void reset()
      Prepare this command for re-execution.
      void setStoreId(java.lang.Integer anStoreId)
      Sets the id of the input store to be used for calculating the price (Optional).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from class com.ibm.commerce.command.BusinessPolicyCommandImpl

        getPolicyId, getRequestProperties, setPolicyId
      • Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand

        accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
      • Methods inherited from interface com.ibm.commerce.command.BusinessPolicyCommand

        getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • COPYRIGHT

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

      • MarketplaceRetrievePricesCmdImpl

        public MarketplaceRetrievePricesCmdImpl()
        Constructor for MarketplaceRetrievePricesCmdImpl.