|
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.LayoutSetServiceWrapper
public class LayoutSetServiceWrapper
This class is a wrapper for LayoutSetService
.
LayoutSetService
Constructor Summary | |
---|---|
LayoutSetServiceWrapper(LayoutSetService layoutSetService)
|
Method Summary | |
---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
LayoutSetService |
getWrappedLayoutSetService()
Deprecated. Renamed to getWrappedService() |
LayoutSetService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedLayoutSetService(LayoutSetService layoutSetService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutSetService) |
void |
setWrappedService(LayoutSetService layoutSetService)
|
void |
updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled)
Deprecated. updateLayoutSetPrototypeLinkEnabled(long, boolean,
boolean, String) |
void |
updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
String layoutSetPrototypeUuid)
Updates the state of the layout set prototype link. |
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 |
Constructor Detail |
---|
public LayoutSetServiceWrapper(LayoutSetService layoutSetService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface LayoutSetService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface LayoutSetService
beanIdentifier
- the Spring bean ID for this beanpublic void updateLayoutSetPrototypeLinkEnabled(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled) throws PortalException, SystemException
updateLayoutSetPrototypeLinkEnabled(long, boolean,
boolean, String)
updateLayoutSetPrototypeLinkEnabled
in interface LayoutSetService
PortalException
SystemException
public void updateLayoutSetPrototypeLinkEnabled(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) throws PortalException, SystemException
Important: Setting
layoutSetPrototypeLinkEnabled
to true
and
layoutSetPrototypeUuid
to null
when the layout
set prototype's current uuid is null
will result in an
IllegalStateException
.
updateLayoutSetPrototypeLinkEnabled
in interface LayoutSetService
groupId
- the primary key of the groupprivateLayout
- whether the layout set is private to the grouplayoutSetPrototypeLinkEnabled
- whether the layout set prototype is
link enabledlayoutSetPrototypeUuid
- the uuid of the layout set prototype to
link with
PortalException
- if a portal exception occurred
SystemException
- if a system exception occurredpublic void updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream inputStream) throws PortalException, SystemException
updateLogo
in interface LayoutSetService
PortalException
SystemException
public void updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream inputStream, boolean cleanUpStream) throws PortalException, SystemException
updateLogo
in interface LayoutSetService
PortalException
SystemException
public LayoutSet updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme) throws PortalException, SystemException
updateLookAndFeel
in interface LayoutSetService
PortalException
SystemException
public LayoutSet updateSettings(long groupId, boolean privateLayout, String settings) throws PortalException, SystemException
updateSettings
in interface LayoutSetService
PortalException
SystemException
public LayoutSet updateVirtualHost(long groupId, boolean privateLayout, String virtualHost) throws PortalException, SystemException
updateVirtualHost
in interface LayoutSetService
PortalException
SystemException
public LayoutSetService getWrappedLayoutSetService()
getWrappedService()
public void setWrappedLayoutSetService(LayoutSetService layoutSetService)
setWrappedService(com.liferay.portal.service.LayoutSetService)
public LayoutSetService getWrappedService()
getWrappedService
in interface ServiceWrapper<LayoutSetService>
public void setWrappedService(LayoutSetService layoutSetService)
setWrappedService
in interface ServiceWrapper<LayoutSetService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |