Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portlet.bookmarks.service.base.BookmarksFolderLocalServiceBaseImpl
All Implemented Interfaces:
BookmarksFolderLocalService
Direct Known Subclasses:
BookmarksFolderLocalServiceImpl

public abstract class BookmarksFolderLocalServiceBaseImpl
extends Object
implements BookmarksFolderLocalService

The base implementation of the bookmarks folder 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 BookmarksFolderLocalServiceImpl.

Never modify or reference this class directly. Always use BookmarksFolderLocalServiceUtil to access the bookmarks folder local service.

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

Field Summary
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  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
BookmarksFolderLocalServiceBaseImpl()
           
 
Method Summary
 BookmarksFolder addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
 BookmarksFolder createBookmarksFolder(long folderId)
          Creates a new bookmarks folder with the primary key.
 void deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
 void deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
 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)
          Counts the number of rows that match the dynamic query.
 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.
 BookmarksFolder getBookmarksFolder(long folderId)
          Gets the bookmarks folder with the primary key.
 BookmarksFolder getBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Gets the bookmarks folder with the UUID and group id.
 BookmarksFolderLocalService getBookmarksFolderLocalService()
          Gets the bookmarks folder local service.
 BookmarksFolderPersistence getBookmarksFolderPersistence()
          Gets the bookmarks folder persistence.
 List<BookmarksFolder> getBookmarksFolders(int start, int end)
          Gets a range of all the bookmarks folders.
 int getBookmarksFoldersCount()
          Gets the number of bookmarks folders.
 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.
 GroupFinder getGroupFinder()
          Gets the group finder.
 GroupLocalService getGroupLocalService()
          Gets the group local service.
 GroupPersistence getGroupPersistence()
          Gets the group persistence.
 GroupService getGroupService()
          Gets the group 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 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 setGroupFinder(GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Sets the group persistence.
 void setGroupService(GroupService groupService)
          Sets the group 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.
 BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database.
 BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder, boolean merge)
          Updates the bookmarks folder in the database.
 
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.BookmarksFolderLocalService
addFolder, addFolderResources, addFolderResources, addFolderResources, addFolderResources, deleteFolder, deleteFolder, deleteFolders, getCompanyFolders, getCompanyFoldersCount, getFolder, getFolders, getFolders, getFolders, getFoldersCount, getSubfolderIds, updateFolder
 

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

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

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

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

BookmarksFolderLocalServiceBaseImpl

public BookmarksFolderLocalServiceBaseImpl()
Method Detail

addBookmarksFolder

public BookmarksFolder addBookmarksFolder(BookmarksFolder bookmarksFolder)
                                   throws SystemException
Adds the bookmarks folder to the database. Also notifies the appropriate model listeners.

Specified by:
addBookmarksFolder in interface BookmarksFolderLocalService
Parameters:
bookmarksFolder - the bookmarks folder to add
Returns:
the bookmarks folder that was added
Throws:
SystemException - if a system exception occurred

createBookmarksFolder

public BookmarksFolder createBookmarksFolder(long folderId)
Creates a new bookmarks folder with the primary key. Does not add the bookmarks folder to the database.

Specified by:
createBookmarksFolder in interface BookmarksFolderLocalService
Parameters:
folderId - the primary key for the new bookmarks folder
Returns:
the new bookmarks folder

deleteBookmarksFolder

public void deleteBookmarksFolder(long folderId)
                           throws PortalException,
                                  SystemException
Deletes the bookmarks folder with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteBookmarksFolder in interface BookmarksFolderLocalService
Parameters:
folderId - the primary key of the bookmarks folder to delete
Throws:
PortalException - if a bookmarks folder with the primary key could not be found
SystemException - if a system exception occurred

deleteBookmarksFolder

public void deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
                           throws SystemException
Deletes the bookmarks folder from the database. Also notifies the appropriate model listeners.

Specified by:
deleteBookmarksFolder in interface BookmarksFolderLocalService
Parameters:
bookmarksFolder - the bookmarks folder to delete
Throws:
SystemException - if a system exception occurred

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 BookmarksFolderLocalService
Parameters:
dynamicQuery - the dynamic query to search with
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 BookmarksFolderLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (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 BookmarksFolderLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

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

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

getBookmarksFolder

public BookmarksFolder getBookmarksFolder(long folderId)
                                   throws PortalException,
                                          SystemException
Gets the bookmarks folder with the primary key.

Specified by:
getBookmarksFolder in interface BookmarksFolderLocalService
Parameters:
folderId - the primary key of the bookmarks folder to get
Returns:
the bookmarks folder
Throws:
PortalException - if a bookmarks folder with the primary key could not be found
SystemException - if a system exception occurred

getBookmarksFolderByUuidAndGroupId

public BookmarksFolder getBookmarksFolderByUuidAndGroupId(String uuid,
                                                          long groupId)
                                                   throws PortalException,
                                                          SystemException
Gets the bookmarks folder with the UUID and group id.

Specified by:
getBookmarksFolderByUuidAndGroupId in interface BookmarksFolderLocalService
Parameters:
uuid - the UUID of bookmarks folder to get
groupId - the group id of the bookmarks folder to get
Returns:
the bookmarks folder
Throws:
PortalException - if a bookmarks folder with the UUID and group id could not be found
SystemException - if a system exception occurred

getBookmarksFolders

public List<BookmarksFolder> getBookmarksFolders(int start,
                                                 int end)
                                          throws SystemException
Gets a range of all the bookmarks folders.

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:
getBookmarksFolders in interface BookmarksFolderLocalService
Parameters:
start - the lower bound of the range of bookmarks folders to return
end - the upper bound of the range of bookmarks folders to return (not inclusive)
Returns:
the range of bookmarks folders
Throws:
SystemException - if a system exception occurred

getBookmarksFoldersCount

public int getBookmarksFoldersCount()
                             throws SystemException
Gets the number of bookmarks folders.

Specified by:
getBookmarksFoldersCount in interface BookmarksFolderLocalService
Returns:
the number of bookmarks folders
Throws:
SystemException - if a system exception occurred

updateBookmarksFolder

public BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder)
                                      throws SystemException
Updates the bookmarks folder in the database. Also notifies the appropriate model listeners.

Specified by:
updateBookmarksFolder in interface BookmarksFolderLocalService
Parameters:
bookmarksFolder - the bookmarks folder to update
Returns:
the bookmarks folder that was updated
Throws:
SystemException - if a system exception occurred

updateBookmarksFolder

public BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder,
                                             boolean merge)
                                      throws SystemException
Updates the bookmarks folder in the database. Also notifies the appropriate model listeners.

Specified by:
updateBookmarksFolder in interface BookmarksFolderLocalService
Parameters:
bookmarksFolder - the bookmarks folder to update
merge - whether to merge the bookmarks folder 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 folder that was updated
Throws:
SystemException - if a system exception occurred

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

getGroupLocalService

public GroupLocalService getGroupLocalService()
Gets the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public GroupService getGroupService()
Gets the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Gets the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Gets the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

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

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