com.liferay.portlet.blogs.service.base
Class BlogsStatsUserLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
- All Implemented Interfaces:
- BlogsStatsUserLocalService
- Direct Known Subclasses:
- BlogsStatsUserLocalServiceImpl
public abstract class BlogsStatsUserLocalServiceBaseImpl
- extends Object
- implements BlogsStatsUserLocalService
| 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 |
blogsEntryLocalService
@BeanReference(type=BlogsEntryLocalService.class)
protected BlogsEntryLocalService blogsEntryLocalService
blogsEntryService
@BeanReference(type=BlogsEntryService.class)
protected BlogsEntryService blogsEntryService
blogsEntryPersistence
@BeanReference(type=BlogsEntryPersistence.class)
protected BlogsEntryPersistence blogsEntryPersistence
blogsEntryFinder
@BeanReference(type=BlogsEntryFinder.class)
protected BlogsEntryFinder blogsEntryFinder
blogsStatsUserLocalService
@BeanReference(type=BlogsStatsUserLocalService.class)
protected BlogsStatsUserLocalService blogsStatsUserLocalService
blogsStatsUserPersistence
@BeanReference(type=BlogsStatsUserPersistence.class)
protected BlogsStatsUserPersistence blogsStatsUserPersistence
blogsStatsUserFinder
@BeanReference(type=BlogsStatsUserFinder.class)
protected BlogsStatsUserFinder blogsStatsUserFinder
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
BlogsStatsUserLocalServiceBaseImpl
public BlogsStatsUserLocalServiceBaseImpl()
addBlogsStatsUser
public BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws SystemException
- Specified by:
addBlogsStatsUser in interface BlogsStatsUserLocalService
- Throws:
SystemException
createBlogsStatsUser
public BlogsStatsUser createBlogsStatsUser(long statsUserId)
- Specified by:
createBlogsStatsUser in interface BlogsStatsUserLocalService
deleteBlogsStatsUser
public void deleteBlogsStatsUser(long statsUserId)
throws PortalException,
SystemException
- Specified by:
deleteBlogsStatsUser in interface BlogsStatsUserLocalService
- Throws:
PortalException
SystemException
deleteBlogsStatsUser
public void deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws SystemException
- Specified by:
deleteBlogsStatsUser in interface BlogsStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface BlogsStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface BlogsStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface BlogsStatsUserLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface BlogsStatsUserLocalService
- Throws:
SystemException
getBlogsStatsUser
public BlogsStatsUser getBlogsStatsUser(long statsUserId)
throws PortalException,
SystemException
- Specified by:
getBlogsStatsUser in interface BlogsStatsUserLocalService
- Throws:
PortalException
SystemException
getBlogsStatsUsers
public List<BlogsStatsUser> getBlogsStatsUsers(int start,
int end)
throws SystemException
- Specified by:
getBlogsStatsUsers in interface BlogsStatsUserLocalService
- Throws:
SystemException
getBlogsStatsUsersCount
public int getBlogsStatsUsersCount()
throws SystemException
- Specified by:
getBlogsStatsUsersCount in interface BlogsStatsUserLocalService
- Throws:
SystemException
updateBlogsStatsUser
public BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws SystemException
- Specified by:
updateBlogsStatsUser in interface BlogsStatsUserLocalService
- Throws:
SystemException
updateBlogsStatsUser
public BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
throws SystemException
- Specified by:
updateBlogsStatsUser in interface BlogsStatsUserLocalService
- Throws:
SystemException
getBlogsEntryLocalService
public BlogsEntryLocalService getBlogsEntryLocalService()
setBlogsEntryLocalService
public void setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
getBlogsEntryService
public BlogsEntryService getBlogsEntryService()
setBlogsEntryService
public void setBlogsEntryService(BlogsEntryService blogsEntryService)
getBlogsEntryPersistence
public BlogsEntryPersistence getBlogsEntryPersistence()
setBlogsEntryPersistence
public void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
getBlogsEntryFinder
public BlogsEntryFinder getBlogsEntryFinder()
setBlogsEntryFinder
public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
getBlogsStatsUserLocalService
public BlogsStatsUserLocalService getBlogsStatsUserLocalService()
setBlogsStatsUserLocalService
public void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
getBlogsStatsUserPersistence
public BlogsStatsUserPersistence getBlogsStatsUserPersistence()
setBlogsStatsUserPersistence
public void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
getBlogsStatsUserFinder
public BlogsStatsUserFinder getBlogsStatsUserFinder()
setBlogsStatsUserFinder
public void setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
getCounterLocalService
public CounterLocalService getCounterLocalService()
setCounterLocalService
public void setCounterLocalService(CounterLocalService counterLocalService)
getGroupLocalService
public GroupLocalService getGroupLocalService()
setGroupLocalService
public void setGroupLocalService(GroupLocalService groupLocalService)
getGroupService
public GroupService getGroupService()
setGroupService
public void setGroupService(GroupService groupService)
getGroupPersistence
public GroupPersistence getGroupPersistence()
setGroupPersistence
public void setGroupPersistence(GroupPersistence groupPersistence)
getGroupFinder
public GroupFinder getGroupFinder()
setGroupFinder
public void setGroupFinder(GroupFinder groupFinder)
getResourceLocalService
public ResourceLocalService getResourceLocalService()
setResourceLocalService
public void setResourceLocalService(ResourceLocalService resourceLocalService)
getResourceService
public ResourceService getResourceService()
setResourceService
public void setResourceService(ResourceService resourceService)
getResourcePersistence
public ResourcePersistence getResourcePersistence()
setResourcePersistence
public void setResourcePersistence(ResourcePersistence resourcePersistence)
getResourceFinder
public ResourceFinder getResourceFinder()
setResourceFinder
public void setResourceFinder(ResourceFinder resourceFinder)
getUserLocalService
public UserLocalService getUserLocalService()
setUserLocalService
public void setUserLocalService(UserLocalService userLocalService)
getUserService
public UserService getUserService()
setUserService
public void setUserService(UserService userService)
getUserPersistence
public UserPersistence getUserPersistence()
setUserPersistence
public void setUserPersistence(UserPersistence userPersistence)
getUserFinder
public UserFinder getUserFinder()
setUserFinder
public void setUserFinder(UserFinder userFinder)
runSQL
protected void runSQL(String sql)
throws SystemException
- Throws:
SystemException