public class ContentVersionChangeHistoryServiceImpl extends ExtendAbstractChangeHistoryServiceImpl
| Constructor and Description |
|---|
ContentVersionChangeHistoryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
getChangedDataObject, getExtendedDataList, getStoreEntityId, getUniqueObjectCode, setChangedDataObject, setConnection, setNounConfiguration, setStoreEntityId, setTaskgrp, setWorkspacepublic ContentVersionChangeHistoryServiceImpl()
public 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 idpublic 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 ExtendAbstractChangeHistoryServiceImpl