Uses of Interface
de.hybris.platform.integrationservices.model.TypeAttributeDescriptor
-
Packages that use TypeAttributeDescriptor Package Description de.hybris.platform.integrationservices.model Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.de.hybris.platform.integrationservices.model.impl de.hybris.platform.integrationservices.populator de.hybris.platform.odata2services.odata.persistence.populator.processor de.hybris.platform.odata2services.odata.schema.association de.hybris.platform.odata2services.odata.schema.attribute de.hybris.platform.odata2services.odata.schema.entity de.hybris.platform.odata2services.odata.schema.navigation de.hybris.platform.odata2services.odata.schema.property de.hybris.platform.odata2services.odata.schema.utils -
-
Uses of TypeAttributeDescriptor in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return types with arguments of type TypeAttributeDescriptor Modifier and Type Method Description @NotNull java.util.Optional<TypeAttributeDescriptor>TypeDescriptor. getAttribute(java.lang.String attrName)Retrieves descriptor of the specified attribute.@NotNull java.util.Collection<TypeAttributeDescriptor>TypeDescriptor. getAttributes()Retrieves all attributes defined in an integration object item.java.util.Optional<TypeAttributeDescriptor>TypeAttributeDescriptor. reverse()Reverses the relation described by this attribute descriptor and retrieves an attribute descriptor defined in thegetAttributeType()type descriptor withgetTypeDescriptor()attribute type. -
Uses of TypeAttributeDescriptor in de.hybris.platform.integrationservices.model.impl
Classes in de.hybris.platform.integrationservices.model.impl that implement TypeAttributeDescriptor Modifier and Type Class Description classDefaultTypeAttributeDescriptorMethods in de.hybris.platform.integrationservices.model.impl that return TypeAttributeDescriptor Modifier and Type Method Description static TypeAttributeDescriptorDefaultTypeAttributeDescriptor. create(IntegrationObjectItemAttributeModel model)Creates new instance of theTypeAttributeDescriptorMethods in de.hybris.platform.integrationservices.model.impl that return types with arguments of type TypeAttributeDescriptor Modifier and Type Method Description java.util.Optional<TypeAttributeDescriptor>ItemTypeDescriptor. getAttribute(java.lang.String attrName)java.util.Optional<TypeAttributeDescriptor>PrimitiveTypeDescriptor. getAttribute(java.lang.String attrName)java.util.Collection<TypeAttributeDescriptor>ItemTypeDescriptor. getAttributes()java.util.Collection<TypeAttributeDescriptor>PrimitiveTypeDescriptor. getAttributes()java.util.Optional<TypeAttributeDescriptor>DefaultTypeAttributeDescriptor. reverse() -
Uses of TypeAttributeDescriptor in de.hybris.platform.integrationservices.populator
Methods in de.hybris.platform.integrationservices.populator with parameters of type TypeAttributeDescriptor Modifier and Type Method Description protected VAbstractItem2MapPopulator. getAttributeValue(ItemModel item, TypeAttributeDescriptor attribute)Reads attribute value from the data item in the provided data item.protected VAbstractItem2MapPopulator. getAttributeValue(ItemToMapConversionContext context, TypeAttributeDescriptor descriptor)Reads attribute value from the data item in the provided conversion context.protected abstract booleanAbstractItem2MapPopulator. isApplicable(TypeAttributeDescriptor attributeDescriptor)Indicates whether this Populator is applicable to process the attributeprotected booleanDefaultAtomicType2MapPopulator. isApplicable(TypeAttributeDescriptor attributeDescriptor)protected booleanDefaultCollectionType2MapPopulator. isApplicable(TypeAttributeDescriptor attributeDescriptor)protected booleanDefaultComposedType2MapPopulator. isApplicable(TypeAttributeDescriptor attributeDescriptor)protected booleanDefaultEnumerationMetaType2MapPopulator. isApplicable(TypeAttributeDescriptor attributeDescriptor)protected booleanDefaultMapType2MapPopulator. isApplicable(TypeAttributeDescriptor attributeDescriptor)protected booleanLocalizedAttribute2MapPopulator. isApplicable(TypeAttributeDescriptor attributeDescriptor)protected abstract voidAbstractItem2MapPopulator. populateToMap(TypeAttributeDescriptor attr, ItemToMapConversionContext source, java.util.Map<java.lang.String,java.lang.Object> target)Implements the logic to populate the targetprotected voidDefaultAtomicType2MapPopulator. populateToMap(TypeAttributeDescriptor attribute, ItemToMapConversionContext context, java.util.Map<java.lang.String,java.lang.Object> target)protected voidDefaultCollectionType2MapPopulator. populateToMap(TypeAttributeDescriptor attribute, ItemToMapConversionContext context, java.util.Map<java.lang.String,java.lang.Object> target)protected voidDefaultComposedType2MapPopulator. populateToMap(TypeAttributeDescriptor attribute, ItemToMapConversionContext context, java.util.Map<java.lang.String,java.lang.Object> target)protected voidDefaultEnumerationMetaType2MapPopulator. populateToMap(TypeAttributeDescriptor attribute, ItemToMapConversionContext context, java.util.Map<java.lang.String,java.lang.Object> target)protected voidDefaultMapType2MapPopulator. populateToMap(TypeAttributeDescriptor attr, ItemToMapConversionContext context, java.util.Map<java.lang.String,java.lang.Object> target)protected voidLocalizedAttribute2MapPopulator. populateToMap(TypeAttributeDescriptor attr, ItemToMapConversionContext source, java.util.Map<java.lang.String,java.lang.Object> target) -
Uses of TypeAttributeDescriptor in de.hybris.platform.odata2services.odata.persistence.populator.processor
Methods in de.hybris.platform.odata2services.odata.persistence.populator.processor that return types with arguments of type TypeAttributeDescriptor Modifier and Type Method Description protected java.util.Optional<TypeAttributeDescriptor>AbstractPropertyProcessor. findTypeDescriptorAttributeForItem(IntegrationObjectItemModel integrationObjectItem, java.lang.String integrationItemAttributeName)Methods in de.hybris.platform.odata2services.odata.persistence.populator.processor with parameters of type TypeAttributeDescriptor Modifier and Type Method Description protected abstract booleanAbstractPropertyProcessor. isApplicable(TypeAttributeDescriptor typeAttributeDescriptor)protected booleanEntityCollectionPropertyProcessor. isApplicable(TypeAttributeDescriptor typeAttributeDescriptor)protected booleanEntityPropertyProcessor. isApplicable(TypeAttributeDescriptor typeAttributeDescriptor)protected booleanLocalizedAttributesPropertyProcessor. isApplicable(TypeAttributeDescriptor typeAttributeDescriptor)protected booleanPrimitiveCollectionPropertyProcessor. isApplicable(TypeAttributeDescriptor typeAttributeDescriptor)protected booleanPrimitivePropertyProcessor. isApplicable(TypeAttributeDescriptor typeAttributeDescriptor) -
Uses of TypeAttributeDescriptor in de.hybris.platform.odata2services.odata.schema.association
Methods in de.hybris.platform.odata2services.odata.schema.association that return TypeAttributeDescriptor Modifier and Type Method Description protected TypeAttributeDescriptorAbstractAssociationGenerator. asDescriptor(IntegrationObjectItemAttributeModel attributeDefinitionModel)Converts attribute model to an attribute descriptor.Methods in de.hybris.platform.odata2services.odata.schema.association that return types with arguments of type TypeAttributeDescriptor Modifier and Type Method Description protected java.util.Optional<TypeAttributeDescriptor>LocalizedAttributeAssociationListGenerator. findFirstLocalizedAttribute(java.util.Collection<IntegrationObjectItemAttributeModel> attributeModels)Finds the first localized attribute from theCollectionof attributesMethods in de.hybris.platform.odata2services.odata.schema.association with parameters of type TypeAttributeDescriptor Modifier and Type Method Description protected java.lang.StringAbstractAssociationGenerator. getAssociationName(TypeAttributeDescriptor descriptor)Generates association name based on the the provided attribute descriptor.protected org.apache.olingo.odata2.api.edm.EdmMultiplicityAbstractAssociationGenerator. getSourceCardinality(TypeAttributeDescriptor descriptor)Determines cardinality of the source type presented in the specified attribute descriptor.protected java.lang.StringAbstractAssociationGenerator. getSourceRole(TypeAttributeDescriptor descriptor)Generates an association source role.protected org.apache.olingo.odata2.api.edm.EdmMultiplicityAbstractAssociationGenerator. getTargetCardinality(TypeAttributeDescriptor descriptor)Determines cardinality of the target type presented in the specified attribute descriptor.protected java.lang.StringAbstractAssociationGenerator. getTargetRole(TypeAttributeDescriptor descriptor)Generates an association target role.protected java.lang.StringAbstractAssociationGenerator. getTargetType(TypeAttributeDescriptor descriptor)Generates an association target type. -
Uses of TypeAttributeDescriptor in de.hybris.platform.odata2services.odata.schema.attribute
Methods in de.hybris.platform.odata2services.odata.schema.attribute that return TypeAttributeDescriptor Modifier and Type Method Description protected TypeAttributeDescriptorLanguageDependentAttributeGenerator. asDescriptor(IntegrationObjectItemAttributeModel itemAttributeModel)protected TypeAttributeDescriptorNullableAttributeGenerator. toAttributeDescriptor(IntegrationObjectItemAttributeModel itemAttributeModel)Converts the attribute model to an implementation of theTypeAttributeDescriptorprotected TypeAttributeDescriptorAutoCreateAnnotationGenerator. toDescriptor(IntegrationObjectItemAttributeModel model)Converts model to the attribute descriptor.protected TypeAttributeDescriptorPartOfGenerator. toDescriptor(IntegrationObjectItemAttributeModel model)Converts model to the attribute descriptor. -
Uses of TypeAttributeDescriptor in de.hybris.platform.odata2services.odata.schema.entity
Methods in de.hybris.platform.odata2services.odata.schema.entity that return TypeAttributeDescriptor Modifier and Type Method Description protected TypeAttributeDescriptorLocalizedEntityTypeGenerator. asDescriptor(IntegrationObjectItemAttributeModel itemAttributeModel) -
Uses of TypeAttributeDescriptor in de.hybris.platform.odata2services.odata.schema.navigation
Methods in de.hybris.platform.odata2services.odata.schema.navigation that return types with arguments of type TypeAttributeDescriptor Modifier and Type Method Description protected java.util.Optional<TypeAttributeDescriptor>LocalizedAttributeNavigationPropertyListGenerator. findFirstLocalizedAttribute(java.util.Collection<IntegrationObjectItemAttributeModel> attributeModels)Finds the first localized attribute from theCollectionof attributes -
Uses of TypeAttributeDescriptor in de.hybris.platform.odata2services.odata.schema.property
Methods in de.hybris.platform.odata2services.odata.schema.property that return TypeAttributeDescriptor Modifier and Type Method Description protected TypeAttributeDescriptorAbstractPropertyListGenerator. asDescriptor(IntegrationObjectItemAttributeModel attributeModel)protected TypeAttributeDescriptorPropertyGenerator. asDescriptor(IntegrationObjectItemAttributeModel attributeModel) -
Uses of TypeAttributeDescriptor in de.hybris.platform.odata2services.odata.schema.utils
Methods in de.hybris.platform.odata2services.odata.schema.utils that return types with arguments of type TypeAttributeDescriptor Modifier and Type Method Description static java.util.Optional<TypeAttributeDescriptor>SchemaUtils. findFirstLocalizedAttribute(java.util.Collection<IntegrationObjectItemAttributeModel> attributeModels)Finds the first localized attribute from theCollectionof attributes
-