com.liferay.portal.service
Class LayoutSetServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutSetServiceWrapper
- All Implemented Interfaces:
- LayoutSetService, ServiceWrapper<LayoutSetService>
public class LayoutSetServiceWrapper
- extends Object
- implements LayoutSetService, ServiceWrapper<LayoutSetService>
This class is a wrapper for LayoutSetService.
- See Also:
LayoutSetService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
Method Summary |
LayoutSetService |
getWrappedLayoutSetService()
Deprecated. Renamed to getWrappedService() |
LayoutSetService |
getWrappedService()
|
void |
setWrappedLayoutSetService(LayoutSetService layoutSetService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutSetService) |
void |
setWrappedService(LayoutSetService layoutSetService)
|
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream)
|
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream,
boolean cleanUpStream)
|
LayoutSet |
updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
LayoutSet |
updateSettings(long groupId,
boolean privateLayout,
String settings)
|
LayoutSet |
updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHost)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutSetServiceWrapper
public LayoutSetServiceWrapper(LayoutSetService layoutSetService)
updateLogo
public void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream)
throws PortalException,
SystemException
- Specified by:
updateLogo in interface LayoutSetService
- Throws:
PortalException
SystemException
updateLogo
public void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream,
boolean cleanUpStream)
throws PortalException,
SystemException
- Specified by:
updateLogo in interface LayoutSetService
- Throws:
PortalException
SystemException
updateLookAndFeel
public LayoutSet updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
throws PortalException,
SystemException
- Specified by:
updateLookAndFeel in interface LayoutSetService
- Throws:
PortalException
SystemException
updateSettings
public LayoutSet updateSettings(long groupId,
boolean privateLayout,
String settings)
throws PortalException,
SystemException
- Specified by:
updateSettings in interface LayoutSetService
- Throws:
PortalException
SystemException
updateVirtualHost
public LayoutSet updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHost)
throws PortalException,
SystemException
- Specified by:
updateVirtualHost in interface LayoutSetService
- Throws:
PortalException
SystemException
getWrappedLayoutSetService
public LayoutSetService getWrappedLayoutSetService()
- Deprecated. Renamed to
getWrappedService()
setWrappedLayoutSetService
public void setWrappedLayoutSetService(LayoutSetService layoutSetService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.LayoutSetService)
getWrappedService
public LayoutSetService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<LayoutSetService>
setWrappedService
public void setWrappedService(LayoutSetService layoutSetService)
- Specified by:
setWrappedService in interface ServiceWrapper<LayoutSetService>