Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.service
Class MBMessageLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.MBMessageLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<MBMessageLocalService>, MBMessageLocalService

public class MBMessageLocalServiceWrapper
extends Object
implements MBMessageLocalService, ServiceWrapper<MBMessageLocalService>

This class is a wrapper for MBMessageLocalService.

See Also:
MBMessageLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
MBMessageLocalServiceWrapper(MBMessageLocalService mbMessageLocalService)
           
 
Method Summary
 MBMessage addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, int workflowAction)
           
 MBMessage addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage addMBMessage(MBMessage mbMessage)
          Adds the message-boards message to the database.
 MBMessage addMessage(long userId, String userName, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, String format, List<ObjectValuePair<String,InputStream>> inputStreamOVPs, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, String format, List<ObjectValuePair<String,InputStream>> inputStreamOVPs, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 void addMessageResources(long messageId, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addMessageResources(long messageId, String[] groupPermissions, String[] guestPermissions)
           
 void addMessageResources(MBMessage message, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addMessageResources(MBMessage message, String[] groupPermissions, String[] guestPermissions)
           
 MBMessage createMBMessage(long messageId)
          Creates a new message-boards message with the primary key.
 void deleteDiscussionMessage(long messageId)
           
 void deleteDiscussionMessages(String className, long classPK)
           
 MBMessage deleteMBMessage(long messageId)
          Deletes the message-boards message with the primary key from the database.
 MBMessage deleteMBMessage(MBMessage mbMessage)
          Deletes the message-boards message from the database.
 void deleteMessage(long messageId)
           
 void deleteMessage(MBMessage message)
           
 DynamicQuery dynamicQuery()
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 MBMessage fetchMBMessage(long messageId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<MBMessage> getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator obc)
           
 int getCategoryMessagesCount(long groupId, long categoryId, int status)
           
 List<MBMessage> getCompanyMessages(long companyId, int status, int start, int end)
           
 List<MBMessage> getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator obc)
           
 int getCompanyMessagesCount(long companyId, int status)
           
 MBMessageDisplay getDiscussionMessageDisplay(long userId, long groupId, String className, long classPK, int status)
           
 MBMessageDisplay getDiscussionMessageDisplay(long userId, long groupId, String className, long classPK, int status, String threadView)
           
 int getDiscussionMessagesCount(long classNameId, long classPK, int status)
           
 int getDiscussionMessagesCount(String className, long classPK, int status)
           
 List<MBDiscussion> getDiscussions(String className)
           
 List<MBMessage> getGroupMessages(long groupId, int status, int start, int end)
           
 List<MBMessage> getGroupMessages(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> getGroupMessages(long groupId, long userId, int status, int start, int end)
           
 List<MBMessage> getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
 int getGroupMessagesCount(long groupId, int status)
           
 int getGroupMessagesCount(long groupId, long userId, int status)
           
 MBMessage getMBMessage(long messageId)
          Returns the message-boards message with the primary key.
 MBMessage getMBMessageByUuidAndGroupId(String uuid, long groupId)
          Returns the message-boards message with the UUID in the group.
 List<MBMessage> getMBMessages(int start, int end)
          Returns a range of all the message-boards messages.
 int getMBMessagesCount()
          Returns the number of message-boards messages.
 MBMessage getMessage(long messageId)
           
 MBMessageDisplay getMessageDisplay(long userId, long messageId, int status, String threadView, boolean includePrevAndNext)
           
 MBMessageDisplay getMessageDisplay(long userId, MBMessage message, int status, String threadView, boolean includePrevAndNext)
           
 List<MBMessage> getMessages(String className, long classPK, int status)
           
 List<MBMessage> getNoAssetMessages()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 int getPositionInThread(long messageId)
           
 List<MBMessage> getThreadMessages(long threadId, int status)
           
 List<MBMessage> getThreadMessages(long threadId, int status, Comparator<MBMessage> comparator)
           
 List<MBMessage> getThreadMessages(long threadId, int status, int start, int end)
           
 int getThreadMessagesCount(long threadId, int status)
           
 List<MBMessage> getThreadRepliesMessages(long threadId, int status, int start, int end)
           
 List<MBMessage> getUserDiscussionMessages(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> getUserDiscussionMessages(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> getUserDiscussionMessages(long userId, String className, long classPK, int status, int start, int end, OrderByComparator obc)
           
 int getUserDiscussionMessagesCount(long userId, long[] classNameIds, int status)
           
 int getUserDiscussionMessagesCount(long userId, long classNameId, long classPK, int status)
           
 int getUserDiscussionMessagesCount(long userId, String className, long classPK, int status)
           
 MBMessageLocalService getWrappedMBMessageLocalService()
          Deprecated. Renamed to getWrappedService()
 MBMessageLocalService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.messageboards.service.MBMessageLocalService)
 void setWrappedService(MBMessageLocalService mbMessageLocalService)
           
 void subscribeMessage(long userId, long messageId)
           
 void unsubscribeMessage(long userId, long messageId)
           
 void updateAnswer(long messageId, boolean answer, boolean cascade)
           
 void updateAnswer(MBMessage message, boolean answer, boolean cascade)
           
 void updateAsset(long userId, MBMessage message, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 MBMessage updateDiscussionMessage(long userId, long messageId, String className, long classPK, String subject, String body, ServiceContext serviceContext)
           
 MBMessage updateMBMessage(MBMessage mbMessage)
          Updates the message-boards message in the database or adds it if it does not yet exist.
 MBMessage updateMBMessage(MBMessage mbMessage, boolean merge)
          Updates the message-boards message in the database or adds it if it does not yet exist.
 MBMessage updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,InputStream>> inputStreamOVPs, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage updateMessage(long messageId, String body)
           
 MBMessage updateStatus(long userId, long messageId, int status, ServiceContext serviceContext)
           
 void updateUserName(long userId, String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMessageLocalServiceWrapper

public MBMessageLocalServiceWrapper(MBMessageLocalService mbMessageLocalService)
Method Detail

addMBMessage

public MBMessage addMBMessage(MBMessage mbMessage)
                       throws SystemException
Adds the message-boards message to the database. Also notifies the appropriate model listeners.

Specified by:
addMBMessage in interface MBMessageLocalService
Parameters:
mbMessage - the message-boards message
Returns:
the message-boards message that was added
Throws:
SystemException - if a system exception occurred

createMBMessage

public MBMessage createMBMessage(long messageId)
Creates a new message-boards message with the primary key. Does not add the message-boards message to the database.

Specified by:
createMBMessage in interface MBMessageLocalService
Parameters:
messageId - the primary key for the new message-boards message
Returns:
the new message-boards message

deleteMBMessage

public MBMessage deleteMBMessage(long messageId)
                          throws PortalException,
                                 SystemException
Deletes the message-boards message with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteMBMessage in interface MBMessageLocalService
Parameters:
messageId - the primary key of the message-boards message
Returns:
the message-boards message that was removed
Throws:
PortalException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

deleteMBMessage

public MBMessage deleteMBMessage(MBMessage mbMessage)
                          throws SystemException
Deletes the message-boards message from the database. Also notifies the appropriate model listeners.

Specified by:
deleteMBMessage in interface MBMessageLocalService
Parameters:
mbMessage - the message-boards message
Returns:
the message-boards message that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface MBMessageLocalService

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface MBMessageLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface MBMessageLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface MBMessageLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface MBMessageLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchMBMessage

public MBMessage fetchMBMessage(long messageId)
                         throws SystemException
Specified by:
fetchMBMessage in interface MBMessageLocalService
Throws:
SystemException

getMBMessage

public MBMessage getMBMessage(long messageId)
                       throws PortalException,
                              SystemException
Returns the message-boards message with the primary key.

Specified by:
getMBMessage in interface MBMessageLocalService
Parameters:
messageId - the primary key of the message-boards message
Returns:
the message-boards message
Throws:
PortalException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface MBMessageLocalService
Throws:
PortalException
SystemException

getMBMessageByUuidAndGroupId

public MBMessage getMBMessageByUuidAndGroupId(String uuid,
                                              long groupId)
                                       throws PortalException,
                                              SystemException
Returns the message-boards message with the UUID in the group.

Specified by:
getMBMessageByUuidAndGroupId in interface MBMessageLocalService
Parameters:
uuid - the UUID of message-boards message
groupId - the group id of the message-boards message
Returns:
the message-boards message
Throws:
PortalException - if a message-boards message with the UUID in the group could not be found
SystemException - if a system exception occurred

getMBMessages

public List<MBMessage> getMBMessages(int start,
                                     int end)
                              throws SystemException
Returns a range of all the message-boards messages.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getMBMessages in interface MBMessageLocalService
Parameters:
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of message-boards messages
Throws:
SystemException - if a system exception occurred

getMBMessagesCount

public int getMBMessagesCount()
                       throws SystemException
Returns the number of message-boards messages.

Specified by:
getMBMessagesCount in interface MBMessageLocalService
Returns:
the number of message-boards messages
Throws:
SystemException - if a system exception occurred

updateMBMessage

public MBMessage updateMBMessage(MBMessage mbMessage)
                          throws SystemException
Updates the message-boards message in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateMBMessage in interface MBMessageLocalService
Parameters:
mbMessage - the message-boards message
Returns:
the message-boards message that was updated
Throws:
SystemException - if a system exception occurred

updateMBMessage

public MBMessage updateMBMessage(MBMessage mbMessage,
                                 boolean merge)
                          throws SystemException
Updates the message-boards message in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateMBMessage in interface MBMessageLocalService
Parameters:
mbMessage - the message-boards message
merge - whether to merge the message-boards message with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the message-boards message that was updated
Throws:
SystemException - if a system exception occurred

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface MBMessageLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface MBMessageLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addDiscussionMessage

public MBMessage addDiscussionMessage(long userId,
                                      String userName,
                                      long groupId,
                                      String className,
                                      long classPK,
                                      int workflowAction)
                               throws PortalException,
                                      SystemException
Specified by:
addDiscussionMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

addDiscussionMessage

public MBMessage addDiscussionMessage(long userId,
                                      String userName,
                                      long groupId,
                                      String className,
                                      long classPK,
                                      long threadId,
                                      long parentMessageId,
                                      String subject,
                                      String body,
                                      ServiceContext serviceContext)
                               throws PortalException,
                                      SystemException
Specified by:
addDiscussionMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

addMessage

public MBMessage addMessage(long userId,
                            String userName,
                            long groupId,
                            long categoryId,
                            long threadId,
                            long parentMessageId,
                            String subject,
                            String body,
                            String format,
                            List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
                            boolean anonymous,
                            double priority,
                            boolean allowPingbacks,
                            ServiceContext serviceContext)
                     throws PortalException,
                            SystemException
Specified by:
addMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

addMessage

public MBMessage addMessage(long userId,
                            String userName,
                            long groupId,
                            long categoryId,
                            String subject,
                            String body,
                            String format,
                            List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
                            boolean anonymous,
                            double priority,
                            boolean allowPingbacks,
                            ServiceContext serviceContext)
                     throws PortalException,
                            SystemException
Specified by:
addMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

addMessageResources

public void addMessageResources(long messageId,
                                boolean addGroupPermissions,
                                boolean addGuestPermissions)
                         throws PortalException,
                                SystemException
Specified by:
addMessageResources in interface MBMessageLocalService
Throws:
PortalException
SystemException

addMessageResources

public void addMessageResources(long messageId,
                                String[] groupPermissions,
                                String[] guestPermissions)
                         throws PortalException,
                                SystemException
Specified by:
addMessageResources in interface MBMessageLocalService
Throws:
PortalException
SystemException

addMessageResources

public void addMessageResources(MBMessage message,
                                boolean addGroupPermissions,
                                boolean addGuestPermissions)
                         throws PortalException,
                                SystemException
Specified by:
addMessageResources in interface MBMessageLocalService
Throws:
PortalException
SystemException

addMessageResources

public void addMessageResources(MBMessage message,
                                String[] groupPermissions,
                                String[] guestPermissions)
                         throws PortalException,
                                SystemException
Specified by:
addMessageResources in interface MBMessageLocalService
Throws:
PortalException
SystemException

deleteDiscussionMessage

public void deleteDiscussionMessage(long messageId)
                             throws PortalException,
                                    SystemException
Specified by:
deleteDiscussionMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

deleteDiscussionMessages

public void deleteDiscussionMessages(String className,
                                     long classPK)
                              throws PortalException,
                                     SystemException
Specified by:
deleteDiscussionMessages in interface MBMessageLocalService
Throws:
PortalException
SystemException

deleteMessage

public void deleteMessage(long messageId)
                   throws PortalException,
                          SystemException
Specified by:
deleteMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

deleteMessage

public void deleteMessage(MBMessage message)
                   throws PortalException,
                          SystemException
Specified by:
deleteMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

getCategoryMessages

public List<MBMessage> getCategoryMessages(long groupId,
                                           long categoryId,
                                           int status,
                                           int start,
                                           int end)
                                    throws SystemException
Specified by:
getCategoryMessages in interface MBMessageLocalService
Throws:
SystemException

getCategoryMessages

public List<MBMessage> getCategoryMessages(long groupId,
                                           long categoryId,
                                           int status,
                                           int start,
                                           int end,
                                           OrderByComparator obc)
                                    throws SystemException
Specified by:
getCategoryMessages in interface MBMessageLocalService
Throws:
SystemException

getCategoryMessagesCount

public int getCategoryMessagesCount(long groupId,
                                    long categoryId,
                                    int status)
                             throws SystemException
Specified by:
getCategoryMessagesCount in interface MBMessageLocalService
Throws:
SystemException

getCompanyMessages

public List<MBMessage> getCompanyMessages(long companyId,
                                          int status,
                                          int start,
                                          int end)
                                   throws SystemException
Specified by:
getCompanyMessages in interface MBMessageLocalService
Throws:
SystemException

getCompanyMessages

public List<MBMessage> getCompanyMessages(long companyId,
                                          int status,
                                          int start,
                                          int end,
                                          OrderByComparator obc)
                                   throws SystemException
Specified by:
getCompanyMessages in interface MBMessageLocalService
Throws:
SystemException

getCompanyMessagesCount

public int getCompanyMessagesCount(long companyId,
                                   int status)
                            throws SystemException
Specified by:
getCompanyMessagesCount in interface MBMessageLocalService
Throws:
SystemException

getDiscussionMessageDisplay

public MBMessageDisplay getDiscussionMessageDisplay(long userId,
                                                    long groupId,
                                                    String className,
                                                    long classPK,
                                                    int status)
                                             throws PortalException,
                                                    SystemException
Specified by:
getDiscussionMessageDisplay in interface MBMessageLocalService
Throws:
PortalException
SystemException

getDiscussionMessageDisplay

public MBMessageDisplay getDiscussionMessageDisplay(long userId,
                                                    long groupId,
                                                    String className,
                                                    long classPK,
                                                    int status,
                                                    String threadView)
                                             throws PortalException,
                                                    SystemException
Specified by:
getDiscussionMessageDisplay in interface MBMessageLocalService
Throws:
PortalException
SystemException

getDiscussionMessagesCount

public int getDiscussionMessagesCount(long classNameId,
                                      long classPK,
                                      int status)
                               throws SystemException
Specified by:
getDiscussionMessagesCount in interface MBMessageLocalService
Throws:
SystemException

getDiscussionMessagesCount

public int getDiscussionMessagesCount(String className,
                                      long classPK,
                                      int status)
                               throws SystemException
Specified by:
getDiscussionMessagesCount in interface MBMessageLocalService
Throws:
SystemException

getDiscussions

public List<MBDiscussion> getDiscussions(String className)
                                  throws SystemException
Specified by:
getDiscussions in interface MBMessageLocalService
Throws:
SystemException

getGroupMessages

public List<MBMessage> getGroupMessages(long groupId,
                                        int status,
                                        int start,
                                        int end)
                                 throws SystemException
Specified by:
getGroupMessages in interface MBMessageLocalService
Throws:
SystemException

getGroupMessages

public List<MBMessage> getGroupMessages(long groupId,
                                        int status,
                                        int start,
                                        int end,
                                        OrderByComparator obc)
                                 throws SystemException
Specified by:
getGroupMessages in interface MBMessageLocalService
Throws:
SystemException

getGroupMessages

public List<MBMessage> getGroupMessages(long groupId,
                                        long userId,
                                        int status,
                                        int start,
                                        int end)
                                 throws SystemException
Specified by:
getGroupMessages in interface MBMessageLocalService
Throws:
SystemException

getGroupMessages

public List<MBMessage> getGroupMessages(long groupId,
                                        long userId,
                                        int status,
                                        int start,
                                        int end,
                                        OrderByComparator obc)
                                 throws SystemException
Specified by:
getGroupMessages in interface MBMessageLocalService
Throws:
SystemException

getGroupMessagesCount

public int getGroupMessagesCount(long groupId,
                                 int status)
                          throws SystemException
Specified by:
getGroupMessagesCount in interface MBMessageLocalService
Throws:
SystemException

getGroupMessagesCount

public int getGroupMessagesCount(long groupId,
                                 long userId,
                                 int status)
                          throws SystemException
Specified by:
getGroupMessagesCount in interface MBMessageLocalService
Throws:
SystemException

getMessage

public MBMessage getMessage(long messageId)
                     throws PortalException,
                            SystemException
Specified by:
getMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

getMessageDisplay

public MBMessageDisplay getMessageDisplay(long userId,
                                          long messageId,
                                          int status,
                                          String threadView,
                                          boolean includePrevAndNext)
                                   throws PortalException,
                                          SystemException
Specified by:
getMessageDisplay in interface MBMessageLocalService
Throws:
PortalException
SystemException

getMessageDisplay

public MBMessageDisplay getMessageDisplay(long userId,
                                          MBMessage message,
                                          int status,
                                          String threadView,
                                          boolean includePrevAndNext)
                                   throws PortalException,
                                          SystemException
Specified by:
getMessageDisplay in interface MBMessageLocalService
Throws:
PortalException
SystemException

getMessages

public List<MBMessage> getMessages(String className,
                                   long classPK,
                                   int status)
                            throws SystemException
Specified by:
getMessages in interface MBMessageLocalService
Throws:
SystemException

getNoAssetMessages

public List<MBMessage> getNoAssetMessages()
                                   throws SystemException
Specified by:
getNoAssetMessages in interface MBMessageLocalService
Throws:
SystemException

getPositionInThread

public int getPositionInThread(long messageId)
                        throws PortalException,
                               SystemException
Specified by:
getPositionInThread in interface MBMessageLocalService
Throws:
PortalException
SystemException

getThreadMessages

public List<MBMessage> getThreadMessages(long threadId,
                                         int status)
                                  throws SystemException
Specified by:
getThreadMessages in interface MBMessageLocalService
Throws:
SystemException

getThreadMessages

public List<MBMessage> getThreadMessages(long threadId,
                                         int status,
                                         Comparator<MBMessage> comparator)
                                  throws SystemException
Specified by:
getThreadMessages in interface MBMessageLocalService
Throws:
SystemException

getThreadMessages

public List<MBMessage> getThreadMessages(long threadId,
                                         int status,
                                         int start,
                                         int end)
                                  throws SystemException
Specified by:
getThreadMessages in interface MBMessageLocalService
Throws:
SystemException

getThreadMessagesCount

public int getThreadMessagesCount(long threadId,
                                  int status)
                           throws SystemException
Specified by:
getThreadMessagesCount in interface MBMessageLocalService
Throws:
SystemException

getThreadRepliesMessages

public List<MBMessage> getThreadRepliesMessages(long threadId,
                                                int status,
                                                int start,
                                                int end)
                                         throws SystemException
Specified by:
getThreadRepliesMessages in interface MBMessageLocalService
Throws:
SystemException

getUserDiscussionMessages

public List<MBMessage> getUserDiscussionMessages(long userId,
                                                 long classNameId,
                                                 long classPK,
                                                 int status,
                                                 int start,
                                                 int end,
                                                 OrderByComparator obc)
                                          throws SystemException
Specified by:
getUserDiscussionMessages in interface MBMessageLocalService
Throws:
SystemException

getUserDiscussionMessages

public List<MBMessage> getUserDiscussionMessages(long userId,
                                                 long[] classNameIds,
                                                 int status,
                                                 int start,
                                                 int end,
                                                 OrderByComparator obc)
                                          throws SystemException
Specified by:
getUserDiscussionMessages in interface MBMessageLocalService
Throws:
SystemException

getUserDiscussionMessages

public List<MBMessage> getUserDiscussionMessages(long userId,
                                                 String className,
                                                 long classPK,
                                                 int status,
                                                 int start,
                                                 int end,
                                                 OrderByComparator obc)
                                          throws SystemException
Specified by:
getUserDiscussionMessages in interface MBMessageLocalService
Throws:
SystemException

getUserDiscussionMessagesCount

public int getUserDiscussionMessagesCount(long userId,
                                          long classNameId,
                                          long classPK,
                                          int status)
                                   throws SystemException
Specified by:
getUserDiscussionMessagesCount in interface MBMessageLocalService
Throws:
SystemException

getUserDiscussionMessagesCount

public int getUserDiscussionMessagesCount(long userId,
                                          long[] classNameIds,
                                          int status)
                                   throws SystemException
Specified by:
getUserDiscussionMessagesCount in interface MBMessageLocalService
Throws:
SystemException

getUserDiscussionMessagesCount

public int getUserDiscussionMessagesCount(long userId,
                                          String className,
                                          long classPK,
                                          int status)
                                   throws SystemException
Specified by:
getUserDiscussionMessagesCount in interface MBMessageLocalService
Throws:
SystemException

subscribeMessage

public void subscribeMessage(long userId,
                             long messageId)
                      throws PortalException,
                             SystemException
Specified by:
subscribeMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

unsubscribeMessage

public void unsubscribeMessage(long userId,
                               long messageId)
                        throws PortalException,
                               SystemException
Specified by:
unsubscribeMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

updateAnswer

public void updateAnswer(long messageId,
                         boolean answer,
                         boolean cascade)
                  throws PortalException,
                         SystemException
Specified by:
updateAnswer in interface MBMessageLocalService
Throws:
PortalException
SystemException

updateAnswer

public void updateAnswer(MBMessage message,
                         boolean answer,
                         boolean cascade)
                  throws PortalException,
                         SystemException
Specified by:
updateAnswer in interface MBMessageLocalService
Throws:
PortalException
SystemException

updateAsset

public void updateAsset(long userId,
                        MBMessage message,
                        long[] assetCategoryIds,
                        String[] assetTagNames,
                        long[] assetLinkEntryIds)
                 throws PortalException,
                        SystemException
Specified by:
updateAsset in interface MBMessageLocalService
Throws:
PortalException
SystemException

updateDiscussionMessage

public MBMessage updateDiscussionMessage(long userId,
                                         long messageId,
                                         String className,
                                         long classPK,
                                         String subject,
                                         String body,
                                         ServiceContext serviceContext)
                                  throws PortalException,
                                         SystemException
Specified by:
updateDiscussionMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

updateMessage

public MBMessage updateMessage(long userId,
                               long messageId,
                               String subject,
                               String body,
                               List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
                               List<String> existingFiles,
                               double priority,
                               boolean allowPingbacks,
                               ServiceContext serviceContext)
                        throws PortalException,
                               SystemException
Specified by:
updateMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

updateMessage

public MBMessage updateMessage(long messageId,
                               String body)
                        throws PortalException,
                               SystemException
Specified by:
updateMessage in interface MBMessageLocalService
Throws:
PortalException
SystemException

updateStatus

public MBMessage updateStatus(long userId,
                              long messageId,
                              int status,
                              ServiceContext serviceContext)
                       throws PortalException,
                              SystemException
Specified by:
updateStatus in interface MBMessageLocalService
Throws:
PortalException
SystemException

updateUserName

public void updateUserName(long userId,
                           String userName)
                    throws SystemException
Specified by:
updateUserName in interface MBMessageLocalService
Throws:
SystemException

getWrappedMBMessageLocalService

public MBMessageLocalService getWrappedMBMessageLocalService()
Deprecated. Renamed to getWrappedService()


setWrappedMBMessageLocalService

public void setWrappedMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.messageboards.service.MBMessageLocalService)


getWrappedService

public MBMessageLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<MBMessageLocalService>

setWrappedService

public void setWrappedService(MBMessageLocalService mbMessageLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<MBMessageLocalService>

Liferay 6.1.2-ce-ga3