|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
@ProviderType public abstract class BlogsStatsUserLocalServiceBaseImpl
Provides the base implementation for the blogs stats user local service.
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| Field Summary | |
|---|---|
protected BlogsEntryFinder |
blogsEntryFinder
|
protected BlogsEntryLocalService |
blogsEntryLocalService
|
protected BlogsEntryPersistence |
blogsEntryPersistence
|
protected BlogsStatsUserFinder |
blogsStatsUserFinder
|
protected BlogsStatsUserLocalService |
blogsStatsUserLocalService
|
protected BlogsStatsUserPersistence |
blogsStatsUserPersistence
|
protected CounterLocalService |
counterLocalService
|
protected GroupFinder |
groupFinder
|
protected GroupLocalService |
groupLocalService
|
protected GroupPersistence |
groupPersistence
|
protected PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry
|
| Constructor Summary | |
|---|---|
BlogsStatsUserLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
BlogsStatsUser |
addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
|
void |
afterPropertiesSet()
|
|
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 |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
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()
|
|
BlogsEntryFinder |
getBlogsEntryFinder()
Returns the blogs entry finder. |
|
BlogsEntryLocalService |
getBlogsEntryLocalService()
Returns the blogs entry local service. |
|
BlogsEntryPersistence |
getBlogsEntryPersistence()
Returns the blogs entry persistence. |
|
BlogsStatsUser |
getBlogsStatsUser(long statsUserId)
Returns the blogs stats user with the primary key. |
|
BlogsStatsUserFinder |
getBlogsStatsUserFinder()
Returns the blogs stats user finder. |
|
BlogsStatsUserLocalService |
getBlogsStatsUserLocalService()
Returns the blogs stats user local service. |
|
BlogsStatsUserPersistence |
getBlogsStatsUserPersistence()
Returns the blogs stats user persistence. |
|
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. |
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
GroupFinder |
getGroupFinder()
Returns the group finder. |
|
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
|
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
Sets the blogs entry finder. |
|
void |
setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
Sets the blogs entry local service. |
|
void |
setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
Sets the blogs entry persistence. |
|
void |
setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
Sets the blogs stats user finder. |
|
void |
setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
Sets the blogs stats user local service. |
|
void |
setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
Sets the blogs stats user persistence. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
|
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
|
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence. |
|
BlogsStatsUser |
updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database or adds it if it does not yet exist. |
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| 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 |
|---|
deleteStatsUser, deleteStatsUser, deleteStatsUserByGroupId, deleteStatsUserByUserId, getCompanyStatsUsers, getCompanyStatsUsers, getCompanyStatsUsersCount, getGroupsStatsUsers, getGroupStatsUsers, getGroupStatsUsers, getGroupStatsUsersCount, getOrganizationStatsUsers, getOrganizationStatsUsers, getOrganizationStatsUsersCount, getStatsUser, updateStatsUser, updateStatsUser |
| Field Detail |
|---|
@BeanReference(type=BlogsStatsUserLocalService.class) protected BlogsStatsUserLocalService blogsStatsUserLocalService
@BeanReference(type=BlogsStatsUserPersistence.class) protected BlogsStatsUserPersistence blogsStatsUserPersistence
@BeanReference(type=BlogsStatsUserFinder.class) protected BlogsStatsUserFinder blogsStatsUserFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=BlogsEntryLocalService.class) protected BlogsEntryLocalService blogsEntryLocalService
@BeanReference(type=BlogsEntryPersistence.class) protected BlogsEntryPersistence blogsEntryPersistence
@BeanReference(type=BlogsEntryFinder.class) protected BlogsEntryFinder blogsEntryFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public BlogsStatsUserLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
addBlogsStatsUser in interface BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats user
public BlogsStatsUser createBlogsStatsUser(long statsUserId)
createBlogsStatsUser in interface BlogsStatsUserLocalServicestatsUserId - the primary key for the new blogs stats user
@Indexable(type=DELETE)
public BlogsStatsUser deleteBlogsStatsUser(long statsUserId)
throws PortalException
deleteBlogsStatsUser in interface BlogsStatsUserLocalServicestatsUserId - the primary key of the blogs stats user
PortalException - if a blogs stats user with the primary key could not be found@Indexable(type=DELETE) public BlogsStatsUser deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
deleteBlogsStatsUser in interface BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats user
public DynamicQuery dynamicQuery()
dynamicQuery in interface BlogsStatsUserLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface BlogsStatsUserLocalServicedynamicQuery - the dynamic query
public <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 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 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 long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface BlogsStatsUserLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface BlogsStatsUserLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public BlogsStatsUser fetchBlogsStatsUser(long statsUserId)
fetchBlogsStatsUser in interface BlogsStatsUserLocalService
public BlogsStatsUser getBlogsStatsUser(long statsUserId)
throws PortalException
getBlogsStatsUser in interface BlogsStatsUserLocalServicestatsUserId - the primary key of the blogs stats user
PortalException - if a blogs stats user with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface BlogsStatsUserLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface BlogsStatsUserLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface BlogsStatsUserLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface BlogsStatsUserLocalServicePortalException
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 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 int getBlogsStatsUsersCount()
getBlogsStatsUsersCount in interface BlogsStatsUserLocalService@Indexable(type=REINDEX) public BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
updateBlogsStatsUser in interface BlogsStatsUserLocalServiceblogsStatsUser - the blogs stats user
public BlogsStatsUserLocalService getBlogsStatsUserLocalService()
public void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
blogsStatsUserLocalService - the blogs stats user local servicepublic BlogsStatsUserPersistence getBlogsStatsUserPersistence()
public void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
blogsStatsUserPersistence - the blogs stats user persistencepublic BlogsStatsUserFinder getBlogsStatsUserFinder()
public void setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
blogsStatsUserFinder - the blogs stats user finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic BlogsEntryLocalService getBlogsEntryLocalService()
public void setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
blogsEntryLocalService - the blogs entry local servicepublic BlogsEntryPersistence getBlogsEntryPersistence()
public void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
blogsEntryPersistence - the blogs entry persistencepublic BlogsEntryFinder getBlogsEntryFinder()
public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
blogsEntryFinder - the blogs entry finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface BlogsStatsUserLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||