|
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.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
public abstract class BlogsStatsUserLocalServiceBaseImpl
The base implementation of the blogs stats user 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 BlogsStatsUserLocalServiceImpl
.
Never modify or reference this class directly. Always use BlogsStatsUserLocalServiceUtil
to access the blogs stats user local service.
BlogsStatsUserLocalServiceImpl
,
BlogsStatsUserLocalServiceUtil
Field Summary | |
---|---|
protected BlogsEntryFinder |
blogsEntryFinder
|
protected BlogsEntryLocalService |
blogsEntryLocalService
|
protected BlogsEntryPersistence |
blogsEntryPersistence
|
protected BlogsEntryService |
blogsEntryService
|
protected BlogsStatsUserFinder |
blogsStatsUserFinder
|
protected BlogsStatsUserLocalService |
blogsStatsUserLocalService
|
protected BlogsStatsUserPersistence |
blogsStatsUserPersistence
|
protected CounterLocalService |
counterLocalService
|
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 | |
---|---|
BlogsStatsUserLocalServiceBaseImpl()
|
Method Summary | |
---|---|
BlogsStatsUser |
addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
BlogsStatsUser |
createBlogsStatsUser(long statsUserId)
Creates a new blogs stats user with the primary key. |
void |
deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Deletes the blogs stats user from the database. |
void |
deleteBlogsStatsUser(long statsUserId)
Deletes the blogs stats user 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. |
BlogsEntryFinder |
getBlogsEntryFinder()
Gets the blogs entry finder. |
BlogsEntryLocalService |
getBlogsEntryLocalService()
Gets the blogs entry local service. |
BlogsEntryPersistence |
getBlogsEntryPersistence()
Gets the blogs entry persistence. |
BlogsEntryService |
getBlogsEntryService()
Gets the blogs entry remote service. |
BlogsStatsUser |
getBlogsStatsUser(long statsUserId)
Gets the blogs stats user with the primary key. |
BlogsStatsUserFinder |
getBlogsStatsUserFinder()
Gets the blogs stats user finder. |
BlogsStatsUserLocalService |
getBlogsStatsUserLocalService()
Gets the blogs stats user local service. |
BlogsStatsUserPersistence |
getBlogsStatsUserPersistence()
Gets the blogs stats user persistence. |
List<BlogsStatsUser> |
getBlogsStatsUsers(int start,
int end)
Gets a range of all the blogs stats users. |
int |
getBlogsStatsUsersCount()
Gets the number of blogs stats users. |
CounterLocalService |
getCounterLocalService()
Gets the counter local 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 |
setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
Sets the blogs entry finder. |
void |
setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
Sets the blogs entry local service. |
void |
setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
Sets the blogs entry persistence. |
void |
setBlogsEntryService(BlogsEntryService blogsEntryService)
Sets the blogs entry remote service. |
void |
setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
Sets the blogs stats user finder. |
void |
setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
Sets the blogs stats user local service. |
void |
setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
Sets the blogs stats user persistence. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local 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. |
BlogsStatsUser |
updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database. |
BlogsStatsUser |
updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
Updates the blogs stats user 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.blogs.service.BlogsStatsUserLocalService |
---|
deleteStatsUserByGroupId, deleteStatsUserByUserId, getCompanyStatsUsers, getCompanyStatsUsers, getCompanyStatsUsersCount, getGroupsStatsUsers, getGroupStatsUsers, getGroupStatsUsers, getGroupStatsUsersCount, getOrganizationStatsUsers, getOrganizationStatsUsers, getOrganizationStatsUsersCount, getStatsUser, updateStatsUser, updateStatsUser |
Field Detail |
---|
@BeanReference(type=BlogsEntryLocalService.class) protected BlogsEntryLocalService blogsEntryLocalService
@BeanReference(type=BlogsEntryService.class) protected BlogsEntryService blogsEntryService
@BeanReference(type=BlogsEntryPersistence.class) protected BlogsEntryPersistence blogsEntryPersistence
@BeanReference(type=BlogsEntryFinder.class) protected BlogsEntryFinder blogsEntryFinder
@BeanReference(type=BlogsStatsUserLocalService.class) protected BlogsStatsUserLocalService blogsStatsUserLocalService
@BeanReference(type=BlogsStatsUserPersistence.class) protected BlogsStatsUserPersistence blogsStatsUserPersistence
@BeanReference(type=BlogsStatsUserFinder.class) protected BlogsStatsUserFinder blogsStatsUserFinder
@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
Constructor Detail |
---|
public BlogsStatsUserLocalServiceBaseImpl()
Method Detail |
---|
public BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser) throws SystemException
addBlogsStatsUser
in interface BlogsStatsUserLocalService
blogsStatsUser
- the blogs stats user to add
SystemException
- if a system exception occurredpublic BlogsStatsUser createBlogsStatsUser(long statsUserId)
createBlogsStatsUser
in interface BlogsStatsUserLocalService
statsUserId
- the primary key for the new blogs stats user
public void deleteBlogsStatsUser(long statsUserId) throws PortalException, SystemException
deleteBlogsStatsUser
in interface BlogsStatsUserLocalService
statsUserId
- the primary key of the blogs stats user to delete
PortalException
- if a blogs stats user with the primary key could not be found
SystemException
- if a system exception occurredpublic void deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser) throws SystemException
deleteBlogsStatsUser
in interface BlogsStatsUserLocalService
blogsStatsUser
- the blogs stats user to delete
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface BlogsStatsUserLocalService
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 BlogsStatsUserLocalService
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 BlogsStatsUserLocalService
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 BlogsStatsUserLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic BlogsStatsUser getBlogsStatsUser(long statsUserId) throws PortalException, SystemException
getBlogsStatsUser
in interface BlogsStatsUserLocalService
statsUserId
- the primary key of the blogs stats user to get
PortalException
- if a blogs stats user with the primary key could not be found
SystemException
- if a system exception occurredpublic List<BlogsStatsUser> getBlogsStatsUsers(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.
getBlogsStatsUsers
in interface BlogsStatsUserLocalService
start
- the lower bound of the range of blogs stats users to returnend
- the upper bound of the range of blogs stats users to return (not inclusive)
SystemException
- if a system exception occurredpublic int getBlogsStatsUsersCount() throws SystemException
getBlogsStatsUsersCount
in interface BlogsStatsUserLocalService
SystemException
- if a system exception occurredpublic BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser) throws SystemException
updateBlogsStatsUser
in interface BlogsStatsUserLocalService
blogsStatsUser
- the blogs stats user to update
SystemException
- if a system exception occurredpublic BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser, boolean merge) throws SystemException
updateBlogsStatsUser
in interface BlogsStatsUserLocalService
blogsStatsUser
- the blogs stats user to updatemerge
- whether to merge the blogs stats user 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 BlogsEntryLocalService getBlogsEntryLocalService()
public void setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
blogsEntryLocalService
- the blogs entry local servicepublic BlogsEntryService getBlogsEntryService()
public void setBlogsEntryService(BlogsEntryService blogsEntryService)
blogsEntryService
- the blogs entry remote servicepublic BlogsEntryPersistence getBlogsEntryPersistence()
public void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
blogsEntryPersistence
- the blogs entry persistencepublic BlogsEntryFinder getBlogsEntryFinder()
public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
blogsEntryFinder
- the blogs entry finderpublic BlogsStatsUserLocalService getBlogsStatsUserLocalService()
public void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
blogsStatsUserLocalService
- the blogs stats user local servicepublic BlogsStatsUserPersistence getBlogsStatsUserPersistence()
public void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
blogsStatsUserPersistence
- the blogs stats user persistencepublic BlogsStatsUserFinder getBlogsStatsUserFinder()
public void setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
blogsStatsUserFinder
- the blogs stats user 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 finderprotected 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 |