Interface CTCollectionHistoryProvider<T>
- All Known Implementing Classes:
DefaultCTCollectionHistoryProvider
public interface CTCollectionHistoryProvider<T>
-
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) default com.liferay.petra.function.UnsafeConsumer<com.liferay.portal.vulcan.util.SearchUtil.SearchContext,Exception> getSearchContextUnsafeConsumer(long classNameId, long classPK)
-
Method Details
-
getCTCollections
List<com.liferay.change.tracking.model.CTCollection> getCTCollections(long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTEntry
com.liferay.change.tracking.model.CTEntry getCTEntry(long ctCollectionId, long modelClassNameId, long modelClassPK) -
getModelClass
-
getSearchContextUnsafeConsumer
default com.liferay.petra.function.UnsafeConsumer<com.liferay.portal.vulcan.util.SearchUtil.SearchContext,Exception> getSearchContextUnsafeConsumer(long classNameId, long classPK)
-