public class SavedContentEntryServiceUtil
extends java.lang.Object
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.SavedContentEntryService
Constructor and Description |
---|
SavedContentEntryServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static SavedContentEntry |
addSavedContentEntry(long groupId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteSavedContentEntry(SavedContentEntry savedContentEntry) |
static SavedContentEntry |
fetchSavedContentEntry(long groupId,
java.lang.String className,
long classPK) |
static java.util.List<SavedContentEntry> |
getGroupUserSavedContentEntries(long groupId,
int start,
int end) |
static java.util.List<SavedContentEntry> |
getGroupUserSavedContentEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) |
static int |
getGroupUserSavedContentEntriesCount(long groupId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static SavedContentEntry |
getSavedContentEntry(long groupId,
java.lang.String className,
long classPK) |
static SavedContentEntryService |
getService() |
public static SavedContentEntry addSavedContentEntry(long groupId, java.lang.String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteSavedContentEntry(SavedContentEntry savedContentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static SavedContentEntry fetchSavedContentEntry(long groupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getGroupUserSavedContentEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static SavedContentEntry getSavedContentEntry(long groupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static SavedContentEntryService getService()