com.liferay.portal.service
Class PluginSettingLocalServiceUtil
java.lang.Object
com.liferay.portal.service.PluginSettingLocalServiceUtil
public class PluginSettingLocalServiceUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
PluginSettingLocalService
bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- Author:
- Brian Wing Shun Chan
- See Also:
PluginSettingLocalService
- Generated:
Method Summary |
static PluginSetting |
addPluginSetting(PluginSetting pluginSetting)
|
static void |
checkPermission(long userId,
java.lang.String pluginId,
java.lang.String pluginType)
|
static PluginSetting |
createPluginSetting(long pluginSettingId)
|
static void |
deletePluginSetting(long pluginSettingId)
|
static void |
deletePluginSetting(PluginSetting pluginSetting)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
static PluginSetting |
getDefaultPluginSetting()
|
static PluginSetting |
getPluginSetting(long pluginSettingId)
|
static PluginSetting |
getPluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
|
static java.util.List<PluginSetting> |
getPluginSettings(int start,
int end)
|
static int |
getPluginSettingsCount()
|
static PluginSettingLocalService |
getService()
|
static boolean |
hasPermission(long userId,
java.lang.String pluginId,
java.lang.String pluginType)
|
void |
setService(PluginSettingLocalService service)
|
static PluginSetting |
updatePluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType,
java.lang.String roles,
boolean active)
|
static PluginSetting |
updatePluginSetting(PluginSetting pluginSetting)
|
static PluginSetting |
updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginSettingLocalServiceUtil
public PluginSettingLocalServiceUtil()
addPluginSetting
public static PluginSetting addPluginSetting(PluginSetting pluginSetting)
throws SystemException
- Throws:
SystemException
createPluginSetting
public static PluginSetting createPluginSetting(long pluginSettingId)
deletePluginSetting
public static void deletePluginSetting(long pluginSettingId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deletePluginSetting
public static void deletePluginSetting(PluginSetting pluginSetting)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getPluginSetting
public static PluginSetting getPluginSetting(long pluginSettingId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPluginSettings
public static java.util.List<PluginSetting> getPluginSettings(int start,
int end)
throws SystemException
- Throws:
SystemException
getPluginSettingsCount
public static int getPluginSettingsCount()
throws SystemException
- Throws:
SystemException
updatePluginSetting
public static PluginSetting updatePluginSetting(PluginSetting pluginSetting)
throws SystemException
- Throws:
SystemException
updatePluginSetting
public static PluginSetting updatePluginSetting(PluginSetting pluginSetting,
boolean merge)
throws SystemException
- Throws:
SystemException
checkPermission
public static void checkPermission(long userId,
java.lang.String pluginId,
java.lang.String pluginType)
throws PortalException
- Throws:
PortalException
getDefaultPluginSetting
public static PluginSetting getDefaultPluginSetting()
getPluginSetting
public static PluginSetting getPluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType)
throws SystemException
- Throws:
SystemException
hasPermission
public static boolean hasPermission(long userId,
java.lang.String pluginId,
java.lang.String pluginType)
updatePluginSetting
public static PluginSetting updatePluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType,
java.lang.String roles,
boolean active)
throws SystemException
- Throws:
SystemException
getService
public static PluginSettingLocalService getService()
setService
public void setService(PluginSettingLocalService service)