Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.bookmarks.service.base.BookmarksEntryLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PermissionedModelLocalService, PersistedModelLocalService, BookmarksEntryLocalService
Direct Known Subclasses:
BookmarksEntryLocalServiceImpl

public abstract class BookmarksEntryLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements BookmarksEntryLocalService, IdentifiableBean

The base implementation of the bookmarks entry local service.

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

See Also:
BookmarksEntryLocalServiceImpl, BookmarksEntryLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  AssetLinkLocalService assetLinkLocalService
           
protected  AssetLinkPersistence assetLinkPersistence
           
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  BookmarksFolderFinder bookmarksFolderFinder
           
protected  BookmarksFolderLocalService bookmarksFolderLocalService
           
protected  BookmarksFolderPersistence bookmarksFolderPersistence
           
protected  BookmarksFolderService bookmarksFolderService
           
protected  CounterLocalService counterLocalService
           
protected  ExpandoValueLocalService expandoValueLocalService
           
protected  ExpandoValuePersistence expandoValuePersistence
           
protected  ExpandoValueService expandoValueService
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  SocialActivityFinder socialActivityFinder
           
protected  SocialActivityLocalService socialActivityLocalService
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
BookmarksEntryLocalServiceBaseImpl()
           
 
Method Summary
 BookmarksEntry addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 void afterPropertiesSet()
           
 BookmarksEntry createBookmarksEntry(long entryId)
          Creates a new bookmarks entry with the primary key.
 BookmarksEntry deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
 BookmarksEntry deleteBookmarksEntry(long entryId)
          Deletes the bookmarks entry with the primary key from the database.
 void destroy()
           
 DynamicQuery dynamicQuery()
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 BookmarksEntry fetchBookmarksEntry(long entryId)
           
 AssetEntryFinder getAssetEntryFinder()
          Returns the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryService getAssetEntryService()
          Returns the asset entry remote service.
 AssetLinkLocalService getAssetLinkLocalService()
          Returns the asset link local service.
 AssetLinkPersistence getAssetLinkPersistence()
          Returns the asset link persistence.
 AssetTagFinder getAssetTagFinder()
          Returns the asset tag finder.
 AssetTagLocalService getAssetTagLocalService()
          Returns the asset tag local service.
 AssetTagPersistence getAssetTagPersistence()
          Returns the asset tag persistence.
 AssetTagService getAssetTagService()
          Returns the asset tag remote service.
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<BookmarksEntry> getBookmarksEntries(int start, int end)
          Returns a range of all the bookmarks entries.
 int getBookmarksEntriesCount()
          Returns the number of bookmarks entries.
 BookmarksEntry getBookmarksEntry(long entryId)
          Returns the bookmarks entry with the primary key.
 BookmarksEntry getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks entry with the UUID in the group.
 BookmarksEntryFinder getBookmarksEntryFinder()
          Returns the bookmarks entry finder.
 BookmarksEntryLocalService getBookmarksEntryLocalService()
          Returns the bookmarks entry local service.
 BookmarksEntryPersistence getBookmarksEntryPersistence()
          Returns the bookmarks entry persistence.
 BookmarksEntryService getBookmarksEntryService()
          Returns the bookmarks entry remote service.
 BookmarksFolderFinder getBookmarksFolderFinder()
          Returns the bookmarks folder finder.
 BookmarksFolderLocalService getBookmarksFolderLocalService()
          Returns the bookmarks folder local service.
 BookmarksFolderPersistence getBookmarksFolderPersistence()
          Returns the bookmarks folder persistence.
 BookmarksFolderService getBookmarksFolderService()
          Returns the bookmarks folder remote service.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 ExpandoValueLocalService getExpandoValueLocalService()
          Returns the expando value local service.
 ExpandoValuePersistence getExpandoValuePersistence()
          Returns the expando value persistence.
 ExpandoValueService getExpandoValueService()
          Returns the expando value remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 ResourceFinder getResourceFinder()
          Returns the resource finder.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 ResourcePersistence getResourcePersistence()
          Returns the resource persistence.
 ResourceService getResourceService()
          Returns the resource remote service.
 SocialActivityFinder getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityLocalService getSocialActivityLocalService()
          Returns the social activity local service.
 SocialActivityPersistence getSocialActivityPersistence()
          Returns the social activity persistence.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 UserService getUserService()
          Returns 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 setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
          Sets the asset link local service.
 void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 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 setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 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 setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
          Sets the bookmarks folder finder.
 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 setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
          Sets the social activity local service.
 void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
          Sets the social activity persistence.
 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.
 BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
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, deleteEntries, deleteEntry, deleteEntry, getEntries, getEntries, getEntriesCount, getEntry, getFoldersEntriesCount, getGroupEntries, getGroupEntries, getGroupEntriesCount, getGroupEntriesCount, getNoAssetEntries, getNoResourceBlockEntries, openEntry, updateAsset, 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

