@ProviderType
public class AnnouncementsFlagServiceUtil
extends java.lang.Object
com.liferay.portlet.announcements.service.impl.AnnouncementsFlagServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.AnnouncementsFlagService,
com.liferay.portlet.announcements.service.base.AnnouncementsFlagServiceBaseImpl,
com.liferay.portlet.announcements.service.impl.AnnouncementsFlagServiceImpl| Constructor and Description |
|---|
AnnouncementsFlagServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addFlag(long entryId,
int value) |
static void |
deleteFlag(long flagId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static AnnouncementsFlag |
getFlag(long entryId,
int value) |
static AnnouncementsFlagService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(AnnouncementsFlagService service)
Deprecated.
As of 6.2.0
|
public static void addFlag(long entryId,
int value)
throws PortalException
PortalExceptionpublic static void deleteFlag(long flagId)
throws PortalException
PortalExceptionpublic static java.lang.String getBeanIdentifier()
public static AnnouncementsFlag getFlag(long entryId, int value) throws PortalException
PortalExceptionpublic static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static AnnouncementsFlagService getService()
@Deprecated public void setService(AnnouncementsFlagService service)