Class NullAttributeValueGetter
java.lang.Object
de.hybris.platform.integrationservices.model.impl.NullAttributeValueGetter
- All Implemented Interfaces:
AttributeValueGetter
An
AttributeValueGetter that returns a null value-
Constructor Details
-
NullAttributeValueGetter
public NullAttributeValueGetter()
-
-
Method Details
-
getValue
Description copied from interface:AttributeValueGetterGets the value from the givenObjectusing the default locale- Specified by:
getValuein interfaceAttributeValueGetter- Parameters:
model- Reference to the model that contains the value to retrieve from- Returns:
- The value or null
-
getValue
Description copied from interface:AttributeValueGetterGets the value from the givenObjectusing the specified locale- Specified by:
getValuein interfaceAttributeValueGetter- Parameters:
model- Reference to the model that contains the value to retrieve fromlocale- The locale of the value to retrieve- Returns:
- The value or null
-
getValues
Description copied from interface:AttributeValueGetterGets the values from the givenObjectusing the specified locales- Specified by:
getValuesin interfaceAttributeValueGetter- Parameters:
model- Reference to the model that contains the value to retrieve fromlocales- The locales of the value to retrieve- Returns:
- A map of localized values
-