public abstract class AbstractFetchEntitledPriceCmdImpl extends AbstractFetchNounCmdImpl implements FetchEntitledPriceCmd
resolveQueryParameters
and
buildGetDisplayPriceExpression
method.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.
|
Constructor and Description |
---|
AbstractFetchEntitledPriceCmdImpl() |
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.
|
getShow, isReadyToCallExecute, reset, setGet, setSearchExpression
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getShow, setGet, setSearchExpression
public static final java.lang.String COPYRIGHT
public static final java.lang.String ACCESS_PROFILE_NAME_STOREFRONT_SEARCH
public static final java.lang.String FLAG_CHECK_ENTITLEMENT
public static final java.lang.String FLAG_DK_AS_ITEM
public void performExecute() throws java.lang.Exception
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class com.ibm.websphere.command.TargetableCommandImpl
java.lang.Exception
TargetableCommandImpl.performExecute()
public java.util.List getNouns()
AbstractFetchNounCmd
getNouns
in interface AbstractFetchNounCmd
AbstractFetchNounCmd.getNouns()