Uses of Class
de.hybris.platform.integrationservices.model.IntegrationObjectItemAttributeModel
-
-
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.integrationbackoffice.services
Methods in de.hybris.platform.integrationbackoffice.services that return types with arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected java.util.Set<IntegrationObjectItemAttributeModel>WriteService. buildIntegrationObjectItemAttribute(java.util.List<ListItemDTO> dtos, IntegrationObjectItemModel ioItem) -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.integrationservices
Methods in de.hybris.platform.integrationservices that return IntegrationObjectItemAttributeModel Modifier and Type Method Description IntegrationObjectItemAttributeModelIntegrationObjectItemAttributeBuilder. build()Creates new instance of the attribute. -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.integrationservices.integrationkey
Methods in de.hybris.platform.integrationservices.integrationkey with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description KeyValue.BuilderKeyValue.Builder. withValue(IntegrationObjectItemAttributeModel attribute, java.lang.Object value)Specifies a single attribute value for the key value to build. -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.integrationservices.integrationkey.impl
Method parameters in de.hybris.platform.integrationservices.integrationkey.impl with type arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected java.lang.StringDefaultAlphabeticalIntegrationKeyMetadataGenerator. buildKeyMetadata(java.util.Collection<IntegrationObjectItemAttributeModel> uniqueAttributes) -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return IntegrationObjectItemAttributeModel Modifier and Type Method Description IntegrationObjectItemAttributeModelBaseMockItemAttributeModelBuilder. build()IntegrationObjectItemAttributeModelMockComplexRelationItemAttributeModelBuilder. build()IntegrationObjectItemAttributeModelMockOneToOneRelationItemAttributeModelBuilder. build()Methods in de.hybris.platform.integrationservices.model that return types with arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected java.util.Collection<IntegrationObjectItemAttributeModel>UniqueAttributesAttributeHandler. extractKeyAttributesFromItemReferences(IntegrationObjectItemModel item, java.util.Set<java.lang.String> cache)protected java.util.Set<IntegrationObjectItemAttributeModel>UniqueAttributesAttributeHandler. extractSimpleKeyAttributesFrom(IntegrationObjectItemModel model)@NotNull java.util.Collection<IntegrationObjectItemAttributeModel>KeyAttributesAttributeHandler. get(@NotNull IntegrationObjectItemModel model)Reads value of thekeyAttributesattribute@NotNull java.util.Collection<IntegrationObjectItemAttributeModel>UniqueAttributesAttributeHandler. get(IntegrationObjectItemModel model)Reads value of thepartOfattributejava.util.Set<IntegrationObjectItemAttributeModel>IntegrationObjectItemModel. getAttributes()Generated method - Getter of theIntegrationObjectItem.attributesattribute defined at extensionintegrationservices.java.util.Collection<IntegrationObjectItemAttributeModel>IntegrationObjectItemModel. getKeyAttributes()Generated method - Getter of theIntegrationObjectItem.keyAttributesdynamic attribute defined at extensionintegrationservices.java.util.Collection<IntegrationObjectItemAttributeModel>IntegrationObjectItemModel. getUniqueAttributes()Generated method - Getter of theIntegrationObjectItem.uniqueAttributesdynamic attribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected booleanUniqueAttributesAttributeHandler. doesNotCreateCyclicDependency(IntegrationObjectItemAttributeModel attr, java.util.Set<java.lang.String> cache)@NotNull java.lang.BooleanPartOfAttributeHandler. get(IntegrationObjectItemAttributeModel model)Reads value of thepartOfattributestatic booleanIntegrationObjectItemAttributeModelUtils. isUnique(IntegrationObjectItemAttributeModel attributeDefinitionModel)Indicates if an attribute is unique.protected booleanUniqueAttributesAttributeHandler. isUniqueReferenceAttribute(IntegrationObjectItemAttributeModel attr)protected booleanUniqueAttributesAttributeHandler. isUniqueSimpleAttribute(IntegrationObjectItemAttributeModel attr)Method parameters in de.hybris.platform.integrationservices.model with type arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description voidIntegrationObjectItemModel. setAttributes(java.util.Set<IntegrationObjectItemAttributeModel> value)Generated method - Setter ofIntegrationObjectItem.attributesattribute defined at extensionintegrationservices.Constructors in de.hybris.platform.integrationservices.model with parameters of type IntegrationObjectItemAttributeModel Constructor Description KeyAttribute(IntegrationObjectItemAttributeModel model) -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.integrationservices.model.impl
Methods in de.hybris.platform.integrationservices.model.impl with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description static TypeAttributeDescriptorDefaultTypeAttributeDescriptor. create(IntegrationObjectItemAttributeModel model)Creates new instance of theTypeAttributeDescriptor -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.integrationservices.search
Constructors in de.hybris.platform.integrationservices.search with parameters of type IntegrationObjectItemAttributeModel Constructor Description NullKeyAttributeValueException(IntegrationObjectItemAttributeModel attr, java.util.Map<java.lang.String,java.lang.Object> item) -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.integrationservices.service.impl
Methods in de.hybris.platform.integrationservices.service.impl that return types with arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected java.util.function.Predicate<IntegrationObjectItemAttributeModel>DefaultIntegrationObjectService. byName(java.lang.String attributeName)protected java.util.function.Function<IntegrationObjectItemAttributeModel,AttributeDescriptorModel>DefaultIntegrationObjectService. toAttributeDescriptor()Method parameters in de.hybris.platform.integrationservices.service.impl with type arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected voidDefaultIntegrationObjectService. accumulateDependencyTypesFromAttributeDefinitions(java.lang.String integrationObjectCode, java.lang.String integrationObjectItemCode, java.util.Set<IntegrationObjectItemAttributeModel> attributeDefinitionModels, java.util.Set<IntegrationObjectItemModel> dependencyTypes) -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.odata2services.odata.schema.association
Methods in de.hybris.platform.odata2services.odata.schema.association with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected TypeAttributeDescriptorAbstractAssociationGenerator. asDescriptor(IntegrationObjectItemAttributeModel attributeDefinitionModel)Converts attribute model to an attribute descriptor.protected voidAbstractAssociationGenerator. checkIsApplicablePrecondition(IntegrationObjectItemAttributeModel attributeDefinitionModel)Runs safety checks on the specified attribute definition model, to make sure it can be analyzed by theAssociationGenerator.isApplicable(IntegrationObjectItemAttributeModel)method.org.apache.olingo.odata2.api.edm.provider.AssociationCollectionAssociationGenerator. generate(IntegrationObjectItemAttributeModel attributeDefinitionModel)org.apache.olingo.odata2.api.edm.provider.AssociationOneToOneAssociationGenerator. generate(IntegrationObjectItemAttributeModel attributeDefinition)java.util.Optional<AssociationGenerator>AssociationGeneratorRegistry. getAssociationGenerator(IntegrationObjectItemAttributeModel attribute)java.lang.StringAbstractAssociationGenerator. getAssociationName(IntegrationObjectItemAttributeModel attributeDefinitionModel)java.lang.StringAssociationGenerator. getAssociationName(IntegrationObjectItemAttributeModel attributeDefinitionModel)Derives the association name from the given attribute definition modeljava.lang.StringAbstractAssociationGenerator. getSourceRole(IntegrationObjectItemAttributeModel attributeDefinitionModel)java.lang.StringAssociationGenerator. getSourceRole(IntegrationObjectItemAttributeModel attributeDefinitionModel)Derives the source role from the given attribute definition modeljava.lang.StringAbstractAssociationGenerator. getTargetRole(IntegrationObjectItemAttributeModel attributeDefinitionModel)java.lang.StringAssociationGenerator. getTargetRole(IntegrationObjectItemAttributeModel attributeDefinitionModel)Derives the target role from the given attribute definition modelprotected java.lang.StringAbstractAssociationGenerator. getTargetType(IntegrationObjectItemAttributeModel attributeModel)Generates an association target type.booleanAssociationGenerator. isApplicable(IntegrationObjectItemAttributeModel attributeDefinitionModel)Determines if this association generator is applicable for the given attributebooleanCollectionAssociationGenerator. isApplicable(IntegrationObjectItemAttributeModel attributeDefinitionModel)booleanOneToOneAssociationGenerator. isApplicable(IntegrationObjectItemAttributeModel attributeDefinitionModel)Method parameters in de.hybris.platform.odata2services.odata.schema.association with type arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected java.util.Optional<TypeAttributeDescriptor>LocalizedAttributeAssociationListGenerator. findFirstLocalizedAttribute(java.util.Collection<IntegrationObjectItemAttributeModel> attributeModels)Finds the first localized attribute from theCollectionof attributes -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.odata2services.odata.schema.attribute
Methods in de.hybris.platform.odata2services.odata.schema.attribute with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected TypeAttributeDescriptorLanguageDependentAttributeGenerator. asDescriptor(IntegrationObjectItemAttributeModel itemAttributeModel)java.util.List<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute>AttributeAnnotationListGenerator. generate(IntegrationObjectItemAttributeModel itemAttributeModel)Generates the list of AnnotationAttributesorg.apache.olingo.odata2.api.edm.provider.AnnotationAttributeAutoCreateAnnotationGenerator. generate(IntegrationObjectItemAttributeModel attributeModel)org.apache.olingo.odata2.api.edm.provider.AnnotationAttributeLanguageDependentAttributeGenerator. generate(IntegrationObjectItemAttributeModel itemAttributeModel)org.apache.olingo.odata2.api.edm.provider.AnnotationAttributeNullableAttributeGenerator. generate(IntegrationObjectItemAttributeModel itemAttributeModel)org.apache.olingo.odata2.api.edm.provider.AnnotationAttributePartOfGenerator. generate(IntegrationObjectItemAttributeModel itemAttributeModel)org.apache.olingo.odata2.api.edm.provider.AnnotationAttributeUniqueAttributeGenerator. generate(IntegrationObjectItemAttributeModel itemAttributeModel)booleanAutoCreateAnnotationGenerator. isApplicable(IntegrationObjectItemAttributeModel attributeModel)booleanLanguageDependentAttributeGenerator. isApplicable(IntegrationObjectItemAttributeModel itemAttributeModel)booleanNullableAttributeGenerator. isApplicable(IntegrationObjectItemAttributeModel itemAttributeModel)booleanPartOfGenerator. isApplicable(IntegrationObjectItemAttributeModel model)booleanUniqueAttributeGenerator. isApplicable(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 IntegrationObjectItemAttributeModel in de.hybris.platform.odata2services.odata.schema.entity
Methods in de.hybris.platform.odata2services.odata.schema.entity with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected TypeAttributeDescriptorLocalizedEntityTypeGenerator. asDescriptor(IntegrationObjectItemAttributeModel itemAttributeModel) -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.odata2services.odata.schema.navigation
Methods in de.hybris.platform.odata2services.odata.schema.navigation that return types with arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected java.util.Collection<SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>,java.util.Collection<IntegrationObjectItemAttributeModel>>>NavigationPropertyListGeneratorRegistry. getGenerators()Methods in de.hybris.platform.odata2services.odata.schema.navigation with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description java.util.Optional<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>NavigationPropertyGenerator. generate(IntegrationObjectItemAttributeModel attribute)Method parameters in de.hybris.platform.odata2services.odata.schema.navigation with type arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected java.util.Optional<TypeAttributeDescriptor>LocalizedAttributeNavigationPropertyListGenerator. findFirstLocalizedAttribute(java.util.Collection<IntegrationObjectItemAttributeModel> attributeModels)Finds the first localized attribute from theCollectionof attributesjava.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>LocalizedAttributeNavigationPropertyListGenerator. generate(java.util.Collection<IntegrationObjectItemAttributeModel> attributeModels)java.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>NavigationPropertyListGenerator. generate(java.util.Collection<IntegrationObjectItemAttributeModel> entityAttributes)Generates the list of NavigationProperty based on the entire list of entity attributesjava.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>NavigationPropertyListGeneratorRegistry. generate(java.util.Collection<IntegrationObjectItemAttributeModel> attributeModels)voidNavigationPropertyGenerator. setAttributeListGenerator(SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute>,IntegrationObjectItemAttributeModel> generator)voidNavigationPropertyListGeneratorRegistry. setGenerators(java.util.Collection<SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>,java.util.Collection<IntegrationObjectItemAttributeModel>>> generators)voidNavigationPropertyListGenerator. setNavigationPropertyGenerator(SchemaElementGenerator<java.util.Optional<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>,IntegrationObjectItemAttributeModel> generator) -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.odata2services.odata.schema.property
Methods in de.hybris.platform.odata2services.odata.schema.property that return types with arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected SchemaElementGenerator<org.apache.olingo.odata2.api.edm.provider.Property,IntegrationObjectItemAttributeModel>AbstractPropertyListGenerator. getPropertyGenerator()Methods in de.hybris.platform.odata2services.odata.schema.property with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected TypeAttributeDescriptorAbstractPropertyListGenerator. asDescriptor(IntegrationObjectItemAttributeModel attributeModel)protected TypeAttributeDescriptorPropertyGenerator. asDescriptor(IntegrationObjectItemAttributeModel attributeModel)org.apache.olingo.odata2.api.edm.provider.PropertyPropertyGenerator. generate(IntegrationObjectItemAttributeModel attributeModel)Method parameters in de.hybris.platform.odata2services.odata.schema.property with type arguments of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected java.util.List<org.apache.olingo.odata2.api.edm.provider.Property>AbstractPropertyListGenerator. generateProperties(java.util.Set<IntegrationObjectItemAttributeModel> attributeModels)voidAbstractPropertyListGenerator. setPropertyGenerator(SchemaElementGenerator<org.apache.olingo.odata2.api.edm.provider.Property,IntegrationObjectItemAttributeModel> propertyGenerator) -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.odata2services.odata.schema.utils
Method parameters in de.hybris.platform.odata2services.odata.schema.utils with type arguments of type IntegrationObjectItemAttributeModel 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
-