Class DefaultCTCollectionHistoryProvider<T>
java.lang.Object
com.liferay.change.tracking.spi.history.DefaultCTCollectionHistoryProvider<T>
- All Implemented Interfaces:
CTCollectionHistoryProvider<T>
public class DefaultCTCollectionHistoryProvider<T>
extends Object
implements CTCollectionHistoryProvider<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.liferay.change.tracking.model.CTCollection> getCTCollections(long classNameId, long classPK) com.liferay.change.tracking.model.CTEntrygetCTEntry(long ctCollectionId, long modelClassNameId, long modelClassPK) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.change.tracking.spi.history.CTCollectionHistoryProvider
getSearchContextUnsafeConsumer
-
Constructor Details
-
DefaultCTCollectionHistoryProvider
public DefaultCTCollectionHistoryProvider()
-
-
Method Details
-
getCTCollections
public List<com.liferay.change.tracking.model.CTCollection> getCTCollections(long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCTCollectionsin interfaceCTCollectionHistoryProvider<T>- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTEntry
public com.liferay.change.tracking.model.CTEntry getCTEntry(long ctCollectionId, long modelClassNameId, long modelClassPK) - Specified by:
getCTEntryin interfaceCTCollectionHistoryProvider<T>
-
getModelClass
- Specified by:
getModelClassin interfaceCTCollectionHistoryProvider<T>
-