Interface CTEntryResource
- All Known Implementing Classes:
CTEntryResource.CTEntryResourceImpl
@Generated("")
public interface CTEntryResource
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic CTEntryResource.Builder
builder()
getCtCollectionCTEntriesPage
(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
-
builder
-
getCtCollectionCTEntriesPage
Page<CTEntry> getCtCollectionCTEntriesPage(Long ctCollectionId, String search, Boolean showHideable, String filterString, Pagination pagination, String sortString) throws Exception - Throws:
Exception
-
getCtCollectionCTEntriesPageHttpResponse
HttpInvoker.HttpResponse getCtCollectionCTEntriesPageHttpResponse(Long ctCollectionId, String search, Boolean showHideable, String filterString, Pagination pagination, String sortString) throws Exception - Throws:
Exception
-
getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPK
CTEntry getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPK(Long ctCollectionId, Long modelClassNameId, Long modelClassPK) throws Exception - Throws:
Exception
-
getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPKHttpResponse
HttpInvoker.HttpResponse getCtCollectionCTEntryByModelClassNameByModelClassPkModelClassPKHttpResponse(Long ctCollectionId, Long modelClassNameId, Long modelClassPK) throws Exception - Throws:
Exception
-
getCTEntriesHistoryPage
Page<CTEntry> getCTEntriesHistoryPage(Long classNameId, Long classPK, String search, Long siteId, String filterString, Pagination pagination, String sortString) throws Exception - Throws:
Exception
-
getCTEntriesHistoryPageHttpResponse
HttpInvoker.HttpResponse getCTEntriesHistoryPageHttpResponse(Long classNameId, Long classPK, String search, Long siteId, String filterString, Pagination pagination, String sortString) throws Exception - Throws:
Exception
-
getCTEntry
- Throws:
Exception
-
getCTEntryHttpResponse
- Throws:
Exception
-