bookmarksFolderFinder

@BeanReference(type=BookmarksFolderFinder.class)
protected BookmarksFolderFinder bookmarksFolderFinder

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

assetLinkLocalService

@BeanReference(type=AssetLinkLocalService.class)
protected AssetLinkLocalService assetLinkLocalService

assetLinkPersistence

@BeanReference(type=AssetLinkPersistence.class)
protected AssetLinkPersistence assetLinkPersistence

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

socialActivityLocalService

@BeanReference(type=SocialActivityLocalService.class)
protected SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(type=SocialActivityFinder.class)
protected SocialActivityFinder socialActivityFinder

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

BookmarksEntryLocalServiceBaseImpl

public BookmarksEntryLocalServiceBaseImpl()
Method Detail

addBookmarksEntry

@Indexable(type=REINDEX)
public BookmarksEntry addBookmarksEntry(BookmarksEntry bookmarksEntry)
                                 throws SystemException
Adds the bookmarks entry to the database. Also notifies the appropriate model listeners.

Specified by:
addBookmarksEntry in interface BookmarksEntryLocalService
Parameters:
bookmarksEntry - the bookmarks entry
Returns:
the bookmarks entry that was added
Throws:
SystemException - if a system exception occurred

createBookmarksEntry

public BookmarksEntry createBookmarksEntry(long entryId)
Creates a new bookmarks entry with the primary key. Does not add the bookmarks entry to the database.

Specified by:
createBookmarksEntry in interface BookmarksEntryLocalService
Parameters:
entryId - the primary key for the new bookmarks entry
Returns:
the new bookmarks entry

deleteBookmarksEntry

@Indexable(type=DELETE)
public BookmarksEntry deleteBookmarksEntry(long entryId)
                                    throws PortalException,
                                           SystemException
Deletes the bookmarks entry with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteBookmarksEntry in interface BookmarksEntryLocalService
Parameters:
entryId - the primary key of the bookmarks entry
Returns:
the bookmarks entry that was removed
Throws:
PortalException - if a bookmarks entry with the primary key could not be found
SystemException - if a system exception occurred

deleteBookmarksEntry

@Indexable(type=DELETE)
public BookmarksEntry deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
                                    throws SystemException
Deletes the bookmarks entry from the database. Also notifies the appropriate model listeners.

Specified by:
deleteBookmarksEntry in interface BookmarksEntryLocalService
Parameters:
bookmarksEntry - the bookmarks entry
Returns:
the bookmarks entry that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface BookmarksEntryLocalService

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface BookmarksEntryLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface BookmarksEntryLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface BookmarksEntryLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface BookmarksEntryLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchBookmarksEntry

public BookmarksEntry fetchBookmarksEntry(long entryId)
                                   throws SystemException
Specified by:
fetchBookmarksEntry in interface BookmarksEntryLocalService
Throws:
SystemException

getBookmarksEntry

public BookmarksEntry getBookmarksEntry(long entryId)
                                 throws PortalException,
                                        SystemException
Returns the bookmarks entry with the primary key.

Specified by:
getBookmarksEntry in interface BookmarksEntryLocalService
Parameters:
entryId - the primary key of the bookmarks entry
Returns:
the bookmarks entry
Throws:
PortalException - if a bookmarks entry with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface BookmarksEntryLocalService
Throws:
PortalException
SystemException

getBookmarksEntryByUuidAndGroupId

