public class GetLayoutCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetLayoutCmd
FetchLayoutCmd command to get the nouns,
and the method buildShowBusinessObjectDocument returns the response
business object document.| Constructor and Description |
|---|
GetLayoutCmdImpl()
This method is the default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.pagelayout.facade.datatypes.ShowLayoutType |
getShowLayout()
This method gets the
ShowLayoutType business object document result. |
void |
setGetLayout(com.ibm.commerce.pagelayout.facade.datatypes.GetLayoutType getLayout)
This method sets the
GetLayoutType business object document that this command will process. |
getFetchCommandInterface, getInsertMoreDataCommandInterface, getResultBusinessObjectDocument, getSearchExpression, getUniqueID, handleException, isReadyToCallExecute, performExecute, setFetchCommandInterface, setInsertMoreDataCommandInterface, setOutputProperties, setRequestBusinessObjectDocument, setUniqueIDXPathexecuteFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocumentpublic GetLayoutCmdImpl()
public void setGetLayout(com.ibm.commerce.pagelayout.facade.datatypes.GetLayoutType getLayout)
GetLayoutType business object document that this command will process.setGetLayout in interface GetLayoutCmdgetLayout - The GetLayoutType business object document.public com.ibm.commerce.pagelayout.facade.datatypes.ShowLayoutType getShowLayout()
ShowLayoutType business object document result.getShowLayout in interface GetLayoutCmdShowLayoutType business object document result to the client.