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 TypeMethodDescriptionvoiddeleteCTCollection(Long ctCollectionId) voiddeleteCTCollectionBatch(String callbackURL, Object object) deleteCTCollectionBatchHttpResponse(String callbackURL, Object object) voiddeleteCTCollectionByExternalReferenceCode(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) voidpostCTCollectionBatch(String callbackURL, Object object) postCTCollectionBatchHttpResponse(String callbackURL, Object object) voidpostCTCollectionByExternalReferenceCodePublish(String externalReferenceCode) postCTCollectionByExternalReferenceCodePublishHttpResponse(String externalReferenceCode) voidpostCTCollectionByExternalReferenceCodeSchedulePublish(String externalReferenceCode, Date publishDate) postCTCollectionByExternalReferenceCodeSchedulePublishHttpResponse(String externalReferenceCode, Date publishDate) voidpostCTCollectionCheckout(Long ctCollectionId) postCTCollectionCheckoutHttpResponse(Long ctCollectionId) postCTCollectionHttpResponse(CTCollection ctCollection) voidpostCTCollectionPublish(Long ctCollectionId) postCTCollectionPublishHttpResponse(Long ctCollectionId) voidpostCTCollectionSchedulePublish(Long ctCollectionId, Date publishDate) postCTCollectionSchedulePublishHttpResponse(Long ctCollectionId, Date publishDate) voidpostCTCollectionsPageExportBatch(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) voidputCTCollectionBatch(String callbackURL, Object object) putCTCollectionBatchHttpResponse(String callbackURL, Object object) putCTCollectionHttpResponse(Long ctCollectionId, CTCollection ctCollection)
-
Method Details
-
deleteCTCollection
- Specified by:
deleteCTCollectionin interfaceCTCollectionResource- Throws:
Exception
-
deleteCTCollectionHttpResponse
public HttpInvoker.HttpResponse deleteCTCollectionHttpResponse(Long ctCollectionId) throws Exception - Specified by:
deleteCTCollectionHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
deleteCTCollectionBatch
- Specified by:
deleteCTCollectionBatchin interfaceCTCollectionResource- Throws:
Exception
-
deleteCTCollectionBatchHttpResponse
public HttpInvoker.HttpResponse deleteCTCollectionBatchHttpResponse(String callbackURL, Object object) throws Exception - Specified by:
deleteCTCollectionBatchHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
deleteCTCollectionByExternalReferenceCode
public void deleteCTCollectionByExternalReferenceCode(String externalReferenceCode) throws Exception - Specified by:
deleteCTCollectionByExternalReferenceCodein interfaceCTCollectionResource- Throws:
Exception
-
deleteCTCollectionByExternalReferenceCodeHttpResponse
public HttpInvoker.HttpResponse deleteCTCollectionByExternalReferenceCodeHttpResponse(String externalReferenceCode) throws Exception - Specified by:
deleteCTCollectionByExternalReferenceCodeHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
getCTCollection
- Specified by:
getCTCollectionin interfaceCTCollectionResource- Throws:
Exception
-
getCTCollectionHttpResponse
- Specified by:
getCTCollectionHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
getCTCollectionByExternalReferenceCode
public CTCollection getCTCollectionByExternalReferenceCode(String externalReferenceCode) throws Exception - Specified by:
getCTCollectionByExternalReferenceCodein interfaceCTCollectionResource- Throws:
Exception
-
getCTCollectionByExternalReferenceCodeHttpResponse
public HttpInvoker.HttpResponse getCTCollectionByExternalReferenceCodeHttpResponse(String externalReferenceCode) throws Exception - Specified by:
getCTCollectionByExternalReferenceCodeHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
getCTCollectionsPage
public Page<CTCollection> getCTCollectionsPage(String search, Integer[] status, Pagination pagination, String sortString) throws Exception - Specified by:
getCTCollectionsPagein interfaceCTCollectionResource- Throws:
Exception
-
getCTCollectionsPageHttpResponse
public HttpInvoker.HttpResponse getCTCollectionsPageHttpResponse(String search, Integer[] status, Pagination pagination, String sortString) throws Exception - Specified by:
getCTCollectionsPageHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
patchCTCollection
public CTCollection patchCTCollection(Long ctCollectionId, CTCollection ctCollection) throws Exception - Specified by:
patchCTCollectionin interfaceCTCollectionResource- Throws:
Exception
-
patchCTCollectionHttpResponse
public HttpInvoker.HttpResponse patchCTCollectionHttpResponse(Long ctCollectionId, CTCollection ctCollection) throws Exception - Specified by:
patchCTCollectionHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
patchCTCollectionByExternalReferenceCode
public CTCollection patchCTCollectionByExternalReferenceCode(String externalReferenceCode, CTCollection ctCollection) throws Exception - Specified by:
patchCTCollectionByExternalReferenceCodein interfaceCTCollectionResource- Throws:
Exception
-
patchCTCollectionByExternalReferenceCodeHttpResponse
public HttpInvoker.HttpResponse patchCTCollectionByExternalReferenceCodeHttpResponse(String externalReferenceCode, CTCollection ctCollection) throws Exception - Specified by:
patchCTCollectionByExternalReferenceCodeHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
postCTCollection
- Specified by:
postCTCollectionin interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionHttpResponse
public HttpInvoker.HttpResponse postCTCollectionHttpResponse(CTCollection ctCollection) throws Exception - Specified by:
postCTCollectionHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionBatch
- Specified by:
postCTCollectionBatchin interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionBatchHttpResponse
public HttpInvoker.HttpResponse postCTCollectionBatchHttpResponse(String callbackURL, Object object) throws Exception - Specified by:
postCTCollectionBatchHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionByExternalReferenceCodePublish
public void postCTCollectionByExternalReferenceCodePublish(String externalReferenceCode) throws Exception - Specified by:
postCTCollectionByExternalReferenceCodePublishin interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionByExternalReferenceCodePublishHttpResponse
public HttpInvoker.HttpResponse postCTCollectionByExternalReferenceCodePublishHttpResponse(String externalReferenceCode) throws Exception - Specified by:
postCTCollectionByExternalReferenceCodePublishHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionByExternalReferenceCodeSchedulePublish
public void postCTCollectionByExternalReferenceCodeSchedulePublish(String externalReferenceCode, Date publishDate) throws Exception - Specified by:
postCTCollectionByExternalReferenceCodeSchedulePublishin interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionByExternalReferenceCodeSchedulePublishHttpResponse
public HttpInvoker.HttpResponse postCTCollectionByExternalReferenceCodeSchedulePublishHttpResponse(String externalReferenceCode, Date publishDate) throws Exception - Specified by:
postCTCollectionByExternalReferenceCodeSchedulePublishHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionCheckout
- Specified by:
postCTCollectionCheckoutin interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionCheckoutHttpResponse
public HttpInvoker.HttpResponse postCTCollectionCheckoutHttpResponse(Long ctCollectionId) throws Exception - Specified by:
postCTCollectionCheckoutHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionPublish
- Specified by:
postCTCollectionPublishin interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionPublishHttpResponse
public HttpInvoker.HttpResponse postCTCollectionPublishHttpResponse(Long ctCollectionId) throws Exception - Specified by:
postCTCollectionPublishHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionSchedulePublish
- Specified by:
postCTCollectionSchedulePublishin interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionSchedulePublishHttpResponse
public HttpInvoker.HttpResponse postCTCollectionSchedulePublishHttpResponse(Long ctCollectionId, Date publishDate) throws Exception - Specified by:
postCTCollectionSchedulePublishHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionsPageExportBatch
public void postCTCollectionsPageExportBatch(String search, Integer[] status, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Specified by:
postCTCollectionsPageExportBatchin interfaceCTCollectionResource- Throws:
Exception
-
postCTCollectionsPageExportBatchHttpResponse
public HttpInvoker.HttpResponse postCTCollectionsPageExportBatchHttpResponse(String search, Integer[] status, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Specified by:
postCTCollectionsPageExportBatchHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
putCTCollection
public CTCollection putCTCollection(Long ctCollectionId, CTCollection ctCollection) throws Exception - Specified by:
putCTCollectionin interfaceCTCollectionResource- Throws:
Exception
-
putCTCollectionHttpResponse
public HttpInvoker.HttpResponse putCTCollectionHttpResponse(Long ctCollectionId, CTCollection ctCollection) throws Exception - Specified by:
putCTCollectionHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-
putCTCollectionBatch
- Specified by:
putCTCollectionBatchin interfaceCTCollectionResource- Throws:
Exception
-
putCTCollectionBatchHttpResponse
public HttpInvoker.HttpResponse putCTCollectionBatchHttpResponse(String callbackURL, Object object) throws Exception - Specified by:
putCTCollectionBatchHttpResponsein interfaceCTCollectionResource- Throws:
Exception
-