public class AttachmentChangeHistoryServiceImpl extends ExtendAbstractChangeHistoryServiceImpl
Constructor and Description |
---|
AttachmentChangeHistoryServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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
|
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 attachment
|
protected java.lang.String | getStatementToFindStore()
This method will return the statement which could be used to query db to get store for attachment
|
java.lang.Long | getUniqueID()
Retrieve uniqueID from the noun by using the specified uniqueIDXpath
|
public java.lang.Long getUniqueID()
protected java.lang.String getObjectCodeForObject(java.lang.Object aDataObject)
public java.lang.String getResolvedCMCObject() throws com.ibm.commerce.foundation.internal.server.services.changehistory.exception.ChangeHistoryApplicationException
protected java.lang.String getStatementToFindStore()
protected java.lang.String getStatementToFindObjectCode()
public java.lang.Long getObjectStoreID() throws com.ibm.commerce.foundation.internal.server.services.changehistory.exception.ChangeHistoryApplicationException