Class SavedContentEntryServiceWrapper
java.lang.Object
com.liferay.saved.content.service.SavedContentEntryServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<SavedContentEntryService>,SavedContentEntryService
public class SavedContentEntryServiceWrapper
extends Object
implements SavedContentEntryService, com.liferay.portal.kernel.service.ServiceWrapper<SavedContentEntryService>
Provides a wrapper for
SavedContentEntryService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionSavedContentEntryServiceWrapper(SavedContentEntryService savedContentEntryService) -
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) voidsetWrappedService(SavedContentEntryService savedContentEntryService)
-
Constructor Details
-
SavedContentEntryServiceWrapper
public SavedContentEntryServiceWrapper() -
SavedContentEntryServiceWrapper
-
-
Method Details
-
addSavedContentEntry
public SavedContentEntry addSavedContentEntry(long groupId, String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addSavedContentEntryin interfaceSavedContentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSavedContentEntry
public void deleteSavedContentEntry(SavedContentEntry savedContentEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSavedContentEntryin interfaceSavedContentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSavedContentEntry
public SavedContentEntry fetchSavedContentEntry(long groupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchSavedContentEntryin interfaceSavedContentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupUserSavedContentEntries
public List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupUserSavedContentEntriesin interfaceSavedContentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupUserSavedContentEntries
public List<SavedContentEntry> getGroupUserSavedContentEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupUserSavedContentEntriesin interfaceSavedContentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupUserSavedContentEntriesCount
public int getGroupUserSavedContentEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupUserSavedContentEntriesCountin interfaceSavedContentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceSavedContentEntryService- Returns:
- the OSGi service identifier
-
getSavedContentEntry
public SavedContentEntry getSavedContentEntry(long groupId, String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSavedContentEntryin interfaceSavedContentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SavedContentEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SavedContentEntryService>
-