com.liferay.portlet.announcements.service
Class AnnouncementsFlagLocalServiceWrapper
java.lang.Object
com.liferay.portlet.announcements.service.AnnouncementsFlagLocalServiceWrapper
- All Implemented Interfaces:
- AnnouncementsFlagLocalService
public class AnnouncementsFlagLocalServiceWrapper
- extends java.lang.Object
- implements AnnouncementsFlagLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AnnouncementsFlagLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AnnouncementsFlagLocalService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnouncementsFlagLocalServiceWrapper
public AnnouncementsFlagLocalServiceWrapper(AnnouncementsFlagLocalService announcementsFlagLocalService)
addAnnouncementsFlag
public AnnouncementsFlag addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addAnnouncementsFlag
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createAnnouncementsFlag
public AnnouncementsFlag createAnnouncementsFlag(long flagId)
- Specified by:
createAnnouncementsFlag
in interface AnnouncementsFlagLocalService
deleteAnnouncementsFlag
public void deleteAnnouncementsFlag(long flagId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAnnouncementsFlag
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteAnnouncementsFlag
public void deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAnnouncementsFlag
in interface AnnouncementsFlagLocalService
- 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 AnnouncementsFlagLocalService
- 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 AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAnnouncementsFlag
public AnnouncementsFlag getAnnouncementsFlag(long flagId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAnnouncementsFlag
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getAnnouncementsFlags
public java.util.List<AnnouncementsFlag> getAnnouncementsFlags(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAnnouncementsFlags
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAnnouncementsFlagsCount
public int getAnnouncementsFlagsCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAnnouncementsFlagsCount
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAnnouncementsFlag
public AnnouncementsFlag updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAnnouncementsFlag
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAnnouncementsFlag
public AnnouncementsFlag updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAnnouncementsFlag
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addFlag
public AnnouncementsFlag addFlag(long userId,
long entryId,
int value)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFlag
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteFlag
public void deleteFlag(long flagId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFlag
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFlags
public void deleteFlags(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFlags
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFlag
public AnnouncementsFlag getFlag(long userId,
long entryId,
int value)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFlag
in interface AnnouncementsFlagLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedAnnouncementsFlagLocalService
public AnnouncementsFlagLocalService getWrappedAnnouncementsFlagLocalService()