|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.bookmarks.service.base.BookmarksFolderLocalServiceBaseImpl
public abstract class BookmarksFolderLocalServiceBaseImpl
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.
BookmarksFolderLocalServiceImpl
,
BookmarksFolderLocalServiceUtil
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 |
---|
@BeanReference(type=BookmarksEntryLocalService.class) protected BookmarksEntryLocalService bookmarksEntryLocalService
@BeanReference(type=BookmarksEntryService.class) protected BookmarksEntryService bookmarksEntryService
@BeanReference(type=BookmarksEntryPersistence.class) protected BookmarksEntryPersistence bookmarksEntryPersistence
@BeanReference(type=BookmarksEntryFinder.class) protected BookmarksEntryFinder bookmarksEntryFinder
@BeanReference(type=BookmarksFolderLocalService.class) protected BookmarksFolderLocalService bookmarksFolderLocalService
@BeanReference(type=BookmarksFolderService.class) protected BookmarksFolderService bookmarksFolderService
@BeanReference(type=BookmarksFolderPersistence.class) protected BookmarksFolderPersistence bookmarksFolderPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupService.class) protected GroupService groupService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=ResourceService.class) protected ResourceService resourceService
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceFinder.class) protected ResourceFinder resourceFinder
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValueService.class) protected ExpandoValueService expandoValueService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
Constructor Detail |
---|
public BookmarksFolderLocalServiceBaseImpl()
Method Detail |
---|
public BookmarksFolder addBookmarksFolder(BookmarksFolder bookmarksFolder) throws SystemException
addBookmarksFolder
in interface BookmarksFolderLocalService
bookmarksFolder
- the bookmarks folder to add
SystemException
- if a system exception occurredpublic BookmarksFolder createBookmarksFolder(long folderId)
createBookmarksFolder
in interface BookmarksFolderLocalService
folderId
- the primary key for the new bookmarks folder
public void deleteBookmarksFolder(long folderId) throws PortalException, SystemException
deleteBookmarksFolder
in interface BookmarksFolderLocalService
folderId
- the primary key of the bookmarks folder to delete
PortalException
- if a bookmarks folder with the primary key could not be found
SystemException
- if a system exception occurredpublic void deleteBookmarksFolder(BookmarksFolder bookmarksFolder) throws SystemException
deleteBookmarksFolder
in interface BookmarksFolderLocalService
bookmarksFolder
- the bookmarks folder to delete
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface BookmarksFolderLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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.
dynamicQuery
in interface BookmarksFolderLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
dynamicQuery
in interface BookmarksFolderLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface BookmarksFolderLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic BookmarksFolder getBookmarksFolder(long folderId) throws PortalException, SystemException
getBookmarksFolder
in interface BookmarksFolderLocalService
folderId
- the primary key of the bookmarks folder to get
PortalException
- if a bookmarks folder with the primary key could not be found
SystemException
- if a system exception occurredpublic BookmarksFolder getBookmarksFolderByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
getBookmarksFolderByUuidAndGroupId
in interface BookmarksFolderLocalService
uuid
- the UUID of bookmarks folder to getgroupId
- the group id of the bookmarks folder to get
PortalException
- if a bookmarks folder with the UUID and group id could not be found
SystemException
- if a system exception occurredpublic List<BookmarksFolder> getBookmarksFolders(int start, int end) throws SystemException
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.
getBookmarksFolders
in interface BookmarksFolderLocalService
start
- the lower bound of the range of bookmarks folders to returnend
- the upper bound of the range of bookmarks folders to return (not inclusive)
SystemException
- if a system exception occurredpublic int getBookmarksFoldersCount() throws SystemException
getBookmarksFoldersCount
in interface BookmarksFolderLocalService
SystemException
- if a system exception occurredpublic BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder) throws SystemException
updateBookmarksFolder
in interface BookmarksFolderLocalService
bookmarksFolder
- the bookmarks folder to update
SystemException
- if a system exception occurredpublic BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder, boolean merge) throws SystemException
updateBookmarksFolder
in interface BookmarksFolderLocalService
bookmarksFolder
- the bookmarks folder to updatemerge
- 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.
SystemException
- if a system exception occurredpublic BookmarksEntryLocalService getBookmarksEntryLocalService()
public void setBookmarksEntryLocalService(BookmarksEntryLocalService bookmarksEntryLocalService)
bookmarksEntryLocalService
- the bookmarks entry local servicepublic BookmarksEntryService getBookmarksEntryService()
public void setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
bookmarksEntryService
- the bookmarks entry remote servicepublic BookmarksEntryPersistence getBookmarksEntryPersistence()
public void setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
bookmarksEntryPersistence
- the bookmarks entry persistencepublic BookmarksEntryFinder getBookmarksEntryFinder()
public void setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
bookmarksEntryFinder
- the bookmarks entry finderpublic BookmarksFolderLocalService getBookmarksFolderLocalService()
public void setBookmarksFolderLocalService(BookmarksFolderLocalService bookmarksFolderLocalService)
bookmarksFolderLocalService
- the bookmarks folder local servicepublic BookmarksFolderService getBookmarksFolderService()
public void setBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
bookmarksFolderService
- the bookmarks folder remote servicepublic BookmarksFolderPersistence getBookmarksFolderPersistence()
public void setBookmarksFolderPersistence(BookmarksFolderPersistence bookmarksFolderPersistence)
bookmarksFolderPersistence
- the bookmarks folder persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService
- the group local servicepublic GroupService getGroupService()
public void setGroupService(GroupService groupService)
groupService
- the group remote servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence
- the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder
- the group finderpublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic ResourceService getResourceService()
public void setResourceService(ResourceService resourceService)
resourceService
- the resource remote servicepublic ResourcePersistence getResourcePersistence()
public void setResourcePersistence(ResourcePersistence resourcePersistence)
resourcePersistence
- the resource persistencepublic ResourceFinder getResourceFinder()
public void setResourceFinder(ResourceFinder resourceFinder)
resourceFinder
- the resource finderpublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService
- the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService
- the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence
- the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder
- the user finderpublic ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService
- the expando value local servicepublic ExpandoValueService getExpandoValueService()
public void setExpandoValueService(ExpandoValueService expandoValueService)
expandoValueService
- the expando value remote servicepublic ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence
- the expando value persistenceprotected void runSQL(String sql) throws SystemException
sql
- the sql query to perform
SystemException
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |