public abstract class SocialActivityCounterLocalServiceBaseImpl
extends com.liferay.portal.service.BaseLocalServiceImpl
implements com.liferay.portlet.social.service.SocialActivityCounterLocalService, com.liferay.portal.kernel.bean.IdentifiableBean
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SocialActivityCounterLocalServiceImpl.
SocialActivityCounterLocalServiceImpl,
SocialActivityCounterLocalServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder |
assetEntryFinder |
protected com.liferay.portlet.asset.service.AssetEntryLocalService |
assetEntryLocalService |
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
assetEntryPersistence |
protected com.liferay.portlet.asset.service.AssetEntryService |
assetEntryService |
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.service.GroupService |
groupService |
protected com.liferay.portal.service.persistence.LockFinder |
lockFinder |
protected com.liferay.portal.service.LockLocalService |
lockLocalService |
protected com.liferay.portal.service.persistence.LockPersistence |
lockPersistence |
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portlet.social.service.SocialActivityAchievementLocalService |
socialActivityAchievementLocalService |
protected com.liferay.portlet.social.service.persistence.SocialActivityAchievementPersistence |
socialActivityAchievementPersistence |
protected com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder |
socialActivityCounterFinder |
protected com.liferay.portlet.social.service.SocialActivityCounterLocalService |
socialActivityCounterLocalService |
protected com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence |
socialActivityCounterPersistence |
protected com.liferay.portlet.social.service.persistence.SocialActivityFinder |
socialActivityFinder |
protected com.liferay.portlet.social.service.SocialActivityInterpreterLocalService |
socialActivityInterpreterLocalService |
protected com.liferay.portlet.social.service.SocialActivityLimitLocalService |
socialActivityLimitLocalService |
protected com.liferay.portlet.social.service.persistence.SocialActivityLimitPersistence |
socialActivityLimitPersistence |
protected com.liferay.portlet.social.service.SocialActivityLocalService |
socialActivityLocalService |
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence |
socialActivityPersistence |
protected com.liferay.portlet.social.service.SocialActivityService |
socialActivityService |
protected com.liferay.portlet.social.service.persistence.SocialActivitySetFinder |
socialActivitySetFinder |
protected com.liferay.portlet.social.service.SocialActivitySetLocalService |
socialActivitySetLocalService |
protected com.liferay.portlet.social.service.persistence.SocialActivitySetPersistence |
socialActivitySetPersistence |
protected com.liferay.portlet.social.service.SocialActivitySettingLocalService |
socialActivitySettingLocalService |
protected com.liferay.portlet.social.service.persistence.SocialActivitySettingPersistence |
socialActivitySettingPersistence |
protected com.liferay.portlet.social.service.SocialActivitySettingService |
socialActivitySettingService |
protected com.liferay.portlet.social.service.SocialRelationLocalService |
socialRelationLocalService |
protected com.liferay.portlet.social.service.persistence.SocialRelationPersistence |
socialRelationPersistence |
protected com.liferay.portlet.social.service.SocialRequestInterpreterLocalService |
socialRequestInterpreterLocalService |
protected com.liferay.portlet.social.service.SocialRequestLocalService |
socialRequestLocalService |
protected com.liferay.portlet.social.service.persistence.SocialRequestPersistence |
socialRequestPersistence |
protected com.liferay.portlet.social.service.SocialRequestService |
socialRequestService |
protected com.liferay.portal.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.service.UserLocalService |
userLocalService |
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.service.UserService |
userService |
| Constructor and Description |
|---|
SocialActivityCounterLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.social.model.SocialActivityCounter |
addSocialActivityCounter(com.liferay.portlet.social.model.SocialActivityCounter socialActivityCounter)
Adds the social activity counter to the database.
|
void |
afterPropertiesSet() |
com.liferay.portlet.social.model.SocialActivityCounter |
createSocialActivityCounter(long activityCounterId)
Creates a new social activity counter with the primary key.
|
com.liferay.portlet.social.model.SocialActivityCounter |
deleteSocialActivityCounter(long activityCounterId)
Deletes the social activity counter with the primary key from the database.
|
com.liferay.portlet.social.model.SocialActivityCounter |
deleteSocialActivityCounter(com.liferay.portlet.social.model.SocialActivityCounter socialActivityCounter)
Deletes the social activity counter from the database.
|
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
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.
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator 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 that match 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 that match the dynamic query.
|
com.liferay.portlet.social.model.SocialActivityCounter |
fetchSocialActivityCounter(long activityCounterId) |
com.liferay.portlet.asset.service.persistence.AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder.
|
com.liferay.portlet.asset.service.AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service.
|
com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence.
|
com.liferay.portlet.asset.service.AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service.
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.service.GroupService |
getGroupService()
Returns the group remote service.
|
com.liferay.portal.service.persistence.LockFinder |
getLockFinder()
Returns the lock finder.
|
com.liferay.portal.service.LockLocalService |
getLockLocalService()
Returns the lock local service.
|
com.liferay.portal.service.persistence.LockPersistence |
getLockPersistence()
Returns the lock persistence.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
com.liferay.portal.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
com.liferay.portal.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portlet.social.service.SocialActivityAchievementLocalService |
getSocialActivityAchievementLocalService()
Returns the social activity achievement local service.
|
com.liferay.portlet.social.service.persistence.SocialActivityAchievementPersistence |
getSocialActivityAchievementPersistence()
Returns the social activity achievement persistence.
|
com.liferay.portlet.social.model.SocialActivityCounter |
getSocialActivityCounter(long activityCounterId)
Returns the social activity counter with the primary key.
|
com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder |
getSocialActivityCounterFinder()
Returns the social activity counter finder.
|
com.liferay.portlet.social.service.SocialActivityCounterLocalService |
getSocialActivityCounterLocalService()
Returns the social activity counter local service.
|
com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence |
getSocialActivityCounterPersistence()
Returns the social activity counter persistence.
|
java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> |
getSocialActivityCounters(int start,
int end)
Returns a range of all the social activity counters.
|
int |
getSocialActivityCountersCount()
Returns the number of social activity counters.
|
com.liferay.portlet.social.service.persistence.SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder.
|
com.liferay.portlet.social.service.SocialActivityInterpreterLocalService |
getSocialActivityInterpreterLocalService()
Returns the social activity interpreter local service.
|
com.liferay.portlet.social.service.SocialActivityLimitLocalService |
getSocialActivityLimitLocalService()
Returns the social activity limit local service.
|
com.liferay.portlet.social.service.persistence.SocialActivityLimitPersistence |
getSocialActivityLimitPersistence()
Returns the social activity limit persistence.
|
com.liferay.portlet.social.service.SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service.
|
com.liferay.portlet.social.service.persistence.SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence.
|
com.liferay.portlet.social.service.SocialActivityService |
getSocialActivityService()
Returns the social activity remote service.
|
com.liferay.portlet.social.service.persistence.SocialActivitySetFinder |
getSocialActivitySetFinder()
Returns the social activity set finder.
|
com.liferay.portlet.social.service.SocialActivitySetLocalService |
getSocialActivitySetLocalService()
Returns the social activity set local service.
|
com.liferay.portlet.social.service.persistence.SocialActivitySetPersistence |
getSocialActivitySetPersistence()
Returns the social activity set persistence.
|
com.liferay.portlet.social.service.SocialActivitySettingLocalService |
getSocialActivitySettingLocalService()
Returns the social activity setting local service.
|
com.liferay.portlet.social.service.persistence.SocialActivitySettingPersistence |
getSocialActivitySettingPersistence()
Returns the social activity setting persistence.
|
com.liferay.portlet.social.service.SocialActivitySettingService |
getSocialActivitySettingService()
Returns the social activity setting remote service.
|
com.liferay.portlet.social.service.SocialRelationLocalService |
getSocialRelationLocalService()
Returns the social relation local service.
|
com.liferay.portlet.social.service.persistence.SocialRelationPersistence |
getSocialRelationPersistence()
Returns the social relation persistence.
|
com.liferay.portlet.social.service.SocialRequestInterpreterLocalService |
getSocialRequestInterpreterLocalService()
Returns the social request interpreter local service.
|
com.liferay.portlet.social.service.SocialRequestLocalService |
getSocialRequestLocalService()
Returns the social request local service.
|
com.liferay.portlet.social.service.persistence.SocialRequestPersistence |
getSocialRequestPersistence()
Returns the social request persistence.
|
com.liferay.portlet.social.service.SocialRequestService |
getSocialRequestService()
Returns the social request remote service.
|
com.liferay.portal.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.service.UserService |
getUserService()
Returns the user remote service.
|
protected void |
runSQL(java.lang.String sql)
Performs an SQL query.
|
void |
setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.
|
void |
setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.
|
void |
setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.
|
void |
setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
Sets the asset entry remote service.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setGroupService(com.liferay.portal.service.GroupService groupService)
Sets the group remote service.
|
void |
setLockFinder(com.liferay.portal.service.persistence.LockFinder lockFinder)
Sets the lock finder.
|
void |
setLockLocalService(com.liferay.portal.service.LockLocalService lockLocalService)
Sets the lock local service.
|
void |
setLockPersistence(com.liferay.portal.service.persistence.LockPersistence lockPersistence)
Sets the lock persistence.
|
void |
setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setSocialActivityAchievementLocalService(com.liferay.portlet.social.service.SocialActivityAchievementLocalService socialActivityAchievementLocalService)
Sets the social activity achievement local service.
|
void |
setSocialActivityAchievementPersistence(com.liferay.portlet.social.service.persistence.SocialActivityAchievementPersistence socialActivityAchievementPersistence)
Sets the social activity achievement persistence.
|
void |
setSocialActivityCounterFinder(com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder socialActivityCounterFinder)
Sets the social activity counter finder.
|
void |
setSocialActivityCounterLocalService(com.liferay.portlet.social.service.SocialActivityCounterLocalService socialActivityCounterLocalService)
Sets the social activity counter local service.
|
void |
setSocialActivityCounterPersistence(com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence socialActivityCounterPersistence)
Sets the social activity counter persistence.
|
void |
setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)
Sets the social activity finder.
|
void |
setSocialActivityInterpreterLocalService(com.liferay.portlet.social.service.SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
Sets the social activity interpreter local service.
|
void |
setSocialActivityLimitLocalService(com.liferay.portlet.social.service.SocialActivityLimitLocalService socialActivityLimitLocalService)
Sets the social activity limit local service.
|
void |
setSocialActivityLimitPersistence(com.liferay.portlet.social.service.persistence.SocialActivityLimitPersistence socialActivityLimitPersistence)
Sets the social activity limit persistence.
|
void |
setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.
|
void |
setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.
|
void |
setSocialActivityService(com.liferay.portlet.social.service.SocialActivityService socialActivityService)
Sets the social activity remote service.
|
void |
setSocialActivitySetFinder(com.liferay.portlet.social.service.persistence.SocialActivitySetFinder socialActivitySetFinder)
Sets the social activity set finder.
|
void |
setSocialActivitySetLocalService(com.liferay.portlet.social.service.SocialActivitySetLocalService socialActivitySetLocalService)
Sets the social activity set local service.
|
void |
setSocialActivitySetPersistence(com.liferay.portlet.social.service.persistence.SocialActivitySetPersistence socialActivitySetPersistence)
Sets the social activity set persistence.
|
void |
setSocialActivitySettingLocalService(com.liferay.portlet.social.service.SocialActivitySettingLocalService socialActivitySettingLocalService)
Sets the social activity setting local service.
|
void |
setSocialActivitySettingPersistence(com.liferay.portlet.social.service.persistence.SocialActivitySettingPersistence socialActivitySettingPersistence)
Sets the social activity setting persistence.
|
void |
setSocialActivitySettingService(com.liferay.portlet.social.service.SocialActivitySettingService socialActivitySettingService)
Sets the social activity setting remote service.
|
void |
setSocialRelationLocalService(com.liferay.portlet.social.service.SocialRelationLocalService socialRelationLocalService)
Sets the social relation local service.
|
void |
setSocialRelationPersistence(com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence)
Sets the social relation persistence.
|
void |
setSocialRequestInterpreterLocalService(com.liferay.portlet.social.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
Sets the social request interpreter local service.
|
void |
setSocialRequestLocalService(com.liferay.portlet.social.service.SocialRequestLocalService socialRequestLocalService)
Sets the social request local service.
|
void |
setSocialRequestPersistence(com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence)
Sets the social request persistence.
|
void |
setSocialRequestService(com.liferay.portlet.social.service.SocialRequestService socialRequestService)
Sets the social request remote service.
|
void |
setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.
|
com.liferay.portlet.social.model.SocialActivityCounter |
updateSocialActivityCounter(com.liferay.portlet.social.model.SocialActivityCounter socialActivityCounter)
Updates the social activity counter in the database or adds it if it does not yet exist.
|
getClassLoader, getLayoutURL, getLayoutURLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddActivityCounter, addActivityCounter, addActivityCounter, addActivityCounters, createActivityCounter, createActivityCounter, deleteActivityCounters, deleteActivityCounters, deleteActivityCounters, disableActivityCounters, disableActivityCounters, enableActivityCounters, enableActivityCounters, fetchActivityCounterByEndPeriod, fetchActivityCounterByStartPeriod, fetchLatestActivityCounter, getOffsetActivityCounters, getOffsetDistributionActivityCounters, getPeriodActivityCounters, getPeriodDistributionActivityCounters, getUserActivityCounters, getUserActivityCountersCount, incrementUserAchievementCounter@BeanReference(type=com.liferay.portlet.social.service.SocialActivityLocalService.class) protected com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService
@BeanReference(type=com.liferay.portlet.social.service.SocialActivityService.class) protected com.liferay.portlet.social.service.SocialActivityService socialActivityService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityFinder.class) protected com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder
@BeanReference(type=com.liferay.portlet.social.service.SocialActivityAchievementLocalService.class) protected com.liferay.portlet.social.service.SocialActivityAchievementLocalService socialActivityAchievementLocalService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityAchievementPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialActivityAchievementPersistence socialActivityAchievementPersistence
@BeanReference(type=com.liferay.portlet.social.service.SocialActivityCounterLocalService.class) protected com.liferay.portlet.social.service.SocialActivityCounterLocalService socialActivityCounterLocalService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence socialActivityCounterPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder.class) protected com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder socialActivityCounterFinder
@BeanReference(type=com.liferay.portlet.social.service.SocialActivityInterpreterLocalService.class) protected com.liferay.portlet.social.service.SocialActivityInterpreterLocalService socialActivityInterpreterLocalService
@BeanReference(type=com.liferay.portlet.social.service.SocialActivityLimitLocalService.class) protected com.liferay.portlet.social.service.SocialActivityLimitLocalService socialActivityLimitLocalService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityLimitPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialActivityLimitPersistence socialActivityLimitPersistence
@BeanReference(type=com.liferay.portlet.social.service.SocialActivitySetLocalService.class) protected com.liferay.portlet.social.service.SocialActivitySetLocalService socialActivitySetLocalService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivitySetPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialActivitySetPersistence socialActivitySetPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivitySetFinder.class) protected com.liferay.portlet.social.service.persistence.SocialActivitySetFinder socialActivitySetFinder
@BeanReference(type=com.liferay.portlet.social.service.SocialActivitySettingLocalService.class) protected com.liferay.portlet.social.service.SocialActivitySettingLocalService socialActivitySettingLocalService
@BeanReference(type=com.liferay.portlet.social.service.SocialActivitySettingService.class) protected com.liferay.portlet.social.service.SocialActivitySettingService socialActivitySettingService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivitySettingPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialActivitySettingPersistence socialActivitySettingPersistence
@BeanReference(type=com.liferay.portlet.social.service.SocialRelationLocalService.class) protected com.liferay.portlet.social.service.SocialRelationLocalService socialRelationLocalService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialRelationPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence
@BeanReference(type=com.liferay.portlet.social.service.SocialRequestLocalService.class) protected com.liferay.portlet.social.service.SocialRequestLocalService socialRequestLocalService
@BeanReference(type=com.liferay.portlet.social.service.SocialRequestService.class) protected com.liferay.portlet.social.service.SocialRequestService socialRequestService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialRequestPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence
@BeanReference(type=com.liferay.portlet.social.service.SocialRequestInterpreterLocalService.class) protected com.liferay.portlet.social.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.service.GroupLocalService.class) protected com.liferay.portal.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.service.GroupService.class) protected com.liferay.portal.service.GroupService groupService
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class) protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.service.persistence.GroupFinder.class) protected com.liferay.portal.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.service.LockLocalService.class) protected com.liferay.portal.service.LockLocalService lockLocalService
@BeanReference(type=com.liferay.portal.service.persistence.LockPersistence.class) protected com.liferay.portal.service.persistence.LockPersistence lockPersistence
@BeanReference(type=com.liferay.portal.service.persistence.LockFinder.class) protected com.liferay.portal.service.persistence.LockFinder lockFinder
@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class) protected com.liferay.portal.service.ResourceLocalService resourceLocalService
@BeanReference(type=com.liferay.portal.service.UserLocalService.class) protected com.liferay.portal.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.service.UserService.class) protected com.liferay.portal.service.UserService userService
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class) protected com.liferay.portal.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portlet.asset.service.AssetEntryLocalService.class) protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService
@BeanReference(type=com.liferay.portlet.asset.service.AssetEntryService.class) protected com.liferay.portlet.asset.service.AssetEntryService assetEntryService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryFinder.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder
@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
public SocialActivityCounterLocalServiceBaseImpl()
@Indexable(type=REINDEX)
public com.liferay.portlet.social.model.SocialActivityCounter addSocialActivityCounter(com.liferay.portlet.social.model.SocialActivityCounter socialActivityCounter)
throws com.liferay.portal.kernel.exception.SystemException
addSocialActivityCounter in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicesocialActivityCounter - the social activity countercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialActivityCounter createSocialActivityCounter(long activityCounterId)
createSocialActivityCounter in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServiceactivityCounterId - the primary key for the new social activity counter@Indexable(type=DELETE)
public com.liferay.portlet.social.model.SocialActivityCounter deleteSocialActivityCounter(long activityCounterId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
deleteSocialActivityCounter in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServiceactivityCounterId - the primary key of the social activity countercom.liferay.portal.kernel.exception.PortalException - if a social activity counter with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurred@Indexable(type=DELETE)
public com.liferay.portlet.social.model.SocialActivityCounter deleteSocialActivityCounter(com.liferay.portlet.social.model.SocialActivityCounter socialActivityCounter)
throws com.liferay.portal.kernel.exception.SystemException
deleteSocialActivityCounter in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicesocialActivityCounter - the social activity countercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicepublic java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
dynamicQuery in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicedynamicQuery - the dynamic querycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 SocialActivityCounterModelImpl. 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.portlet.social.service.SocialActivityCounterLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 SocialActivityCounterModelImpl. 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.portlet.social.service.SocialActivityCounterLocalServicedynamicQuery - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
dynamicQueryCount in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicedynamicQuery - the dynamic querycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
throws com.liferay.portal.kernel.exception.SystemException
dynamicQueryCount in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querycom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialActivityCounter fetchSocialActivityCounter(long activityCounterId)
throws com.liferay.portal.kernel.exception.SystemException
fetchSocialActivityCounter in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicecom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.social.model.SocialActivityCounter getSocialActivityCounter(long activityCounterId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
getSocialActivityCounter in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServiceactivityCounterId - the primary key of the social activity countercom.liferay.portal.kernel.exception.PortalException - if a social activity counter with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicegetPersistedModel in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicecom.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> getSocialActivityCounters(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 SocialActivityCounterModelImpl. 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.
getSocialActivityCounters in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicestart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getSocialActivityCountersCount()
throws com.liferay.portal.kernel.exception.SystemException
getSocialActivityCountersCount in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicecom.liferay.portal.kernel.exception.SystemException - if a system exception occurred@Indexable(type=REINDEX)
public com.liferay.portlet.social.model.SocialActivityCounter updateSocialActivityCounter(com.liferay.portlet.social.model.SocialActivityCounter socialActivityCounter)
throws com.liferay.portal.kernel.exception.SystemException
updateSocialActivityCounter in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicesocialActivityCounter - the social activity countercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService - the social activity local servicepublic com.liferay.portlet.social.service.SocialActivityService getSocialActivityService()
public void setSocialActivityService(com.liferay.portlet.social.service.SocialActivityService socialActivityService)
socialActivityService - the social activity remote servicepublic com.liferay.portlet.social.service.persistence.SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence - the social activity persistencepublic com.liferay.portlet.social.service.persistence.SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)
socialActivityFinder - the social activity finderpublic com.liferay.portlet.social.service.SocialActivityAchievementLocalService getSocialActivityAchievementLocalService()
public void setSocialActivityAchievementLocalService(com.liferay.portlet.social.service.SocialActivityAchievementLocalService socialActivityAchievementLocalService)
socialActivityAchievementLocalService - the social activity achievement local servicepublic com.liferay.portlet.social.service.persistence.SocialActivityAchievementPersistence getSocialActivityAchievementPersistence()
public void setSocialActivityAchievementPersistence(com.liferay.portlet.social.service.persistence.SocialActivityAchievementPersistence socialActivityAchievementPersistence)
socialActivityAchievementPersistence - the social activity achievement persistencepublic com.liferay.portlet.social.service.SocialActivityCounterLocalService getSocialActivityCounterLocalService()
public void setSocialActivityCounterLocalService(com.liferay.portlet.social.service.SocialActivityCounterLocalService socialActivityCounterLocalService)
socialActivityCounterLocalService - the social activity counter local servicepublic com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence getSocialActivityCounterPersistence()
public void setSocialActivityCounterPersistence(com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence socialActivityCounterPersistence)
socialActivityCounterPersistence - the social activity counter persistencepublic com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder getSocialActivityCounterFinder()
public void setSocialActivityCounterFinder(com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder socialActivityCounterFinder)
socialActivityCounterFinder - the social activity counter finderpublic com.liferay.portlet.social.service.SocialActivityInterpreterLocalService getSocialActivityInterpreterLocalService()
public void setSocialActivityInterpreterLocalService(com.liferay.portlet.social.service.SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
socialActivityInterpreterLocalService - the social activity interpreter local servicepublic com.liferay.portlet.social.service.SocialActivityLimitLocalService getSocialActivityLimitLocalService()
public void setSocialActivityLimitLocalService(com.liferay.portlet.social.service.SocialActivityLimitLocalService socialActivityLimitLocalService)
socialActivityLimitLocalService - the social activity limit local servicepublic com.liferay.portlet.social.service.persistence.SocialActivityLimitPersistence getSocialActivityLimitPersistence()
public void setSocialActivityLimitPersistence(com.liferay.portlet.social.service.persistence.SocialActivityLimitPersistence socialActivityLimitPersistence)
socialActivityLimitPersistence - the social activity limit persistencepublic com.liferay.portlet.social.service.SocialActivitySetLocalService getSocialActivitySetLocalService()
public void setSocialActivitySetLocalService(com.liferay.portlet.social.service.SocialActivitySetLocalService socialActivitySetLocalService)
socialActivitySetLocalService - the social activity set local servicepublic com.liferay.portlet.social.service.persistence.SocialActivitySetPersistence getSocialActivitySetPersistence()
public void setSocialActivitySetPersistence(com.liferay.portlet.social.service.persistence.SocialActivitySetPersistence socialActivitySetPersistence)
socialActivitySetPersistence - the social activity set persistencepublic com.liferay.portlet.social.service.persistence.SocialActivitySetFinder getSocialActivitySetFinder()
public void setSocialActivitySetFinder(com.liferay.portlet.social.service.persistence.SocialActivitySetFinder socialActivitySetFinder)
socialActivitySetFinder - the social activity set finderpublic com.liferay.portlet.social.service.SocialActivitySettingLocalService getSocialActivitySettingLocalService()
public void setSocialActivitySettingLocalService(com.liferay.portlet.social.service.SocialActivitySettingLocalService socialActivitySettingLocalService)
socialActivitySettingLocalService - the social activity setting local servicepublic com.liferay.portlet.social.service.SocialActivitySettingService getSocialActivitySettingService()
public void setSocialActivitySettingService(com.liferay.portlet.social.service.SocialActivitySettingService socialActivitySettingService)
socialActivitySettingService - the social activity setting remote servicepublic com.liferay.portlet.social.service.persistence.SocialActivitySettingPersistence getSocialActivitySettingPersistence()
public void setSocialActivitySettingPersistence(com.liferay.portlet.social.service.persistence.SocialActivitySettingPersistence socialActivitySettingPersistence)
socialActivitySettingPersistence - the social activity setting persistencepublic com.liferay.portlet.social.service.SocialRelationLocalService getSocialRelationLocalService()
public void setSocialRelationLocalService(com.liferay.portlet.social.service.SocialRelationLocalService socialRelationLocalService)
socialRelationLocalService - the social relation local servicepublic com.liferay.portlet.social.service.persistence.SocialRelationPersistence getSocialRelationPersistence()
public void setSocialRelationPersistence(com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence)
socialRelationPersistence - the social relation persistencepublic com.liferay.portlet.social.service.SocialRequestLocalService getSocialRequestLocalService()
public void setSocialRequestLocalService(com.liferay.portlet.social.service.SocialRequestLocalService socialRequestLocalService)
socialRequestLocalService - the social request local servicepublic com.liferay.portlet.social.service.SocialRequestService getSocialRequestService()
public void setSocialRequestService(com.liferay.portlet.social.service.SocialRequestService socialRequestService)
socialRequestService - the social request remote servicepublic com.liferay.portlet.social.service.persistence.SocialRequestPersistence getSocialRequestPersistence()
public void setSocialRequestPersistence(com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence)
socialRequestPersistence - the social request persistencepublic com.liferay.portlet.social.service.SocialRequestInterpreterLocalService getSocialRequestInterpreterLocalService()
public void setSocialRequestInterpreterLocalService(com.liferay.portlet.social.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
socialRequestInterpreterLocalService - the social request interpreter local servicepublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.service.GroupService getGroupService()
public void setGroupService(com.liferay.portal.service.GroupService groupService)
groupService - the group remote servicepublic com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
groupFinder - the group finderpublic com.liferay.portal.service.LockLocalService getLockLocalService()
public void setLockLocalService(com.liferay.portal.service.LockLocalService lockLocalService)
lockLocalService - the lock local servicepublic com.liferay.portal.service.persistence.LockPersistence getLockPersistence()
public void setLockPersistence(com.liferay.portal.service.persistence.LockPersistence lockPersistence)
lockPersistence - the lock persistencepublic com.liferay.portal.service.persistence.LockFinder getLockFinder()
public void setLockFinder(com.liferay.portal.service.persistence.LockFinder lockFinder)
lockFinder - the lock finderpublic com.liferay.portal.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.service.UserService getUserService()
public void setUserService(com.liferay.portal.service.UserService userService)
userService - the user remote servicepublic com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService()
public void setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
assetEntryService - the asset entry remote servicepublic com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic void afterPropertiesSet()
public void destroy()
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeangetBeanIdentifier in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeansetBeanIdentifier in interface com.liferay.portlet.social.service.SocialActivityCounterLocalServicebeanIdentifier - the Spring bean ID for this beanprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
throws com.liferay.portal.kernel.exception.SystemException
sql - the sql querycom.liferay.portal.kernel.exception.SystemException