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

java.lang.Object
  extended by com.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

Field Summary
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.portlet.bookmarks.service.BookmarksFolderLocalService bookmarksFolderLocalService
           
protected  com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence bookmarksFolderPersistence
           
protected  com.liferay.portlet.bookmarks.service.BookmarksFolderService bookmarksFolderService
           
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence
           
protected  com.liferay.portlet.expando.service.ExpandoValueService expandoValueService
           
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.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.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
           
 
Constructor Summary
BookmarksEntryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.bookmarks.model.BookmarksEntry addBookmarksEntry(com.liferay.portlet.bookmarks.model.BookmarksEntry bookmarksEntry)
           
 com.liferay.portlet.bookmarks.model.BookmarksEntry createBookmarksEntry(long entryId)
           
 void deleteBookmarksEntry(com.liferay.portlet.bookmarks.model.BookmarksEntry bookmarksEntry)
           
 void deleteBookmarksEntry(long entryId)
           
 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)
           
 java.util.List<com.liferay.portlet.bookmarks.model.BookmarksEntry> getBookmarksEntries(int start, int end)
           
 int getBookmarksEntriesCount()
           
 com.liferay.portlet.bookmarks.model.BookmarksEntry getBookmarksEntry(long entryId)
           
 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.portlet.bookmarks.service.BookmarksFolderLocalService getBookmarksFolderLocalService()
           
 com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence getBookmarksFolderPersistence()
           
 com.liferay.portlet.bookmarks.service.BookmarksFolderService getBookmarksFolderService()
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portlet.expando.service.ExpandoValueLocalService getExpandoValueLocalService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()
           
 com.liferay.portlet.expando.service.ExpandoValueService getExpandoValueService()
           
 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.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()
           
 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.portal.service.persistence.UserFinder getUserFinder()
           
 com.liferay.portal.service.UserLocalService getUserLocalService()
           
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
           
 com.liferay.portal.service.UserService getUserService()
           
protected  void runSQL(java.lang.String sql)
           
 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 setBookmarksFolderLocalService(com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService bookmarksFolderLocalService)
           
 void setBookmarksFolderPersistence(com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence bookmarksFolderPersistence)
           
 void setBookmarksFolderService(com.liferay.portlet.bookmarks.service.BookmarksFolderService bookmarksFolderService)
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)
           
 void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)
           
 void setExpandoValueService(com.liferay.portlet.expando.service.ExpandoValueService expandoValueService)
           
 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 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 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)
           
 com.liferay.portlet.bookmarks.model.BookmarksEntry updateBookmarksEntry(com.liferay.portlet.bookmarks.model.BookmarksEntry bookmarksEntry)
           
 com.liferay.portlet.bookmarks.model.BookmarksEntry updateBookmarksEntry(com.liferay.portlet.bookmarks.model.BookmarksEntry bookmarksEntry, 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.bookmarks.service.BookmarksEntryLocalService
addEntry, addEntry, addEntryResources, addEntryResources, addEntryResources, addEntryResources, deleteEntries, deleteEntry, deleteEntry, getEntries, getEntries, getEntriesCount, getEntry, getFoldersEntriesCount, getGroupEntries, getGroupEntries, getGroupEntriesCount, getGroupEntriesCount, getNoAssetEntries, openEntry, reIndex, reIndex, updateEntry, updateTagsAsset
 

Field Detail

bookmarksEntryLocalService

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

bookmarksEntryService

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

bookmarksEntryPersistence

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

bookmarksEntryFinder

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

bookmarksFolderLocalService

@BeanReference(name="com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService.impl")
protected com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService bookmarksFolderLocalService

bookmarksFolderService

@BeanReference(name="com.liferay.portlet.bookmarks.service.BookmarksFolderService.impl")
protected com.liferay.portlet.bookmarks.service.BookmarksFolderService bookmarksFolderService

bookmarksFolderPersistence

@BeanReference(name="com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence.impl")
protected com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence bookmarksFolderPersistence

counterLocalService

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

counterService

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

resourceLocalService

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

resourceService

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

resourcePersistence

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

resourceFinder

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

userLocalService

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

userService

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

userPersistence

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

userFinder

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

expandoValueLocalService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoValueLocalService.impl")
protected com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoValueService.impl")
protected com.liferay.portlet.expando.service.ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence.impl")
protected com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence

tagsAssetLocalService

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

tagsAssetService

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

tagsAssetPersistence

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

tagsAssetFinder

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

tagsEntryLocalService

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

tagsEntryService

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

tagsEntryPersistence

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

tagsEntryFinder

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

BookmarksEntryLocalServiceBaseImpl

public BookmarksEntryLocalServiceBaseImpl()
Method Detail

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

createBookmarksEntry

public com.liferay.portlet.bookmarks.model.BookmarksEntry createBookmarksEntry(long entryId)
Specified by:
createBookmarksEntry in interface com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService

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

updateBookmarksEntry

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

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)

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)

getExpandoValueLocalService

public com.liferay.portlet.expando.service.ExpandoValueLocalService getExpandoValueLocalService()

setExpandoValueLocalService

public void setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)

getExpandoValueService

public com.liferay.portlet.expando.service.ExpandoValueService getExpandoValueService()

setExpandoValueService

public void setExpandoValueService(com.liferay.portlet.expando.service.ExpandoValueService expandoValueService)

getExpandoValuePersistence

public com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()

setExpandoValuePersistence

public void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)

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)

runSQL

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