Package com.liferay.layout.manager
Interface FormManager
@ProviderType
public interface FormManager
-
Method Summary
Modifier and TypeMethodDescriptionaddFragmentEntryLinksLayoutStructureItems
(List<com.liferay.fragment.model.FragmentEntryLink> addedFragmentEntryLinks, com.liferay.portal.kernel.json.JSONObject errorJSONObject, FormStyledLayoutStructureItem formStyledLayoutStructureItem, boolean includeSubmitButton, com.liferay.portal.kernel.model.Layout layout, LayoutStructure layoutStructure, Locale locale, long segmentsExperienceId, com.liferay.portal.kernel.service.ServiceContext serviceContext, String[] uniqueInfoFieldIds)
-
Method Details
-
addFragmentEntryLinksLayoutStructureItems
List<LayoutStructureItem> addFragmentEntryLinksLayoutStructureItems(List<com.liferay.fragment.model.FragmentEntryLink> addedFragmentEntryLinks, com.liferay.portal.kernel.json.JSONObject errorJSONObject, FormStyledLayoutStructureItem formStyledLayoutStructureItem, boolean includeSubmitButton, com.liferay.portal.kernel.model.Layout layout, LayoutStructure layoutStructure, Locale locale, long segmentsExperienceId, com.liferay.portal.kernel.service.ServiceContext serviceContext, String[] uniqueInfoFieldIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-