public BookmarksEntry getBookmarksEntryByUuidAndGroupId(String uuid,
                                                        long groupId)
                                                 throws PortalException,
                                                        SystemException
Returns the bookmarks entry with the UUID in the group.

Specified by:
getBookmarksEntryByUuidAndGroupId in interface BookmarksEntryLocalService
Parameters:
uuid - the UUID of bookmarks entry
groupId - the group id of the bookmarks entry
Returns:
the bookmarks entry
Throws:
PortalException - if a bookmarks entry with the UUID in the group could not be found
SystemException - if a system exception occurred

getBookmarksEntries

public List<BookmarksEntry> getBookmarksEntries(int start,
                                                int end)
                                         throws SystemException
Returns a range of all the bookmarks entries.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getBookmarksEntries in interface BookmarksEntryLocalService
Parameters:
start - the lower bound of the range of bookmarks entries
end - the upper bound of the range of bookmarks entries (not inclusive)
Returns:
the range of bookmarks entries
Throws:
SystemException - if a system exception occurred

getBookmarksEntriesCount

public int getBookmarksEntriesCount()
                             throws SystemException
Returns the number of bookmarks entries.

Specified by:
getBookmarksEntriesCount in interface BookmarksEntryLocalService
Returns:
the number of bookmarks entries
Throws:
SystemException - if a system exception occurred

updateBookmarksEntry

@Indexable(type=REINDEX)
public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry)
                                    throws SystemException
Updates the bookmarks entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateBookmarksEntry in interface BookmarksEntryLocalService
Parameters:
bookmarksEntry - the bookmarks entry
Returns:
the bookmarks entry that was updated
Throws:
SystemException - if a system exception occurred

updateBookmarksEntry

@Indexable(type=REINDEX)
public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry,
                                                                boolean merge)
                                    throws SystemException
Updates the bookmarks entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateBookmarksEntry in interface BookmarksEntryLocalService
Parameters:
bookmarksEntry - the bookmarks entry
merge - whether to merge the bookmarks entry with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the bookmarks entry that was updated
Throws:
SystemException - if a system exception occurred

getBookmarksEntryLocalService

public BookmarksEntryLocalService getBookmarksEntryLocalService()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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

getBookmarksFolderFinder

public BookmarksFolderFinder getBookmarksFolderFinder()
Returns the bookmarks folder finder.

Returns:
the bookmarks folder finder

setBookmarksFolderFinder

public void setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
Sets the bookmarks folder finder.

Parameters:
bookmarksFolderFinder - the bookmarks folder finder

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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

getAssetLinkLocalService

public AssetLinkLocalService getAssetLinkLocalService()
Returns the asset link local service.

Returns:
the asset link local service

setAssetLinkLocalService

public void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
Sets the asset link local service.

Parameters:
assetLinkLocalService - the asset link local service

getAssetLinkPersistence

public AssetLinkPersistence getAssetLinkPersistence()
Returns the asset link persistence.

Returns:
the asset link persistence

setAssetLinkPersistence

public void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
Sets the asset link persistence.

Parameters:
assetLinkPersistence - the asset link persistence

getAssetTagLocalService

public AssetTagLocalService getAssetTagLocalService()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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

getSocialActivityLocalService

public SocialActivityLocalService getSocialActivityLocalService()
Returns the social activity local service.

Returns:
the social activity local service

setSocialActivityLocalService

public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.

Parameters:
socialActivityLocalService - the social activity local service

getSocialActivityPersistence

public SocialActivityPersistence getSocialActivityPersistence()
Returns the social activity persistence.

Returns:
the social activity persistence

setSocialActivityPersistence

public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.

Parameters:
socialActivityPersistence - the social activity persistence

getSocialActivityFinder

public SocialActivityFinder getSocialActivityFinder()
Returns the social activity finder.

Returns:
the social activity finder

setSocialActivityFinder

public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder.

Parameters:
socialActivityFinder - the social activity finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface IdentifiableBean
Specified by:
getBeanIdentifier in interface BookmarksEntryLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface IdentifiableBean
Specified by:
setBeanIdentifier in interface BookmarksEntryLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

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

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.1.2-ce-ga3