com.liferay.portal.service.base
Class PluginSettingLocalServiceBaseImpl
java.lang.Object
com.liferay.portal.service.base.PluginSettingLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.service.PluginSettingLocalService
- Direct Known Subclasses:
- PluginSettingLocalServiceImpl
- public abstract class PluginSettingLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portal.service.PluginSettingLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.PluginSetting |
addPluginSetting(com.liferay.portal.model.PluginSetting model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portal.model.PluginSetting |
updatePluginSetting(com.liferay.portal.model.PluginSetting model)
|
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.service.PluginSettingLocalService |
checkPermission, getDefaultPluginSetting, getPluginSetting, hasPermission, updatePluginSetting |
PluginSettingLocalServiceBaseImpl
public PluginSettingLocalServiceBaseImpl()
addPluginSetting
public com.liferay.portal.model.PluginSetting addPluginSetting(com.liferay.portal.model.PluginSetting model)
throws com.liferay.portal.SystemException
- Specified by:
addPluginSetting
in interface com.liferay.portal.service.PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
updatePluginSetting
public com.liferay.portal.model.PluginSetting updatePluginSetting(com.liferay.portal.model.PluginSetting model)
throws com.liferay.portal.SystemException
- Specified by:
updatePluginSetting
in interface com.liferay.portal.service.PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException