@Generated(value="")
@ProviderType
public interface MessageBoardSectionResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MessageBoardSectionResource.Builder |
static interface |
MessageBoardSectionResource.Factory |
static class |
MessageBoardSectionResource.FactoryHolder |
| Modifier and Type | Method and Description |
|---|---|
static MessageBoardSectionResource.Builder |
builder() |
void |
deleteMessageBoardSection(java.lang.Long messageBoardSectionId) |
javax.ws.rs.core.Response |
deleteMessageBoardSectionBatch(java.lang.String callbackURL,
java.lang.Object object) |
MessageBoardSection |
getMessageBoardSection(java.lang.Long messageBoardSectionId) |
Page<MessageBoardSection> |
getMessageBoardSectionMessageBoardSectionsPage(java.lang.Long parentMessageBoardSectionId,
java.lang.String search,
Filter filter,
Pagination pagination,
Sort[] sorts) |
Page<MessageBoardSection> |
getSiteMessageBoardSectionsPage(java.lang.Long siteId,
java.lang.Boolean flatten,
java.lang.String search,
Filter filter,
Pagination pagination,
Sort[] sorts) |
MessageBoardSection |
patchMessageBoardSection(java.lang.Long messageBoardSectionId,
MessageBoardSection messageBoardSection) |
MessageBoardSection |
postMessageBoardSectionMessageBoardSection(java.lang.Long parentMessageBoardSectionId,
MessageBoardSection messageBoardSection) |
MessageBoardSection |
postSiteMessageBoardSection(java.lang.Long siteId,
MessageBoardSection messageBoardSection) |
javax.ws.rs.core.Response |
postSiteMessageBoardSectionBatch(java.lang.Long siteId,
java.lang.String callbackURL,
java.lang.Object object) |
MessageBoardSection |
putMessageBoardSection(java.lang.Long messageBoardSectionId,
MessageBoardSection messageBoardSection) |
javax.ws.rs.core.Response |
putMessageBoardSectionBatch(java.lang.String callbackURL,
java.lang.Object object) |
void |
putMessageBoardSectionSubscribe(java.lang.Long messageBoardSectionId) |
void |
putMessageBoardSectionUnsubscribe(java.lang.Long messageBoardSectionId) |
default void |
setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage) |
void |
setContextCompany(Company contextCompany) |
default void |
setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) |
default void |
setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) |
default void |
setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) |
void |
setContextUser(User contextUser) |
static MessageBoardSectionResource.Builder builder()
void deleteMessageBoardSection(java.lang.Long messageBoardSectionId)
throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response deleteMessageBoardSectionBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.ExceptionMessageBoardSection getMessageBoardSection(java.lang.Long messageBoardSectionId) throws java.lang.Exception
java.lang.ExceptionMessageBoardSection patchMessageBoardSection(java.lang.Long messageBoardSectionId, MessageBoardSection messageBoardSection) throws java.lang.Exception
java.lang.ExceptionMessageBoardSection putMessageBoardSection(java.lang.Long messageBoardSectionId, MessageBoardSection messageBoardSection) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response putMessageBoardSectionBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.Exceptionvoid putMessageBoardSectionSubscribe(java.lang.Long messageBoardSectionId)
throws java.lang.Exception
java.lang.Exceptionvoid putMessageBoardSectionUnsubscribe(java.lang.Long messageBoardSectionId)
throws java.lang.Exception
java.lang.ExceptionPage<MessageBoardSection> getMessageBoardSectionMessageBoardSectionsPage(java.lang.Long parentMessageBoardSectionId, java.lang.String search, Filter filter, Pagination pagination, Sort[] sorts) throws java.lang.Exception
java.lang.ExceptionMessageBoardSection postMessageBoardSectionMessageBoardSection(java.lang.Long parentMessageBoardSectionId, MessageBoardSection messageBoardSection) throws java.lang.Exception
java.lang.ExceptionPage<MessageBoardSection> getSiteMessageBoardSectionsPage(java.lang.Long siteId, java.lang.Boolean flatten, java.lang.String search, Filter filter, Pagination pagination, Sort[] sorts) throws java.lang.Exception
java.lang.ExceptionMessageBoardSection postSiteMessageBoardSection(java.lang.Long siteId, MessageBoardSection messageBoardSection) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response postSiteMessageBoardSectionBatch(java.lang.Long siteId,
java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.Exceptiondefault void setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage)
void setContextCompany(Company contextCompany)
default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest)
default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse)
default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo)
void setContextUser(User contextUser)