com.liferay.portlet.messageboards.service
Class MBMessageFlagLocalServiceWrapper
java.lang.Object
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:
Method Summary |
MBMessageFlag |
addMBMessageFlag(MBMessageFlag mbMessageFlag)
|
void |
addQuestionFlag(long messageId)
|
void |
addReadFlags(long userId,
MBThread thread)
|
MBMessageFlag |
createMBMessageFlag(long messageFlagId)
|
void |
deleteAnswerFlags(long threadId,
long messageId)
|
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 |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
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 |
MBMessageFlagLocalServiceWrapper
public MBMessageFlagLocalServiceWrapper(MBMessageFlagLocalService mbMessageFlagLocalService)
addMBMessageFlag
public MBMessageFlag addMBMessageFlag(MBMessageFlag mbMessageFlag)
throws com.liferay.portal.SystemException
- Specified by:
addMBMessageFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
createMBMessageFlag
public MBMessageFlag createMBMessageFlag(long messageFlagId)
- Specified by:
createMBMessageFlag
in interface MBMessageFlagLocalService
deleteMBMessageFlag
public void deleteMBMessageFlag(long messageFlagId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteMBMessageFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteMBMessageFlag
public void deleteMBMessageFlag(MBMessageFlag mbMessageFlag)
throws com.liferay.portal.SystemException
- Specified by:
deleteMBMessageFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
getMBMessageFlag
public MBMessageFlag getMBMessageFlag(long messageFlagId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getMBMessageFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getMBMessageFlags
public java.util.List<MBMessageFlag> getMBMessageFlags(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getMBMessageFlags
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
getMBMessageFlagsCount
public int getMBMessageFlagsCount()
throws com.liferay.portal.SystemException
- Specified by:
getMBMessageFlagsCount
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
updateMBMessageFlag
public MBMessageFlag updateMBMessageFlag(MBMessageFlag mbMessageFlag)
throws com.liferay.portal.SystemException
- Specified by:
updateMBMessageFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
updateMBMessageFlag
public MBMessageFlag updateMBMessageFlag(MBMessageFlag mbMessageFlag,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateMBMessageFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
addQuestionFlag
public void addQuestionFlag(long messageId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addQuestionFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addReadFlags
public void addReadFlags(long userId,
MBThread thread)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addReadFlags
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteAnswerFlags
public void deleteAnswerFlags(long threadId,
long messageId)
throws com.liferay.portal.SystemException
- Specified by:
deleteAnswerFlags
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
deleteFlags
public void deleteFlags(long userId)
throws com.liferay.portal.SystemException
- Specified by:
deleteFlags
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
deleteFlags
public void deleteFlags(long messageId,
int flag)
throws com.liferay.portal.SystemException
- Specified by:
deleteFlags
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
deleteQuestionAndAnswerFlags
public void deleteQuestionAndAnswerFlags(long threadId)
throws com.liferay.portal.SystemException
- Specified by:
deleteQuestionAndAnswerFlags
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
deleteThreadFlags
public void deleteThreadFlags(long threadId)
throws com.liferay.portal.SystemException
- Specified by:
deleteThreadFlags
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
getReadFlag
public MBMessageFlag getReadFlag(long userId,
MBThread thread)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getReadFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
hasAnswerFlag
public boolean hasAnswerFlag(long messageId)
throws com.liferay.portal.SystemException
- Specified by:
hasAnswerFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
hasQuestionFlag
public boolean hasQuestionFlag(long messageId)
throws com.liferay.portal.SystemException
- Specified by:
hasQuestionFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.SystemException
hasReadFlag
public boolean hasReadFlag(long userId,
MBThread thread)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
hasReadFlag
in interface MBMessageFlagLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedMBMessageFlagLocalService
public MBMessageFlagLocalService getWrappedMBMessageFlagLocalService()