Interface BlogPostingResource


@CTAware @Generated("") @ProviderType public interface BlogPostingResource
To access this resource, run: curl -u your@email.com:yourpassword -D - http://localhost:8080/o/headless-delivery/v1.0
Generated:
  • Method Details

    • deleteBlogPosting

      void deleteBlogPosting(Long blogPostingId) throws Exception
      Throws:
      Exception
    • deleteBlogPostingBatch

      javax.ws.rs.core.Response deleteBlogPostingBatch(String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • getBlogPosting

      BlogPosting getBlogPosting(Long blogPostingId) throws Exception
      Throws:
      Exception
    • patchBlogPosting

      BlogPosting patchBlogPosting(Long blogPostingId, BlogPosting blogPosting) throws Exception
      Throws:
      Exception
    • putBlogPosting

      BlogPosting putBlogPosting(Long blogPostingId, BlogPosting blogPosting) throws Exception
      Throws:
      Exception
    • putBlogPostingBatch

      javax.ws.rs.core.Response putBlogPostingBatch(String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • deleteBlogPostingMyRating

      void deleteBlogPostingMyRating(Long blogPostingId) throws Exception
      Throws:
      Exception
    • getBlogPostingMyRating

      Rating getBlogPostingMyRating(Long blogPostingId) throws Exception
      Throws:
      Exception
    • postBlogPostingMyRating

      Rating postBlogPostingMyRating(Long blogPostingId, Rating rating) throws Exception
      Throws:
      Exception
    • putBlogPostingMyRating

      Rating putBlogPostingMyRating(Long blogPostingId, Rating rating) throws Exception
      Throws:
      Exception
    • getBlogPostingPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getBlogPostingPermissionsPage(Long blogPostingId, String roleNames) throws Exception
      Throws:
      Exception
    • putBlogPostingPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putBlogPostingPermissionsPage(Long blogPostingId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception
      Throws:
      Exception
    • getBlogPostingRenderedContentByDisplayPageDisplayPageKey

      String getBlogPostingRenderedContentByDisplayPageDisplayPageKey(Long blogPostingId, String displayPageKey) throws Exception
      Throws:
      Exception
    • getSiteBlogPostingsPage

      com.liferay.portal.vulcan.pagination.Page<BlogPosting> getSiteBlogPostingsPage(Long siteId, String search, com.liferay.portal.vulcan.aggregation.Aggregation aggregation, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) throws Exception
      Throws:
      Exception
    • postSiteBlogPostingsPageExportBatch

      javax.ws.rs.core.Response postSiteBlogPostingsPageExportBatch(Long siteId, String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) throws Exception
      Throws:
      Exception
    • postSiteBlogPosting

      BlogPosting postSiteBlogPosting(Long siteId, BlogPosting blogPosting) throws Exception
      Throws:
      Exception
    • postSiteBlogPostingBatch

      javax.ws.rs.core.Response postSiteBlogPostingBatch(Long siteId, String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • deleteSiteBlogPostingByExternalReferenceCode

      void deleteSiteBlogPostingByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • getSiteBlogPostingByExternalReferenceCode

      BlogPosting getSiteBlogPostingByExternalReferenceCode(Long siteId, String externalReferenceCode) throws Exception
      Throws:
      Exception
    • putSiteBlogPostingByExternalReferenceCode

      BlogPosting putSiteBlogPostingByExternalReferenceCode(Long siteId, String externalReferenceCode, BlogPosting blogPosting) throws Exception
      Throws:
      Exception
    • getSiteBlogPostingPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getSiteBlogPostingPermissionsPage(Long siteId, String roleNames) throws Exception
      Throws:
      Exception
    • putSiteBlogPostingPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putSiteBlogPostingPermissionsPage(Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception
      Throws:
      Exception
    • putSiteBlogPostingSubscribe

      void putSiteBlogPostingSubscribe(Long siteId) throws Exception
      Throws:
      Exception
    • putSiteBlogPostingUnsubscribe

      void putSiteBlogPostingUnsubscribe(Long siteId) throws Exception
      Throws:
      Exception
    • setContextAcceptLanguage

      default void setContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage)
    • setContextCompany

      void setContextCompany(com.liferay.portal.kernel.model.Company contextCompany)
    • setContextHttpServletRequest

      default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest)
    • setContextHttpServletResponse

      default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse)
    • setContextUriInfo

      default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo)
    • setContextUser

      void setContextUser(com.liferay.portal.kernel.model.User contextUser)
    • setExpressionConvert

      void setExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert)
    • setFilterParserProvider

      void setFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider)
    • setGroupLocalService

      void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
    • setResourceActionLocalService

      void setResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService)
    • setResourcePermissionLocalService

      void setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService)
    • setRoleLocalService

      void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
    • setSortParserProvider

      void setSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider)
    • setVulcanBatchEngineExportTaskResource

      void setVulcanBatchEngineExportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource)
    • setVulcanBatchEngineImportTaskResource

      void setVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource)
    • toFilter

      default com.liferay.portal.kernel.search.filter.Filter toFilter(String filterString)
    • toFilter

      default com.liferay.portal.kernel.search.filter.Filter toFilter(String filterString, Map<String,List<String>> multivaluedMap)
    • toSorts

      default com.liferay.portal.kernel.search.Sort[] toSorts(String sortsString)