com.liferay.portlet.tags.service.base
Class TagsEntryLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.tags.service.base.TagsEntryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.TagsEntryLocalService
Direct Known Subclasses:
TagsEntryLocalServiceImpl

public abstract class TagsEntryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.tags.service.TagsEntryLocalService

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder
           
protected  com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence
           
protected  com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService
           
protected  com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder bookmarksEntryFinder
           
protected  com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService bookmarksEntryLocalService
           
protected  com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence bookmarksEntryPersistence
           
protected  com.liferay.portlet.bookmarks.service.BookmarksEntryService bookmarksEntryService
           
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence
           
protected  com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService
           
protected  com.liferay.portlet.imagegallery.service.persistence.IGImageFinder igImageFinder
           
protected  com.liferay.portlet.imagegallery.service.IGImageLocalService igImageLocalService
           
protected  com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence igImagePersistence
           
protected  com.liferay.portlet.imagegallery.service.IGImageService igImageService
           
protected  com.liferay.portlet.journal.service.persistence.JournalArticleFinder journalArticleFinder
           
protected  com.liferay.portlet.journal.service.JournalArticleLocalService journalArticleLocalService
           
protected  com.liferay.portlet.journal.service.persistence.JournalArticlePersistence journalArticlePersistence
           
protected  com.liferay.portlet.journal.service.JournalArticleService journalArticleService
           
protected  com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder
           
protected  com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService
           
protected  com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence
           
protected  com.liferay.portlet.messageboards.service.MBMessageService mbMessageService
           
protected  com.liferay.portal.service.persistence.ResourceFinder resourceFinder
           
protected  com.liferay.portal.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.ResourceService resourceService
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService
           
protected  com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder
           
protected  com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService
           
protected  com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence
           
protected  com.liferay.portlet.tags.service.TagsAssetService tagsAssetService
           
protected  com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder
           
protected  com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService
           
protected  com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence
           
protected  com.liferay.portlet.tags.service.TagsEntryService tagsEntryService
           
protected  com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder
           
protected  com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder
           
protected  com.liferay.portlet.tags.service.TagsPropertyLocalService tagsPropertyLocalService
           
protected  com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence
           
protected  com.liferay.portlet.tags.service.TagsPropertyService tagsPropertyService
           
protected  com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService
           
protected  com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence
           
protected  com.liferay.portlet.tags.service.TagsSourceService tagsSourceService
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
protected  com.liferay.portlet.wiki.service.persistence.WikiPageFinder wikiPageFinder
           
protected  com.liferay.portlet.wiki.service.WikiPageLocalService wikiPageLocalService
           
protected  com.liferay.portlet.wiki.service.persistence.WikiPagePersistence wikiPagePersistence
           
