|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.BaseLocalServiceImpl 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
.
BookmarksFolderLocalServiceImpl
,
BookmarksFolderLocalServiceUtil
Constructor Summary | |
---|---|
BookmarksFolderLocalServiceBaseImpl()
|
Method Summary | |
---|---|
BookmarksFolder |
addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
void |
afterPropertiesSet()
|
BookmarksFolder |
createBookmarksFolder(long folderId)
Creates a new bookmarks folder with the primary key. |
BookmarksFolder |
deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
deleteBookmarksFolder(long folderId)
Deletes the bookmarks folder 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. |
BookmarksFolder |
fetchBookmarksFolder(long folderId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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. |
BookmarksFolder |
getBookmarksFolder(long folderId)
Returns the bookmarks folder with the primary key. |
BookmarksFolder |
getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder with the UUID in the group. |
BookmarksFolderFinder |
getBookmarksFolderFinder()
Returns the bookmarks folder finder. |
BookmarksFolderLocalService |
getBookmarksFolderLocalService()
Returns the bookmarks folder local service. |
BookmarksFolderPersistence |
getBookmarksFolderPersistence()
Returns the bookmarks folder persistence. |
List<BookmarksFolder> |
getBookmarksFolders(int start,
int end)
Returns a range of all the bookmarks folders. |
int |
getBookmarksFoldersCount()
Returns the number of bookmarks folders. |
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. |
GroupFinder |
getGroupFinder()
Returns the group finder. |
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
GroupService |
getGroupService()
Returns the group 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. |
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 |
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 |
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 or adds it if it does not yet exist. |
BookmarksFolder |
updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder 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.BookmarksFolderLocalService |
---|
addFolder, deleteFolder, deleteFolder, deleteFolders, getCompanyFolders, getCompanyFoldersCount, getFolder, getFolders, getFolders, getFolders, getFoldersCount, getNoResourceBlockFolders, 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=BookmarksFolderFinder.class) protected BookmarksFolderFinder bookmarksFolderFinder
@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
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail |
---|
public BookmarksFolderLocalServiceBaseImpl()
Method Detail |
---|
@Indexable(type=REINDEX) public BookmarksFolder addBookmarksFolder(BookmarksFolder bookmarksFolder) throws SystemException
addBookmarksFolder
in interface BookmarksFolderLocalService
bookmarksFolder
- the bookmarks folder
SystemException
- if a system exception occurredpublic BookmarksFolder createBookmarksFolder(long folderId)
createBookmarksFolder
in interface BookmarksFolderLocalService
folderId
- the primary key for the new bookmarks folder
@Indexable(type=DELETE) public BookmarksFolder deleteBookmarksFolder(long folderId) throws PortalException, SystemException
deleteBookmarksFolder
in interface BookmarksFolderLocalService
folderId
- the primary key of the bookmarks folder
PortalException
- if a bookmarks folder with the primary key could not be found
SystemException
- if a system exception occurred@Indexable(type=DELETE) public BookmarksFolder deleteBookmarksFolder(BookmarksFolder bookmarksFolder) throws SystemException
deleteBookmarksFolder
in interface BookmarksFolderLocalService
bookmarksFolder
- the bookmarks folder
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface BookmarksFolderLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface BookmarksFolderLocalService
dynamicQuery
- the dynamic query
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 querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (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 querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface BookmarksFolderLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic BookmarksFolder fetchBookmarksFolder(long folderId) throws SystemException
fetchBookmarksFolder
in interface BookmarksFolderLocalService
SystemException
public BookmarksFolder getBookmarksFolder(long folderId) throws PortalException, SystemException
getBookmarksFolder
in interface BookmarksFolderLocalService
folderId
- the primary key of the bookmarks folder
PortalException
- if a bookmarks folder with the primary key could not be found
SystemException
- if a system exception occurredpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel
in interface PersistedModelLocalService
getPersistedModel
in interface BookmarksFolderLocalService
PortalException
SystemException
public BookmarksFolder getBookmarksFolderByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
getBookmarksFolderByUuidAndGroupId
in interface BookmarksFolderLocalService
uuid
- the UUID of bookmarks foldergroupId
- the group id of the bookmarks folder
PortalException
- if a bookmarks folder with the UUID in the group 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 foldersend
- the upper bound of the range of bookmarks folders (not inclusive)
SystemException
- if a system exception occurredpublic int getBookmarksFoldersCount() throws SystemException
getBookmarksFoldersCount
in interface BookmarksFolderLocalService
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder) throws SystemException
updateBookmarksFolder
in interface BookmarksFolderLocalService
bookmarksFolder
- the bookmarks folder
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder, boolean merge) throws SystemException
updateBookmarksFolder
in interface BookmarksFolderLocalService
bookmarksFolder
- the bookmarks foldermerge
- 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 BookmarksFolderFinder getBookmarksFolderFinder()
public void setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
bookmarksFolderFinder
- the bookmarks folder finderpublic 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 persistencepublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier
in interface IdentifiableBean
getBeanIdentifier
in interface BookmarksFolderLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface IdentifiableBean
setBeanIdentifier
in interface BookmarksFolderLocalService
beanIdentifier
- the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql) throws SystemException
sql
- the sql query
SystemException
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |