public class DefaultCTCollectionHistoryProvider<T> extends java.lang.Object implements CTCollectionHistoryProvider<T>
Constructor and Description |
---|
DefaultCTCollectionHistoryProvider() |
Modifier and Type | Method and Description |
---|---|
java.util.List<com.liferay.change.tracking.model.CTCollection> |
getCTCollections(long classNameId,
long classPK) |
com.liferay.change.tracking.model.CTEntry |
getCTEntry(long ctCollectionId,
long modelClassNameId,
long modelClassPK) |
java.lang.Class<T> |
getModelClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSearchContextUnsafeConsumer
public java.util.List<com.liferay.change.tracking.model.CTCollection> getCTCollections(long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
getCTCollections
in interface CTCollectionHistoryProvider<T>
com.liferay.portal.kernel.exception.PortalException
public com.liferay.change.tracking.model.CTEntry getCTEntry(long ctCollectionId, long modelClassNameId, long modelClassPK)
getCTEntry
in interface CTCollectionHistoryProvider<T>
public java.lang.Class<T> getModelClass()
getModelClass
in interface CTCollectionHistoryProvider<T>