Class CTCollectionResource.CTCollectionResourceImpl
java.lang.Object
com.liferay.change.tracking.rest.client.resource.v1_0.CTCollectionResource.CTCollectionResourceImpl
- All Implemented Interfaces:
CTCollectionResource
- Enclosing interface:
- CTCollectionResource
public static class CTCollectionResource.CTCollectionResourceImpl
extends Object
implements CTCollectionResource
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.change.tracking.rest.client.resource.v1_0.CTCollectionResource
CTCollectionResource.Builder, CTCollectionResource.CTCollectionResourceImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteCTCollection
(Long ctCollectionId) void
deleteCTCollectionBatch
(Long ctCollectionId, String callbackURL, Object object) deleteCTCollectionBatchHttpResponse
(Long ctCollectionId, String callbackURL, Object object) void
deleteCTCollectionByExternalReferenceCode
(String externalReferenceCode) deleteCTCollectionByExternalReferenceCodeHttpResponse
(String externalReferenceCode) deleteCTCollectionHttpResponse
(Long ctCollectionId) getCTCollection
(Long ctCollectionId) getCTCollectionByExternalReferenceCode
(String externalReferenceCode) getCTCollectionByExternalReferenceCodeHttpResponse
(String externalReferenceCode) getCTCollectionByExternalReferenceCodeShareLink
(String externalReferenceCode) getCTCollectionByExternalReferenceCodeShareLinkHttpResponse
(String externalReferenceCode) getCTCollectionHttpResponse
(Long ctCollectionId) getCTCollectionShareLink
(Long ctCollectionId) getCTCollectionShareLinkHttpResponse
(Long ctCollectionId) getCTCollectionsPage
(String search, Integer[] status, Pagination pagination, String sortString) getCTCollectionsPageHttpResponse
(String search, Integer[] status, Pagination pagination, String sortString) patchCTCollection
(Long ctCollectionId, CTCollection ctCollection) patchCTCollectionByExternalReferenceCode
(String externalReferenceCode, CTCollection ctCollection) patchCTCollectionByExternalReferenceCodeHttpResponse
(String externalReferenceCode, CTCollection ctCollection) patchCTCollectionHttpResponse
(Long ctCollectionId, CTCollection ctCollection) postCTCollection
(CTCollection ctCollection) void
postCTCollectionBatch
(CTCollection ctCollection, String callbackURL, Object object) postCTCollectionBatchHttpResponse
(CTCollection ctCollection, String callbackURL, Object object) void
postCTCollectionByExternalReferenceCodePublish
(String externalReferenceCode) postCTCollectionByExternalReferenceCodePublishHttpResponse
(String externalReferenceCode) void
postCTCollectionByExternalReferenceCodeSchedulePublish
(String externalReferenceCode, Date publishDate) postCTCollectionByExternalReferenceCodeSchedulePublishHttpResponse
(String externalReferenceCode, Date publishDate) void
postCTCollectionCheckout
(Long ctCollectionId) postCTCollectionCheckoutHttpResponse
(Long ctCollectionId) postCTCollectionHttpResponse
(CTCollection ctCollection) void
postCTCollectionPublish
(Long ctCollectionId) postCTCollectionPublishHttpResponse
(Long ctCollectionId) void
postCTCollectionSchedulePublish
(Long ctCollectionId, Date publishDate) postCTCollectionSchedulePublishHttpResponse
(Long ctCollectionId, Date publishDate) void
postCTCollectionsPageExportBatch
(String search, Integer[] status, String sortString, String callbackURL, String contentType, String fieldNames) postCTCollectionsPageExportBatchHttpResponse
(String search, Integer[] status, String sortString, String callbackURL, String contentType, String fieldNames) putCTCollection
(Long ctCollectionId, CTCollection ctCollection) void
putCTCollectionBatch
(Long ctCollectionId, CTCollection ctCollection, String callbackURL, Object object) putCTCollectionBatchHttpResponse
(Long ctCollectionId, CTCollection ctCollection, String callbackURL, Object object) putCTCollectionHttpResponse
(Long ctCollectionId, CTCollection ctCollection)
-
Method Details
-
getCTCollectionsPage
public Page<CTCollection> getCTCollectionsPage(String search, Integer[] status, Pagination pagination, String sortString) throws Exception - Specified by:
getCTCollectionsPage
in interfaceCTCollectionResource
- Throws:
Exception
-
getCTCollectionsPageHttpResponse
public HttpInvoker.HttpResponse getCTCollectionsPageHttpResponse(String search, Integer[] status, Pagination pagination, String sortString) throws Exception - Specified by:
getCTCollectionsPageHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionsPageExportBatch
public void postCTCollectionsPageExportBatch(String search, Integer[] status, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Specified by:
postCTCollectionsPageExportBatch
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionsPageExportBatchHttpResponse
public HttpInvoker.HttpResponse postCTCollectionsPageExportBatchHttpResponse(String search, Integer[] status, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Specified by:
postCTCollectionsPageExportBatchHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollection
- Specified by:
postCTCollection
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionHttpResponse
public HttpInvoker.HttpResponse postCTCollectionHttpResponse(CTCollection ctCollection) throws Exception - Specified by:
postCTCollectionHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionBatch
public void postCTCollectionBatch(CTCollection ctCollection, String callbackURL, Object object) throws Exception - Specified by:
postCTCollectionBatch
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionBatchHttpResponse
public HttpInvoker.HttpResponse postCTCollectionBatchHttpResponse(CTCollection ctCollection, String callbackURL, Object object) throws Exception - Specified by:
postCTCollectionBatchHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
deleteCTCollectionByExternalReferenceCode
public void deleteCTCollectionByExternalReferenceCode(String externalReferenceCode) throws Exception - Specified by:
deleteCTCollectionByExternalReferenceCode
in interfaceCTCollectionResource
- Throws:
Exception
-
deleteCTCollectionByExternalReferenceCodeHttpResponse
public HttpInvoker.HttpResponse deleteCTCollectionByExternalReferenceCodeHttpResponse(String externalReferenceCode) throws Exception - Specified by:
deleteCTCollectionByExternalReferenceCodeHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
getCTCollectionByExternalReferenceCode
public CTCollection getCTCollectionByExternalReferenceCode(String externalReferenceCode) throws Exception - Specified by:
getCTCollectionByExternalReferenceCode
in interfaceCTCollectionResource
- Throws:
Exception
-
getCTCollectionByExternalReferenceCodeHttpResponse
public HttpInvoker.HttpResponse getCTCollectionByExternalReferenceCodeHttpResponse(String externalReferenceCode) throws Exception - Specified by:
getCTCollectionByExternalReferenceCodeHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
patchCTCollectionByExternalReferenceCode
public CTCollection patchCTCollectionByExternalReferenceCode(String externalReferenceCode, CTCollection ctCollection) throws Exception - Specified by:
patchCTCollectionByExternalReferenceCode
in interfaceCTCollectionResource
- Throws:
Exception
-
patchCTCollectionByExternalReferenceCodeHttpResponse
public HttpInvoker.HttpResponse patchCTCollectionByExternalReferenceCodeHttpResponse(String externalReferenceCode, CTCollection ctCollection) throws Exception - Specified by:
patchCTCollectionByExternalReferenceCodeHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionByExternalReferenceCodePublish
public void postCTCollectionByExternalReferenceCodePublish(String externalReferenceCode) throws Exception - Specified by:
postCTCollectionByExternalReferenceCodePublish
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionByExternalReferenceCodePublishHttpResponse
public HttpInvoker.HttpResponse postCTCollectionByExternalReferenceCodePublishHttpResponse(String externalReferenceCode) throws Exception - Specified by:
postCTCollectionByExternalReferenceCodePublishHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionByExternalReferenceCodeSchedulePublish
public void postCTCollectionByExternalReferenceCodeSchedulePublish(String externalReferenceCode, Date publishDate) throws Exception - Specified by:
postCTCollectionByExternalReferenceCodeSchedulePublish
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionByExternalReferenceCodeSchedulePublishHttpResponse
public HttpInvoker.HttpResponse postCTCollectionByExternalReferenceCodeSchedulePublishHttpResponse(String externalReferenceCode, Date publishDate) throws Exception - Specified by:
postCTCollectionByExternalReferenceCodeSchedulePublishHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
deleteCTCollection
- Specified by:
deleteCTCollection
in interfaceCTCollectionResource
- Throws:
Exception
-
deleteCTCollectionHttpResponse
public HttpInvoker.HttpResponse deleteCTCollectionHttpResponse(Long ctCollectionId) throws Exception - Specified by:
deleteCTCollectionHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
deleteCTCollectionBatch
public void deleteCTCollectionBatch(Long ctCollectionId, String callbackURL, Object object) throws Exception - Specified by:
deleteCTCollectionBatch
in interfaceCTCollectionResource
- Throws:
Exception
-
deleteCTCollectionBatchHttpResponse
public HttpInvoker.HttpResponse deleteCTCollectionBatchHttpResponse(Long ctCollectionId, String callbackURL, Object object) throws Exception - Specified by:
deleteCTCollectionBatchHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
getCTCollection
- Specified by:
getCTCollection
in interfaceCTCollectionResource
- Throws:
Exception
-
getCTCollectionHttpResponse
- Specified by:
getCTCollectionHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
patchCTCollection
public CTCollection patchCTCollection(Long ctCollectionId, CTCollection ctCollection) throws Exception - Specified by:
patchCTCollection
in interfaceCTCollectionResource
- Throws:
Exception
-
patchCTCollectionHttpResponse
public HttpInvoker.HttpResponse patchCTCollectionHttpResponse(Long ctCollectionId, CTCollection ctCollection) throws Exception - Specified by:
patchCTCollectionHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
putCTCollection
public CTCollection putCTCollection(Long ctCollectionId, CTCollection ctCollection) throws Exception - Specified by:
putCTCollection
in interfaceCTCollectionResource
- Throws:
Exception
-
putCTCollectionHttpResponse
public HttpInvoker.HttpResponse putCTCollectionHttpResponse(Long ctCollectionId, CTCollection ctCollection) throws Exception - Specified by:
putCTCollectionHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
putCTCollectionBatch
public void putCTCollectionBatch(Long ctCollectionId, CTCollection ctCollection, String callbackURL, Object object) throws Exception - Specified by:
putCTCollectionBatch
in interfaceCTCollectionResource
- Throws:
Exception
-
putCTCollectionBatchHttpResponse
public HttpInvoker.HttpResponse putCTCollectionBatchHttpResponse(Long ctCollectionId, CTCollection ctCollection, String callbackURL, Object object) throws Exception - Specified by:
putCTCollectionBatchHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionCheckout
- Specified by:
postCTCollectionCheckout
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionCheckoutHttpResponse
public HttpInvoker.HttpResponse postCTCollectionCheckoutHttpResponse(Long ctCollectionId) throws Exception - Specified by:
postCTCollectionCheckoutHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionPublish
- Specified by:
postCTCollectionPublish
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionPublishHttpResponse
public HttpInvoker.HttpResponse postCTCollectionPublishHttpResponse(Long ctCollectionId) throws Exception - Specified by:
postCTCollectionPublishHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionSchedulePublish
- Specified by:
postCTCollectionSchedulePublish
in interfaceCTCollectionResource
- Throws:
Exception
-
postCTCollectionSchedulePublishHttpResponse
public HttpInvoker.HttpResponse postCTCollectionSchedulePublishHttpResponse(Long ctCollectionId, Date publishDate) throws Exception - Specified by:
postCTCollectionSchedulePublishHttpResponse
in interfaceCTCollectionResource
- Throws:
Exception
-