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:
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.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()