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 SavedContentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteSavedContentEntry(SavedContentEntry savedContentEntry) throws com.liferay.portal.kernel.exception.PortalException
deleteSavedContentEntry in interface SavedContentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SavedContentEntry fetchSavedContentEntry(long groupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
fetchSavedContentEntry in interface SavedContentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupUserSavedContentEntries in interface SavedContentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 SavedContentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getGroupUserSavedContentEntriesCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getGroupUserSavedContentEntriesCount in interface SavedContentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SavedContentEntryServicepublic SavedContentEntry getSavedContentEntry(long groupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
getSavedContentEntry in interface SavedContentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>