@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AnnouncementsFlagService extends BaseService
AnnouncementsFlagServiceUtil| 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.
|
void addFlag(long entryId,
int value)
throws PortalException
PortalExceptionvoid deleteFlag(long flagId)
throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) AnnouncementsFlag getFlag(long entryId, int value) throws PortalException
PortalExceptionString getOSGiServiceIdentifier()