com.liferay.portlet.bookmarks.service
Class BookmarksEntryServiceWrapper
java.lang.Object
com.liferay.portlet.bookmarks.service.BookmarksEntryServiceWrapper
- All Implemented Interfaces:
- BookmarksEntryService
public class BookmarksEntryServiceWrapper
- extends java.lang.Object
- implements BookmarksEntryService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for BookmarksEntryService
.
- Author:
- Brian Wing Shun Chan
- See Also:
BookmarksEntryService
- Generated:
Method Summary |
BookmarksEntry |
addEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
|
void |
deleteEntry(long entryId)
|
BookmarksEntry |
getEntry(long entryId)
|
BookmarksEntryService |
getWrappedBookmarksEntryService()
|
BookmarksEntry |
openEntry(long entryId)
|
BookmarksEntry |
updateEntry(long entryId,
long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksEntryServiceWrapper
public BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
addEntry
public BookmarksEntry addEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addEntry
in interface BookmarksEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteEntry
public void deleteEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteEntry
in interface BookmarksEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getEntry
public BookmarksEntry getEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getEntry
in interface BookmarksEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
openEntry
public BookmarksEntry openEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
openEntry
in interface BookmarksEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateEntry
public BookmarksEntry updateEntry(long entryId,
long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateEntry
in interface BookmarksEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedBookmarksEntryService
public BookmarksEntryService getWrappedBookmarksEntryService()