Uses of Class
de.hybris.platform.integrationservices.model.IntegrationObjectItemModel
-
-
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationbackoffice.services
Methods in de.hybris.platform.integrationbackoffice.services that return IntegrationObjectItemModel Modifier and Type Method Description protected IntegrationObjectItemModelWriteService. buildIntegrationObjectItem(IntegrationObjectModel ioModel, ComposedTypeModel ctm, java.lang.String rootCode)Methods in de.hybris.platform.integrationbackoffice.services with parameters of type IntegrationObjectItemModel Modifier and Type Method Description protected java.util.Set<IntegrationObjectItemAttributeModel>WriteService. buildIntegrationObjectItemAttribute(java.util.List<ListItemDTO> dtos, IntegrationObjectItemModel ioItem) -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationbackoffice.widgets.editor.controllers
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.controllers that return IntegrationObjectItemModel Modifier and Type Method Description IntegrationObjectItemModelIntegrationObjectEditorController. getIntegrationObjectRoot(IntegrationObjectModel selectedIntegrationObject) -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationbackoffice.widgets.editor.utility
Methods in de.hybris.platform.integrationbackoffice.widgets.editor.utility that return IntegrationObjectItemModel Modifier and Type Method Description static IntegrationObjectItemModelEditorUtils. getRootIntegrationObjectItem(IntegrationObjectModel integrationObject)Determine the root ComposedType from a IntegrationObject's IntegrationObjectItems. -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices
Methods in de.hybris.platform.integrationservices that return IntegrationObjectItemModel Modifier and Type Method Description IntegrationObjectItemModelIntegrationObjectItemBuilder. build()Methods in de.hybris.platform.integrationservices with parameters of type IntegrationObjectItemModel Modifier and Type Method Description IntegrationObjectBuilderIntegrationObjectBuilder. addIntegrationObjectItem(IntegrationObjectItemModel item)Adds anIntegrationObjectItemModelto the integration objectIntegrationObjectItemAttributeBuilderIntegrationObjectItemAttributeBuilder. returnIntegrationObjectType(IntegrationObjectItemModel referenceType) -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.integrationkey
Methods in de.hybris.platform.integrationservices.integrationkey with parameters of type IntegrationObjectItemModel Modifier and Type Method Description java.lang.StringIntegrationKeyMetadataGenerator. generateKeyMetadata(IntegrationObjectItemModel item)Generate a representation of the unique attributes of the given item. -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.integrationkey.impl
Methods in de.hybris.platform.integrationservices.integrationkey.impl with parameters of type IntegrationObjectItemModel Modifier and Type Method Description java.lang.StringDefaultAlphabeticalIntegrationKeyMetadataGenerator. generateKeyMetadata(IntegrationObjectItemModel item) -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return IntegrationObjectItemModel Modifier and Type Method Description IntegrationObjectItemModelMockIntegrationObjectItemModelBuilder. build()IntegrationObjectItemModelIntegrationObjectRootItemAttributeHandler. get(IntegrationObjectModel integrationObject)IntegrationObjectItemModelIntegrationObjectItemAttributeModel. getIntegrationObjectItem()Generated method - Getter of theIntegrationObjectItemAttribute.integrationObjectItemattribute defined at extensionintegrationservices.IntegrationObjectItemModelIntegrationObjectItemAttributeModel. getReturnIntegrationObjectItem()Generated method - Getter of theIntegrationObjectItemAttribute.returnIntegrationObjectItemattribute defined at extensionintegrationservices.IntegrationObjectItemModelIntegrationObjectModel. getRootItem()Generated method - Getter of theIntegrationObject.rootItemdynamic attribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model that return types with arguments of type IntegrationObjectItemModel Modifier and Type Method Description java.util.Set<IntegrationObjectItemModel>IntegrationObjectModel. getItems()Generated method - Getter of theIntegrationObject.itemsattribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type IntegrationObjectItemModel 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 thepartOfattributestatic booleanIntegrationObjectItemModelUtils. isEqual(IntegrationObjectItemModel item1, IntegrationObjectItemModel item2)voidIntegrationObjectItemAttributeModel. setIntegrationObjectItem(IntegrationObjectItemModel value)Generated method - Setter ofIntegrationObjectItemAttribute.integrationObjectItemattribute defined at extensionintegrationservices.voidIntegrationObjectItemAttributeModel. setReturnIntegrationObjectItem(IntegrationObjectItemModel value)Generated method - Setter ofIntegrationObjectItemAttribute.returnIntegrationObjectItemattribute defined at extensionintegrationservices.BBaseMockItemAttributeModelBuilder. withReturnIntegrationObjectItem(IntegrationObjectItemModel item)MockOneToOneRelationItemAttributeModelBuilderMockOneToOneRelationItemAttributeModelBuilder. withReturnIntegrationObjectItem(IntegrationObjectItemModel item)Method parameters in de.hybris.platform.integrationservices.model with type arguments of type IntegrationObjectItemModel Modifier and Type Method Description voidIntegrationObjectModel. setItems(java.util.Set<IntegrationObjectItemModel> value)Generated method - Setter ofIntegrationObject.itemsattribute defined at extensionintegrationservices. -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.model.impl
Methods in de.hybris.platform.integrationservices.model.impl that return types with arguments of type IntegrationObjectItemModel Modifier and Type Method Description static java.util.Optional<IntegrationObjectItemModel>DescriptorUtils. extractModelFrom(TypeDescriptor type)Retrieves item model corresponding to the specified type descriptor.Methods in de.hybris.platform.integrationservices.model.impl with parameters of type IntegrationObjectItemModel Modifier and Type Method Description static TypeDescriptorItemTypeDescriptor. create(IntegrationObjectItemModel model) -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.populator
Methods in de.hybris.platform.integrationservices.populator with parameters of type IntegrationObjectItemModel Modifier and Type Method Description ItemToMapConversionContextItemToMapConversionContext. createSubContext(ItemModel itemModel, IntegrationObjectItemModel objItemModel)Creates sub-context from this context.Constructors in de.hybris.platform.integrationservices.populator with parameters of type IntegrationObjectItemModel Constructor Description ItemToMapConversionContext(ItemModel data, IntegrationObjectItemModel metadata)Instantiates a top level context. -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.search
Methods in de.hybris.platform.integrationservices.search with parameters of type IntegrationObjectItemModel Modifier and Type Method Description FlexibleSearchQueryBuilderFlexibleSearchQueryBuilder. withIntegrationObjectItem(IntegrationObjectItemModel model) -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.service
Methods in de.hybris.platform.integrationservices.service that return IntegrationObjectItemModel Modifier and Type Method Description IntegrationObjectItemModelIntegrationObjectService. findIntegrationObjectItemByParentTypeCode(java.lang.String integrationObjectCode, java.lang.String typeCode)Find the integration object item's code referenced by the given integrationObjectCode and item type code also searching by the parent of the type code.IntegrationObjectItemModelIntegrationObjectService. findIntegrationObjectItemByTypeCode(java.lang.String integrationObjectCode, java.lang.String typeCode)Find the integration object item's code referenced by the given integrationObjectCode and item type code.Methods in de.hybris.platform.integrationservices.service that return types with arguments of type IntegrationObjectItemModel Modifier and Type Method Description java.util.Set<IntegrationObjectItemModel>IntegrationObjectService. findAllDependencyTypes(java.lang.String integrationObjectItemCode, java.lang.String integrationObjectCode)Find all the dependency types, which include dependencies of dependencies, for the given integration object item code.java.util.Set<IntegrationObjectItemModel>IntegrationObjectService. findAllIntegrationObjectItems(java.lang.String integrationObjectCode)Find all integration object item modelsjava.util.Optional<IntegrationObjectItemModel>IntegrationObjectService. findIntegrationObjectItem(java.lang.String integrationObjectCode, java.lang.String integrationObjectItemCode)Searches the integration object definitions for an item with the matching characteristics. -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.service.impl
Methods in de.hybris.platform.integrationservices.service.impl that return IntegrationObjectItemModel Modifier and Type Method Description IntegrationObjectItemModelDefaultIntegrationObjectService. findIntegrationObjectItemByParentTypeCode(java.lang.String integrationObjectCode, java.lang.String typeCode)IntegrationObjectItemModelDefaultIntegrationObjectService. findIntegrationObjectItemByTypeCode(java.lang.String integrationObjectCode, java.lang.String typeCode)protected IntegrationObjectItemModelDefaultIntegrationObjectService. getIntegrationObjectItemModel(java.lang.String integrationObjectCode, java.lang.String queryString, java.util.Map<java.lang.String,java.lang.Object> params)Methods in de.hybris.platform.integrationservices.service.impl that return types with arguments of type IntegrationObjectItemModel Modifier and Type Method Description java.util.Set<IntegrationObjectItemModel>DefaultIntegrationObjectService. findAllDependencyTypes(java.lang.String integrationObjectItemCode, java.lang.String integrationObjectCode)java.util.Set<IntegrationObjectItemModel>DefaultIntegrationObjectService. findAllIntegrationObjectItems(java.lang.String integrationObjectCode)java.util.Optional<IntegrationObjectItemModel>DefaultIntegrationObjectService. findIntegrationObjectItem(java.lang.String integrationObjectCode, java.lang.String integrationObjectItemCode)Method parameters in de.hybris.platform.integrationservices.service.impl with type arguments of type IntegrationObjectItemModel Modifier and Type Method Description protected voidDefaultIntegrationObjectService. accumulateAllDependencyTypes(java.lang.String integrationObjectCode, java.lang.String integrationObjectItemCode, java.util.Set<IntegrationObjectItemModel> dependencyTypes) -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.util
Methods in de.hybris.platform.integrationservices.util that return IntegrationObjectItemModel Modifier and Type Method Description IntegrationObjectItemModel[]IntegrationObjectItemsContext. givenExist(IntegrationObjectItemBuilder... specs)Associates the integration object item specifications to an internally generatedIntegrationObjectModel, and persists them in the context storage.Methods in de.hybris.platform.integrationservices.util with parameters of type IntegrationObjectItemModel Modifier and Type Method Description voidIntegrationObjectItemsContext. givenExist(IntegrationObjectItemModel... models)Associates the integration object items to an internally generatedIntegrationObjectModel, and persists them in the context storage. -
Uses of IntegrationObjectItemModel in de.hybris.platform.integrationservices.validator
Methods in de.hybris.platform.integrationservices.validator with parameters of type IntegrationObjectItemModel Modifier and Type Method Description voidSingleRootItemValidator. onValidate(IntegrationObjectItemModel newItem, InterceptorContext ctx)Constructors in de.hybris.platform.integrationservices.validator with parameters of type IntegrationObjectItemModel Constructor Description SingleRootItemConstraintViolationException(java.lang.String integrationObject, IntegrationObjectItemModel... rootItems)Constructor parameters in de.hybris.platform.integrationservices.validator with type arguments of type IntegrationObjectItemModel Constructor Description SingleRootItemConstraintViolationException(java.lang.String integrationObject, java.util.List<IntegrationObjectItemModel> rootItems) -
Uses of IntegrationObjectItemModel in de.hybris.platform.odata2services.odata.persistence.populator.processor
Methods in de.hybris.platform.odata2services.odata.persistence.populator.processor with parameters of type IntegrationObjectItemModel Modifier and Type Method Description protected java.util.Optional<TypeAttributeDescriptor>AbstractPropertyProcessor. findTypeDescriptorAttributeForItem(IntegrationObjectItemModel integrationObjectItem, java.lang.String integrationItemAttributeName) -
Uses of IntegrationObjectItemModel in de.hybris.platform.odata2services.odata.schema
Method parameters in de.hybris.platform.odata2services.odata.schema with type arguments of type IntegrationObjectItemModel Modifier and Type Method Description org.apache.olingo.odata2.api.edm.provider.SchemaDefaultSchemaGenerator. generateSchema(java.util.Collection<IntegrationObjectItemModel> allModelsForType)org.apache.olingo.odata2.api.edm.provider.SchemaSchemaGenerator. generateSchema(java.util.Collection<IntegrationObjectItemModel> allModelsForType)Generates aSchemafor anIntegrationObjectItemModeland all of its dependencies.voidDefaultSchemaGenerator. setEntityTypesGenerator(SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.EntityType>,java.util.Collection<IntegrationObjectItemModel>> entityTypesGenerator) -
Uses of IntegrationObjectItemModel in de.hybris.platform.odata2services.odata.schema.association
Methods in de.hybris.platform.odata2services.odata.schema.association that return types with arguments of type IntegrationObjectItemModel Modifier and Type Method Description protected java.util.List<SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.Association>,java.util.Collection<IntegrationObjectItemModel>>>AssociationListGeneratorRegistry. getGenerators()Method parameters in de.hybris.platform.odata2services.odata.schema.association with type arguments of type IntegrationObjectItemModel Modifier and Type Method Description java.util.List<org.apache.olingo.odata2.api.edm.provider.Association>AssociationListGenerator. generate(java.util.Collection<IntegrationObjectItemModel> allIntegrationObjectItemModelsForType)java.util.List<org.apache.olingo.odata2.api.edm.provider.Association>AssociationListGeneratorRegistry. generate(java.util.Collection<IntegrationObjectItemModel> itemModels)java.util.List<org.apache.olingo.odata2.api.edm.provider.Association>LocalizedAttributeAssociationListGenerator. generate(java.util.Collection<IntegrationObjectItemModel> itemModels)voidAssociationListGeneratorRegistry. setAssociationListGenerators(java.util.List<SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.Association>,java.util.Collection<IntegrationObjectItemModel>>> associationListGenerators) -
Uses of IntegrationObjectItemModel in de.hybris.platform.odata2services.odata.schema.attribute
Methods in de.hybris.platform.odata2services.odata.schema.attribute with parameters of type IntegrationObjectItemModel Modifier and Type Method Description org.apache.olingo.odata2.api.edm.provider.AnnotationAttributeAliasAnnotationGenerator. generate(IntegrationObjectItemModel itemModel) -
Uses of IntegrationObjectItemModel in de.hybris.platform.odata2services.odata.schema.entity
Methods in de.hybris.platform.odata2services.odata.schema.entity with parameters of type IntegrationObjectItemModel Modifier and Type Method Description protected TypeDescriptorPrimitiveEntityTypeGenerator. createItemTypeDescriptor(IntegrationObjectItemModel itemModel)java.util.Set<org.apache.olingo.odata2.api.edm.provider.EntityType>PrimitiveEntityTypeGenerator. generate(IntegrationObjectItemModel itemModel)java.util.List<org.apache.olingo.odata2.api.edm.provider.EntityType>SingleEntityTypeGenerator. generate(IntegrationObjectItemModel item)Generates the schema element whose type is defined by T.protected org.apache.olingo.odata2.api.edm.provider.EntityTypeComposedEntityTypeGenerator. generateEntityType(IntegrationObjectItemModel item)protected org.apache.olingo.odata2.api.edm.provider.EntityTypeSingleEntityTypeGenerator. generateEntityType(IntegrationObjectItemModel item)Generates a single entity type for the specified item delegating the entity parts creation to:SingleEntityTypeGenerator.generateEntityTypeName(IntegrationObjectItemModel)for the entity type name generationSingleEntityTypeGenerator.propertiesGeneratorfor the entity type properties generationSingleEntityTypeGenerator.keyGeneratorfor the entity type key generation.protected java.lang.StringComposedEntityTypeGenerator. generateEntityTypeName(IntegrationObjectItemModel item)protected java.lang.StringLocalizedEntityTypeGenerator. generateEntityTypeName(IntegrationObjectItemModel item)protected abstract java.lang.StringSingleEntityTypeGenerator. generateEntityTypeName(IntegrationObjectItemModel item)Generates name for the entity type being generated.protected booleanComposedEntityTypeGenerator. isApplicable(IntegrationObjectItemModel item)protected booleanLocalizedEntityTypeGenerator. isApplicable(IntegrationObjectItemModel item)protected abstract booleanSingleEntityTypeGenerator. isApplicable(IntegrationObjectItemModel item)Determines whether this generator is applicable to the specified item and can generate at least a single EDMX entity type.Method parameters in de.hybris.platform.odata2services.odata.schema.entity with type arguments of type IntegrationObjectItemModel Modifier and Type Method Description java.util.List<org.apache.olingo.odata2.api.edm.provider.EntityType>EntityTypeListGenerator. generate(java.util.Collection<IntegrationObjectItemModel> models)voidEntityTypeListGenerator. setEntityTypeGenerators(java.util.List<SchemaElementGenerator<java.util.Collection<org.apache.olingo.odata2.api.edm.provider.EntityType>,IntegrationObjectItemModel>> entityTypeGenerators) -
Uses of IntegrationObjectItemModel in de.hybris.platform.odata2services.odata.schema.property
Methods in de.hybris.platform.odata2services.odata.schema.property with parameters of type IntegrationObjectItemModel Modifier and Type Method Description java.util.Optional<org.apache.olingo.odata2.api.edm.provider.Property>IntegrationKeyPropertyGenerator. generate(IntegrationObjectItemModel integrationObjectItemModel)java.util.List<org.apache.olingo.odata2.api.edm.provider.Property>LocalizedPropertyListGenerator. generate(IntegrationObjectItemModel itemModel)java.util.List<org.apache.olingo.odata2.api.edm.provider.Property>PrimitivePropertyListGenerator. generate(IntegrationObjectItemModel itemModel)protected voidAbstractPropertyListGenerator. validatePreconditions(IntegrationObjectItemModel itemModel)Method parameters in de.hybris.platform.odata2services.odata.schema.property with type arguments of type IntegrationObjectItemModel Modifier and Type Method Description voidPrimitivePropertyListGenerator. setIntegrationKeyPropertyGenerator(SchemaElementGenerator<java.util.Optional<org.apache.olingo.odata2.api.edm.provider.Property>,IntegrationObjectItemModel> integrationKeyPropertyGenerator) -
Uses of IntegrationObjectItemModel in de.hybris.platform.outboundsync.config
Methods in de.hybris.platform.outboundsync.config with parameters of type IntegrationObjectItemModel Modifier and Type Method Description java.lang.StringStreamIdentifierGenerator. generate(OutboundChannelConfigurationModel channel, IntegrationObjectItemModel item) -
Uses of IntegrationObjectItemModel in de.hybris.platform.outboundsync.config.impl
Methods in de.hybris.platform.outboundsync.config.impl with parameters of type IntegrationObjectItemModel Modifier and Type Method Description java.lang.StringDefaultStreamIdentifierGenerator. generate(OutboundChannelConfigurationModel channel, IntegrationObjectItemModel item)
-