Class CTEntryResource.CTEntryResourceImpl
java.lang.Object
com.liferay.change.tracking.rest.client.resource.v1_0.CTEntryResource.CTEntryResourceImpl
- All Implemented Interfaces:
CTEntryResource
- Enclosing interface:
- CTEntryResource
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.change.tracking.rest.client.resource.v1_0.CTEntryResource
CTEntryResource.Builder, CTEntryResource.CTEntryResourceImpl -
Method Summary
Modifier and TypeMethodDescriptiongetCtCollectionCTEntriesPage(Long ctCollectionId, String search, Boolean showHideable, String filterString, Pagination pagination, String sortString) getCtCollectionCTEntriesPageHttpResponse(Long ctCollectionId, String search, Boolean showHideable, String filterString, Pagination pagination, String sortString) getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPK(Long ctCollectionId, Long modelClassNameId, Long modelClassPK) getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPKHttpResponse(Long ctCollectionId, Long modelClassNameId, Long modelClassPK) getCTEntriesHistoryPage(Long classNameId, Long classPK, String search, Long siteId, String filterString, Pagination pagination, String sortString) getCTEntriesHistoryPageHttpResponse(Long classNameId, Long classPK, String search, Long siteId, String filterString, Pagination pagination, String sortString) getCTEntry(Long ctEntryId) getCTEntryHttpResponse(Long ctEntryId)
-
Method Details
-
getCtCollectionCTEntriesPage
public Page<CTEntry> getCtCollectionCTEntriesPage(Long ctCollectionId, String search, Boolean showHideable, String filterString, Pagination pagination, String sortString) throws Exception - Specified by:
getCtCollectionCTEntriesPagein interfaceCTEntryResource- Throws:
Exception
-
getCtCollectionCTEntriesPageHttpResponse
public HttpInvoker.HttpResponse getCtCollectionCTEntriesPageHttpResponse(Long ctCollectionId, String search, Boolean showHideable, String filterString, Pagination pagination, String sortString) throws Exception - Specified by:
getCtCollectionCTEntriesPageHttpResponsein interfaceCTEntryResource- Throws:
Exception
-
getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPK
public CTEntry getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPK(Long ctCollectionId, Long modelClassNameId, Long modelClassPK) throws Exception - Specified by:
getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPKin interfaceCTEntryResource- Throws:
Exception
-
getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPKHttpResponse
public HttpInvoker.HttpResponse getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPKHttpResponse(Long ctCollectionId, Long modelClassNameId, Long modelClassPK) throws Exception - Specified by:
getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPKHttpResponsein interfaceCTEntryResource- Throws:
Exception
-
getCTEntriesHistoryPage
public Page<CTEntry> getCTEntriesHistoryPage(Long classNameId, Long classPK, String search, Long siteId, String filterString, Pagination pagination, String sortString) throws Exception - Specified by:
getCTEntriesHistoryPagein interfaceCTEntryResource- Throws:
Exception
-
getCTEntriesHistoryPageHttpResponse
public HttpInvoker.HttpResponse getCTEntriesHistoryPageHttpResponse(Long classNameId, Long classPK, String search, Long siteId, String filterString, Pagination pagination, String sortString) throws Exception - Specified by:
getCTEntriesHistoryPageHttpResponsein interfaceCTEntryResource- Throws:
Exception
-
getCTEntry
- Specified by:
getCTEntryin interfaceCTEntryResource- Throws:
Exception
-
getCTEntryHttpResponse
- Specified by:
getCTEntryHttpResponsein interfaceCTEntryResource- Throws:
Exception
-