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.CounterLocalService
protected com.liferay.portal.kernel.service.PluginSettingLocalService
protected com.liferay.portal.kernel.service.persistence.PluginSettingPersistence
protected com.liferay.portal.kernel.service.PluginSettingService
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.portal.kernel.service.PluginSettingLocalService
Returns the plugin setting local service.com.liferay.portal.kernel.service.persistence.PluginSettingPersistence
Returns the plugin setting persistence.com.liferay.portal.kernel.service.PluginSettingService
Returns the plugin setting remote service.protected void
Performs a SQL query.void
setCounterLocalService
(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.void
setPluginSettingLocalService
(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService) Sets the plugin setting local service.void
setPluginSettingPersistence
(com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence) Sets the plugin setting persistence.void
setPluginSettingService
(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, 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.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:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.service.PluginSettingService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-