Interface SavedContentEntryService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
SavedContentEntryServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface SavedContentEntryService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for SavedContentEntry. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddSavedContentEntry(long groupId, String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteSavedContentEntry(SavedContentEntry savedContentEntry) fetchSavedContentEntry(long groupId, String className, long classPK) getGroupUserSavedContentEntries(long groupId, int start, int end) getGroupUserSavedContentEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) intgetGroupUserSavedContentEntriesCount(long groupId) Returns the OSGi service identifier.getSavedContentEntry(long groupId, String className, long classPK)
-
Method Details
-
addSavedContentEntry
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
void deleteSavedContentEntry(SavedContentEntry savedContentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSavedContentEntry
@Transactional(propagation=SUPPORTS, readOnly=true) SavedContentEntry fetchSavedContentEntry(long groupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupUserSavedContentEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupUserSavedContentEntries
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupUserSavedContentEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getSavedContentEntry
@Transactional(propagation=SUPPORTS, readOnly=true) SavedContentEntry getSavedContentEntry(long groupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-