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.
|
protected java.lang.String | getObjectCodeForObject(java.lang.Object aDataObject)
This method will return the unique object code for this noun, this uniqueObjectCode will be populated into 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
|
protected java.lang.String | getStatementToFindObjectCode()
This method will return the statement which could be used to query db to get uniqueObjectCode for pricelist
|
protected java.lang.String | getStatementToFindStore()
This method will return the statement which could be used to query db to get store for pricelist
|
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.
|
public void setChangedDataObject(java.lang.Object dataObject)
public void getChangedDataObject(java.lang.Object dataObject)
public com.ibm.commerce.foundation.internal.server.services.changehistory.utility.NounConfiguration getNounConfiguration()
public java.lang.Long getUniqueID()
public java.lang.String getResolvedCMCObject() throws com.ibm.commerce.foundation.internal.server.services.changehistory.exception.ChangeHistoryApplicationException
protected java.lang.String getObjectCodeForObject(java.lang.Object aDataObject) throws com.ibm.commerce.foundation.internal.server.services.changehistory.exception.ChangeHistoryApplicationException
protected java.lang.String getStatementToFindObjectCode()
protected java.lang.String getStatementToFindStore()
public java.lang.Long getObjectStoreID() throws com.ibm.commerce.foundation.internal.server.services.changehistory.exception.ChangeHistoryApplicationException