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, setUniqueIDXPath
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicy
public GetCatalogEntryCmdImpl()
public void setGetCatalogEntry(GetCatalogEntryType getCatalogEntry)
setGetCatalogEntry
in interface GetCatalogEntryCmd
getCatalogEntry
- It is of type GetCatalogEntryType
.public ShowCatalogEntryType getShowCatalogEntry()
getShowCatalogEntry
in interface GetCatalogEntryCmd
ShowCatalogEntryType
.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)
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.