Package com.liferay.portal.service.base
Class PluginSettingServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PluginSettingServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.PluginSettingService
- Direct Known Subclasses:
PluginSettingServiceImpl
public abstract class PluginSettingServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.PluginSettingService
Provides the base implementation for the plugin 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 PluginSettingServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalServiceprotected com.liferay.portal.kernel.service.PluginSettingLocalServiceprotected com.liferay.portal.kernel.service.persistence.PluginSettingPersistenceprotected com.liferay.portal.kernel.service.PluginSettingServiceFields 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 TypeMethodDescriptionvoidvoiddestroy()com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.protected Class<?>protected StringReturns the OSGi service identifier.com.liferay.portal.kernel.service.PluginSettingLocalServiceReturns the plugin setting local service.com.liferay.portal.kernel.service.persistence.PluginSettingPersistenceReturns the plugin setting persistence.com.liferay.portal.kernel.service.PluginSettingServiceReturns the plugin setting remote service.protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetPluginSettingLocalService(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService) Sets the plugin setting local service.voidsetPluginSettingPersistence(com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence) Sets the plugin setting persistence.voidsetPluginSettingService(com.liferay.portal.kernel.service.PluginSettingService pluginSettingService) Sets the plugin setting remote service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PluginSettingService
updatePluginSetting
-
Field Details
-
pluginSettingLocalService
@BeanReference(type=com.liferay.portal.kernel.service.PluginSettingLocalService.class) protected com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService -
pluginSettingService
@BeanReference(type=com.liferay.portal.kernel.service.PluginSettingService.class) protected com.liferay.portal.kernel.service.PluginSettingService pluginSettingService -
pluginSettingPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.PluginSettingPersistence.class) protected com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
PluginSettingServiceBaseImpl
public PluginSettingServiceBaseImpl()
-
-
Method Details
-
getPluginSettingLocalService
public com.liferay.portal.kernel.service.PluginSettingLocalService getPluginSettingLocalService()Returns the plugin setting local service.- Returns:
- the plugin setting local service
-
setPluginSettingLocalService
public void setPluginSettingLocalService(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService) Sets the plugin setting local service.- Parameters:
pluginSettingLocalService- the plugin setting local service
-
getPluginSettingService
public com.liferay.portal.kernel.service.PluginSettingService getPluginSettingService()Returns the plugin setting remote service.- Returns:
- the plugin setting remote service
-
setPluginSettingService
public void setPluginSettingService(com.liferay.portal.kernel.service.PluginSettingService pluginSettingService) Sets the plugin setting remote service.- Parameters:
pluginSettingService- the plugin setting remote service
-
getPluginSettingPersistence
public com.liferay.portal.kernel.service.persistence.PluginSettingPersistence getPluginSettingPersistence()Returns the plugin setting persistence.- Returns:
- the plugin setting persistence
-
setPluginSettingPersistence
public void setPluginSettingPersistence(com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence) Sets the plugin setting persistence.- Parameters:
pluginSettingPersistence- the plugin 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:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.service.PluginSettingService- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-