protected java.util.List<ODataEntry> |
EntityCollectionPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request,
java.lang.String propertyName,
java.lang.Object value) |
protected java.util.List<ODataEntry> |
LocalizedAttributesPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request,
java.lang.String localizedProperty,
java.lang.Object value) |
protected java.util.List<ODataEntry> |
PrimitiveCollectionPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request,
java.lang.String propertyName,
java.lang.Object value) |
protected abstract java.util.List<ODataEntry> |
AbstractCollectionPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request,
java.lang.String propertyName,
java.lang.Object value) |
protected java.util.List<ODataEntry> |
EntityCollectionPropertyProcessor.getListOfODataEntries(java.util.Collection<?> values,
ItemConversionRequest request) |
void |
PropertyProcessor.processEntity(ODataEntry oDataEntry,
ItemConversionRequest request) |
void |
AbstractPropertyProcessor.processEntity(ODataEntry oDataEntry,
ItemConversionRequest conversionRequest) |
void |
LocalizedAttributesPropertyProcessor.processEntity(ODataEntry oDataEntry,
ItemConversionRequest conversionRequest) |
protected void |
EntityPropertyProcessor.processEntityInternal(ODataEntry oDataEntry,
java.lang.String propertyName,
java.lang.Object value,
ItemConversionRequest conversionRequest) |
protected abstract void |
AbstractPropertyProcessor.processEntityInternal(ODataEntry oDataEntry,
java.lang.String propertyName,
java.lang.Object value,
ItemConversionRequest request) |
protected void |
PrimitivePropertyProcessor.processEntityInternal(ODataEntry oDataEntry,
java.lang.String propertyName,
java.lang.Object value,
ItemConversionRequest request) |
protected void |
AbstractCollectionPropertyProcessor.processEntityInternal(ODataEntry oDataEntry,
java.lang.String propertyName,
java.lang.Object value,
ItemConversionRequest request) |
protected java.lang.Object |
AbstractPropertyProcessor.readPropertyValue(ItemConversionRequest request,
java.lang.String propertyName) |
protected boolean |
EntityPropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest conversionRequest,
java.lang.String propertyName) |
protected abstract boolean |
AbstractPropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest conversionRequest,
java.lang.String propertyName) |
protected boolean |
LocalizedAttributesPropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest conversionRequest,
java.lang.String propertyName) |
protected boolean |
PrimitivePropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest conversionRequest,
java.lang.String propertyName) |
protected boolean |
AbstractCollectionPropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest conversionRequest,
java.lang.String propertyName) |