public class FetchPhysicalStoreByIdentifierCmdImpl extends AbstractFetchNounUsingBusinessObjectMediatorCmdImpl implements FetchPhysicalStoreCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
ACCESS_PROFILE_EXTERNAL_NAME| Constructor and Description |
|---|
FetchPhysicalStoreByIdentifierCmdImpl()
Create an instance of the fetch noun command that uses the
business object manager to execute the search expression.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getPhysicalStores()
This method returns a list of PhysicalStores that result because of the fetch
operation.
|
void |
performExecute()
This method will call the business object manager to execute the search expression
that was extracted by the get business object document after the search expression
is validated and accetped.
|
getNouns, resetgetShow, 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, waitgetNouns, getShow, setGet, setSearchExpressionpublic static final java.lang.String COPYRIGHT
public FetchPhysicalStoreByIdentifierCmdImpl()
public java.util.List getPhysicalStores()
getPhysicalStores in interface FetchPhysicalStoreCmdcom.ibm.commerce.srvstore.facade.server.commands.FetchPhysicalStoreCmd#getPhysicalStores()public void performExecute()
throws java.lang.Exception
performExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractFetchNounUsingBusinessObjectMediatorCmdImpljava.lang.Exception - An exception was thrown if the search expression is invalid.