com.liferay.portlet.blogs.service.base
Class BlogsStatsUserLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.bean.InitializingBean, com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
- Direct Known Subclasses:
- BlogsStatsUserLocalServiceImpl
public abstract class BlogsStatsUserLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.blogs.service.BlogsStatsUserLocalService, com.liferay.portal.kernel.bean.InitializingBean
View Source
- Author:
- Brian Wing Shun Chan
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, getCompanyStatsUsersCount, getGroupStatsUsers, getGroupStatsUsersCount, getOrganizationStatsUsers, getOrganizationStatsUsersCount, getStatsUser, updateStatsUser, updateStatsUser |
blogsEntryLocalService
protected com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService
blogsEntryService
protected com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService
blogsEntryPersistence
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence
blogsEntryFinder
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder
blogsStatsUserPersistence
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence
blogsStatsUserFinder
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder
counterLocalService
protected com.liferay.counter.service.CounterLocalService counterLocalService
counterService
protected com.liferay.counter.service.CounterService counterService
groupLocalService
protected com.liferay.portal.service.GroupLocalService groupLocalService
groupService
protected com.liferay.portal.service.GroupService groupService
groupPersistence
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
groupFinder
protected com.liferay.portal.service.persistence.GroupFinder groupFinder
BlogsStatsUserLocalServiceBaseImpl
public BlogsStatsUserLocalServiceBaseImpl()
addBlogsStatsUser
public com.liferay.portlet.blogs.model.BlogsStatsUser addBlogsStatsUser(com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.SystemException
- Specified by:
addBlogsStatsUser
in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
- Throws:
com.liferay.portal.SystemException
deleteBlogsStatsUser
public void deleteBlogsStatsUser(long statsUserId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteBlogsStatsUser
in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteBlogsStatsUser
public void deleteBlogsStatsUser(com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.SystemException
- Specified by:
deleteBlogsStatsUser
in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
- Throws:
com.liferay.portal.SystemException
getBlogsStatsUser
public com.liferay.portlet.blogs.model.BlogsStatsUser getBlogsStatsUser(long statsUserId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getBlogsStatsUser
in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getBlogsStatsUsers
public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getBlogsStatsUsers(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getBlogsStatsUsers
in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
- Throws:
com.liferay.portal.SystemException
getBlogsStatsUsersCount
public int getBlogsStatsUsersCount()
throws com.liferay.portal.SystemException
- Specified by:
getBlogsStatsUsersCount
in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
- Throws:
com.liferay.portal.SystemException
updateBlogsStatsUser
public com.liferay.portlet.blogs.model.BlogsStatsUser updateBlogsStatsUser(com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.SystemException
- Specified by:
updateBlogsStatsUser
in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
- Throws:
com.liferay.portal.SystemException
getBlogsEntryLocalService
public com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService()
setBlogsEntryLocalService
public void setBlogsEntryLocalService(com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService)
getBlogsEntryService
public com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService()
setBlogsEntryService
public void setBlogsEntryService(com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService)
getBlogsEntryPersistence
public com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()
setBlogsEntryPersistence
public void setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)
getBlogsEntryFinder
public com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder getBlogsEntryFinder()
setBlogsEntryFinder
public void setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)
getBlogsStatsUserPersistence
public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence getBlogsStatsUserPersistence()
setBlogsStatsUserPersistence
public void setBlogsStatsUserPersistence(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)
getBlogsStatsUserFinder
public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder getBlogsStatsUserFinder()
setBlogsStatsUserFinder
public void setBlogsStatsUserFinder(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)
getCounterLocalService
public com.liferay.counter.service.CounterLocalService getCounterLocalService()
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
getCounterService
public com.liferay.counter.service.CounterService getCounterService()
setCounterService
public void setCounterService(com.liferay.counter.service.CounterService counterService)
getGroupLocalService
public com.liferay.portal.service.GroupLocalService getGroupLocalService()
setGroupLocalService
public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
getGroupService
public com.liferay.portal.service.GroupService getGroupService()
setGroupService
public void setGroupService(com.liferay.portal.service.GroupService groupService)
getGroupPersistence
public com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
setGroupPersistence
public void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
getGroupFinder
public com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
setGroupFinder
public void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface com.liferay.portal.kernel.bean.InitializingBean