com.liferay.portlet.bookmarks.service.base
Class BookmarksEntryLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.bookmarks.service.base.BookmarksEntryLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.bean.InitializingBean, 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, com.liferay.portal.kernel.bean.InitializingBean
View Source
- Author:
- Brian Wing Shun Chan
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, addEntry, addEntryResources, addEntryResources, addEntryResources, addEntryResources, deleteEntries, deleteEntry, deleteEntry, getEntries, getEntries, getEntriesCount, getEntry, getFoldersEntriesCount, getGroupEntries, getGroupEntries, getGroupEntriesCount, getGroupEntriesCount, getNoAssetEntries, openEntry, updateEntry, updateTagsAsset |
bookmarksEntryPersistence
protected com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence bookmarksEntryPersistence
bookmarksEntryFinder
protected com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder bookmarksEntryFinder
bookmarksFolderLocalService
protected com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService bookmarksFolderLocalService
bookmarksFolderService
protected com.liferay.portlet.bookmarks.service.BookmarksFolderService bookmarksFolderService
bookmarksFolderPersistence
protected com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence bookmarksFolderPersistence
counterLocalService
protected com.liferay.counter.service.CounterLocalService counterLocalService
counterService
protected com.liferay.counter.service.CounterService counterService
resourceLocalService
protected com.liferay.portal.service.ResourceLocalService resourceLocalService
resourceService
protected com.liferay.portal.service.ResourceService resourceService
resourcePersistence
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
resourceFinder
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder
userLocalService
protected com.liferay.portal.service.UserLocalService userLocalService
userService
protected com.liferay.portal.service.UserService userService
userPersistence
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
userFinder
protected com.liferay.portal.service.persistence.UserFinder userFinder
tagsAssetLocalService
protected com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService
tagsAssetService
protected com.liferay.portlet.tags.service.TagsAssetService tagsAssetService
tagsAssetPersistence
protected com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence
tagsAssetFinder
protected com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder
BookmarksEntryLocalServiceBaseImpl
public BookmarksEntryLocalServiceBaseImpl()
addBookmarksEntry
public com.liferay.portlet.bookmarks.model.BookmarksEntry addBookmarksEntry(com.liferay.portlet.bookmarks.model.BookmarksEntry bookmarksEntry)
throws com.liferay.portal.SystemException
- Specified by:
addBookmarksEntry
in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
deleteBookmarksEntry
public void deleteBookmarksEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteBookmarksEntry
in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteBookmarksEntry
public void deleteBookmarksEntry(com.liferay.portlet.bookmarks.model.BookmarksEntry bookmarksEntry)
throws com.liferay.portal.SystemException
- Specified by:
deleteBookmarksEntry
in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
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<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getBookmarksEntry
public com.liferay.portlet.bookmarks.model.BookmarksEntry getBookmarksEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getBookmarksEntry
in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getBookmarksEntries
public java.util.List<com.liferay.portlet.bookmarks.model.BookmarksEntry> getBookmarksEntries(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getBookmarksEntries
in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getBookmarksEntriesCount
public int getBookmarksEntriesCount()
throws com.liferay.portal.SystemException
- Specified by:
getBookmarksEntriesCount
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 bookmarksEntry)
throws com.liferay.portal.SystemException
- Specified by:
updateBookmarksEntry
in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getBookmarksEntryPersistence
public com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence getBookmarksEntryPersistence()
setBookmarksEntryPersistence
public void setBookmarksEntryPersistence(com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence bookmarksEntryPersistence)
getBookmarksEntryFinder
public com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder getBookmarksEntryFinder()
setBookmarksEntryFinder
public void setBookmarksEntryFinder(com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder bookmarksEntryFinder)
getBookmarksFolderLocalService
public com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService getBookmarksFolderLocalService()
setBookmarksFolderLocalService
public void setBookmarksFolderLocalService(com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService bookmarksFolderLocalService)
getBookmarksFolderService
public com.liferay.portlet.bookmarks.service.BookmarksFolderService getBookmarksFolderService()
setBookmarksFolderService
public void setBookmarksFolderService(com.liferay.portlet.bookmarks.service.BookmarksFolderService bookmarksFolderService)
getBookmarksFolderPersistence
public com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence getBookmarksFolderPersistence()
setBookmarksFolderPersistence
public void setBookmarksFolderPersistence(com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence bookmarksFolderPersistence)
getCounterLocalService
public com.liferay.counter.service.CounterLocalService getCounterLocalService()
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
getCounterService
public com.liferay.counter.service.CounterService getCounterService()
setCounterService
public void setCounterService(com.liferay.counter.service.CounterService counterService)
getResourceLocalService
public com.liferay.portal.service.ResourceLocalService getResourceLocalService()
setResourceLocalService
public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
getResourceService
public com.liferay.portal.service.ResourceService getResourceService()
setResourceService
public void setResourceService(com.liferay.portal.service.ResourceService resourceService)
getResourcePersistence
public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
setResourcePersistence
public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
getResourceFinder
public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
setResourceFinder
public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
getUserLocalService
public com.liferay.portal.service.UserLocalService getUserLocalService()
setUserLocalService
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
getUserService
public com.liferay.portal.service.UserService getUserService()
setUserService
public void setUserService(com.liferay.portal.service.UserService userService)
getUserPersistence
public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
setUserPersistence
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
getUserFinder
public com.liferay.portal.service.persistence.UserFinder getUserFinder()
setUserFinder
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
getTagsAssetLocalService
public com.liferay.portlet.tags.service.TagsAssetLocalService getTagsAssetLocalService()
setTagsAssetLocalService
public void setTagsAssetLocalService(com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService)
getTagsAssetService
public com.liferay.portlet.tags.service.TagsAssetService getTagsAssetService()
setTagsAssetService
public void setTagsAssetService(com.liferay.portlet.tags.service.TagsAssetService tagsAssetService)
getTagsAssetPersistence
public com.liferay.portlet.tags.service.persistence.TagsAssetPersistence getTagsAssetPersistence()
setTagsAssetPersistence
public void setTagsAssetPersistence(com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence)
getTagsAssetFinder
public com.liferay.portlet.tags.service.persistence.TagsAssetFinder getTagsAssetFinder()
setTagsAssetFinder
public void setTagsAssetFinder(com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface com.liferay.portal.kernel.bean.InitializingBean