Class SavedContentEntryServiceUtil

java.lang.Object
com.liferay.saved.content.service.SavedContentEntryServiceUtil

public class SavedContentEntryServiceUtil extends Object
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 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

      public static String 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

      public static SavedContentEntryService getService()