@ProviderType public class BlogsStatsUserLocalServiceWrapper extends Object implements BlogsStatsUserLocalService, 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.
|
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.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
void |
deleteStatsUser(BlogsStatsUser statsUsers) |
void |
deleteStatsUser(long statsUserId) |
void |
deleteStatsUserByGroupId(long groupId) |
void |
deleteStatsUserByUserId(long userId) |
DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(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(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
BlogsStatsUser |
fetchBlogsStatsUser(long statsUserId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
BlogsStatsUser |
getBlogsStatsUser(long statsUserId)
Returns the blogs stats user with the primary key.
|
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.
|
List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end) |
List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
int |
getCompanyStatsUsersCount(long companyId) |
List<BlogsStatsUser> |
getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end) |
List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end) |
List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
int |
getGroupStatsUsersCount(long groupId) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end) |
List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
int |
getOrganizationStatsUsersCount(long organizationId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(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,
Date displayDate) |
public BlogsStatsUserLocalServiceWrapper(BlogsStatsUserLocalService blogsStatsUserLocalService)
public BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
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 BlogsStatsUser deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
deleteBlogsStatsUser in interface BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats userpublic BlogsStatsUser deleteBlogsStatsUser(long statsUserId) throws PortalException
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 BlogsStatsUser fetchBlogsStatsUser(long statsUserId)
fetchBlogsStatsUser in interface BlogsStatsUserLocalServicepublic BlogsStatsUser getBlogsStatsUser(long statsUserId) throws 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 BlogsStatsUser getStatsUser(long groupId, long userId) throws PortalException
getStatsUser in interface BlogsStatsUserLocalServicePortalExceptionpublic BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
updateBlogsStatsUser in interface BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats userpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface BlogsStatsUserLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface BlogsStatsUserLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface BlogsStatsUserLocalServicepublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface BlogsStatsUserLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface BlogsStatsUserLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic int getBlogsStatsUsersCount()
getBlogsStatsUsersCount in interface BlogsStatsUserLocalServicepublic int getCompanyStatsUsersCount(long companyId)
getCompanyStatsUsersCount in interface BlogsStatsUserLocalServicepublic int getGroupStatsUsersCount(long groupId)
getGroupStatsUsersCount in interface BlogsStatsUserLocalServicepublic int getOrganizationStatsUsersCount(long organizationId)
getOrganizationStatsUsersCount in interface BlogsStatsUserLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface BlogsStatsUserLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface BlogsStatsUserLocalServicedynamicQuery - the dynamic querypublic <T> List<T> dynamicQuery(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 com.liferay.portlet.blogs.model.impl.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 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(DynamicQuery dynamicQuery, int start, int end, 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 com.liferay.portlet.blogs.model.impl.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 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 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 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 com.liferay.portlet.blogs.model.impl.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 BlogsStatsUserLocalServicestart - the lower bound of the range of blogs stats usersend - the upper bound of the range of blogs stats users (not inclusive)public List<BlogsStatsUser> getCompanyStatsUsers(long companyId, int start, int end)
getCompanyStatsUsers in interface BlogsStatsUserLocalServicepublic List<BlogsStatsUser> getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
getCompanyStatsUsers in interface BlogsStatsUserLocalServicepublic List<BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end)
getGroupStatsUsers in interface BlogsStatsUserLocalServicepublic List<BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
getGroupStatsUsers in interface BlogsStatsUserLocalServicepublic List<BlogsStatsUser> getGroupsStatsUsers(long companyId, long groupId, int start, int end)
getGroupsStatsUsers in interface BlogsStatsUserLocalServicepublic List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end)
getOrganizationStatsUsers in interface BlogsStatsUserLocalServicepublic List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator<BlogsStatsUser> obc)
getOrganizationStatsUsers in interface BlogsStatsUserLocalServicepublic long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface BlogsStatsUserLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface BlogsStatsUserLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic void deleteStatsUser(BlogsStatsUser statsUsers)
deleteStatsUser in interface BlogsStatsUserLocalServicepublic void deleteStatsUser(long statsUserId)
throws PortalException
deleteStatsUser in interface BlogsStatsUserLocalServicePortalExceptionpublic void deleteStatsUserByGroupId(long groupId)
deleteStatsUserByGroupId in interface BlogsStatsUserLocalServicepublic void deleteStatsUserByUserId(long userId)
deleteStatsUserByUserId in interface BlogsStatsUserLocalServicepublic void updateStatsUser(long groupId,
long userId)
throws PortalException
updateStatsUser in interface BlogsStatsUserLocalServicePortalExceptionpublic void updateStatsUser(long groupId,
long userId,
Date displayDate)
throws PortalException
updateStatsUser in interface BlogsStatsUserLocalServicePortalExceptionpublic BlogsStatsUserLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<BlogsStatsUserLocalService>public void setWrappedService(BlogsStatsUserLocalService blogsStatsUserLocalService)
setWrappedService in interface ServiceWrapper<BlogsStatsUserLocalService>