Interface MessageBoardSectionResource


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

    • deleteMessageBoardSection

      void deleteMessageBoardSection(Long messageBoardSectionId) throws Exception
      Throws:
      Exception
    • deleteMessageBoardSectionBatch

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

      MessageBoardSection getMessageBoardSection(Long messageBoardSectionId) throws Exception
      Throws:
      Exception
    • patchMessageBoardSection

      MessageBoardSection patchMessageBoardSection(Long messageBoardSectionId, MessageBoardSection messageBoardSection) throws Exception
      Throws:
      Exception
    • putMessageBoardSection

      MessageBoardSection putMessageBoardSection(Long messageBoardSectionId, MessageBoardSection messageBoardSection) throws Exception
      Throws:
      Exception
    • putMessageBoardSectionBatch

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

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> getMessageBoardSectionPermissionsPage(Long messageBoardSectionId, String roleNames) throws Exception
      Throws:
      Exception
    • putMessageBoardSectionPermissionsPage

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putMessageBoardSectionPermissionsPage(Long messageBoardSectionId, com.liferay.portal.vulcan.permission.Permission[] permissions) throws Exception
      Throws:
      Exception
    • putMessageBoardSectionSubscribe

      void putMessageBoardSectionSubscribe(Long messageBoardSectionId) throws Exception
      Throws:
      Exception
    • putMessageBoardSectionUnsubscribe

      void putMessageBoardSectionUnsubscribe(Long messageBoardSectionId) throws Exception
      Throws:
      Exception
    • getMessageBoardSectionMessageBoardSectionsPage

      com.liferay.portal.vulcan.pagination.Page<MessageBoardSection> getMessageBoardSectionMessageBoardSectionsPage(Long parentMessageBoardSectionId, 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
    • postMessageBoardSectionMessageBoardSection

      MessageBoardSection postMessageBoardSectionMessageBoardSection(Long parentMessageBoardSectionId, MessageBoardSection messageBoardSection) throws Exception
      Throws:
      Exception
    • getSiteMessageBoardSectionByFriendlyUrlPath

      MessageBoardSection getSiteMessageBoardSectionByFriendlyUrlPath(Long siteId, String friendlyUrlPath) throws Exception
      Throws:
      Exception
    • getSiteMessageBoardSectionsPage

      com.liferay.portal.vulcan.pagination.Page<MessageBoardSection> getSiteMessageBoardSectionsPage(Long siteId, Boolean flatten, 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
    • postSiteMessageBoardSectionsPageExportBatch

      javax.ws.rs.core.Response postSiteMessageBoardSectionsPageExportBatch(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
    • postSiteMessageBoardSection

      MessageBoardSection postSiteMessageBoardSection(Long siteId, MessageBoardSection messageBoardSection) throws Exception
      Throws:
      Exception
    • postSiteMessageBoardSectionBatch

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

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

      com.liferay.portal.vulcan.pagination.Page<com.liferay.portal.vulcan.permission.Permission> putSiteMessageBoardSectionPermissionsPage(Long siteId, com.liferay.portal.vulcan.permission.Permission[] permissions) 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)