com.liferay.portlet.announcements.service.impl
Class AnnouncementsFlagServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.announcements.service.base.AnnouncementsFlagServiceBaseImpl
com.liferay.portlet.announcements.service.impl.AnnouncementsFlagServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, AnnouncementsFlagService
public class AnnouncementsFlagServiceImpl
- extends AnnouncementsFlagServiceBaseImpl
| Methods inherited from class com.liferay.portlet.announcements.service.base.AnnouncementsFlagServiceBaseImpl |
afterPropertiesSet, destroy, getAnnouncementsFlagLocalService, getAnnouncementsFlagPersistence, getAnnouncementsFlagService, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setAnnouncementsFlagLocalService, setAnnouncementsFlagPersistence, setAnnouncementsFlagService, setCounterLocalService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnouncementsFlagServiceImpl
public AnnouncementsFlagServiceImpl()
addFlag
public void addFlag(long entryId,
int value)
throws PortalException
- Throws:
PortalException
deleteFlag
public void deleteFlag(long flagId)
throws PortalException
- Throws:
PortalException
getFlag
public AnnouncementsFlag getFlag(long entryId,
int value)
throws PortalException
- Throws:
PortalException