@ProviderType
public class AnnouncementsFlagServiceUtil
extends Object
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,
AnnouncementsFlagServiceBaseImpl,
AnnouncementsFlagServiceImpl| Constructor and Description |
|---|
AnnouncementsFlagServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addFlag(long entryId,
int value) |
static void |
deleteFlag(long flagId) |
static AnnouncementsFlag |
getFlag(long entryId,
int value) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static AnnouncementsFlagService |
getService() |
public static void addFlag(long entryId,
int value)
throws PortalException
PortalExceptionpublic static void deleteFlag(long flagId)
throws PortalException
PortalExceptionpublic static AnnouncementsFlag getFlag(long entryId, int value) throws PortalException
PortalExceptionpublic static String getOSGiServiceIdentifier()
public static AnnouncementsFlagService getService()