protected  com.liferay.portlet.wiki.service.WikiPageService wikiPageService
           
 
Constructor Summary
TagsEntryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.tags.model.TagsEntry addTagsEntry(com.liferay.portlet.tags.model.TagsEntry tagsEntry)
           
 com.liferay.portlet.tags.model.TagsEntry createTagsEntry(long entryId)
           
 void deleteTagsEntry(long entryId)
           
 void deleteTagsEntry(com.liferay.portlet.tags.model.TagsEntry tagsEntry)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder getBlogsEntryFinder()
           
 com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService()
           
 com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()
           
 com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService()
           
 com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder getBookmarksEntryFinder()
           
 com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService getBookmarksEntryLocalService()
           
 com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence getBookmarksEntryPersistence()
           
 com.liferay.portlet.bookmarks.service.BookmarksEntryService getBookmarksEntryService()
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portlet.documentlibrary.service.DLFolderLocalService getDLFolderLocalService()
           
 com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence getDLFolderPersistence()
           
 com.liferay.portlet.documentlibrary.service.DLFolderService getDLFolderService()
           
 com.liferay.portlet.imagegallery.service.persistence.IGImageFinder getIGImageFinder()
           
 com.liferay.portlet.imagegallery.service.IGImageLocalService getIGImageLocalService()
           
 com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence getIGImagePersistence()
           
 com.liferay.portlet.imagegallery.service.IGImageService getIGImageService()
           
 com.liferay.portlet.journal.service.persistence.JournalArticleFinder getJournalArticleFinder()
           
 com.liferay.portlet.journal.service.JournalArticleLocalService getJournalArticleLocalService()
           
 com.liferay.portlet.journal.service.persistence.JournalArticlePersistence getJournalArticlePersistence()
           
 com.liferay.portlet.journal.service.JournalArticleService getJournalArticleService()
           
 com.liferay.portlet.messageboards.service.persistence.MBMessageFinder getMBMessageFinder()
           
 com.liferay.portlet.messageboards.service.MBMessageLocalService getMBMessageLocalService()
           
 com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence getMBMessagePersistence()
           
 com.liferay.portlet.messageboards.service.MBMessageService getMBMessageService()
           
 com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
           
 com.liferay.portal.service.ResourceLocalService getResourceLocalService()
           
 com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
           
 com.liferay.portal.service.ResourceService getResourceService()
           
 com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService getSCProductEntryLocalService()
           
 com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence getSCProductEntryPersistence()
           
 com.liferay.portlet.softwarecatalog.service.SCProductEntryService getSCProductEntryService()
           
 com.liferay.portlet.tags.service.persistence.TagsAssetFinder getTagsAssetFinder()
           
 com.liferay.portlet.tags.service.TagsAssetLocalService getTagsAssetLocalService()
           
 com.liferay.portlet.tags.service.persistence.TagsAssetPersistence getTagsAssetPersistence()
           
 com.liferay.portlet.tags.service.TagsAssetService getTagsAssetService()
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> getTagsEntries(int start, int end)
           
 int getTagsEntriesCount()
           
 com.liferay.portlet.tags.model.TagsEntry getTagsEntry(long entryId)
           
 com.liferay.portlet.tags.service.persistence.TagsEntryFinder getTagsEntryFinder()
           
 com.liferay.portlet.tags.service.TagsEntryLocalService getTagsEntryLocalService()
           
 com.liferay.portlet.tags.service.persistence.TagsEntryPersistence getTagsEntryPersistence()
           
 com.liferay.portlet.tags.service.TagsEntryService getTagsEntryService()
           
 com.liferay.portlet.tags.service.persistence.TagsPropertyFinder getTagsPropertyFinder()
           
 com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder getTagsPropertyKeyFinder()
           
 com.liferay.portlet.tags.service.TagsPropertyLocalService getTagsPropertyLocalService()
           
 com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence getTagsPropertyPersistence()
           
 com.liferay.portlet.tags.service.TagsPropertyService getTagsPropertyService()
           
 com.liferay.portlet.tags.service.TagsSourceLocalService getTagsSourceLocalService()
           
 com.liferay.portlet.tags.service.persistence.TagsSourcePersistence getTagsSourcePersistence()
           
 com.liferay.portlet.tags.service.TagsSourceService getTagsSourceService()
           
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
           
 com.liferay.portal.service.UserLocalService getUserLocalService()
           
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
           
 com.liferay.portal.service.UserService getUserService()
           
 com.liferay.portlet.wiki.service.persistence.WikiPageFinder getWikiPageFinder()
           
 com.liferay.portlet.wiki.service.WikiPageLocalService getWikiPageLocalService()
           
 com.liferay.portlet.wiki.service.persistence.WikiPagePersistence getWikiPagePersistence()
           
 com.liferay.portlet.wiki.service.WikiPageService getWikiPageService()
           
