Package com.liferay.flags.service
Class FlagsEntryServiceUtil
java.lang.Object
com.liferay.flags.service.FlagsEntryServiceUtil
Provides the remote service utility for FlagsEntry. This utility wraps
com.liferay.flags.service.impl.FlagsEntryServiceImpl
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addEntry
(String className, long classPK, String reporterEmailAddress, long reportedUserId, String contentTitle, String contentURL, String reason, com.liferay.portal.kernel.service.ServiceContext serviceContext) static String
Returns the OSGi service identifier.static FlagsEntryService
-
Constructor Details
-
FlagsEntryServiceUtil
public FlagsEntryServiceUtil()
-
-
Method Details
-
addEntry
public static void addEntry(String className, long classPK, String reporterEmailAddress, long reportedUserId, String contentTitle, String contentURL, String reason, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-