Package com.liferay.fragment.helper
Interface DefaultInputFragmentEntryConfigurationProvider
@ProviderType
public interface DefaultInputFragmentEntryConfigurationProvider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.json.JSONObjectgetDefaultInputFragmentEntryKeysJSONObject(long groupId) voidupdateDefaultInputFragmentEntryKeysJSONObject(com.liferay.portal.kernel.json.JSONObject defaultInputFragmentEntryKeysJSONObject, long groupId)
-
Field Details
-
FORM_INPUT_SUBMIT_BUTTON
- See Also:
-
-
Method Details
-
getDefaultInputFragmentEntryKeysJSONObject
com.liferay.portal.kernel.json.JSONObject getDefaultInputFragmentEntryKeysJSONObject(long groupId) -
updateDefaultInputFragmentEntryKeysJSONObject
void updateDefaultInputFragmentEntryKeysJSONObject(com.liferay.portal.kernel.json.JSONObject defaultInputFragmentEntryKeysJSONObject, long groupId) throws Exception - Throws:
Exception
-