public class FetchCatalogEntryInstallmentPriceCmdImpl extends AbstractFetchNounUsingBusinessObjectMediatorCmdImpl implements FetchCatalogEntryInstallmentPriceCmd
FetchCatalogEntryInstallmentPriceCmd, which is used to fetch
CatalogEntryInstallmentPrice nouns.This command dose not use the
ReadCatalogEntryInstallmentPriceMediator.ACCESS_PROFILE_EXTERNAL_NAME| Constructor and Description |
|---|
FetchCatalogEntryInstallmentPriceCmdImpl()
This method is the default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getNouns()
This method returns the list of nouns that have been retrieved by the
business object manager that matches the specified XPath expression.
|
void |
performExecute()
This method calls the business object manager to execute the search
expression that was extracted by the get business object document.
|
void |
reset()
This method resets the instance variables so the command can be reused.
|
getShow, isReadyToCallExecute, setGet, setSearchExpressionexecute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetShow, setGet, setSearchExpressionpublic FetchCatalogEntryInstallmentPriceCmdImpl()
CatalogEntryInstallmentPrice noun.public java.util.List getNouns()
AbstractFetchNounUsingBusinessObjectMediatorCmdImplgetNouns in interface AbstractFetchNounCmdgetNouns in class AbstractFetchNounUsingBusinessObjectMediatorCmdImplpublic void reset()
AbstractFetchNounUsingBusinessObjectMediatorCmdImplreset in interface com.ibm.websphere.command.Commandreset in class AbstractFetchNounUsingBusinessObjectMediatorCmdImplCommand.reset()public void performExecute()
throws java.lang.Exception
AbstractFetchNounUsingBusinessObjectMediatorCmdImplperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractFetchNounUsingBusinessObjectMediatorCmdImpljava.lang.Exception - An exception was thrown while invoking the business object
manager to execute the request.