Package com.liferay.portal.odata.entity
Class ComplexEntityField
java.lang.Object
com.liferay.portal.odata.entity.EntityField
com.liferay.portal.odata.entity.ComplexEntityField
Models an complex entity field. A Entity field with a
EntityField.Type.COMPLEX
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.portal.odata.entity.EntityField
EntityField.Type
-
Constructor Summary
ConstructorsConstructorDescriptionComplexEntityField
(String name, List<EntityField> entityFields) Creates a newEntityField
with its name, type and the list of entityfields contained inside it.ComplexEntityField
(String name, List<EntityField> entityFields, String typeKey) ComplexEntityField
(String name, Map<String, EntityField> entityFieldsMap, String typeKey) -
Method Summary
Modifier and TypeMethodDescriptionReturns a Map with all the entity fields of this entity fields.toString()
Methods inherited from class com.liferay.portal.odata.entity.EntityField
getFilterableName, getFilterableValue, getName, getSortableName, getType
-
Constructor Details
-
ComplexEntityField
Creates a newEntityField
with its name, type and the list of entityfields contained inside it.- Parameters:
name
- the entity field's nameentityFields
- the list of entity Fields
-
ComplexEntityField
-
ComplexEntityField
-
-
Method Details
-
getEntityFieldsMap
Returns a Map with all the entity fields of this entity fields.- Returns:
- the entity field map
-
getTypeKey
-
toString
- Overrides:
toString
in classEntityField
-