public class LayoutSetLocalServiceImpl extends LayoutSetLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, imageLocalService, imagePersistence, layoutFinder, layoutLocalService, layoutPersistence, layoutSetBranchLocalService, layoutSetBranchPersistence, layoutSetLocalService, layoutSetPersistence, persistedModelLocalServiceRegistry, pluginSettingLocalService, pluginSettingPersistence, virtualHostLocalService, virtualHostPersistence| Constructor and Description |
|---|
LayoutSetLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.model.LayoutSet |
addLayoutSet(long groupId,
boolean privateLayout) |
void |
deleteLayoutSet(long groupId,
boolean privateLayout,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portal.model.LayoutSet |
fetchLayoutSet(java.lang.String virtualHostname) |
com.liferay.portal.model.LayoutSet |
getLayoutSet(long groupId,
boolean privateLayout) |
com.liferay.portal.model.LayoutSet |
getLayoutSet(java.lang.String virtualHostname) |
java.util.List<com.liferay.portal.model.LayoutSet> |
getLayoutSetsByLayoutSetPrototypeUuid(java.lang.String layoutSetPrototypeUuid) |
protected com.liferay.portal.model.LayoutSet |
initLayoutSet(com.liferay.portal.model.LayoutSet layoutSet) |
void |
updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled)
Deprecated.
As of 6.1.0, replaced by
updateLayoutSetPrototypeLinkEnabled(long, boolean, boolean,
String) |
void |
updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
java.lang.String layoutSetPrototypeUuid)
Updates the state of the layout set prototype link.
|
com.liferay.portal.model.LayoutSet |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes) |
com.liferay.portal.model.LayoutSet |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.File file) |
com.liferay.portal.model.LayoutSet |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.InputStream is) |
com.liferay.portal.model.LayoutSet |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.InputStream is,
boolean cleanUpStream) |
com.liferay.portal.model.LayoutSet |
updateLookAndFeel(long groupId,
boolean privateLayout,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme) |
void |
updateLookAndFeel(long groupId,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme) |
com.liferay.portal.model.LayoutSet |
updatePageCount(long groupId,
boolean privateLayout) |
com.liferay.portal.model.LayoutSet |
updateSettings(long groupId,
boolean privateLayout,
java.lang.String settings) |
com.liferay.portal.model.LayoutSet |
updateVirtualHost(long groupId,
boolean privateLayout,
java.lang.String virtualHostname) |
addLayoutSet, afterPropertiesSet, createLayoutSet, deleteLayoutSet, deleteLayoutSet, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchLayoutSet, getActionableDynamicQuery, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getImageLocalService, getImagePersistence, getIndexableActionableDynamicQuery, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutSet, getLayoutSetBranchLocalService, getLayoutSetBranchPersistence, getLayoutSetLocalService, getLayoutSetPersistence, getLayoutSets, getLayoutSetsCount, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getPluginSettingLocalService, getPluginSettingPersistence, getVirtualHostLocalService, getVirtualHostPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setImageLocalService, setImagePersistence, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutSetBranchLocalService, setLayoutSetBranchPersistence, setLayoutSetLocalService, setLayoutSetPersistence, setPluginSettingLocalService, setPluginSettingPersistence, setVirtualHostLocalService, setVirtualHostPersistence, updateLayoutSetpublic com.liferay.portal.model.LayoutSet addLayoutSet(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteLayoutSet(long groupId,
boolean privateLayout,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.LayoutSet fetchLayoutSet(java.lang.String virtualHostname)
public com.liferay.portal.model.LayoutSet getLayoutSet(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.LayoutSet getLayoutSet(java.lang.String virtualHostname)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.model.LayoutSet> getLayoutSetsByLayoutSetPrototypeUuid(java.lang.String layoutSetPrototypeUuid)
@Deprecated
public void updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled)
throws com.liferay.portal.kernel.exception.PortalException
updateLayoutSetPrototypeLinkEnabled(long, boolean, boolean,
String)
This method can disable the layout set prototype's link by setting
layoutSetPrototypeLinkEnabled to false.
However, this method can only enable the layout set prototype's link if
the layout set prototype's current uuid is not null. Setting
the layoutSetPrototypeLinkEnabled to true when
the layout set prototype's current uuid is null will have no
effect.
groupId - the primary key of the groupprivateLayout - whether the layout set is private to the grouplayoutSetPrototypeLinkEnabled - whether the layout set
prototype is link enabledcom.liferay.portal.kernel.exception.PortalExceptionpublic void updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
java.lang.String layoutSetPrototypeUuid)
throws com.liferay.portal.kernel.exception.PortalException
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 withcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.LayoutSet updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.LayoutSet updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.LayoutSet updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.InputStream is)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.LayoutSet updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.InputStream is,
boolean cleanUpStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.LayoutSet updateLookAndFeel(long groupId,
boolean privateLayout,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateLookAndFeel(long groupId,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.LayoutSet updatePageCount(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.LayoutSet updateSettings(long groupId,
boolean privateLayout,
java.lang.String settings)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.LayoutSet updateVirtualHost(long groupId,
boolean privateLayout,
java.lang.String virtualHostname)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected com.liferay.portal.model.LayoutSet initLayoutSet(com.liferay.portal.model.LayoutSet layoutSet)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException