Class AnnouncementsFlagServiceUtil
Object
com.liferay.announcements.kernel.service.AnnouncementsFlagServiceUtil
Provides the remote service utility for AnnouncementsFlag. This utility wraps
com.liferay.portlet.announcements.service.impl.AnnouncementsFlagServiceImpl
and is an
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.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addFlag
(long entryId, int value) static void
deleteFlag
(long flagId) static AnnouncementsFlag
getFlag
(long entryId, int value) static String
Returns the OSGi service identifier.static AnnouncementsFlagService
static void
setService
(AnnouncementsFlagService service)
-
Constructor Details
-
AnnouncementsFlagServiceUtil
public AnnouncementsFlagServiceUtil()
-
-
Method Details
-
addFlag
- Throws:
PortalException
-
deleteFlag
- Throws:
PortalException
-
getFlag
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-
setService
-