@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AnnouncementsFlagService extends BaseService
AnnouncementsFlagServiceUtil,
com.liferay.portlet.announcements.service.base.AnnouncementsFlagServiceBaseImpl,
com.liferay.portlet.announcements.service.impl.AnnouncementsFlagServiceImpl| Modifier and Type | Method and Description |
|---|---|
void |
addFlag(long entryId,
int value) |
void |
deleteFlag(long flagId) |
AnnouncementsFlag |
getFlag(long entryId,
int value) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
@Transactional(propagation=SUPPORTS, readOnly=true) AnnouncementsFlag getFlag(long entryId, int value) throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
void addFlag(long entryId,
int value)
throws PortalException
PortalExceptionvoid deleteFlag(long flagId)
throws PortalException
PortalException