com.liferay.portlet.bookmarks.service.base
Class BookmarksEntryLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.bookmarks.service.base.BookmarksEntryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
Direct Known Subclasses:
BookmarksEntryLocalServiceImpl

public abstract class BookmarksEntryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BookmarksEntryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.bookmarks.model.BookmarksEntry addBookmarksEntry(com.liferay.portlet.bookmarks.model.BookmarksEntry model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.bookmarks.model.BookmarksEntry updateBookmarksEntry(com.liferay.portlet.bookmarks.model.BookmarksEntry model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
addEntry, addEntry, addEntry, addEntryResources, addEntryResources, addEntryResources, addEntryResources, deleteEntries, deleteEntry, deleteEntry, getEntries, getEntries, getEntriesCount, getEntry, getFoldersEntriesCount, getGroupEntries, getGroupEntries, getGroupEntriesCount, getGroupEntriesCount, getNoAssetEntries, openEntry, updateEntry, updateTagsAsset
 

Constructor Detail

BookmarksEntryLocalServiceBaseImpl

public BookmarksEntryLocalServiceBaseImpl()
Method Detail

addBookmarksEntry

public com.liferay.portlet.bookmarks.model.BookmarksEntry addBookmarksEntry(com.liferay.portlet.bookmarks.model.BookmarksEntry model)
                                                                     throws com.liferay.portal.SystemException
Specified by:
addBookmarksEntry in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
Throws:
com.liferay.portal.SystemException

updateBookmarksEntry

public com.liferay.portlet.bookmarks.model.BookmarksEntry updateBookmarksEntry(com.liferay.portlet.bookmarks.model.BookmarksEntry model)
                                                                        throws com.liferay.portal.SystemException
Specified by:
updateBookmarksEntry in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
Throws:
com.liferay.portal.SystemException