Class SavedContentEntryServiceUtil
java.lang.Object
com.liferay.saved.content.service.SavedContentEntryServiceUtil
Provides the remote service utility for SavedContentEntry. This utility wraps
com.liferay.saved.content.service.impl.SavedContentEntryServiceImpl 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 SavedContentEntryaddSavedContentEntry(long groupId, String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) static voiddeleteSavedContentEntry(SavedContentEntry savedContentEntry) static SavedContentEntryfetchSavedContentEntry(long groupId, String className, long classPK) static List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end) static List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) static intgetGroupUserSavedContentEntriesCount(long groupId) static StringReturns the OSGi service identifier.static SavedContentEntrygetSavedContentEntry(long groupId, String className, long classPK) static SavedContentEntryService
-
Constructor Details
-
SavedContentEntryServiceUtil
public SavedContentEntryServiceUtil()
-
-
Method Details
-
addSavedContentEntry
public static SavedContentEntry addSavedContentEntry(long groupId, String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSavedContentEntry
public static void deleteSavedContentEntry(SavedContentEntry savedContentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSavedContentEntry
public static SavedContentEntry fetchSavedContentEntry(long groupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupUserSavedContentEntries
public static List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupUserSavedContentEntries
public static List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupUserSavedContentEntriesCount
public static int getGroupUserSavedContentEntriesCount(long groupId) 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
-
getSavedContentEntry
public static SavedContentEntry getSavedContentEntry(long groupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-