com.liferay.portlet.blogs.service.base
Class BlogsStatsUserLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
All Implemented Interfaces:
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

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BlogsStatsUserLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.blogs.model.BlogsStatsUser addBlogsStatsUser(com.liferay.portlet.blogs.model.BlogsStatsUser model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.blogs.model.BlogsStatsUser updateBlogsStatsUser(com.liferay.portlet.blogs.model.BlogsStatsUser model)
           
 
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
 

Constructor Detail

BlogsStatsUserLocalServiceBaseImpl

public BlogsStatsUserLocalServiceBaseImpl()
Method Detail

addBlogsStatsUser

public com.liferay.portlet.blogs.model.BlogsStatsUser addBlogsStatsUser(com.liferay.portlet.blogs.model.BlogsStatsUser model)
                                                                 throws com.liferay.portal.SystemException
Specified by:
addBlogsStatsUser in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            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 dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery 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 model)
                                                                    throws com.liferay.portal.SystemException
Specified by:
updateBlogsStatsUser in interface com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
Throws:
com.liferay.portal.SystemException