Class SocialActivitySettingServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.social.service.base.SocialActivitySettingServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.social.kernel.service.SocialActivitySettingService
- Direct Known Subclasses:
SocialActivitySettingServiceImpl
public abstract class SocialActivitySettingServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.social.kernel.service.SocialActivitySettingService
Provides the base implementation for the social activity setting remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SocialActivitySettingServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalService
protected com.liferay.social.kernel.service.SocialActivitySettingLocalService
protected com.liferay.social.kernel.service.persistence.SocialActivitySettingPersistence
protected com.liferay.social.kernel.service.SocialActivitySettingService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.protected Class<?>
protected String
Returns the OSGi service identifier.com.liferay.social.kernel.service.SocialActivitySettingLocalService
Returns the social activity setting local service.com.liferay.social.kernel.service.persistence.SocialActivitySettingPersistence
Returns the social activity setting persistence.com.liferay.social.kernel.service.SocialActivitySettingService
Returns the social activity setting remote service.protected void
Performs a SQL query.void
setCounterLocalService
(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.void
setSocialActivitySettingLocalService
(com.liferay.social.kernel.service.SocialActivitySettingLocalService socialActivitySettingLocalService) Sets the social activity setting local service.void
setSocialActivitySettingPersistence
(com.liferay.social.kernel.service.persistence.SocialActivitySettingPersistence socialActivitySettingPersistence) Sets the social activity setting persistence.void
setSocialActivitySettingService
(com.liferay.social.kernel.service.SocialActivitySettingService socialActivitySettingService) Sets the social activity setting remote service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.social.kernel.service.SocialActivitySettingService
getActivityDefinition, getActivityDefinitions, getActivitySettings, getJSONActivityDefinitions, updateActivitySetting, updateActivitySetting, updateActivitySettings
-
Field Details
-
socialActivitySettingService
@BeanReference(type=com.liferay.social.kernel.service.SocialActivitySettingService.class) protected com.liferay.social.kernel.service.SocialActivitySettingService socialActivitySettingService -
socialActivitySettingPersistence
@BeanReference(type=com.liferay.social.kernel.service.persistence.SocialActivitySettingPersistence.class) protected com.liferay.social.kernel.service.persistence.SocialActivitySettingPersistence socialActivitySettingPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
Constructor Details
-
SocialActivitySettingServiceBaseImpl
public SocialActivitySettingServiceBaseImpl()
-
-
Method Details
-
getSocialActivitySettingLocalService
public com.liferay.social.kernel.service.SocialActivitySettingLocalService getSocialActivitySettingLocalService()Returns the social activity setting local service.- Returns:
- the social activity setting local service
-
setSocialActivitySettingLocalService
public void setSocialActivitySettingLocalService(com.liferay.social.kernel.service.SocialActivitySettingLocalService socialActivitySettingLocalService) Sets the social activity setting local service.- Parameters:
socialActivitySettingLocalService
- the social activity setting local service
-
getSocialActivitySettingService
public com.liferay.social.kernel.service.SocialActivitySettingService getSocialActivitySettingService()Returns the social activity setting remote service.- Returns:
- the social activity setting remote service
-
setSocialActivitySettingService
public void setSocialActivitySettingService(com.liferay.social.kernel.service.SocialActivitySettingService socialActivitySettingService) Sets the social activity setting remote service.- Parameters:
socialActivitySettingService
- the social activity setting remote service
-
getSocialActivitySettingPersistence
public com.liferay.social.kernel.service.persistence.SocialActivitySettingPersistence getSocialActivitySettingPersistence()Returns the social activity setting persistence.- Returns:
- the social activity setting persistence
-
setSocialActivitySettingPersistence
public void setSocialActivitySettingPersistence(com.liferay.social.kernel.service.persistence.SocialActivitySettingPersistence socialActivitySettingPersistence) Sets the social activity setting persistence.- Parameters:
socialActivitySettingPersistence
- the social activity setting persistence
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService
- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.social.kernel.service.SocialActivitySettingService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-
socialActivitySettingLocalService