public class GetCatalogEntryCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetCatalogEntryCmd
| Constructor and Description |
|---|
GetCatalogEntryCmdImpl()
This constructor calls the constructor of super class.
|
| Modifier and Type | Method and Description |
|---|---|
ShowCatalogEntryType |
createExceptionInShowCatalogEntry(java.lang.Exception exception)
This method will set the exception as the result of running the request.
|
ShowCatalogEntryType |
getShowCatalogEntry()
This method returns the show verb for CatalogEntry noun.
|
void |
setGetCatalogEntry(GetCatalogEntryType getCatalogEntry)
This method sets the get verb for CatalogEntry 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 GetCatalogEntryCmdImpl()
public void setGetCatalogEntry(GetCatalogEntryType getCatalogEntry)
setGetCatalogEntry in interface GetCatalogEntryCmdgetCatalogEntry - It is of type GetCatalogEntryType.public ShowCatalogEntryType getShowCatalogEntry()
getShowCatalogEntry in interface GetCatalogEntryCmdShowCatalogEntryType.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)public ShowCatalogEntryType createExceptionInShowCatalogEntry(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.