| com.liferay.portlet.messageboards.service.base.MBMessageServiceBaseImpl com.liferay.portlet.messageboards.service.impl.MBMessageServiceImpl
Method Summary | |
public MBMessage | addDiscussionMessage(long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ThemeDisplay themeDisplay) | public MBMessage | addMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions) | public MBMessage | addMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, String[] communityPermissions, String[] guestPermissions) | public MBMessage | addMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, boolean addCommunityPermissions, boolean addGuestPermissions, ThemeDisplay themeDisplay) | public MBMessage | addMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, String[] communityPermissions, String[] guestPermissions, ThemeDisplay themeDisplay) | public MBMessage | addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions) | public MBMessage | addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, String[] communityPermissions, String[] guestPermissions) | public MBMessage | addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, boolean addCommunityPermissions, boolean addGuestPermissions, ThemeDisplay themeDisplay) | public MBMessage | addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, String[] communityPermissions, String[] guestPermissions, ThemeDisplay themeDisplay) | protected void | checkReplyToPermission(long categoryId, long parentMessageId) | public void | deleteDiscussionMessage(long groupId, String className, long classPK, long messageId) | public void | deleteMessage(long messageId) | protected String | exportToRSS(String name, String description, String type, double version, String displayStyle, String feedURL, String entryURL, List messages) | public List | getCategoryMessages(long categoryId, int begin, int end) | public int | getCategoryMessagesCount(long categoryId) | public String | getCategoryMessagesRSS(long categoryId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) | public String | getCompanyMessagesRSS(long companyId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) | public String | getGroupMessagesRSS(long groupId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) | public String | getGroupMessagesRSS(long groupId, long userId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) | public MBMessage | getMessage(long messageId) | public MBMessageDisplay | getMessageDisplay(long messageId) | public String | getThreadMessagesRSS(long threadId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) | public void | subscribeMessage(long messageId) | public void | unsubscribeMessage(long messageId) | public MBMessage | updateDiscussionMessage(long groupId, String className, long classPK, long messageId, String subject, String body) | public MBMessage | updateMessage(long messageId, String subject, String body, List files, double priority, String[] tagsEntries) | public MBMessage | updateMessage(long messageId, String subject, String body, List files, double priority, String[] tagsEntries, PortletPreferences prefs, ThemeDisplay themeDisplay) |
addMessage | public MBMessage addMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, boolean addCommunityPermissions, boolean addGuestPermissions, ThemeDisplay themeDisplay) throws PortalException, SystemException(Code) | | |
addMessage | public MBMessage addMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, String[] communityPermissions, String[] guestPermissions, ThemeDisplay themeDisplay) throws PortalException, SystemException(Code) | | |
addMessage | public MBMessage addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code) | | |
addMessage | public MBMessage addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code) | | |
addMessage | public MBMessage addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, boolean addCommunityPermissions, boolean addGuestPermissions, ThemeDisplay themeDisplay) throws PortalException, SystemException(Code) | | |
addMessage | public MBMessage addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, String[] communityPermissions, String[] guestPermissions, ThemeDisplay themeDisplay) throws PortalException, SystemException(Code) | | |
|
|