public class FetchOnlineStoreCmdImpl extends AbstractFetchNounUsingBusinessObjectMediatorCmdImpl implements FetchOnlineStoreCmd
ReadOnlineStoreMediator
to return the logical SDOs resulting
from the search criteria and the access profile. DSL is used to run the
appropriate SQL based on the search criteria and the access profile, and the
read mediator transforms the physical SDOs into the logical SDOs.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
ACCESS_PROFILE_EXTERNAL_NAME
Constructor and Description |
---|
FetchOnlineStoreCmdImpl()
This method is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getOnlineStores()
Returns the list of OnlineStores that where retrieved when executing the
fetch.
|
void |
performExecute()
This method calls the business object manager to execute the search
expression that was extracted by the get business object document.
|
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 FetchOnlineStoreCmdImpl()
public java.util.List getOnlineStores()
getOnlineStores
in interface FetchOnlineStoreCmd
public void performExecute() throws java.lang.Exception
AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
java.lang.Exception
- An exception was thrown while invoking the business object
manager to execute the request.