Package com.liferay.portal.service.impl
Class PluginSettingLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.PluginSettingLocalServiceBaseImpl
com.liferay.portal.service.impl.PluginSettingLocalServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.portal.kernel.service.PluginSettingLocalService
- Author:
- Jorge Ferrer
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.PluginSettingLocalServiceBaseImpl
counterLocalService, pluginSettingLocalService, pluginSettingPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkPermission
(long userId, String pluginId, String pluginType) com.liferay.portal.kernel.model.PluginSetting
com.liferay.portal.kernel.model.PluginSetting
getPluginSetting
(long companyId, String pluginId, String pluginType) boolean
hasPermission
(long userId, String pluginId, String pluginType) com.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.PluginSettingLocalServiceBaseImpl
addPluginSetting, afterPropertiesSet, createPersistedModel, createPluginSetting, deletePersistedModel, deletePluginSetting, deletePluginSetting, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchPluginSetting, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getPluginSetting, getPluginSettingLocalService, getPluginSettingPersistence, getPluginSettings, getPluginSettingsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setPluginSettingLocalService, setPluginSettingPersistence, updatePluginSetting
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
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.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
PluginSettingLocalServiceImpl
public PluginSettingLocalServiceImpl()
-
-
Method Details
-
checkPermission
@Transactional(propagation=SUPPORTS, readOnly=true) public void checkPermission(long userId, String pluginId, String pluginType) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultPluginSetting
@Transactional(enabled=false) public com.liferay.portal.kernel.model.PluginSetting getDefaultPluginSetting() -
getPluginSetting
-
hasPermission
-
updatePluginSetting
-