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 voidaddFlag(long entryId, int value) static voiddeleteFlag(long flagId) static AnnouncementsFlaggetFlag(long entryId, int value) static StringReturns the OSGi service identifier.static AnnouncementsFlagServicestatic voidsetService(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
-