public class SavedContentEntryServiceWrapper extends java.lang.Object implements SavedContentEntryService, com.liferay.portal.kernel.service.ServiceWrapper<SavedContentEntryService>
SavedContentEntryService
.SavedContentEntryService
Constructor and Description |
---|
SavedContentEntryServiceWrapper() |
SavedContentEntryServiceWrapper(SavedContentEntryService savedContentEntryService) |
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) |
SavedContentEntryService |
getWrappedService() |
void |
setWrappedService(SavedContentEntryService savedContentEntryService) |
public SavedContentEntryServiceWrapper()
public SavedContentEntryServiceWrapper(SavedContentEntryService savedContentEntryService)
public SavedContentEntry addSavedContentEntry(long groupId, java.lang.String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addSavedContentEntry
in interface SavedContentEntryService
com.liferay.portal.kernel.exception.PortalException
public void deleteSavedContentEntry(SavedContentEntry savedContentEntry) throws com.liferay.portal.kernel.exception.PortalException
deleteSavedContentEntry
in interface SavedContentEntryService
com.liferay.portal.kernel.exception.PortalException
public SavedContentEntry fetchSavedContentEntry(long groupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
fetchSavedContentEntry
in interface SavedContentEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupUserSavedContentEntries
in interface SavedContentEntryService
com.liferay.portal.kernel.exception.PortalException
public 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
getGroupUserSavedContentEntries
in interface SavedContentEntryService
com.liferay.portal.kernel.exception.PortalException
public int getGroupUserSavedContentEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
getGroupUserSavedContentEntriesCount
in interface SavedContentEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface SavedContentEntryService
public SavedContentEntry getSavedContentEntry(long groupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
getSavedContentEntry
in interface SavedContentEntryService
com.liferay.portal.kernel.exception.PortalException
public SavedContentEntryService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<SavedContentEntryService>
public void setWrappedService(SavedContentEntryService savedContentEntryService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<SavedContentEntryService>