Liferay 6.0.5

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:
BookmarksEntryService
Direct Known Subclasses:
BookmarksEntryServiceImpl

public abstract class BookmarksEntryServiceBaseImpl
extends PrincipalBean
implements BookmarksEntryService

The base implementation of the bookmarks entry remote service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in BookmarksEntryServiceImpl.

Never modify or reference this class directly. Always use BookmarksEntryServiceUtil to access the bookmarks entry remote service.

See Also:
BookmarksEntryServiceImpl, BookmarksEntryServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  AssetTagFinder assetTagFinder
           
protected  AssetTagLocalService assetTagLocalService
           
protected  AssetTagPersistence assetTagPersistence
           
protected  AssetTagService assetTagService
           
protected  BookmarksEntryFinder bookmarksEntryFinder
           
protected  BookmarksEntryLocalService bookmarksEntryLocalService
           
protected  BookmarksEntryPersistence bookmarksEntryPersistence
           
protected  BookmarksEntryService bookmarksEntryService
           
protected  BookmarksFolderLocalService bookmarksFolderLocalService
           
protected  BookmarksFolderPersistence bookmarksFolderPersistence
           
protected  BookmarksFolderService bookmarksFolderService
           
protected  CounterLocalService counterLocalService
           
protected  ExpandoValueLocalService expandoValueLocalService
           
protected  ExpandoValuePersistence expandoValuePersistence
           
