|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutSetServiceWrapper
@ProviderType public class LayoutSetServiceWrapper
Provides a wrapper for LayoutSetService.
LayoutSetService| Constructor Summary | |
|---|---|
LayoutSetServiceWrapper(LayoutSetService layoutSetService)
|
|
| Method Summary | |
|---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
LayoutSetService |
getWrappedLayoutSetService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
LayoutSetService |
getWrappedService()
|
void |
setWrappedLayoutSetService(LayoutSetService layoutSetService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.LayoutSetService) |
void |
setWrappedService(LayoutSetService layoutSetService)
|
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,
byte[] bytes)
|
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
File file)
|
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 getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSetService
public void updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
String layoutSetPrototypeUuid)
throws PortalException
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 LayoutSetServicegroupId - 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
public void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
throws PortalException
updateLogo in interface LayoutSetServicePortalException
public void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
File file)
throws PortalException
updateLogo in interface LayoutSetServicePortalException
public void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream)
throws PortalException
updateLogo in interface LayoutSetServicePortalException
public void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream,
boolean cleanUpStream)
throws PortalException
updateLogo in interface LayoutSetServicePortalException
public LayoutSet updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
throws PortalException
updateLookAndFeel in interface LayoutSetServicePortalException
public LayoutSet updateSettings(long groupId,
boolean privateLayout,
String settings)
throws PortalException
updateSettings in interface LayoutSetServicePortalException
public LayoutSet updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHost)
throws PortalException
updateVirtualHost in interface LayoutSetServicePortalException@Deprecated public LayoutSetService getWrappedLayoutSetService()
getWrappedService()
@Deprecated 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 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||