@Generated(value="")
public interface MessageBoardAttachmentResource
Modifier and Type | Method and Description |
---|---|
void |
deleteMessageBoardAttachment(java.lang.Long messageBoardAttachmentId) |
MessageBoardAttachment |
getMessageBoardAttachment(java.lang.Long messageBoardAttachmentId) |
com.liferay.portal.vulcan.pagination.Page<MessageBoardAttachment> |
getMessageBoardMessageMessageBoardAttachmentsPage(java.lang.Long messageBoardMessageId) |
com.liferay.portal.vulcan.pagination.Page<MessageBoardAttachment> |
getMessageBoardThreadMessageBoardAttachmentsPage(java.lang.Long messageBoardThreadId) |
MessageBoardAttachment |
postMessageBoardMessageMessageBoardAttachment(java.lang.Long messageBoardMessageId,
com.liferay.portal.vulcan.multipart.MultipartBody multipartBody) |
MessageBoardAttachment |
postMessageBoardThreadMessageBoardAttachment(java.lang.Long messageBoardThreadId,
com.liferay.portal.vulcan.multipart.MultipartBody multipartBody) |
void |
setContextCompany(com.liferay.portal.kernel.model.Company contextCompany) |
void deleteMessageBoardAttachment(java.lang.Long messageBoardAttachmentId) throws java.lang.Exception
java.lang.Exception
MessageBoardAttachment getMessageBoardAttachment(java.lang.Long messageBoardAttachmentId) throws java.lang.Exception
java.lang.Exception
com.liferay.portal.vulcan.pagination.Page<MessageBoardAttachment> getMessageBoardMessageMessageBoardAttachmentsPage(java.lang.Long messageBoardMessageId) throws java.lang.Exception
java.lang.Exception
MessageBoardAttachment postMessageBoardMessageMessageBoardAttachment(java.lang.Long messageBoardMessageId, com.liferay.portal.vulcan.multipart.MultipartBody multipartBody) throws java.lang.Exception
java.lang.Exception
com.liferay.portal.vulcan.pagination.Page<MessageBoardAttachment> getMessageBoardThreadMessageBoardAttachmentsPage(java.lang.Long messageBoardThreadId) throws java.lang.Exception
java.lang.Exception
MessageBoardAttachment postMessageBoardThreadMessageBoardAttachment(java.lang.Long messageBoardThreadId, com.liferay.portal.vulcan.multipart.MultipartBody multipartBody) throws java.lang.Exception
java.lang.Exception
void setContextCompany(com.liferay.portal.kernel.model.Company contextCompany)