Uses of Class
de.hybris.platform.integrationservices.model.IntegrationObjectItemAttributeModel
-
-
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.exception
Constructors in de.hybris.platform.integrationservices.exception with parameters of type IntegrationObjectItemAttributeModel Constructor Description CircularKeyReferenceException(IntegrationObjectItemAttributeModel attr)Instantiates this exception.IntegrationAttributeException(java.lang.String message, IntegrationObjectItemAttributeModel attr)Instantiates this exception.InvalidIntegrationKeyDefinitionException(IntegrationObjectItemAttributeModel attributeModel)Deprecated, for removal: This API element is subject to removal in a future version.Constructor to create InvalidIntegrationKeyDefinitionExceptionLocalizedKeyAttributeException(IntegrationObjectItemAttributeModel attributeModel)Constructor to create InvalidIntegrationKeyDefinitionExceptionMissingKeyReferencedAttributeValueException(IntegrationObjectItemAttributeModel attr)Constructor to create MissingKeyNavigationPropertyException -
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)Deprecated, for removal: This API element is subject to removal in a future version.In queue for removal -
Uses of IntegrationObjectItemAttributeModel in de.hybris.platform.integrationservices.interceptor
Methods in de.hybris.platform.integrationservices.interceptor with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description voidIntegrationAttributeUniqueNameValidateInterceptor. onValidate(IntegrationObjectItemAttributeModel attributeModel, InterceptorContext interceptorContext)voidMapTypeValidateInterceptor. onValidate(IntegrationObjectItemAttributeModel attributeModel, InterceptorContext interceptorContext)voidStandardAttributeReturnIntegrationObjectItemValidateInterceptor. onValidate(IntegrationObjectItemAttributeModel attributeModel, InterceptorContext interceptorContext) -
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)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in de.hybris.platform.integrationservices.model.impl with parameters of type IntegrationObjectItemAttributeModel Constructor Description DefaultMapDescriptor(IntegrationObjectItemAttributeModel model) -
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.interceptor
Methods in de.hybris.platform.odata2services.interceptor with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description voidIntegrationObjectItemReservedAttributeNameValidatorInterceptor. onValidate(IntegrationObjectItemAttributeModel attributeModel, InterceptorContext interceptorContext) -
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)Deprecated, for removal: This API element is subject to removal in a future version.no alternative method.protected voidAbstractAssociationGenerator. checkIsApplicablePrecondition(IntegrationObjectItemAttributeModel attributeDefinitionModel)Deprecated, for removal: This API element is subject to removal in a future version.no alternative method.org.apache.olingo.odata2.api.edm.provider.AssociationAssociationGenerator. generate(IntegrationObjectItemAttributeModel attribute)Deprecated, for removal: This API element is subject to removal in a future version.convert the IntegrationObjectItemAttributeModel to a TypeAttributeDescriptor and use theAssociationGenerator.generate(TypeAttributeDescriptor)method.org.apache.olingo.odata2.api.edm.provider.AssociationCollectionAssociationGenerator. generate(IntegrationObjectItemAttributeModel attribute)org.apache.olingo.odata2.api.edm.provider.AssociationOneToOneAssociationGenerator. generate(IntegrationObjectItemAttributeModel attribute)java.util.Optional<AssociationGenerator>AssociationGeneratorRegistry. getAssociationGenerator(IntegrationObjectItemAttributeModel attribute)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringAbstractAssociationGenerator. getAssociationName(IntegrationObjectItemAttributeModel attributeDefinitionModel)java.lang.StringAssociationGenerator. getAssociationName(IntegrationObjectItemAttributeModel attributeDefinitionModel)Deprecated, for removal: This API element is subject to removal in a future version.convert the IntegrationObjectItemAttributeModel to a TypeAttributeDescriptor and use theAssociationGenerator.getAssociationName(TypeAttributeDescriptor)method.java.lang.StringAbstractAssociationGenerator. getSourceRole(IntegrationObjectItemAttributeModel attributeDefinitionModel)java.lang.StringAssociationGenerator. getSourceRole(IntegrationObjectItemAttributeModel attributeDefinitionModel)Deprecated, for removal: This API element is subject to removal in a future version.convert the IntegrationObjectItemAttributeModel to a TypeAttributeDescriptor and use theAssociationGenerator.getSourceRole(TypeAttributeDescriptor)method.java.lang.StringAbstractAssociationGenerator. getTargetRole(IntegrationObjectItemAttributeModel attributeDefinitionModel)java.lang.StringAssociationGenerator. getTargetRole(IntegrationObjectItemAttributeModel attributeDefinitionModel)Deprecated, for removal: This API element is subject to removal in a future version.convert the IntegrationObjectItemAttributeModel to a TypeAttributeDescriptor and use theAssociationGenerator.getTargetRole(TypeAttributeDescriptor)method.protected java.lang.StringAbstractAssociationGenerator. getTargetType(IntegrationObjectItemAttributeModel attributeModel)Deprecated, for removal: This API element is subject to removal in a future version.convert the IntegrationObjectItemAttributeModel to a TypeAttributeDescriptor and use theAbstractAssociationGenerator.getTargetType(TypeAttributeDescriptor)method.booleanAssociationGenerator. isApplicable(IntegrationObjectItemAttributeModel attributeDefinitionModel)Deprecated, for removal: This API element is subject to removal in a future version.convert the IntegrationObjectItemAttributeModel to a TypeAttributeDescriptor and use theAssociationGenerator.isApplicable(TypeAttributeDescriptor)method.booleanCollectionAssociationGenerator. isApplicable(IntegrationObjectItemAttributeModel attribute)booleanOneToOneAssociationGenerator. isApplicable(IntegrationObjectItemAttributeModel attribute)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)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute>AttributeAnnotationListGenerator. generate(IntegrationObjectItemAttributeModel itemAttributeModel)Deprecated, for removal: This API element is subject to removal in a future version.Generates the list of AnnotationAttributesorg.apache.olingo.odata2.api.edm.provider.AnnotationAttributeAutoCreateAnnotationGenerator. generate(IntegrationObjectItemAttributeModel attributeModel)Deprecated, for removal: This API element is subject to removal in a future version.org.apache.olingo.odata2.api.edm.provider.AnnotationAttributeLanguageDependentAttributeGenerator. generate(IntegrationObjectItemAttributeModel itemAttributeModel)Deprecated, for removal: This API element is subject to removal in a future version.org.apache.olingo.odata2.api.edm.provider.AnnotationAttributeNullableAttributeGenerator. generate(IntegrationObjectItemAttributeModel itemAttributeModel)Deprecated, for removal: This API element is subject to removal in a future version.org.apache.olingo.odata2.api.edm.provider.AnnotationAttributePartOfGenerator. generate(IntegrationObjectItemAttributeModel itemAttributeModel)Deprecated, for removal: This API element is subject to removal in a future version.org.apache.olingo.odata2.api.edm.provider.AnnotationAttributeUniqueAttributeGenerator. generate(IntegrationObjectItemAttributeModel itemAttributeModel)Deprecated, for removal: This API element is subject to removal in a future version.booleanAutoCreateAnnotationGenerator. isApplicable(IntegrationObjectItemAttributeModel attributeModel)Deprecated, for removal: This API element is subject to removal in a future version.booleanLanguageDependentAttributeGenerator. isApplicable(IntegrationObjectItemAttributeModel itemAttributeModel)Deprecated, for removal: This API element is subject to removal in a future version.booleanNullableAttributeGenerator. isApplicable(IntegrationObjectItemAttributeModel itemAttributeModel)Deprecated, for removal: This API element is subject to removal in a future version.booleanPartOfGenerator. isApplicable(IntegrationObjectItemAttributeModel model)Deprecated, for removal: This API element is subject to removal in a future version.booleanUniqueAttributeGenerator. isApplicable(IntegrationObjectItemAttributeModel itemAttributeModel)Deprecated, for removal: This API element is subject to removal in a future version.protected TypeAttributeDescriptorNullableAttributeGenerator. toAttributeDescriptor(IntegrationObjectItemAttributeModel itemAttributeModel)Deprecated, for removal: This API element is subject to removal in a future version.Converts the attribute model to an implementation of theTypeAttributeDescriptorprotected TypeAttributeDescriptorAutoCreateAnnotationGenerator. toDescriptor(IntegrationObjectItemAttributeModel model)Deprecated, for removal: This API element is subject to removal in a future version.Converts model to the attribute descriptor.protected TypeAttributeDescriptorPartOfGenerator. toDescriptor(IntegrationObjectItemAttributeModel model)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.No longer being used -
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)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>NavigationPropertyListGenerator. generate(java.util.Collection<IntegrationObjectItemAttributeModel> entityAttributes)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.voidNavigationPropertyGenerator. setAttributeListGenerator(SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute>,IntegrationObjectItemAttributeModel> generator)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version. -
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()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.odata2services.odata.schema.property with parameters of type IntegrationObjectItemAttributeModel Modifier and Type Method Description protected TypeAttributeDescriptorAbstractPropertyListGenerator. asDescriptor(IntegrationObjectItemAttributeModel attributeModel)Deprecated, for removal: This API element is subject to removal in a future version.not used because generation is done byAbstractPropertyListGenerator.generate(TypeDescriptor)method.protected TypeAttributeDescriptorPropertyGenerator. asDescriptor(IntegrationObjectItemAttributeModel attributeModel)Deprecated, for removal: This API element is subject to removal in a future version.org.apache.olingo.odata2.api.edm.provider.PropertyPropertyGenerator. generate(IntegrationObjectItemAttributeModel attributeModel)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.not used because properties are generated offTypeAttributeDescriptors now.voidAbstractPropertyListGenerator. setPropertyGenerator(SchemaElementGenerator<org.apache.olingo.odata2.api.edm.provider.Property,IntegrationObjectItemAttributeModel> propertyGenerator)Deprecated, for removal: This API element is subject to removal in a future version. -
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
-