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 TypeMethodDescriptionvoidcheckPermission(long userId, String pluginId, String pluginType) com.liferay.portal.kernel.model.PluginSettingcom.liferay.portal.kernel.model.PluginSettinggetPluginSetting(long companyId, String pluginId, String pluginType) booleanhasPermission(long userId, String pluginId, String pluginType) com.liferay.portal.kernel.model.PluginSettingupdatePluginSetting(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, updatePluginSettingMethods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods 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.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
-