@ProviderType
public interface DefaultInputFragmentEntryConfigurationProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FORM_INPUT_SUBMIT_BUTTON |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.json.JSONObject |
getDefaultInputFragmentEntryKeysJSONObject(long groupId) |
void |
updateDefaultInputFragmentEntryKeysJSONObject(com.liferay.portal.kernel.json.JSONObject defaultInputFragmentEntryKeysJSONObject,
long groupId) |
static final java.lang.String FORM_INPUT_SUBMIT_BUTTON
com.liferay.portal.kernel.json.JSONObject getDefaultInputFragmentEntryKeysJSONObject(long groupId)
void updateDefaultInputFragmentEntryKeysJSONObject(com.liferay.portal.kernel.json.JSONObject defaultInputFragmentEntryKeysJSONObject, long groupId) throws java.lang.Exception
java.lang.Exception