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
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.
- Author:
- Brian Wing Shun Chan
- See Also:
MBMessageFlagLocalService
- Generated:
Method Summary |
static MBMessageFlag |
addMBMessageFlag(MBMessageFlag mbMessageFlag)
|
static void |
addQuestionFlag(long messageId)
|
static void |
addReadFlags(long userId,
MBThread thread)
|
static MBMessageFlag |
createMBMessageFlag(long messageFlagId)
|
static void |
deleteAnswerFlags(long threadId,
long messageId)
|
static void |
deleteFlags(long userId)
|
static void |
deleteFlags(long messageId,
int flag)
|
static void |
deleteMBMessageFlag(long messageFlagId)
|
static void |
deleteMBMessageFlag(MBMessageFlag mbMessageFlag)
|
static void |
deleteQuestionAndAnswerFlags(long threadId)
|
static void |
deleteThreadFlags(long threadId)
|
static java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static MBMessageFlag |
getMBMessageFlag(long messageFlagId)
|
static java.util.List<MBMessageFlag> |
getMBMessageFlags(int start,
int end)
|
static int |
getMBMessageFlagsCount()
|
static MBMessageFlag |
getReadFlag(long userId,
MBThread thread)
|
static MBMessageFlagLocalService |
getService()
|
static boolean |
hasAnswerFlag(long messageId)
|
static boolean |
hasQuestionFlag(long messageId)
|
static boolean |
hasReadFlag(long userId,
MBThread thread)
|
void |
setService(MBMessageFlagLocalService service)
|
static MBMessageFlag |
updateMBMessageFlag(MBMessageFlag mbMessageFlag)
|
static MBMessageFlag |
updateMBMessageFlag(MBMessageFlag mbMessageFlag,
boolean merge)
|
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
createMBMessageFlag
public static MBMessageFlag createMBMessageFlag(long messageFlagId)
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.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static 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
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public static int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getMBMessageFlag
public static MBMessageFlag getMBMessageFlag(long messageFlagId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getMBMessageFlags
public static java.util.List<MBMessageFlag> getMBMessageFlags(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getMBMessageFlagsCount
public static int getMBMessageFlagsCount()
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
updateMBMessageFlag
public static MBMessageFlag updateMBMessageFlag(MBMessageFlag mbMessageFlag,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addQuestionFlag
public static void addQuestionFlag(long messageId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addReadFlags
public static void addReadFlags(long userId,
MBThread thread)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteAnswerFlags
public static void deleteAnswerFlags(long threadId,
long messageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteFlags
public static void deleteFlags(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteFlags
public static void deleteFlags(long messageId,
int flag)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteQuestionAndAnswerFlags
public static void deleteQuestionAndAnswerFlags(long threadId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteThreadFlags
public static void deleteThreadFlags(long threadId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getReadFlag
public static MBMessageFlag getReadFlag(long userId,
MBThread thread)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
hasAnswerFlag
public static boolean hasAnswerFlag(long messageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasQuestionFlag
public static boolean hasQuestionFlag(long messageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasReadFlag
public static boolean hasReadFlag(long userId,
MBThread thread)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getService
public static MBMessageFlagLocalService getService()
setService
public void setService(MBMessageFlagLocalService service)