protected  void runSQL(java.lang.String sql)
           
 void setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)
           
 void setBlogsEntryLocalService(com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService)
           
 void setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)
           
 void setBlogsEntryService(com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService)
           
 void setBookmarksEntryFinder(com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder bookmarksEntryFinder)
           
 void setBookmarksEntryLocalService(com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService bookmarksEntryLocalService)
           
 void setBookmarksEntryPersistence(com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence bookmarksEntryPersistence)
           
 void setBookmarksEntryService(com.liferay.portlet.bookmarks.service.BookmarksEntryService bookmarksEntryService)
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setDLFolderLocalService(com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService)
           
 void setDLFolderPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence)
           
 void setDLFolderService(com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService)
           
 void setIGImageFinder(com.liferay.portlet.imagegallery.service.persistence.IGImageFinder igImageFinder)
           
 void setIGImageLocalService(com.liferay.portlet.imagegallery.service.IGImageLocalService igImageLocalService)
           
 void setIGImagePersistence(com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence igImagePersistence)
           
 void setIGImageService(com.liferay.portlet.imagegallery.service.IGImageService igImageService)
           
 void setJournalArticleFinder(com.liferay.portlet.journal.service.persistence.JournalArticleFinder journalArticleFinder)
           
 void setJournalArticleLocalService(com.liferay.portlet.journal.service.JournalArticleLocalService journalArticleLocalService)
           
 void setJournalArticlePersistence(com.liferay.portlet.journal.service.persistence.JournalArticlePersistence journalArticlePersistence)
           
 void setJournalArticleService(com.liferay.portlet.journal.service.JournalArticleService journalArticleService)
           
 void setMBMessageFinder(com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder)
           
 void setMBMessageLocalService(com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService)
           
 void setMBMessagePersistence(com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence)
           
 void setMBMessageService(com.liferay.portlet.messageboards.service.MBMessageService mbMessageService)
           
 void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
           
 void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
           
 void setResourceService(com.liferay.portal.service.ResourceService resourceService)
           
 void setSCProductEntryLocalService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService)
           
 void setSCProductEntryPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence)
           
 void setSCProductEntryService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService)
           
 void setTagsAssetFinder(com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder)
           
 void setTagsAssetLocalService(com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService)
           
 void setTagsAssetPersistence(com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence)
           
 void setTagsAssetService(com.liferay.portlet.tags.service.TagsAssetService tagsAssetService)
           
 void setTagsEntryFinder(com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder)
           
 void setTagsEntryLocalService(com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService)
           
 void setTagsEntryPersistence(com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence)
           
 void setTagsEntryService(com.liferay.portlet.tags.service.TagsEntryService tagsEntryService)
           
 void setTagsPropertyFinder(com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder)
           
 void setTagsPropertyKeyFinder(com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder)
           
 void setTagsPropertyLocalService(com.liferay.portlet.tags.service.TagsPropertyLocalService tagsPropertyLocalService)
           
 void setTagsPropertyPersistence(com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence)
           
 void setTagsPropertyService(com.liferay.portlet.tags.service.TagsPropertyService tagsPropertyService)
           
 void setTagsSourceLocalService(com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService)
           
 void setTagsSourcePersistence(com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence)
           
 void setTagsSourceService(com.liferay.portlet.tags.service.TagsSourceService tagsSourceService)
           
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
           
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
           
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
           
 void setUserService(com.liferay.portal.service.UserService userService)
           
 void setWikiPageFinder(com.liferay.portlet.wiki.service.persistence.WikiPageFinder wikiPageFinder)
           
 void setWikiPageLocalService(com.liferay.portlet.wiki.service.WikiPageLocalService wikiPageLocalService)
           
 void setWikiPagePersistence(com.liferay.portlet.wiki.service.persistence.WikiPagePersistence wikiPagePersistence)
           
 void setWikiPageService(com.liferay.portlet.wiki.service.WikiPageService wikiPageService)
           
 com.liferay.portlet.tags.model.TagsEntry updateTagsEntry(com.liferay.portlet.tags.model.TagsEntry tagsEntry)
           
 com.liferay.portlet.tags.model.TagsEntry updateTagsEntry(com.liferay.portlet.tags.model.TagsEntry tagsEntry, boolean merge)
           
 
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.tags.service.TagsEntryLocalService
addEntry, addEntry, checkEntries, deleteEntry, deleteEntry, getAssetEntries, getEntries, getEntries, getEntries, getEntries, getEntries, getEntriesSize, getEntry, getEntry, getEntryIds, getEntryNames, getEntryNames, getEntryNames, hasEntry, mergeEntries, search, search, searchAutocomplete, searchCount, updateEntry, updateEntry
 

Field Detail

tagsAssetLocalService

@BeanReference(name="com.liferay.portlet.tags.service.TagsAssetLocalService")
protected com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService

tagsAssetService

@BeanReference(name="com.liferay.portlet.tags.service.TagsAssetService")
protected com.liferay.portlet.tags.service.TagsAssetService tagsAssetService

tagsAssetPersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsAssetPersistence")
protected com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence

