|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.PluginSettingServiceWrapper
public class PluginSettingServiceWrapper
This class is a wrapper for PluginSettingService
.
PluginSettingService
Constructor Summary | |
---|---|
PluginSettingServiceWrapper(PluginSettingService pluginSettingService)
|
Method Summary | |
---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
PluginSettingService |
getWrappedPluginSettingService()
Deprecated. Renamed to getWrappedService() |
PluginSettingService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedPluginSettingService(PluginSettingService pluginSettingService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.PluginSettingService) |
void |
setWrappedService(PluginSettingService pluginSettingService)
|
PluginSetting |
updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginSettingServiceWrapper(PluginSettingService pluginSettingService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface PluginSettingService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface PluginSettingService
beanIdentifier
- the Spring bean ID for this beanpublic PluginSetting updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) throws PortalException, SystemException
updatePluginSetting
in interface PluginSettingService
PortalException
SystemException
public PluginSettingService getWrappedPluginSettingService()
getWrappedService()
public void setWrappedPluginSettingService(PluginSettingService pluginSettingService)
setWrappedService(com.liferay.portal.service.PluginSettingService)
public PluginSettingService getWrappedService()
getWrappedService
in interface ServiceWrapper<PluginSettingService>
public void setWrappedService(PluginSettingService pluginSettingService)
setWrappedService
in interface ServiceWrapper<PluginSettingService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |