@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
SavedContentEntryServiceUtil
Modifier and Type | Method and Description |
---|---|
SavedContentEntry |
addSavedContentEntry(long groupId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteSavedContentEntry(SavedContentEntry savedContentEntry) |
SavedContentEntry |
fetchSavedContentEntry(long groupId,
java.lang.String className,
long classPK) |
java.util.List<SavedContentEntry> |
getGroupUserSavedContentEntries(long groupId,
int start,
int end) |
java.util.List<SavedContentEntry> |
getGroupUserSavedContentEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) |
int |
getGroupUserSavedContentEntriesCount(long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
SavedContentEntry |
getSavedContentEntry(long groupId,
java.lang.String className,
long classPK) |
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
void deleteSavedContentEntry(SavedContentEntry savedContentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) SavedContentEntry fetchSavedContentEntry(long groupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupUserSavedContentEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) SavedContentEntry getSavedContentEntry(long groupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException