List of usage examples for com.liferay.portal.kernel.service LayoutSetPrototypeLocalServiceUtil updateLayoutSetPrototype
public static com.liferay.portal.kernel.model.LayoutSetPrototype updateLayoutSetPrototype( long layoutSetPrototypeId, java.util.Map<java.util.Locale, String> nameMap, java.util.Map<java.util.Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
From source file:com.liferay.exportimport.test.LayoutSetPrototypePropagationTest.java
License:Open Source License
protected void setLayoutsUpdateable(boolean layoutsUpdateable) throws Exception { _layoutSetPrototype = LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype( _layoutSetPrototype.getLayoutSetPrototypeId(), _layoutSetPrototype.getNameMap(), _layoutSetPrototype.getDescriptionMap(), _layoutSetPrototype.getActive(), layoutsUpdateable, ServiceContextTestUtil.getServiceContext()); }