com.liferay.portlet.messageboards.service
Class MBMessageFlagLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.MBMessageFlagLocalServiceWrapper
All Implemented Interfaces:
MBMessageFlagLocalService

public class MBMessageFlagLocalServiceWrapper
extends java.lang.Object
implements MBMessageFlagLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for MBMessageFlagLocalService.

Author:
Brian Wing Shun Chan
See Also:
MBMessageFlagLocalService
Generated:

Constructor Summary
MBMessageFlagLocalServiceWrapper(MBMessageFlagLocalService mbMessageFlagLocalService)
           
 
Method Summary
 MBMessageFlag addMBMessageFlag(MBMessageFlag mbMessageFlag)
           
 void addQuestionFlag(long messageId)
           
 void addReadFlags(long userId, MBThread thread)
           
 MBMessageFlag createMBMessageFlag(long messageFlagId)
           
 void deleteFlags(long userId)
           
 void deleteFlags(long messageId, int flag)
           
 void deleteMBMessageFlag(long messageFlagId)
           
 void deleteMBMessageFlag(MBMessageFlag mbMessageFlag)
           
 void deleteQuestionAndAnswerFlags(long threadId)
           
 void deleteThreadFlags(long threadId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 MBMessageFlag getMBMessageFlag(long messageFlagId)
           
 java.util.List<MBMessageFlag> getMBMessageFlags(int start, int end)
           
 int getMBMessageFlagsCount()
           
 MBMessageFlag getReadFlag(long userId, MBThread thread)
           
 MBMessageFlagLocalService getWrappedMBMessageFlagLocalService()
           
 boolean hasAnswerFlag(long messageId)
           
 boolean hasQuestionFlag(long messageId)
           
 boolean hasReadFlag(long userId, MBThread thread)
           
 MBMessageFlag updateMBMessageFlag(MBMessageFlag mbMessageFlag)
           
 MBMessageFlag updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMessageFlagLocalServiceWrapper

public MBMessageFlagLocalServiceWrapper(MBMessageFlagLocalService mbMessageFlagLocalService)
Method Detail

addMBMessageFlag

public MBMessageFlag addMBMessageFlag(MBMessageFlag mbMessageFlag)
                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addMBMessageFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createMBMessageFlag

public MBMessageFlag createMBMessageFlag(long messageFlagId)
Specified by:
createMBMessageFlag in interface MBMessageFlagLocalService

deleteMBMessageFlag

public void deleteMBMessageFlag(long messageFlagId)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteMBMessageFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteMBMessageFlag

public void deleteMBMessageFlag(MBMessageFlag mbMessageFlag)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteMBMessageFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getMBMessageFlag

public MBMessageFlag getMBMessageFlag(long messageFlagId)
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
getMBMessageFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getMBMessageFlags

public java.util.List<MBMessageFlag> getMBMessageFlags(int start,
                                                       int end)
                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getMBMessageFlags in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getMBMessageFlagsCount

public int getMBMessageFlagsCount()
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getMBMessageFlagsCount in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateMBMessageFlag

public MBMessageFlag updateMBMessageFlag(MBMessageFlag mbMessageFlag)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateMBMessageFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateMBMessageFlag

public MBMessageFlag updateMBMessageFlag(MBMessageFlag mbMessageFlag,
                                         boolean merge)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateMBMessageFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addReadFlags

public void addReadFlags(long userId,
                         MBThread thread)
                  throws com.liferay.portal.kernel.exception.PortalException,
                         com.liferay.portal.kernel.exception.SystemException
Specified by:
addReadFlags in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addQuestionFlag

public void addQuestionFlag(long messageId)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
addQuestionFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteFlags

public void deleteFlags(long userId)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteFlags in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteFlags

public void deleteFlags(long messageId,
                        int flag)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteFlags in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteQuestionAndAnswerFlags

public void deleteQuestionAndAnswerFlags(long threadId)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteQuestionAndAnswerFlags in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteThreadFlags

public void deleteThreadFlags(long threadId)
                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteThreadFlags in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getReadFlag

public MBMessageFlag getReadFlag(long userId,
                                 MBThread thread)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getReadFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

hasAnswerFlag

public boolean hasAnswerFlag(long messageId)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
hasAnswerFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

hasQuestionFlag

public boolean hasQuestionFlag(long messageId)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
hasQuestionFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

hasReadFlag

public boolean hasReadFlag(long userId,
                           MBThread thread)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
hasReadFlag in interface MBMessageFlagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedMBMessageFlagLocalService

public MBMessageFlagLocalService getWrappedMBMessageFlagLocalService()