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, reset
getShow, isReadyToCallExecute, 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
getNouns, getShow, setGet, setSearchExpression
public static final java.lang.String COPYRIGHT
public FetchPhysicalStoreByIdentifierCmdImpl()
public java.util.List getPhysicalStores()
getPhysicalStores
in interface FetchPhysicalStoreCmd
com.ibm.commerce.srvstore.facade.server.commands.FetchPhysicalStoreCmd#getPhysicalStores()
public void performExecute() throws java.lang.Exception
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
java.lang.Exception
- An exception was thrown if the search expression is invalid.