.get(PARAMETER_TYPE_MANAGED_BEAN_NAME_KEY);
final String parameterTypePlural = (String) customData
.get(PARAMETER_TYPE_PLURAL_KEY);
if (StringUtils.isNotBlank(parameterTypeManagedBeanName)) {
if (customData.keySet().contains(ONE_TO_MANY_FIELD)
|| customData.keySet().contains(MANY_TO_MANY_FIELD)
&& isInverseSideOfRelationship(field, ONE_TO_MANY,
MANY_TO_MANY)) {
bodyBuilder.appendFormalLine(htmlOutputTextStr);
bodyBuilder.appendFormalLine(componentIdStr);