@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) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
AnnouncementsFlag |
getFlag(long entryId,
int value) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void addFlag(long entryId,
int value)
throws PortalException
PortalExceptionvoid deleteFlag(long flagId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) AnnouncementsFlag getFlag(long entryId, int value) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean