Interface FragmentEntryProcessorHelper
@ProviderType
public interface FragmentEntryProcessorHelper
-
Method Summary
Modifier and TypeMethodDescriptiongetEditableValue(com.liferay.portal.kernel.json.JSONObject jsonObject, Locale locale) getFieldValue(com.liferay.portal.kernel.json.JSONObject editableValueJSONObject, Map<com.liferay.info.item.InfoItemReference, com.liferay.info.item.InfoItemFieldValues> infoDisplaysFieldValues, com.liferay.fragment.processor.FragmentEntryProcessorContext fragmentEntryProcessorContext) longgetFileEntryId(long classNameId, long classPK, String fieldName, Locale locale) longgetFileEntryId(com.liferay.info.item.InfoItemReference infoItemReference, String fieldName, Locale locale) longgetFileEntryId(com.liferay.info.type.WebImage webImage) longgetFileEntryId(String className, long classPK) getInfoItemFieldMapped(com.liferay.portal.kernel.json.JSONObject editableValueJSONObject, com.liferay.fragment.processor.FragmentEntryProcessorContext fragmentEntryProcessorContext) getMappedInfoItemFieldValue(com.liferay.portal.kernel.json.JSONObject editableValueJSONObject, String fieldName, com.liferay.fragment.processor.FragmentEntryProcessorContext fragmentEntryProcessorContext, com.liferay.info.item.InfoItemFieldValues infoItemFieldValues) booleanhasViewPermission(com.liferay.portal.kernel.json.JSONObject editableValueJSONObject, com.liferay.fragment.processor.FragmentEntryProcessorContext fragmentEntryProcessorContext) booleanisMapped(com.liferay.portal.kernel.json.JSONObject jsonObject) booleanisMappedCollection(com.liferay.portal.kernel.json.JSONObject jsonObject) booleanisMappedDisplayPage(com.liferay.portal.kernel.json.JSONObject jsonObject)
-
Method Details
-
getEditableValue
-
getFieldValue
Object getFieldValue(com.liferay.portal.kernel.json.JSONObject editableValueJSONObject, Map<com.liferay.info.item.InfoItemReference, com.liferay.info.item.InfoItemFieldValues> infoDisplaysFieldValues, com.liferay.fragment.processor.FragmentEntryProcessorContext fragmentEntryProcessorContext) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntryId
-
getFileEntryId
long getFileEntryId(long classNameId, long classPK, String fieldName, Locale locale) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntryId
-
getFileEntryId
long getFileEntryId(com.liferay.info.type.WebImage webImage) -
getInfoItemFieldMapped
InfoItemFieldMapped getInfoItemFieldMapped(com.liferay.portal.kernel.json.JSONObject editableValueJSONObject, com.liferay.fragment.processor.FragmentEntryProcessorContext fragmentEntryProcessorContext) -
getMappedInfoItemFieldValue
-
hasViewPermission
boolean hasViewPermission(com.liferay.portal.kernel.json.JSONObject editableValueJSONObject, com.liferay.fragment.processor.FragmentEntryProcessorContext fragmentEntryProcessorContext) -
isMapped
boolean isMapped(com.liferay.portal.kernel.json.JSONObject jsonObject) -
isMappedCollection
boolean isMappedCollection(com.liferay.portal.kernel.json.JSONObject jsonObject) -
isMappedDisplayPage
boolean isMappedDisplayPage(com.liferay.portal.kernel.json.JSONObject jsonObject)
-