public class PriceListChangeHistoryServiceImpl extends ExtendAbstractChangeHistoryServiceImpl
| Constructor and Description |
|---|
PriceListChangeHistoryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
getChangedDataObject(java.lang.Object dataObject)
Set the changed data object.
|
com.ibm.commerce.foundation.internal.server.services.changehistory.utility.NounConfiguration |
getNounConfiguration()
Return the nounConfiguration resolved to the noun for the change
history.
|
java.lang.Long |
getObjectStoreID()
This method will return the store ID of current object to use in change history
given the context of the current noun request.
|
java.lang.String |
getResolvedCMCObject()
This method will return the ui-object-name for a changed noun
|
java.lang.Long |
getUniqueID()
Retrieve uniqueID from the noun by using the specified uniqueIDXpath
|
void |
setChangedDataObject(java.lang.Object dataObject)
Set the changed data object.
|
getChangedDataObject, getExtendedDataList, getStoreEntityId, getUniqueObjectCode, setConnection, setNounConfiguration, setStoreEntityId, setTaskgrp, setWorkspacepublic void setChangedDataObject(java.lang.Object dataObject)
setChangedDataObject in interface com.ibm.commerce.foundation.internal.server.services.changehistory.utility.ChangeHistoryServicesetChangedDataObject in class ExtendAbstractChangeHistoryServiceImpldataObject - The data object to setcom.ibm.commerce.content.changehistory.helper.ChangeHistoryService#setChangedDataObject(java.lang.Object)public void getChangedDataObject(java.lang.Object dataObject)
dataObject - The data object to setcom.ibm.commerce.content.changehistory.helper.ChangeHistoryService#setChangedDataObject(java.lang.Object)public com.ibm.commerce.foundation.internal.server.services.changehistory.utility.NounConfiguration getNounConfiguration()
getNounConfiguration in interface com.ibm.commerce.foundation.internal.server.services.changehistory.utility.ChangeHistoryServicegetNounConfiguration in class ExtendAbstractChangeHistoryServiceImplpublic java.lang.Long getUniqueID()
getUniqueID in interface com.ibm.commerce.foundation.internal.server.services.changehistory.utility.ChangeHistoryServicegetUniqueID in class ExtendAbstractChangeHistoryServiceImplpublic java.lang.String getResolvedCMCObject()
throws com.ibm.commerce.foundation.internal.server.services.changehistory.exception.ChangeHistoryApplicationException
getResolvedCMCObject in interface com.ibm.commerce.foundation.internal.server.services.changehistory.utility.ChangeHistoryServicegetResolvedCMCObject in class ExtendAbstractChangeHistoryServiceImplcom.ibm.commerce.foundation.internal.server.services.changehistory.exception.ChangeHistoryApplicationException - If there is some error when retrieve ui object namepublic java.lang.Long getObjectStoreID()
throws com.ibm.commerce.foundation.internal.server.services.changehistory.exception.ChangeHistoryApplicationException
com.ibm.commerce.foundation.internal.server.services.changehistory.exception.ChangeHistoryApplicationException - If there is some error when retrieve store id