tagsAssetFinder

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsAssetFinder")
protected com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder

tagsEntryLocalService

@BeanReference(name="com.liferay.portlet.tags.service.TagsEntryLocalService")
protected com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService

tagsEntryService

@BeanReference(name="com.liferay.portlet.tags.service.TagsEntryService")
protected com.liferay.portlet.tags.service.TagsEntryService tagsEntryService

tagsEntryPersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsEntryPersistence")
protected com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence

tagsEntryFinder

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsEntryFinder")
protected com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder

tagsPropertyLocalService

@BeanReference(name="com.liferay.portlet.tags.service.TagsPropertyLocalService")
protected com.liferay.portlet.tags.service.TagsPropertyLocalService tagsPropertyLocalService

tagsPropertyService

@BeanReference(name="com.liferay.portlet.tags.service.TagsPropertyService")
protected com.liferay.portlet.tags.service.TagsPropertyService tagsPropertyService

tagsPropertyPersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence")
protected com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence

tagsPropertyFinder

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsPropertyFinder")
protected com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder

tagsPropertyKeyFinder

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder")
protected com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder

tagsSourceLocalService

@BeanReference(name="com.liferay.portlet.tags.service.TagsSourceLocalService")
protected com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService

tagsSourceService

@BeanReference(name="com.liferay.portlet.tags.service.TagsSourceService")
protected com.liferay.portlet.tags.service.TagsSourceService tagsSourceService

tagsSourcePersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsSourcePersistence")
protected com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence

counterLocalService

@BeanReference(name="com.liferay.counter.service.CounterLocalService")
protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

@BeanReference(name="com.liferay.counter.service.CounterService")
protected com.liferay.counter.service.CounterService counterService

resourceLocalService

@BeanReference(name="com.liferay.portal.service.ResourceLocalService")
protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

@BeanReference(name="com.liferay.portal.service.ResourceService")
protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(name="com.liferay.portal.service.persistence.ResourceFinder")
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

@BeanReference(name="com.liferay.portal.service.UserLocalService")
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(name="com.liferay.portal.service.UserService")
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(name="com.liferay.portal.service.persistence.UserFinder")
protected com.liferay.portal.service.persistence.UserFinder userFinder

blogsEntryLocalService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsEntryLocalService")
protected com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService

blogsEntryService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsEntryService")
protected com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService

blogsEntryPersistence

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence")
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence

blogsEntryFinder

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder")
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder

bookmarksEntryLocalService

@BeanReference(name="com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService")
protected com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService bookmarksEntryLocalService

bookmarksEntryService

@BeanReference(name="com.liferay.portlet.bookmarks.service.BookmarksEntryService")
protected com.liferay.portlet.bookmarks.service.BookmarksEntryService bookmarksEntryService

bookmarksEntryPersistence

@BeanReference(name="com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence")
protected com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence bookmarksEntryPersistence

bookmarksEntryFinder

@BeanReference(name="com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder")
protected com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder bookmarksEntryFinder

dlFolderLocalService

@BeanReference(name="com.liferay.portlet.documentlibrary.service.DLFolderLocalService")
protected com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService

dlFolderService

@BeanReference(name="com.liferay.portlet.documentlibrary.service.DLFolderService")
protected com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService

dlFolderPersistence

@BeanReference(name="com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence")
protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence

igImageLocalService

@BeanReference(name="com.liferay.portlet.imagegallery.service.IGImageLocalService")
protected com.liferay.portlet.imagegallery.service.IGImageLocalService igImageLocalService

igImageService

@BeanReference(name="com.liferay.portlet.imagegallery.service.IGImageService")
protected com.liferay.portlet.imagegallery.service.IGImageService igImageService

igImagePersistence

@BeanReference(name="com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence")
protected com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence igImagePersistence

igImageFinder

@BeanReference(name="com.liferay.portlet.imagegallery.service.persistence.IGImageFinder")
protected com.liferay.portlet.imagegallery.service.persistence.IGImageFinder igImageFinder

journalArticleLocalService

@BeanReference(name="com.liferay.portlet.journal.service.JournalArticleLocalService")
protected com.liferay.portlet.journal.service.JournalArticleLocalService journalArticleLocalService

journalArticleService