protected  ExpandoValueService expandoValueService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  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
 AssetEntryFinder getAssetEntryFinder()
          Gets the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Gets the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Gets the asset entry persistence.
 AssetEntryService getAssetEntryService()
          Gets the asset entry remote service.
 AssetTagFinder getAssetTagFinder()
          Gets the asset tag finder.
 AssetTagLocalService getAssetTagLocalService()
          Gets the asset tag local service.
 AssetTagPersistence getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagService getAssetTagService()
          Gets the asset tag remote service.
 BookmarksEntryFinder getBookmarksEntryFinder()
          Gets the bookmarks entry finder.
 BookmarksEntryLocalService getBookmarksEntryLocalService()
          Gets the bookmarks entry local service.
 BookmarksEntryPersistence getBookmarksEntryPersistence()
          Gets the bookmarks entry persistence.
 BookmarksEntryService getBookmarksEntryService()
          Gets the bookmarks entry remote service.
 BookmarksFolderLocalService getBookmarksFolderLocalService()
          Gets the bookmarks folder local service.
 BookmarksFolderPersistence getBookmarksFolderPersistence()
          Gets the bookmarks folder persistence.
 BookmarksFolderService getBookmarksFolderService()
          Gets the bookmarks folder remote service.
 CounterLocalService getCounterLocalService()
          Gets the counter local service.
 ExpandoValueLocalService getExpandoValueLocalService()
          Gets the expando value local service.
 ExpandoValuePersistence getExpandoValuePersistence()
          Gets the expando value persistence.
 ExpandoValueService getExpandoValueService()
          Gets the expando value remote service.
 ResourceFinder getResourceFinder()
          Gets the resource finder.
 ResourceLocalService getResourceLocalService()
          Gets the resource local service.
 ResourcePersistence getResourcePersistence()
          Gets the resource persistence.
 ResourceService getResourceService()
          Gets the resource remote service.
 UserFinder getUserFinder()
          Gets the user finder.
 UserLocalService getUserLocalService()
          Gets the user local service.
 UserPersistence getUserPersistence()
          Gets the user persistence.
 UserService getUserService()
          Gets the user remote service.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
          Sets the asset entry finder.
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void setAssetTagFinder(AssetTagFinder assetTagFinder)
          Sets the asset tag finder.
 void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
          Sets the asset tag local service.
 void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
          Sets the bookmarks entry finder.
 void setBookmarksEntryLocalService(BookmarksEntryLocalService bookmarksEntryLocalService)
          Sets the bookmarks entry local service.
 void setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
          Sets the bookmarks entry persistence.
 void setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Sets the bookmarks entry remote service.
 void setBookmarksFolderLocalService(BookmarksFolderLocalService bookmarksFolderLocalService)
          Sets the bookmarks folder local service.
 void setBookmarksFolderPersistence(BookmarksFolderPersistence bookmarksFolderPersistence)
          Sets the bookmarks folder persistence.
 void setBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
          Sets the bookmarks folder remote service.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
          Sets the expando value local service.
 void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 void setExpandoValueService(ExpandoValueService expandoValueService)
          Sets the expando value remote service.
 void setResourceFinder(ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(ResourceService resourceService)
          Sets the resource remote service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUser, 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(type=BookmarksEntryLocalService.class)
protected BookmarksEntryLocalService bookmarksEntryLocalService

bookmarksEntryService

@BeanReference(type=BookmarksEntryService.class)
protected BookmarksEntryService bookmarksEntryService

bookmarksEntryPersistence

@BeanReference(type=BookmarksEntryPersistence.class)
protected BookmarksEntryPersistence bookmarksEntryPersistence

bookmarksEntryFinder

@BeanReference(type=BookmarksEntryFinder.class)
protected BookmarksEntryFinder bookmarksEntryFinder

bookmarksFolderLocalService

@BeanReference(type=BookmarksFolderLocalService.class)
protected BookmarksFolderLocalService bookmarksFolderLocalService

bookmarksFolderService

@BeanReference(type=BookmarksFolderService.class)
protected BookmarksFolderService bookmarksFolderService

bookmarksFolderPersistence

@BeanReference(type=BookmarksFolderPersistence.class)
protected BookmarksFolderPersistence bookmarksFolderPersistence

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(type=AssetEntryService.class)
protected AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder

assetTagLocalService

@BeanReference(type=AssetTagLocalService.class)
protected AssetTagLocalService assetTagLocalService

assetTagService

@BeanReference(type=AssetTagService.class)
protected AssetTagService assetTagService

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(type=AssetTagFinder.class)
protected AssetTagFinder assetTagFinder

expandoValueLocalService

@BeanReference(type=ExpandoValueLocalService.class)
protected ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(type=ExpandoValueService.class)
protected ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(type=ExpandoValuePersistence.class)
protected ExpandoValuePersistence expandoValuePersistence
Constructor Detail

BookmarksEntryServiceBaseImpl

public BookmarksEntryServiceBaseImpl()
Method Detail

getBookmarksEntryLocalService

public BookmarksEntryLocalService getBookmarksEntryLocalService()
Gets the bookmarks entry local service.

Returns:
the bookmarks entry local service

setBookmarksEntryLocalService

public void setBookmarksEntryLocalService(BookmarksEntryLocalService bookmarksEntryLocalService)
Sets the bookmarks entry local service.

Parameters:
bookmarksEntryLocalService - the bookmarks entry local service

getBookmarksEntryService

public BookmarksEntryService getBookmarksEntryService()
Gets the bookmarks entry remote service.

Returns:
the bookmarks entry remote service

setBookmarksEntryService

public void setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
Sets the bookmarks entry remote service.

Parameters:
bookmarksEntryService - the bookmarks entry remote service

getBookmarksEntryPersistence

public BookmarksEntryPersistence getBookmarksEntryPersistence()
Gets the bookmarks entry persistence.

Returns:
the bookmarks entry persistence

setBookmarksEntryPersistence

public void setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
Sets the bookmarks entry persistence.

Parameters:
bookmarksEntryPersistence - the bookmarks entry persistence

getBookmarksEntryFinder

public BookmarksEntryFinder getBookmarksEntryFinder()
Gets the bookmarks entry finder.

Returns:
the bookmarks entry finder

setBookmarksEntryFinder

public void setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
Sets the bookmarks entry finder.

Parameters:
bookmarksEntryFinder - the bookmarks entry finder

getBookmarksFolderLocalService

public BookmarksFolderLocalService getBookmarksFolderLocalService()
Gets the bookmarks folder local service.

Returns:
the bookmarks folder local service

setBookmarksFolderLocalService

public void setBookmarksFolderLocalService(BookmarksFolderLocalService bookmarksFolderLocalService)
Sets the bookmarks folder local service.

Parameters:
bookmarksFolderLocalService - the bookmarks folder local service

getBookmarksFolderService

public BookmarksFolderService getBookmarksFolderService()
Gets the bookmarks folder remote service.

Returns:
the bookmarks folder remote service

setBookmarksFolderService

public void setBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
Sets the bookmarks folder remote service.

Parameters:
bookmarksFolderService - the bookmarks folder remote service

getBookmarksFolderPersistence

public BookmarksFolderPersistence getBookmarksFolderPersistence()
Gets the bookmarks folder persistence.

Returns:
the bookmarks folder persistence

setBookmarksFolderPersistence

public void setBookmarksFolderPersistence(BookmarksFolderPersistence bookmarksFolderPersistence)
Sets the bookmarks folder persistence.

Parameters:
bookmarksFolderPersistence - the bookmarks folder persistence

getCounterLocalService

public CounterLocalService getCounterLocalService()
Gets the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Gets the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public ResourceService getResourceService()
Gets the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public ResourcePersistence getResourcePersistence()
Gets the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public ResourceFinder getResourceFinder()
Gets the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public UserLocalService getUserLocalService()
Gets the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Gets the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Gets the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Gets the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Gets the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryService

public AssetEntryService getAssetEntryService()
Gets the asset entry remote service.

Returns:
the asset entry remote service

setAssetEntryService

public void setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service.

Parameters:
assetEntryService - the asset entry remote service

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()
Gets the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()
Gets the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getAssetTagLocalService

public AssetTagLocalService getAssetTagLocalService()
Gets the asset tag local service.

Returns:
the asset tag local service

setAssetTagLocalService

public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.

Parameters:
assetTagLocalService - the asset tag local service

getAssetTagService

public AssetTagService getAssetTagService()
Gets the asset tag remote service.

Returns:
the asset tag remote service

setAssetTagService

public void setAssetTagService(AssetTagService assetTagService)
Sets the asset tag remote service.

Parameters:
assetTagService - the asset tag remote service

getAssetTagPersistence

public AssetTagPersistence getAssetTagPersistence()
Gets the asset tag persistence.

Returns:
the asset tag persistence

setAssetTagPersistence

public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.

Parameters:
assetTagPersistence - the asset tag persistence

getAssetTagFinder

public AssetTagFinder getAssetTagFinder()
Gets the asset tag finder.

Returns:
the asset tag finder

setAssetTagFinder

public void setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder.

Parameters:
assetTagFinder - the asset tag finder

getExpandoValueLocalService

public ExpandoValueLocalService getExpandoValueLocalService()
Gets the expando value local service.

Returns:
the expando value local service

setExpandoValueLocalService

public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service.

Parameters:
expandoValueLocalService - the expando value local service

getExpandoValueService

public ExpandoValueService getExpandoValueService()
Gets the expando value remote service.

Returns:
the expando value remote service

setExpandoValueService

public void setExpandoValueService(ExpandoValueService expandoValueService)
Sets the expando value remote service.

Parameters:
expandoValueService - the expando value remote service

getExpandoValuePersistence

public ExpandoValuePersistence getExpandoValuePersistence()
Gets the expando value persistence.

Returns:
the expando value persistence

setExpandoValuePersistence

public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence.

Parameters:
expandoValuePersistence - the expando value persistence

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query to perform
Throws:
SystemException

Liferay 6.0.5