public class BlogsStatsUserLocalServiceWrapper extends java.lang.Object implements BlogsStatsUserLocalService, com.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>
BlogsStatsUserLocalService.BlogsStatsUserLocalService| Constructor and Description |
|---|
BlogsStatsUserLocalServiceWrapper(BlogsStatsUserLocalService blogsStatsUserLocalService) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
BlogsStatsUser |
deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Deletes the blogs stats user from the database.
|
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 |
deleteStatsUser(BlogsStatsUser statsUsers) |
void |
deleteStatsUser(long statsUserId) |
void |
deleteStatsUserByGroupId(long groupId) |
void |
deleteStatsUserByUserId(long userId) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.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> java.util.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.
|
BlogsStatsUser |
fetchBlogsStatsUser(long statsUserId) |
BlogsStatsUser |
fetchStatsUser(long groupId,
long userId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
BlogsStatsUser |
getBlogsStatsUser(long statsUserId)
Returns the blogs stats user with the primary key.
|
java.util.List<BlogsStatsUser> |
getBlogsStatsUsers(int start,
int end)
Returns a range of all the blogs stats users.
|
int |
getBlogsStatsUsersCount()
Returns the number of blogs stats users.
|
java.util.List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end) |
java.util.List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BlogsStatsUser> orderByComparator) |
int |
getCompanyStatsUsersCount(long companyId) |
java.util.List<BlogsStatsUser> |
getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end) |
java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end) |
java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BlogsStatsUser> orderByComparator) |
int |
getGroupStatsUsersCount(long groupId) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end) |
java.util.List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BlogsStatsUser> orderByComparator) |
int |
getOrganizationStatsUsersCount(long organizationId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
BlogsStatsUser |
getStatsUser(long groupId,
long userId) |
BlogsStatsUserLocalService |
getWrappedService() |
void |
setWrappedService(BlogsStatsUserLocalService blogsStatsUserLocalService) |
BlogsStatsUser |
updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database or adds it if it does not yet exist.
|
void |
updateStatsUser(long groupId,
long userId) |
void |
updateStatsUser(long groupId,
long userId,
java.util.Date displayDate) |
BlogsStatsUser |
updateStatsUser(long groupId,
long userId,
int ratingsTotalEntries,
double ratingsTotalScore,
double ratingsAverageScore) |
public BlogsStatsUserLocalServiceWrapper(BlogsStatsUserLocalService blogsStatsUserLocalService)
public BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Important: Inspect BlogsStatsUserLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addBlogsStatsUser in interface BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats userpublic BlogsStatsUser createBlogsStatsUser(long statsUserId)
createBlogsStatsUser in interface BlogsStatsUserLocalServicestatsUserId - the primary key for the new blogs stats userpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface BlogsStatsUserLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic BlogsStatsUser deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Important: Inspect BlogsStatsUserLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteBlogsStatsUser in interface BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats userpublic BlogsStatsUser deleteBlogsStatsUser(long statsUserId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect BlogsStatsUserLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteBlogsStatsUser in interface BlogsStatsUserLocalServicestatsUserId - the primary key of the blogs stats userPortalException - if a blogs stats user with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface BlogsStatsUserLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteStatsUser(BlogsStatsUser statsUsers)
deleteStatsUser in interface BlogsStatsUserLocalServicepublic void deleteStatsUser(long statsUserId)
throws com.liferay.portal.kernel.exception.PortalException
deleteStatsUser in interface BlogsStatsUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteStatsUserByGroupId(long groupId)
deleteStatsUserByGroupId in interface BlogsStatsUserLocalServicepublic void deleteStatsUserByUserId(long userId)
deleteStatsUserByUserId in interface BlogsStatsUserLocalServicepublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface BlogsStatsUserLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface BlogsStatsUserLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface BlogsStatsUserLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface BlogsStatsUserLocalServicedynamicQuery - the dynamic querypublic <T> java.util.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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.blogs.model.impl.BlogsStatsUserModelImpl.
dynamicQuery in interface 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> java.util.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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.blogs.model.impl.BlogsStatsUserModelImpl.
dynamicQuery in interface 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 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 BlogsStatsUserLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic BlogsStatsUser fetchBlogsStatsUser(long statsUserId)
fetchBlogsStatsUser in interface BlogsStatsUserLocalServicepublic BlogsStatsUser fetchStatsUser(long groupId, long userId)
fetchStatsUser in interface BlogsStatsUserLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface BlogsStatsUserLocalServicepublic BlogsStatsUser getBlogsStatsUser(long statsUserId) throws com.liferay.portal.kernel.exception.PortalException
getBlogsStatsUser in interface BlogsStatsUserLocalServicestatsUserId - the primary key of the blogs stats userPortalException - if a blogs stats user with the primary key could not be foundpublic java.util.List<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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.blogs.model.impl.BlogsStatsUserModelImpl.
getBlogsStatsUsers in interface 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 BlogsStatsUserLocalServicepublic java.util.List<BlogsStatsUser> getCompanyStatsUsers(long companyId, int start, int end)
getCompanyStatsUsers in interface BlogsStatsUserLocalServicepublic java.util.List<BlogsStatsUser> getCompanyStatsUsers(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsStatsUser> orderByComparator)
getCompanyStatsUsers in interface BlogsStatsUserLocalServicepublic int getCompanyStatsUsersCount(long companyId)
getCompanyStatsUsersCount in interface BlogsStatsUserLocalServicepublic java.util.List<BlogsStatsUser> getGroupsStatsUsers(long companyId, long groupId, int start, int end)
getGroupsStatsUsers in interface BlogsStatsUserLocalServicepublic java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end)
getGroupStatsUsers in interface BlogsStatsUserLocalServicepublic java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsStatsUser> orderByComparator)
getGroupStatsUsers in interface BlogsStatsUserLocalServicepublic int getGroupStatsUsersCount(long groupId)
getGroupStatsUsersCount in interface BlogsStatsUserLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface BlogsStatsUserLocalServicepublic java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end)
getOrganizationStatsUsers in interface BlogsStatsUserLocalServicepublic java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsStatsUser> orderByComparator)
getOrganizationStatsUsers in interface BlogsStatsUserLocalServicepublic int getOrganizationStatsUsersCount(long organizationId)
getOrganizationStatsUsersCount in interface BlogsStatsUserLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface BlogsStatsUserLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface BlogsStatsUserLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic BlogsStatsUser getStatsUser(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException
getStatsUser in interface BlogsStatsUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Important: Inspect BlogsStatsUserLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateBlogsStatsUser in interface BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats userpublic void updateStatsUser(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
updateStatsUser in interface BlogsStatsUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void updateStatsUser(long groupId,
long userId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.PortalException
updateStatsUser in interface BlogsStatsUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BlogsStatsUser updateStatsUser(long groupId, long userId, int ratingsTotalEntries, double ratingsTotalScore, double ratingsAverageScore) throws com.liferay.portal.kernel.exception.PortalException
updateStatsUser in interface BlogsStatsUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BlogsStatsUserLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>public void setWrappedService(BlogsStatsUserLocalService blogsStatsUserLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>