public class GetCatalogCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetCatalogCmd
| Constructor and Description |
|---|
GetCatalogCmdImpl()
This constructor calls the constructor of super class.
|
| Modifier and Type | Method and Description |
|---|---|
ShowCatalogType |
createExceptionInShowCatalog(java.lang.Exception exception)
This method will set the exception as the result of running the request.
|
ShowCatalogType |
getShowCatalog()
This method returns the show verb for Catalog noun.
|
void |
setGetCatalog(GetCatalogType getCatalog)
This method sets the get verb for Catalog noun.
|
void |
setRequestBusinessObjectDocument(BusinessObjectDocumentType businessObjectDocument)
Set the get request business object document.
|
getFetchCommandInterface, getInsertMoreDataCommandInterface, getResultBusinessObjectDocument, getSearchExpression, getUniqueID, handleException, isReadyToCallExecute, performExecute, setFetchCommandInterface, setInsertMoreDataCommandInterface, setOutputProperties, setUniqueIDXPathexecuteFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicypublic GetCatalogCmdImpl()
public void setGetCatalog(GetCatalogType getCatalog)
setGetCatalog in interface GetCatalogCmdgetCatalog - It is of type GetCatalogType.public ShowCatalogType getShowCatalog()
getShowCatalog in interface GetCatalogCmdShowCatalogType.public ShowCatalogType createExceptionInShowCatalog(java.lang.Exception exception)
getResultBusinessObjectDocument() will still be used to return the
result, this call out will indicate that exception information is required to be
populated.exception - The application exception that occurred when running the
business object document.public void setRequestBusinessObjectDocument(BusinessObjectDocumentType businessObjectDocument)
setRequestBusinessObjectDocument in interface BusinessObjectDocumentCmdsetRequestBusinessObjectDocument in class AbstractGetBusinessObjectDocumentCmdImplbusinessObjectDocument - The request business object document.BusinessObjectDocumentCmd.setRequestBusinessObjectDocument(com.ibm.commerce.oagis9.datatypes.BusinessObjectDocumentType)