com.liferay.portal.service
Class PluginSettingLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.PluginSettingLocalServiceWrapper
- All Implemented Interfaces:
- PluginSettingLocalService
public class PluginSettingLocalServiceWrapper
- extends java.lang.Object
- implements PluginSettingLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for PluginSettingLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
PluginSettingLocalService
- Generated:
Method Summary |
PluginSetting |
addPluginSetting(PluginSetting pluginSetting)
|
void |
checkPermission(long userId,
java.lang.String pluginId,
java.lang.String pluginType)
|
PluginSetting |
createPluginSetting(long pluginSettingId)
|
void |
deletePluginSetting(long pluginSettingId)
|
void |
deletePluginSetting(PluginSetting pluginSetting)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
PluginSetting |
getDefaultPluginSetting()
|
PluginSetting |
getPluginSetting(long pluginSettingId)
|
PluginSetting |
getPluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
|
java.util.List<PluginSetting> |
getPluginSettings(int start,
int end)
|
int |
getPluginSettingsCount()
|
PluginSettingLocalService |
getWrappedPluginSettingLocalService()
|
boolean |
hasPermission(long userId,
java.lang.String pluginId,
java.lang.String pluginType)
|
PluginSetting |
updatePluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType,
java.lang.String roles,
boolean active)
|
PluginSetting |
updatePluginSetting(PluginSetting pluginSetting)
|
PluginSetting |
updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginSettingLocalServiceWrapper
public PluginSettingLocalServiceWrapper(PluginSettingLocalService pluginSettingLocalService)
addPluginSetting
public PluginSetting addPluginSetting(PluginSetting pluginSetting)
throws com.liferay.portal.SystemException
- Specified by:
addPluginSetting
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
createPluginSetting
public PluginSetting createPluginSetting(long pluginSettingId)
- Specified by:
createPluginSetting
in interface PluginSettingLocalService
deletePluginSetting
public void deletePluginSetting(long pluginSettingId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deletePluginSetting
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deletePluginSetting
public void deletePluginSetting(PluginSetting pluginSetting)
throws com.liferay.portal.SystemException
- Specified by:
deletePluginSetting
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
getPluginSetting
public PluginSetting getPluginSetting(long pluginSettingId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getPluginSetting
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getPluginSettings
public java.util.List<PluginSetting> getPluginSettings(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getPluginSettings
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
getPluginSettingsCount
public int getPluginSettingsCount()
throws com.liferay.portal.SystemException
- Specified by:
getPluginSettingsCount
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
updatePluginSetting
public PluginSetting updatePluginSetting(PluginSetting pluginSetting)
throws com.liferay.portal.SystemException
- Specified by:
updatePluginSetting
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
updatePluginSetting
public PluginSetting updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updatePluginSetting
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
checkPermission
public void checkPermission(long userId,
java.lang.String pluginId,
java.lang.String pluginType)
throws com.liferay.portal.PortalException
- Specified by:
checkPermission
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.PortalException
getDefaultPluginSetting
public PluginSetting getDefaultPluginSetting()
- Specified by:
getDefaultPluginSetting
in interface PluginSettingLocalService
getPluginSetting
public PluginSetting getPluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
throws com.liferay.portal.SystemException
- Specified by:
getPluginSetting
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
hasPermission
public boolean hasPermission(long userId,
java.lang.String pluginId,
java.lang.String pluginType)
- Specified by:
hasPermission
in interface PluginSettingLocalService
updatePluginSetting
public PluginSetting updatePluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType,
java.lang.String roles,
boolean active)
throws com.liferay.portal.SystemException
- Specified by:
updatePluginSetting
in interface PluginSettingLocalService
- Throws:
com.liferay.portal.SystemException
getWrappedPluginSettingLocalService
public PluginSettingLocalService getWrappedPluginSettingLocalService()