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

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.bookmarks.service.BookmarksEntryService
Direct Known Subclasses:
BookmarksEntryServiceImpl

public abstract class BookmarksEntryServiceBaseImpl
extends com.liferay.portal.service.base.PrincipalBean
implements com.liferay.portlet.bookmarks.service.BookmarksEntryService

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder
           
protected  com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService
           
protected  com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
           
protected  com.liferay.portlet.asset.service.AssetEntryService assetEntryService
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder
           
protected  com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
           
protected  com.liferay.portlet.asset.service.AssetTagService assetTagService
           
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.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
           
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
BookmarksEntryServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()
           
 com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()
           
 com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
           
 com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService()
           
 com.liferay.portlet.asset.service.persistence.AssetTagFinder getAssetTagFinder()
           
 com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService()
           
 com.liferay.portlet.asset.service.persistence.AssetTagPersistence getAssetTagPersistence()
           
 com.liferay.portlet.asset.service.AssetTagService getAssetTagService()
           
 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.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 setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
           
 void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
           
 void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
           
 void setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
           
 void setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)
           
 void setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)
           
 void setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)
           
 void setAssetTagService(com.liferay.portlet.asset.service.AssetTagService assetTagService)
           
 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 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)
           
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
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.BookmarksEntryService
addEntry, deleteEntry, getEntry, openEntry, updateEntry
 

Field Detail

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

bookmarksFolderLocalService

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

bookmarksFolderService

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

bookmarksFolderPersistence

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

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

assetEntryLocalService

@BeanReference(name="com.liferay.portlet.asset.service.AssetEntryLocalService")
protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(name="com.liferay.portlet.asset.service.AssetEntryService")
protected com.liferay.portlet.asset.service.AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetEntryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetEntryFinder")
protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder

assetTagLocalService

@BeanReference(name="com.liferay.portlet.asset.service.AssetTagLocalService")
protected com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService

assetTagService

@BeanReference(name="com.liferay.portlet.asset.service.AssetTagService")
protected com.liferay.portlet.asset.service.AssetTagService assetTagService

assetTagPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagFinder")
protected com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder

expandoValueLocalService

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

expandoValueService

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

expandoValuePersistence

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

BookmarksEntryServiceBaseImpl

public BookmarksEntryServiceBaseImpl()
Method Detail

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)

getAssetEntryLocalService

public com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()

setAssetEntryLocalService

public void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)

getAssetEntryService

public com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService()

setAssetEntryService

public void setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)

getAssetEntryPersistence

public com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()

setAssetEntryPersistence

public void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)

getAssetEntryFinder

public com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()

setAssetEntryFinder

public void setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)

getAssetTagLocalService

public com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService()

setAssetTagLocalService

public void setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)

getAssetTagService

public com.liferay.portlet.asset.service.AssetTagService getAssetTagService()

setAssetTagService

public void setAssetTagService(com.liferay.portlet.asset.service.AssetTagService assetTagService)

getAssetTagPersistence

public com.liferay.portlet.asset.service.persistence.AssetTagPersistence getAssetTagPersistence()

setAssetTagPersistence

public void setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)

getAssetTagFinder

public com.liferay.portlet.asset.service.persistence.AssetTagFinder getAssetTagFinder()

setAssetTagFinder

public void setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)

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)

runSQL

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