Class CTRemoteResource.CTRemoteResourceImpl
java.lang.Object
com.liferay.change.tracking.rest.client.resource.v1_0.CTRemoteResource.CTRemoteResourceImpl
- All Implemented Interfaces:
CTRemoteResource
- Enclosing interface:
- CTRemoteResource
public static class CTRemoteResource.CTRemoteResourceImpl
extends Object
implements CTRemoteResource
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.change.tracking.rest.client.resource.v1_0.CTRemoteResource
CTRemoteResource.Builder, CTRemoteResource.CTRemoteResourceImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteCTRemote
(Long id) void
deleteCTRemoteBatch
(String callbackURL, Object object) deleteCTRemoteBatchHttpResponse
(String callbackURL, Object object) getCTRemote
(Long id) getCTRemotesPage
(String search, Pagination pagination, String sortString) getCTRemotesPageHttpResponse
(String search, Pagination pagination, String sortString) patchCTRemote
(Long id, CTRemote ctRemote) patchCTRemoteHttpResponse
(Long id, CTRemote ctRemote) postCTRemote
(CTRemote ctRemote) void
postCTRemoteBatch
(CTRemote ctRemote, String callbackURL, Object object) postCTRemoteBatchHttpResponse
(CTRemote ctRemote, String callbackURL, Object object) postCTRemoteHttpResponse
(CTRemote ctRemote) void
postCTRemotesPageExportBatch
(String search, String sortString, String callbackURL, String contentType, String fieldNames) postCTRemotesPageExportBatchHttpResponse
(String search, String sortString, String callbackURL, String contentType, String fieldNames) putCTRemote
(Long id, CTRemote ctRemote) void
putCTRemoteBatch
(CTRemote ctRemote, String callbackURL, Object object) putCTRemoteBatchHttpResponse
(CTRemote ctRemote, String callbackURL, Object object) putCTRemoteHttpResponse
(Long id, CTRemote ctRemote)
-
Method Details
-
getCTRemotesPage
public Page<CTRemote> getCTRemotesPage(String search, Pagination pagination, String sortString) throws Exception - Specified by:
getCTRemotesPage
in interfaceCTRemoteResource
- Throws:
Exception
-
getCTRemotesPageHttpResponse
public HttpInvoker.HttpResponse getCTRemotesPageHttpResponse(String search, Pagination pagination, String sortString) throws Exception - Specified by:
getCTRemotesPageHttpResponse
in interfaceCTRemoteResource
- Throws:
Exception
-
postCTRemotesPageExportBatch
public void postCTRemotesPageExportBatch(String search, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Specified by:
postCTRemotesPageExportBatch
in interfaceCTRemoteResource
- Throws:
Exception
-
postCTRemotesPageExportBatchHttpResponse
public HttpInvoker.HttpResponse postCTRemotesPageExportBatchHttpResponse(String search, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Specified by:
postCTRemotesPageExportBatchHttpResponse
in interfaceCTRemoteResource
- Throws:
Exception
-
postCTRemote
- Specified by:
postCTRemote
in interfaceCTRemoteResource
- Throws:
Exception
-
postCTRemoteHttpResponse
- Specified by:
postCTRemoteHttpResponse
in interfaceCTRemoteResource
- Throws:
Exception
-
postCTRemoteBatch
public void postCTRemoteBatch(CTRemote ctRemote, String callbackURL, Object object) throws Exception - Specified by:
postCTRemoteBatch
in interfaceCTRemoteResource
- Throws:
Exception
-
postCTRemoteBatchHttpResponse
public HttpInvoker.HttpResponse postCTRemoteBatchHttpResponse(CTRemote ctRemote, String callbackURL, Object object) throws Exception - Specified by:
postCTRemoteBatchHttpResponse
in interfaceCTRemoteResource
- Throws:
Exception
-
deleteCTRemote
- Specified by:
deleteCTRemote
in interfaceCTRemoteResource
- Throws:
Exception
-
deleteCTRemoteHttpResponse
- Specified by:
deleteCTRemoteHttpResponse
in interfaceCTRemoteResource
- Throws:
Exception
-
deleteCTRemoteBatch
- Specified by:
deleteCTRemoteBatch
in interfaceCTRemoteResource
- Throws:
Exception
-
deleteCTRemoteBatchHttpResponse
public HttpInvoker.HttpResponse deleteCTRemoteBatchHttpResponse(String callbackURL, Object object) throws Exception - Specified by:
deleteCTRemoteBatchHttpResponse
in interfaceCTRemoteResource
- Throws:
Exception
-
getCTRemote
- Specified by:
getCTRemote
in interfaceCTRemoteResource
- Throws:
Exception
-
getCTRemoteHttpResponse
- Specified by:
getCTRemoteHttpResponse
in interfaceCTRemoteResource
- Throws:
Exception
-
patchCTRemote
- Specified by:
patchCTRemote
in interfaceCTRemoteResource
- Throws:
Exception
-
patchCTRemoteHttpResponse
public HttpInvoker.HttpResponse patchCTRemoteHttpResponse(Long id, CTRemote ctRemote) throws Exception - Specified by:
patchCTRemoteHttpResponse
in interfaceCTRemoteResource
- Throws:
Exception
-
putCTRemote
- Specified by:
putCTRemote
in interfaceCTRemoteResource
- Throws:
Exception
-
putCTRemoteHttpResponse
public HttpInvoker.HttpResponse putCTRemoteHttpResponse(Long id, CTRemote ctRemote) throws Exception - Specified by:
putCTRemoteHttpResponse
in interfaceCTRemoteResource
- Throws:
Exception
-
putCTRemoteBatch
- Specified by:
putCTRemoteBatch
in interfaceCTRemoteResource
- Throws:
Exception
-
putCTRemoteBatchHttpResponse
public HttpInvoker.HttpResponse putCTRemoteBatchHttpResponse(CTRemote ctRemote, String callbackURL, Object object) throws Exception - Specified by:
putCTRemoteBatchHttpResponse
in interfaceCTRemoteResource
- Throws:
Exception
-