Class AnnouncementsDeliveryServiceUtil
Object
com.liferay.announcements.kernel.service.AnnouncementsDeliveryServiceUtil
Provides the remote service utility for AnnouncementsDelivery. This utility wraps
com.liferay.portlet.announcements.service.impl.AnnouncementsDeliveryServiceImpl
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 String
Returns the OSGi service identifier.static AnnouncementsDeliveryService
static void
setService
(AnnouncementsDeliveryService service) static AnnouncementsDelivery
updateDelivery
(long userId, String type, boolean email, boolean sms)
-
Constructor Details
-
AnnouncementsDeliveryServiceUtil
public AnnouncementsDeliveryServiceUtil()
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateDelivery
public static AnnouncementsDelivery updateDelivery(long userId, String type, boolean email, boolean sms) throws PortalException - Throws:
PortalException
-
getService
-
setService
-