@BeanReference(name="com.liferay.portlet.journal.service.JournalArticleService")
protected com.liferay.portlet.journal.service.JournalArticleService journalArticleService

journalArticlePersistence

@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalArticlePersistence")
protected com.liferay.portlet.journal.service.persistence.JournalArticlePersistence journalArticlePersistence

journalArticleFinder

@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalArticleFinder")
protected com.liferay.portlet.journal.service.persistence.JournalArticleFinder journalArticleFinder

mbMessageLocalService

@BeanReference(name="com.liferay.portlet.messageboards.service.MBMessageLocalService")
protected com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService

mbMessageService

@BeanReference(name="com.liferay.portlet.messageboards.service.MBMessageService")
protected com.liferay.portlet.messageboards.service.MBMessageService mbMessageService

mbMessagePersistence

@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence

mbMessageFinder

@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBMessageFinder")
protected com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder

scProductEntryLocalService

@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService")
protected com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService

scProductEntryService

@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCProductEntryService")
protected com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService

scProductEntryPersistence

@BeanReference(name="com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence")
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence

wikiPageLocalService

@BeanReference(name="com.liferay.portlet.wiki.service.WikiPageLocalService")
protected com.liferay.portlet.wiki.service.WikiPageLocalService wikiPageLocalService

wikiPageService

@BeanReference(name="com.liferay.portlet.wiki.service.WikiPageService")
protected com.liferay.portlet.wiki.service.WikiPageService wikiPageService

wikiPagePersistence

@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiPagePersistence")
protected com.liferay.portlet.wiki.service.persistence.WikiPagePersistence wikiPagePersistence

wikiPageFinder

@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiPageFinder")
protected com.liferay.portlet.wiki.service.persistence.WikiPageFinder wikiPageFinder
Constructor Detail

TagsEntryLocalServiceBaseImpl

public TagsEntryLocalServiceBaseImpl()
Method Detail

addTagsEntry

public com.liferay.portlet.tags.model.TagsEntry addTagsEntry(com.liferay.portlet.tags.model.TagsEntry tagsEntry)
                                                      throws com.liferay.portal.SystemException
Specified by:
addTagsEntry in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

createTagsEntry

public com.liferay.portlet.tags.model.TagsEntry createTagsEntry(long entryId)
Specified by:
createTagsEntry in interface com.liferay.portlet.tags.service.TagsEntryLocalService

deleteTagsEntry

public void deleteTagsEntry(long entryId)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Specified by:
deleteTagsEntry in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteTagsEntry

public void deleteTagsEntry(com.liferay.portlet.tags.model.TagsEntry tagsEntry)
                     throws com.liferay.portal.SystemException
Specified by:
deleteTagsEntry in interface com.liferay.portlet.tags.service.TagsEntryLocalService
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.tags.service.TagsEntryLocalService
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.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

getTagsEntry

public com.liferay.portlet.tags.model.TagsEntry getTagsEntry(long entryId)
                                                      throws com.liferay.portal.PortalException,
                                                             com.liferay.portal.SystemException
Specified by:
getTagsEntry in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getTagsEntries

public java.util.List<com.liferay.portlet.tags.model.TagsEntry> getTagsEntries(int start,
                                                                               int end)
                                                                        throws com.liferay.portal.SystemException
Specified by:
getTagsEntries in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

getTagsEntriesCount

public int getTagsEntriesCount()
                        throws com.liferay.portal.SystemException
Specified by:
getTagsEntriesCount in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

updateTagsEntry

public com.liferay.portlet.tags.model.TagsEntry updateTagsEntry(com.liferay.portlet.tags.model.TagsEntry tagsEntry)
                                                         throws com.liferay.portal.SystemException
Specified by:
updateTagsEntry in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

updateTagsEntry

public com.liferay.portlet.tags.model.TagsEntry updateTagsEntry(com.liferay.portlet.tags.model.TagsEntry tagsEntry,
                                                                boolean merge)
                                                         throws com.liferay.portal.SystemException
Specified by:
updateTagsEntry in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

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)

getTagsEntryLocalService

public com.liferay.portlet.tags.service.TagsEntryLocalService getTagsEntryLocalService()

setTagsEntryLocalService

public void setTagsEntryLocalService(com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService)

