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 TypeMethodDescriptionvoiddeleteCTRemote(Long id) voiddeleteCTRemoteBatch(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) voidpostCTRemoteBatch(CTRemote ctRemote, String callbackURL, Object object) postCTRemoteBatchHttpResponse(CTRemote ctRemote, String callbackURL, Object object) postCTRemoteHttpResponse(CTRemote ctRemote) voidpostCTRemotesPageExportBatch(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) voidputCTRemoteBatch(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:
getCTRemotesPagein interfaceCTRemoteResource- Throws:
Exception
-
getCTRemotesPageHttpResponse
public HttpInvoker.HttpResponse getCTRemotesPageHttpResponse(String search, Pagination pagination, String sortString) throws Exception - Specified by:
getCTRemotesPageHttpResponsein interfaceCTRemoteResource- Throws:
Exception
-
postCTRemotesPageExportBatch
public void postCTRemotesPageExportBatch(String search, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Specified by:
postCTRemotesPageExportBatchin interfaceCTRemoteResource- Throws:
Exception
-
postCTRemotesPageExportBatchHttpResponse
public HttpInvoker.HttpResponse postCTRemotesPageExportBatchHttpResponse(String search, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Specified by:
postCTRemotesPageExportBatchHttpResponsein interfaceCTRemoteResource- Throws:
Exception
-
postCTRemote
- Specified by:
postCTRemotein interfaceCTRemoteResource- Throws:
Exception
-
postCTRemoteHttpResponse
- Specified by:
postCTRemoteHttpResponsein interfaceCTRemoteResource- Throws:
Exception
-
postCTRemoteBatch
public void postCTRemoteBatch(CTRemote ctRemote, String callbackURL, Object object) throws Exception - Specified by:
postCTRemoteBatchin interfaceCTRemoteResource- Throws:
Exception
-
postCTRemoteBatchHttpResponse
public HttpInvoker.HttpResponse postCTRemoteBatchHttpResponse(CTRemote ctRemote, String callbackURL, Object object) throws Exception - Specified by:
postCTRemoteBatchHttpResponsein interfaceCTRemoteResource- Throws:
Exception
-
deleteCTRemote
- Specified by:
deleteCTRemotein interfaceCTRemoteResource- Throws:
Exception
-
deleteCTRemoteHttpResponse
- Specified by:
deleteCTRemoteHttpResponsein interfaceCTRemoteResource- Throws:
Exception
-
deleteCTRemoteBatch
- Specified by:
deleteCTRemoteBatchin interfaceCTRemoteResource- Throws:
Exception
-
deleteCTRemoteBatchHttpResponse
public HttpInvoker.HttpResponse deleteCTRemoteBatchHttpResponse(String callbackURL, Object object) throws Exception - Specified by:
deleteCTRemoteBatchHttpResponsein interfaceCTRemoteResource- Throws:
Exception
-
getCTRemote
- Specified by:
getCTRemotein interfaceCTRemoteResource- Throws:
Exception
-
getCTRemoteHttpResponse
- Specified by:
getCTRemoteHttpResponsein interfaceCTRemoteResource- Throws:
Exception
-
patchCTRemote
- Specified by:
patchCTRemotein interfaceCTRemoteResource- Throws:
Exception
-
patchCTRemoteHttpResponse
public HttpInvoker.HttpResponse patchCTRemoteHttpResponse(Long id, CTRemote ctRemote) throws Exception - Specified by:
patchCTRemoteHttpResponsein interfaceCTRemoteResource- Throws:
Exception
-
putCTRemote
- Specified by:
putCTRemotein interfaceCTRemoteResource- Throws:
Exception
-
putCTRemoteHttpResponse
public HttpInvoker.HttpResponse putCTRemoteHttpResponse(Long id, CTRemote ctRemote) throws Exception - Specified by:
putCTRemoteHttpResponsein interfaceCTRemoteResource- Throws:
Exception
-
putCTRemoteBatch
- Specified by:
putCTRemoteBatchin interfaceCTRemoteResource- Throws:
Exception
-
putCTRemoteBatchHttpResponse
public HttpInvoker.HttpResponse putCTRemoteBatchHttpResponse(CTRemote ctRemote, String callbackURL, Object object) throws Exception - Specified by:
putCTRemoteBatchHttpResponsein interfaceCTRemoteResource- Throws:
Exception
-