com.liferay.portlet.messageboards.service
Class MBMessageFlagLocalServiceUtil
java.lang.Object
com.liferay.portlet.messageboards.service.MBMessageFlagLocalServiceUtil
public class MBMessageFlagLocalServiceUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
com.liferay.portlet.messageboards.service.MBMessageFlagLocalService
bean. The static methods of this class calls the same methods of the bean
instance. It's convenient to be able to just write one line to call a method
on a bean instead of writing a lookup call and a method call.
com.liferay.portlet.messageboards.service.MBMessageFlagLocalServiceFactory
is responsible for the lookup of the bean.
- Author:
- Brian Wing Shun Chan
- See Also:
MBMessageFlagLocalService
,
MBMessageFlagLocalServiceFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBMessageFlagLocalServiceUtil
public MBMessageFlagLocalServiceUtil()
addMBMessageFlag
public static MBMessageFlag addMBMessageFlag(MBMessageFlag mbMessageFlag)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteMBMessageFlag
public static void deleteMBMessageFlag(long messageFlagId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteMBMessageFlag
public static void deleteMBMessageFlag(MBMessageFlag mbMessageFlag)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List<MBMessageFlag> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List<MBMessageFlag> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateMBMessageFlag
public static MBMessageFlag updateMBMessageFlag(MBMessageFlag mbMessageFlag)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addReadFlags
public static void addReadFlags(long userId,
java.util.List<MBMessage> messages)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFlags
public static void deleteFlags(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasReadFlag
public static boolean hasReadFlag(long userId,
long messageId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException