@ProviderType
public abstract class BlogsStatsUserLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.blogs.kernel.service.BlogsStatsUserLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in BlogsStatsUserLocalServiceImpl.
BlogsStatsUserLocalServiceImpl,
BlogsStatsUserLocalServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.blogs.kernel.service.persistence.BlogsEntryFinder |
blogsEntryFinder |
protected com.liferay.blogs.kernel.service.BlogsEntryLocalService |
blogsEntryLocalService |
protected com.liferay.blogs.kernel.service.persistence.BlogsEntryPersistence |
blogsEntryPersistence |
protected com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinder |
blogsStatsUserFinder |
protected com.liferay.blogs.kernel.service.BlogsStatsUserLocalService |
blogsStatsUserLocalService |
protected com.liferay.blogs.kernel.service.persistence.BlogsStatsUserPersistence |
blogsStatsUserPersistence |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.kernel.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
| Constructor and Description |
|---|
BlogsStatsUserLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.blogs.kernel.model.BlogsStatsUser |
addBlogsStatsUser(com.liferay.blogs.kernel.model.BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database.
|
void |
afterPropertiesSet() |
com.liferay.blogs.kernel.model.BlogsStatsUser |
createBlogsStatsUser(long statsUserId)
Creates a new blogs stats user with the primary key.
|
com.liferay.blogs.kernel.model.BlogsStatsUser |
deleteBlogsStatsUser(com.liferay.blogs.kernel.model.BlogsStatsUser blogsStatsUser)
Deletes the blogs stats user from the database.
|
com.liferay.blogs.kernel.model.BlogsStatsUser |
deleteBlogsStatsUser(long statsUserId)
Deletes the blogs stats user with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
com.liferay.blogs.kernel.model.BlogsStatsUser |
fetchBlogsStatsUser(long statsUserId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.blogs.kernel.service.persistence.BlogsEntryFinder |
getBlogsEntryFinder()
Returns the blogs entry finder.
|
com.liferay.blogs.kernel.service.BlogsEntryLocalService |
getBlogsEntryLocalService()
Returns the blogs entry local service.
|
com.liferay.blogs.kernel.service.persistence.BlogsEntryPersistence |
getBlogsEntryPersistence()
Returns the blogs entry persistence.
|
com.liferay.blogs.kernel.model.BlogsStatsUser |
getBlogsStatsUser(long statsUserId)
Returns the blogs stats user with the primary key.
|
com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinder |
getBlogsStatsUserFinder()
Returns the blogs stats user finder.
|
com.liferay.blogs.kernel.service.BlogsStatsUserLocalService |
getBlogsStatsUserLocalService()
Returns the blogs stats user local service.
|
com.liferay.blogs.kernel.service.persistence.BlogsStatsUserPersistence |
getBlogsStatsUserPersistence()
Returns the blogs stats user persistence.
|
List<com.liferay.blogs.kernel.model.BlogsStatsUser> |
getBlogsStatsUsers(int start,
int end)
Returns a range of all the blogs stats users.
|
int |
getBlogsStatsUsersCount()
Returns the number of blogs stats users.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.kernel.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.kernel.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setBlogsEntryFinder(com.liferay.blogs.kernel.service.persistence.BlogsEntryFinder blogsEntryFinder)
Sets the blogs entry finder.
|
void |
setBlogsEntryLocalService(com.liferay.blogs.kernel.service.BlogsEntryLocalService blogsEntryLocalService)
Sets the blogs entry local service.
|
void |
setBlogsEntryPersistence(com.liferay.blogs.kernel.service.persistence.BlogsEntryPersistence blogsEntryPersistence)
Sets the blogs entry persistence.
|
void |
setBlogsStatsUserFinder(com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)
Sets the blogs stats user finder.
|
void |
setBlogsStatsUserLocalService(com.liferay.blogs.kernel.service.BlogsStatsUserLocalService blogsStatsUserLocalService)
Sets the blogs stats user local service.
|
void |
setBlogsStatsUserPersistence(com.liferay.blogs.kernel.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)
Sets the blogs stats user persistence.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
com.liferay.blogs.kernel.model.BlogsStatsUser |
updateBlogsStatsUser(com.liferay.blogs.kernel.model.BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteStatsUser, deleteStatsUser, deleteStatsUserByGroupId, deleteStatsUserByUserId, getCompanyStatsUsers, getCompanyStatsUsers, getCompanyStatsUsersCount, getGroupsStatsUsers, getGroupStatsUsers, getGroupStatsUsers, getGroupStatsUsersCount, getOrganizationStatsUsers, getOrganizationStatsUsers, getOrganizationStatsUsersCount, getStatsUser, updateStatsUser, updateStatsUser@BeanReference(type=com.liferay.blogs.kernel.service.BlogsStatsUserLocalService.class) protected com.liferay.blogs.kernel.service.BlogsStatsUserLocalService blogsStatsUserLocalService
@BeanReference(type=com.liferay.blogs.kernel.service.persistence.BlogsStatsUserPersistence.class) protected com.liferay.blogs.kernel.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence
@BeanReference(type=com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinder.class) protected com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class) protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.blogs.kernel.service.BlogsEntryLocalService.class) protected com.liferay.blogs.kernel.service.BlogsEntryLocalService blogsEntryLocalService
@BeanReference(type=com.liferay.blogs.kernel.service.persistence.BlogsEntryPersistence.class) protected com.liferay.blogs.kernel.service.persistence.BlogsEntryPersistence blogsEntryPersistence
@BeanReference(type=com.liferay.blogs.kernel.service.persistence.BlogsEntryFinder.class) protected com.liferay.blogs.kernel.service.persistence.BlogsEntryFinder blogsEntryFinder
@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.blogs.kernel.model.BlogsStatsUser addBlogsStatsUser(com.liferay.blogs.kernel.model.BlogsStatsUser blogsStatsUser)
addBlogsStatsUser in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats userpublic com.liferay.blogs.kernel.model.BlogsStatsUser createBlogsStatsUser(long statsUserId)
createBlogsStatsUser in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicestatsUserId - the primary key for the new blogs stats user@Indexable(type=DELETE)
public com.liferay.blogs.kernel.model.BlogsStatsUser deleteBlogsStatsUser(long statsUserId)
throws com.liferay.portal.kernel.exception.PortalException
deleteBlogsStatsUser in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicestatsUserId - the primary key of the blogs stats usercom.liferay.portal.kernel.exception.PortalException - if a blogs stats user with the primary key could not be found@Indexable(type=DELETE) public com.liferay.blogs.kernel.model.BlogsStatsUser deleteBlogsStatsUser(com.liferay.blogs.kernel.model.BlogsStatsUser blogsStatsUser)
deleteBlogsStatsUser in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats userpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicepublic <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicedynamicQuery - the dynamic querypublic <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsStatsUserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsStatsUserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicedynamicQuery - 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)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.blogs.kernel.model.BlogsStatsUser fetchBlogsStatsUser(long statsUserId)
fetchBlogsStatsUser in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicepublic com.liferay.blogs.kernel.model.BlogsStatsUser getBlogsStatsUser(long statsUserId)
throws com.liferay.portal.kernel.exception.PortalException
getBlogsStatsUser in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicestatsUserId - the primary key of the blogs stats usercom.liferay.portal.kernel.exception.PortalException - if a blogs stats user with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.blogs.kernel.model.BlogsStatsUser> getBlogsStatsUsers(int start, int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsStatsUserModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getBlogsStatsUsers in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicestart - the lower bound of the range of blogs stats usersend - the upper bound of the range of blogs stats users (not inclusive)public int getBlogsStatsUsersCount()
getBlogsStatsUsersCount in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalService@Indexable(type=REINDEX) public com.liferay.blogs.kernel.model.BlogsStatsUser updateBlogsStatsUser(com.liferay.blogs.kernel.model.BlogsStatsUser blogsStatsUser)
updateBlogsStatsUser in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats userpublic com.liferay.blogs.kernel.service.BlogsStatsUserLocalService getBlogsStatsUserLocalService()
public void setBlogsStatsUserLocalService(com.liferay.blogs.kernel.service.BlogsStatsUserLocalService blogsStatsUserLocalService)
blogsStatsUserLocalService - the blogs stats user local servicepublic com.liferay.blogs.kernel.service.persistence.BlogsStatsUserPersistence getBlogsStatsUserPersistence()
public void setBlogsStatsUserPersistence(com.liferay.blogs.kernel.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)
blogsStatsUserPersistence - the blogs stats user persistencepublic com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinder getBlogsStatsUserFinder()
public void setBlogsStatsUserFinder(com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)
blogsStatsUserFinder - the blogs stats user finderpublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
groupFinder - the group finderpublic com.liferay.blogs.kernel.service.BlogsEntryLocalService getBlogsEntryLocalService()
public void setBlogsEntryLocalService(com.liferay.blogs.kernel.service.BlogsEntryLocalService blogsEntryLocalService)
blogsEntryLocalService - the blogs entry local servicepublic com.liferay.blogs.kernel.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()
public void setBlogsEntryPersistence(com.liferay.blogs.kernel.service.persistence.BlogsEntryPersistence blogsEntryPersistence)
blogsEntryPersistence - the blogs entry persistencepublic com.liferay.blogs.kernel.service.persistence.BlogsEntryFinder getBlogsEntryFinder()
public void setBlogsEntryFinder(com.liferay.blogs.kernel.service.persistence.BlogsEntryFinder blogsEntryFinder)
blogsEntryFinder - the blogs entry finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.blogs.kernel.service.BlogsStatsUserLocalServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query