Interface ObjectEntryManagerHttp

All Known Implementing Classes:
BaseObjectEntryManagerHttp

public interface ObjectEntryManagerHttp
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.json.JSONObject
    delete(long companyId, long groupId, String location)
     
    com.liferay.portal.kernel.json.JSONObject
    get(long companyId, long groupId, String location)
     
    com.liferay.portal.kernel.json.JSONObject
    getAccessToken(long companyId, long groupId)
     
    getBaseURL(long companyId, long groupId)
     
    com.liferay.portal.kernel.json.JSONObject
    patch(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject)
     
    com.liferay.portal.kernel.json.JSONObject
    post(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject)
     
    com.liferay.portal.kernel.json.JSONObject
    put(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject)
     
  • Method Details

    • delete

      com.liferay.portal.kernel.json.JSONObject delete(long companyId, long groupId, String location)
    • get

      com.liferay.portal.kernel.json.JSONObject get(long companyId, long groupId, String location)
    • getAccessToken

      com.liferay.portal.kernel.json.JSONObject getAccessToken(long companyId, long groupId)
    • getBaseURL

      String getBaseURL(long companyId, long groupId)
    • patch

      com.liferay.portal.kernel.json.JSONObject patch(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject)
    • post

      com.liferay.portal.kernel.json.JSONObject post(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject)
    • put

      com.liferay.portal.kernel.json.JSONObject put(long companyId, long groupId, String location, com.liferay.portal.kernel.json.JSONObject bodyJSONObject)