Package com.liferay.portal.service.impl
Class PluginSettingServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PluginSettingServiceBaseImpl
com.liferay.portal.service.impl.PluginSettingServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.PluginSettingService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.PluginSettingServiceBaseImpl
counterLocalService, pluginSettingLocalService, pluginSettingPersistence, 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 TypeMethodDescriptioncom.liferay.portal.kernel.model.PluginSetting
updatePluginSetting
(long companyId, String pluginId, String pluginType, String roles, boolean active) Methods inherited from class com.liferay.portal.service.base.PluginSettingServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPluginSettingLocalService, getPluginSettingPersistence, getPluginSettingService, runSQL, setCounterLocalService, setPluginSettingLocalService, setPluginSettingPersistence, setPluginSettingService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
PluginSettingServiceImpl
public PluginSettingServiceImpl()
-
-
Method Details