public class GetPageCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetPageCmd
FetchPageCmd
command to get the nouns,
and the method buildShowBusinessObjectDocument
returns the response
business object document.Constructor and Description |
---|
GetPageCmdImpl()
This method is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.pagelayout.facade.datatypes.ShowPageType |
getShowPage()
This method gets the
ShowPageType business object document result. |
void |
setGetPage(com.ibm.commerce.pagelayout.facade.datatypes.GetPageType getPage)
This method sets the
GetPageType business object document that this command will process. |
getFetchCommandInterface, getInsertMoreDataCommandInterface, getResultBusinessObjectDocument, getSearchExpression, getUniqueID, handleException, isReadyToCallExecute, performExecute, setFetchCommandInterface, setInsertMoreDataCommandInterface, setOutputProperties, setRequestBusinessObjectDocument, setUniqueIDXPath
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
public GetPageCmdImpl()
public void setGetPage(com.ibm.commerce.pagelayout.facade.datatypes.GetPageType getPage)
GetPageType
business object document that this command will process.setGetPage
in interface GetPageCmd
getPage
- The GetPageType
business object document.public com.ibm.commerce.pagelayout.facade.datatypes.ShowPageType getShowPage()
ShowPageType
business object document result.getShowPage
in interface GetPageCmd
ShowPageType
business object document result to the client.