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, setUniqueIDXPath
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicy
public GetCatalogCmdImpl()
public void setGetCatalog(GetCatalogType getCatalog)
setGetCatalog
in interface GetCatalogCmd
getCatalog
- It is of type GetCatalogType
.public ShowCatalogType getShowCatalog()
getShowCatalog
in interface GetCatalogCmd
ShowCatalogType
.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 BusinessObjectDocumentCmd
setRequestBusinessObjectDocument
in class AbstractGetBusinessObjectDocumentCmdImpl
businessObjectDocument
- The request business object document.BusinessObjectDocumentCmd.setRequestBusinessObjectDocument(com.ibm.commerce.oagis9.datatypes.BusinessObjectDocumentType)