getTagsEntryService

public com.liferay.portlet.tags.service.TagsEntryService getTagsEntryService()

setTagsEntryService

public void setTagsEntryService(com.liferay.portlet.tags.service.TagsEntryService tagsEntryService)

getTagsEntryPersistence

public com.liferay.portlet.tags.service.persistence.TagsEntryPersistence getTagsEntryPersistence()

setTagsEntryPersistence

public void setTagsEntryPersistence(com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence)

getTagsEntryFinder

public com.liferay.portlet.tags.service.persistence.TagsEntryFinder getTagsEntryFinder()

setTagsEntryFinder

public void setTagsEntryFinder(com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder)

getTagsPropertyLocalService

public com.liferay.portlet.tags.service.TagsPropertyLocalService getTagsPropertyLocalService()

setTagsPropertyLocalService

public void setTagsPropertyLocalService(com.liferay.portlet.tags.service.TagsPropertyLocalService tagsPropertyLocalService)

getTagsPropertyService

public com.liferay.portlet.tags.service.TagsPropertyService getTagsPropertyService()

setTagsPropertyService

public void setTagsPropertyService(com.liferay.portlet.tags.service.TagsPropertyService tagsPropertyService)

getTagsPropertyPersistence

public com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence getTagsPropertyPersistence()

setTagsPropertyPersistence

public void setTagsPropertyPersistence(com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence)

getTagsPropertyFinder

public com.liferay.portlet.tags.service.persistence.TagsPropertyFinder getTagsPropertyFinder()

setTagsPropertyFinder

public void setTagsPropertyFinder(com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder)

getTagsPropertyKeyFinder

public com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder getTagsPropertyKeyFinder()

setTagsPropertyKeyFinder

public void setTagsPropertyKeyFinder(com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder)

getTagsSourceLocalService

public com.liferay.portlet.tags.service.TagsSourceLocalService getTagsSourceLocalService()

setTagsSourceLocalService

public void setTagsSourceLocalService(com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService)

getTagsSourceService

public com.liferay.portlet.tags.service.TagsSourceService getTagsSourceService()

setTagsSourceService

public void setTagsSourceService(com.liferay.portlet.tags.service.TagsSourceService tagsSourceService)

getTagsSourcePersistence

public com.liferay.portlet.tags.service.persistence.TagsSourcePersistence getTagsSourcePersistence()

setTagsSourcePersistence

public void setTagsSourcePersistence(com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence)

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)

getBlogsEntryLocalService

public com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService()

setBlogsEntryLocalService

public void setBlogsEntryLocalService(com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService)

getBlogsEntryService

public com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService()

setBlogsEntryService

public void setBlogsEntryService(com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService)

getBlogsEntryPersistence

public com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()

setBlogsEntryPersistence

public void setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)

getBlogsEntryFinder

public com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder getBlogsEntryFinder()

setBlogsEntryFinder

public void setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)

getBookmarksEntryLocalService

public com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService getBookmarksEntryLocalService()

setBookmarksEntryLocalService

public void setBookmarksEntryLocalService(com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService bookmarksEntryLocalService)

getBookmarksEntryService

public com.liferay.portlet.bookmarks.service.BookmarksEntryService getBookmarksEntryService()

setBookmarksEntryService

public void setBookmarksEntryService(com.liferay.portlet.bookmarks.service.BookmarksEntryService bookmarksEntryService)

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)

getDLFolderLocalService

public com.liferay.portlet.documentlibrary.service.DLFolderLocalService getDLFolderLocalService()

setDLFolderLocalService

public void setDLFolderLocalService(com.liferay.portlet.documentlibrary.service.DLFolderLocalService dlFolderLocalService)

getDLFolderService

public com.liferay.portlet.documentlibrary.service.DLFolderService getDLFolderService()

setDLFolderService

public void setDLFolderService(com.liferay.portlet.documentlibrary.service.DLFolderService dlFolderService)

getDLFolderPersistence

public com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence getDLFolderPersistence()

setDLFolderPersistence

public void setDLFolderPersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence)

getIGImageLocalService

public com.liferay.portlet.imagegallery.service.IGImageLocalService getIGImageLocalService()

setIGImageLocalService

