Class BaseObjectEntryManagerHttp
java.lang.Object
com.liferay.object.rest.manager.http.BaseObjectEntryManagerHttp
- All Implemented Interfaces:
ObjectEntryManagerHttp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectpatch(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject) com.liferay.portal.kernel.json.JSONObjectpost(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject) com.liferay.portal.kernel.json.JSONObjectput(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.object.rest.manager.http.ObjectEntryManagerHttp
getAccessToken, getBaseURL
-
Constructor Details
-
BaseObjectEntryManagerHttp
public BaseObjectEntryManagerHttp()
-
-
Method Details
-
delete
public com.liferay.portal.kernel.json.JSONObject delete(long companyId, long groupId, String location) - Specified by:
deletein interfaceObjectEntryManagerHttp
-
get
- Specified by:
getin interfaceObjectEntryManagerHttp
-
patch
public com.liferay.portal.kernel.json.JSONObject patch(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject) - Specified by:
patchin interfaceObjectEntryManagerHttp
-
post
public com.liferay.portal.kernel.json.JSONObject post(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject) - Specified by:
postin interfaceObjectEntryManagerHttp
-
put
public com.liferay.portal.kernel.json.JSONObject put(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject) - Specified by:
putin interfaceObjectEntryManagerHttp
-