public abstract class SocialActivityServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.social.kernel.service.SocialActivityService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SocialActivityServiceImpl.
SocialActivityServiceImpl| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.social.kernel.service.persistence.SocialActivityFinder |
socialActivityFinder |
protected com.liferay.social.kernel.service.SocialActivityLocalService |
socialActivityLocalService |
protected com.liferay.social.kernel.service.persistence.SocialActivityPersistence |
socialActivityPersistence |
protected com.liferay.social.kernel.service.SocialActivityService |
socialActivityService |
| Constructor and Description |
|---|
SocialActivityServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.social.kernel.service.persistence.SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder.
|
com.liferay.social.kernel.service.SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service.
|
com.liferay.social.kernel.service.persistence.SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence.
|
com.liferay.social.kernel.service.SocialActivityService |
getSocialActivityService()
Returns the social activity remote service.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setSocialActivityFinder(com.liferay.social.kernel.service.persistence.SocialActivityFinder socialActivityFinder)
Sets the social activity finder.
|
void |
setSocialActivityLocalService(com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.
|
void |
setSocialActivityPersistence(com.liferay.social.kernel.service.persistence.SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.
|
void |
setSocialActivityService(com.liferay.social.kernel.service.SocialActivityService socialActivityService)
Sets the social activity remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActivities, getActivities, getActivities, getActivities, getActivitiesCount, getActivitiesCount, getActivitiesCount, getActivitiesCount, getActivity, getActivitySetActivities, getGroupActivities, getGroupActivitiesCount, getGroupUsersActivities, getGroupUsersActivitiesCount, getMirrorActivity, getOrganizationActivities, getOrganizationActivitiesCount, getOrganizationUsersActivities, getOrganizationUsersActivitiesCount, getRelationActivities, getRelationActivities, getRelationActivitiesCount, getRelationActivitiesCount, getUserActivities, getUserActivitiesCount, getUserGroupsActivities, getUserGroupsActivitiesCount, getUserGroupsAndOrganizationsActivities, getUserGroupsAndOrganizationsActivitiesCount, getUserOrganizationsActivities, getUserOrganizationsActivitiesCount@BeanReference(type=com.liferay.social.kernel.service.SocialActivityLocalService.class) protected com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService
@BeanReference(type=com.liferay.social.kernel.service.SocialActivityService.class) protected com.liferay.social.kernel.service.SocialActivityService socialActivityService
@BeanReference(type=com.liferay.social.kernel.service.persistence.SocialActivityPersistence.class) protected com.liferay.social.kernel.service.persistence.SocialActivityPersistence socialActivityPersistence
@BeanReference(type=com.liferay.social.kernel.service.persistence.SocialActivityFinder.class) protected com.liferay.social.kernel.service.persistence.SocialActivityFinder socialActivityFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.social.kernel.service.SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService - the social activity local servicepublic com.liferay.social.kernel.service.SocialActivityService getSocialActivityService()
public void setSocialActivityService(com.liferay.social.kernel.service.SocialActivityService socialActivityService)
socialActivityService - the social activity remote servicepublic com.liferay.social.kernel.service.persistence.SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(com.liferay.social.kernel.service.persistence.SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence - the social activity persistencepublic com.liferay.social.kernel.service.persistence.SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(com.liferay.social.kernel.service.persistence.SocialActivityFinder socialActivityFinder)
socialActivityFinder - the social activity finderpublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.social.kernel.service.SocialActivityServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query