public void setIGImageLocalService(com.liferay.portlet.imagegallery.service.IGImageLocalService igImageLocalService)

getIGImageService

public com.liferay.portlet.imagegallery.service.IGImageService getIGImageService()

setIGImageService

public void setIGImageService(com.liferay.portlet.imagegallery.service.IGImageService igImageService)

getIGImagePersistence

public com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence getIGImagePersistence()

setIGImagePersistence

public void setIGImagePersistence(com.liferay.portlet.imagegallery.service.persistence.IGImagePersistence igImagePersistence)

getIGImageFinder

public com.liferay.portlet.imagegallery.service.persistence.IGImageFinder getIGImageFinder()

setIGImageFinder

public void setIGImageFinder(com.liferay.portlet.imagegallery.service.persistence.IGImageFinder igImageFinder)

getJournalArticleLocalService

public com.liferay.portlet.journal.service.JournalArticleLocalService getJournalArticleLocalService()

setJournalArticleLocalService

public void setJournalArticleLocalService(com.liferay.portlet.journal.service.JournalArticleLocalService journalArticleLocalService)

getJournalArticleService

public com.liferay.portlet.journal.service.JournalArticleService getJournalArticleService()

setJournalArticleService

public void setJournalArticleService(com.liferay.portlet.journal.service.JournalArticleService journalArticleService)

getJournalArticlePersistence

public com.liferay.portlet.journal.service.persistence.JournalArticlePersistence getJournalArticlePersistence()

setJournalArticlePersistence

public void setJournalArticlePersistence(com.liferay.portlet.journal.service.persistence.JournalArticlePersistence journalArticlePersistence)

getJournalArticleFinder

public com.liferay.portlet.journal.service.persistence.JournalArticleFinder getJournalArticleFinder()

setJournalArticleFinder

public void setJournalArticleFinder(com.liferay.portlet.journal.service.persistence.JournalArticleFinder journalArticleFinder)

getMBMessageLocalService

public com.liferay.portlet.messageboards.service.MBMessageLocalService getMBMessageLocalService()

setMBMessageLocalService

public void setMBMessageLocalService(com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService)

getMBMessageService

public com.liferay.portlet.messageboards.service.MBMessageService getMBMessageService()

setMBMessageService

public void setMBMessageService(com.liferay.portlet.messageboards.service.MBMessageService mbMessageService)

getMBMessagePersistence

public com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence getMBMessagePersistence()

setMBMessagePersistence

public void setMBMessagePersistence(com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence)

getMBMessageFinder

public com.liferay.portlet.messageboards.service.persistence.MBMessageFinder getMBMessageFinder()

setMBMessageFinder

public void setMBMessageFinder(com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder)

getSCProductEntryLocalService

public com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService getSCProductEntryLocalService()

setSCProductEntryLocalService

public void setSCProductEntryLocalService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService)

getSCProductEntryService

public com.liferay.portlet.softwarecatalog.service.SCProductEntryService getSCProductEntryService()

setSCProductEntryService

public void setSCProductEntryService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService)

getSCProductEntryPersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence getSCProductEntryPersistence()

setSCProductEntryPersistence

public void setSCProductEntryPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence)

getWikiPageLocalService

public com.liferay.portlet.wiki.service.WikiPageLocalService getWikiPageLocalService()

setWikiPageLocalService

public void setWikiPageLocalService(com.liferay.portlet.wiki.service.WikiPageLocalService wikiPageLocalService)

getWikiPageService

public com.liferay.portlet.wiki.service.WikiPageService getWikiPageService()

setWikiPageService

public void setWikiPageService(com.liferay.portlet.wiki.service.WikiPageService wikiPageService)

getWikiPagePersistence

public com.liferay.portlet.wiki.service.persistence.WikiPagePersistence getWikiPagePersistence()

setWikiPagePersistence

public void setWikiPagePersistence(com.liferay.portlet.wiki.service.persistence.WikiPagePersistence wikiPagePersistence)

getWikiPageFinder

public com.liferay.portlet.wiki.service.persistence.WikiPageFinder getWikiPageFinder()

setWikiPageFinder

public void setWikiPageFinder(com.liferay.portlet.wiki.service.persistence.WikiPageFinder wikiPageFinder)

runSQL

protected void runSQL(java.lang.String sql)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException