Uses of Class
de.hybris.platform.core.model.ItemModel
-
-
Uses of ItemModel in com.hybris.backoffice.bulkedit.renderer
Methods in com.hybris.backoffice.bulkedit.renderer that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>BulkEditTemplateModelCreator. create(java.lang.String typeCode) -
Uses of ItemModel in com.hybris.backoffice.cockpitng.dataaccess.facades.object
Method parameters in com.hybris.backoffice.cockpitng.dataaccess.facades.object with type arguments of type ItemModel Modifier and Type Method Description protected <T> voidDefaultPlatformObjectFacadeStrategy. executeWithWorkflowTemplateActivation(java.util.function.Consumer<java.util.Collection<T>> consumer, java.util.Collection<T> toConsume, com.hybris.cockpitng.dataaccess.context.Context invocationCtx, java.util.function.Function<ItemModel,WorkflowTemplateActivationAction> actionMapper) -
Uses of ItemModel in com.hybris.backoffice.cockpitng.dataaccess.facades.object.savedvalues
Methods in com.hybris.backoffice.cockpitng.dataaccess.facades.object.savedvalues that return ItemModel Modifier and Type Method Description ItemModelItemModificationInfo. getModel()Methods in com.hybris.backoffice.cockpitng.dataaccess.facades.object.savedvalues with parameters of type ItemModel Modifier and Type Method Description protected ItemModificationInfoDefaultItemModificationHistoryService. computeModificationsForModifiedItem(ItemModel itemModel, ModelValueHistory modelHistory, boolean isNew)ItemModificationInfoDefaultItemModificationHistoryService. createModificationInfo(ItemModel itemModel)ItemModificationInfoItemModificationHistoryService. createModificationInfo(ItemModel item)Creates ItemModificationInfo object which could be later passed toItemModificationHistoryService.logItemModification(ItemModificationInfo).protected java.lang.ObjectDefaultItemModificationHistoryService. getOriginalValue(ItemModel model, java.lang.String attribute, ModelValueHistory history)protected java.lang.ObjectDefaultItemModificationHistoryService. getOriginalValue(ItemModel model, java.lang.String attribute, java.util.Locale locale, ModelValueHistory history)java.util.List<SavedValuesModel>DefaultItemModificationHistoryService. getSavedValues(ItemModel item)java.util.List<SavedValuesModel>ItemModificationHistoryService. getSavedValues(ItemModel item)Gets the saved valuesprotected voidDefaultItemModificationHistoryService. logModifications(ItemModel model, ItemModificationInfo modificationInfo)Constructors in com.hybris.backoffice.cockpitng.dataaccess.facades.object.savedvalues with parameters of type ItemModel Constructor Description ItemModificationInfo(ItemModel model) -
Uses of ItemModel in com.hybris.backoffice.cockpitng.dataaccess.facades.permissions
Method parameters in com.hybris.backoffice.cockpitng.dataaccess.facades.permissions with type arguments of type ItemModel Modifier and Type Method Description protected java.util.List<com.hybris.cockpitng.dataaccess.facades.permissions.PermissionInfo>DefaultPlatformPermissionManagementFacadeStrategy. resolvePermissionInfosForAttributeDescriptors(java.lang.String principalId, java.util.Set<ItemModel> itemModels)protected java.util.List<com.hybris.cockpitng.dataaccess.facades.permissions.PermissionInfo>DefaultPlatformPermissionManagementFacadeStrategy. resolvePermissionInfosForComposedTypes(java.lang.String principalId, java.util.Set<ItemModel> itemModels) -
Uses of ItemModel in com.hybris.backoffice.cockpitng.dataaccess.facades.permissions.custom.impl
Methods in com.hybris.backoffice.cockpitng.dataaccess.facades.permissions.custom.impl with parameters of type ItemModel Modifier and Type Method Description booleanLockedItemPermissionAdvisor. canDelete(ItemModel instance)booleanLockedItemPermissionAdvisor. canModify(ItemModel instance) -
Uses of ItemModel in com.hybris.backoffice.cockpitng.dataaccess.facades.search
Classes in com.hybris.backoffice.cockpitng.dataaccess.facades.search with type parameters of type ItemModel Modifier and Type Class Description classDefaultPlatformFieldSearchFacadeStrategy<T extends ItemModel>Platform specific implementation ofFieldSearchFacadeStrategy -
Uses of ItemModel in com.hybris.backoffice.cockpitng.dnd.handlers
Methods in com.hybris.backoffice.cockpitng.dnd.handlers that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<com.hybris.cockpitng.dnd.DropOperationData<ItemModel,DropConsumer<ItemModel>,java.lang.Object>>ItemToNewWorkflowDropHandler. handleDrop(java.util.List<ItemModel> droppedItems, DropConsumer<ItemModel> dropConsumer, com.hybris.cockpitng.dnd.DragAndDropContext dragAndDropContext)java.util.List<com.hybris.cockpitng.dnd.DropOperationData<ItemModel,DropConsumer<ItemModel>,java.lang.Object>>ItemToNewWorkflowDropHandler. handleDrop(java.util.List<ItemModel> droppedItems, DropConsumer<ItemModel> dropConsumer, com.hybris.cockpitng.dnd.DragAndDropContext dragAndDropContext)java.util.List<com.hybris.cockpitng.dnd.DropOperationData<ItemModel,WorkflowModel,java.lang.Object>>ItemToWorkflowDropHandler. handleDrop(java.util.List<ItemModel> dragged, WorkflowModel workflowModel, com.hybris.cockpitng.dnd.DragAndDropContext context)Method parameters in com.hybris.backoffice.cockpitng.dnd.handlers with type arguments of type ItemModel Modifier and Type Method Description java.util.List<com.hybris.cockpitng.dnd.DropOperationData<ItemModel,DropConsumer<ItemModel>,java.lang.Object>>ItemToNewWorkflowDropHandler. handleDrop(java.util.List<ItemModel> droppedItems, DropConsumer<ItemModel> dropConsumer, com.hybris.cockpitng.dnd.DragAndDropContext dragAndDropContext)java.util.List<com.hybris.cockpitng.dnd.DropOperationData<ItemModel,DropConsumer<ItemModel>,java.lang.Object>>ItemToNewWorkflowDropHandler. handleDrop(java.util.List<ItemModel> droppedItems, DropConsumer<ItemModel> dropConsumer, com.hybris.cockpitng.dnd.DragAndDropContext dragAndDropContext)java.util.List<com.hybris.cockpitng.dnd.DropOperationData<ItemModel,WorkflowModel,java.lang.Object>>ItemToWorkflowDropHandler. handleDrop(java.util.List<ItemModel> dragged, WorkflowModel workflowModel, com.hybris.cockpitng.dnd.DragAndDropContext context)protected voidItemToWorkflowDropHandler. notifyMultiple(java.util.Collection<ItemModel> existed)protected voidItemToWorkflowDropHandler. notifySingle(java.util.Collection<ItemModel> existed) -
Uses of ItemModel in com.hybris.backoffice.compare
Methods in com.hybris.backoffice.compare with parameters of type ItemModel Modifier and Type Method Description protected booleanBackofficeItemComparisonFacade. isEqualItem(ItemModel itemModel1, ItemModel itemModel2)protected booleanBackofficeItemComparisonFacade. isSameItem(ItemModel itemModel1, ItemModel itemModel2) -
Uses of ItemModel in com.hybris.backoffice.cronjob
Methods in com.hybris.backoffice.cronjob that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<? extends ItemModel>CronJobHistoryFacade. findLog(CronJobHistoryModel cronJobHistoryModel)Lookup cronJob's log which is related to given cron job history.java.util.Optional<? extends ItemModel>DefaultCronJobHistoryFacade. findLog(CronJobHistoryModel cronJobHistoryModel) -
Uses of ItemModel in com.hybris.backoffice.excel
Methods in com.hybris.backoffice.excel with type parameters of type ItemModel Modifier and Type Method Description protected <T extends ItemModel>
TExcelIntegrationTest. saveItem(T itemModel)Methods in com.hybris.backoffice.excel with parameters of type ItemModel Modifier and Type Method Description protected AttributeDescriptorModelExcelIntegrationTest. getAttributeDescriptorOf(ItemModel item, java.lang.String attributeQualifier) -
Uses of ItemModel in com.hybris.backoffice.excel.classification
Method parameters in com.hybris.backoffice.excel.classification with type arguments of type ItemModel Modifier and Type Method Description java.util.Map<ClassificationSystemVersionModel,java.util.List<ClassificationClassModel>>DefaultExcelClassificationService. getItemsAddedClassificationClasses(java.util.Collection<ItemModel> items)java.util.Map<ClassificationSystemVersionModel,java.util.List<ClassificationClassModel>>ExcelClassificationService. getItemsAddedClassificationClasses(java.util.Collection<ItemModel> items)ClassificationClassModels are retrieved from given items - it means that all classification classes from given items are returned.java.util.Map<ClassificationSystemVersionModel,java.util.List<ClassificationClassModel>>DefaultExcelClassificationService. getItemsIntersectedClassificationClasses(java.util.Collection<ItemModel> items)java.util.Map<ClassificationSystemVersionModel,java.util.List<ClassificationClassModel>>ExcelClassificationService. getItemsIntersectedClassificationClasses(java.util.Collection<ItemModel> items)ClassificationClassModels are retrieved from given items and then intersected - it means that only common classification classes are returned. -
Uses of ItemModel in com.hybris.backoffice.excel.data
Methods in com.hybris.backoffice.excel.data that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>ExcelExportParams. getItemsToExport()java.util.Collection<ItemModel>ExcelExportResult. getSelectedItems()Constructor parameters in com.hybris.backoffice.excel.data with type arguments of type ItemModel Constructor Description ExcelExportParams(java.util.List<ItemModel> itemsToExport, java.util.List<SelectedAttribute> selectedAttributes, java.util.Collection<ExcelAttribute> additionalAttributes)Constructs an instance ofExcelExportParams.ExcelExportResult(org.apache.poi.ss.usermodel.Workbook workbook, java.util.Collection<ItemModel> selectedItems, java.util.Collection<SelectedAttribute> selectedAttributes, java.util.Collection<ExcelAttribute> selectedAdditionalAttributes, java.util.Collection<ExcelAttribute> availableAdditionalAttributes) -
Uses of ItemModel in com.hybris.backoffice.excel.export.wizard
Methods in com.hybris.backoffice.excel.export.wizard that return types with arguments of type ItemModel Modifier and Type Method Description com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel>ExcelExportWizardForm. getPageable()Method parameters in com.hybris.backoffice.excel.export.wizard with type arguments of type ItemModel Modifier and Type Method Description protected org.apache.poi.ss.usermodel.WorkbookExcelExportHandler. exportData(ExcelExportWizardForm form, java.util.List<ItemModel> itemsToExport, java.util.List<SelectedAttribute> selectedAttributes)voidExcelExportWizardForm. setPageable(com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel> pageable) -
Uses of ItemModel in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.util.Set<ItemModel>>DefaultExcelExportService. applyTypePredicates(java.util.Map<java.lang.String,java.util.Set<ItemModel>> itemsByType)protected java.util.Map<java.lang.String,java.util.Set<ItemModel>>DefaultExcelExportService. filterByPermissions(java.util.Map<java.lang.String,java.util.Set<ItemModel>> itemsByType)Deprecated.since 1811, type permission checking is now achieved by injecting intoDefaultExcelExportService.setAttributePredicates(Set)thePermissionCrudTypePredicatejava.util.Map<java.lang.String,java.util.Set<ItemModel>>DefaultExcelExportDivider. groupItemsByType(java.util.List<ItemModel> items)default java.util.Map<java.lang.String,java.util.Set<ItemModel>>ExcelExportDivider. groupItemsByType(java.util.Collection<ItemModel> items)Groups collection of item models by variantsjava.util.Map<java.lang.String,java.util.Set<ItemModel>>ExcelExportDivider. groupItemsByType(java.util.List<ItemModel> items)Deprecated.since 1808, useExcelExportDivider.groupItemsByType(Collection)instead as it is more convenientprotected java.util.List<ItemModel>DefaultExcelExportService. refreshSelectedItems(java.util.List<ItemModel> selectedItems)Methods in com.hybris.backoffice.excel.exporting with parameters of type ItemModel Modifier and Type Method Description protected java.util.Optional<org.apache.poi.ss.usermodel.Row>AbstractExcelExportWorkbookDecorator. findRow(org.apache.poi.ss.usermodel.Workbook workbook, ItemModel item)Finds appropriate row based on provided item.protected java.lang.ObjectDefaultExcelExportService. getItemAttribute(ItemModel item, SelectedAttribute selectedAttribute)Method parameters in com.hybris.backoffice.excel.exporting with type arguments of type ItemModel Modifier and Type Method Description protected voidDefaultExcelExportService. addValues(java.util.Map<java.lang.String,java.util.Set<ItemModel>> itemsByType, java.lang.String type, java.util.Set<SelectedAttribute> selectedAttributes, org.apache.poi.ss.usermodel.Sheet sheet)protected java.util.Map<java.lang.String,java.util.Set<ItemModel>>DefaultExcelExportService. applyTypePredicates(java.util.Map<java.lang.String,java.util.Set<ItemModel>> itemsByType)org.apache.poi.ss.usermodel.WorkbookDefaultExcelExportService. exportData(java.util.List<ItemModel> selectedItems, java.util.List<SelectedAttribute> selectedAttributes)protected org.apache.poi.ss.usermodel.WorkbookDefaultExcelExportService. exportData(java.util.Map<java.lang.String,java.util.Set<ItemModel>> itemsByType, java.util.List<SelectedAttribute> selectedAttributes)org.apache.poi.ss.usermodel.WorkbookExcelExportService. exportData(java.util.List<ItemModel> selectedItems, java.util.List<SelectedAttribute> selectedAttributes)Exports data to excel workbookprotected java.util.Map<java.lang.String,java.util.Set<ItemModel>>DefaultExcelExportService. filterByPermissions(java.util.Map<java.lang.String,java.util.Set<ItemModel>> itemsByType)Deprecated.since 1811, type permission checking is now achieved by injecting intoDefaultExcelExportService.setAttributePredicates(Set)thePermissionCrudTypePredicatejava.util.Map<java.lang.String,java.util.Set<ItemModel>>DefaultExcelExportDivider. groupItemsByType(java.util.List<ItemModel> items)default java.util.Map<java.lang.String,java.util.Set<ItemModel>>ExcelExportDivider. groupItemsByType(java.util.Collection<ItemModel> items)Groups collection of item models by variantsjava.util.Map<java.lang.String,java.util.Set<ItemModel>>ExcelExportDivider. groupItemsByType(java.util.List<ItemModel> items)Deprecated.since 1808, useExcelExportDivider.groupItemsByType(Collection)instead as it is more convenientprotected java.util.List<ItemModel>DefaultExcelExportService. refreshSelectedItems(java.util.List<ItemModel> selectedItems) -
Uses of ItemModel in com.hybris.backoffice.excel.exporting.data
Methods in com.hybris.backoffice.excel.exporting.data that return ItemModel Modifier and Type Method Description ItemModelExcelCellValue. getItemModel()Constructors in com.hybris.backoffice.excel.exporting.data with parameters of type ItemModel Constructor Description ExcelCellValue(org.apache.poi.ss.usermodel.Cell cell, ExcelAttribute excelAttribute, ItemModel itemModel) -
Uses of ItemModel in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template with parameters of type ItemModel Modifier and Type Method Description protected java.util.List<ExcelAttribute>ClassificationIncludedHeaderPromptPopulatorIntegrationTest. prepareExcelAttributeDescriptorAttributes(ItemModel variant) -
Uses of ItemModel in com.hybris.backoffice.excel.template.populator.typesheet
Methods in com.hybris.backoffice.excel.template.populator.typesheet that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.Collection<ItemModel>PermissionAwareTypeSystemSheetPopulator. filterOutInaccessibleItems(java.util.Collection<ItemModel> selectedItems)Method parameters in com.hybris.backoffice.excel.template.populator.typesheet with type arguments of type ItemModel Modifier and Type Method Description protected ExcelExportResultPermissionAwareTypeSystemSheetPopulator. copyExcelExportResultWithNewSelectedItems(ExcelExportResult excelExportResult, java.util.Collection<ItemModel> filteredSelectedItems)protected java.util.Collection<ItemModel>PermissionAwareTypeSystemSheetPopulator. filterOutInaccessibleItems(java.util.Collection<ItemModel> selectedItems) -
Uses of ItemModel in com.hybris.backoffice.model
Subclasses of ItemModel in com.hybris.backoffice.model Modifier and Type Class Description classExcelImportCronJobModelGenerated model class for type ExcelImportCronJob first defined at extension backoffice.classExcelImportJobModelGenerated model class for type ExcelImportJob first defined at extension backoffice.Constructors in com.hybris.backoffice.model with parameters of type ItemModel Constructor Description ExcelImportCronJobModel(MediaModel _excelFile, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExcelImportJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.hybris.backoffice.model.user
Subclasses of ItemModel in com.hybris.backoffice.model.user Modifier and Type Class Description classBackofficeRoleModelGenerated model class for type BackofficeRole first defined at extension backoffice.Constructors in com.hybris.backoffice.model.user with parameters of type ItemModel Constructor Description BackofficeRoleModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.hybris.backoffice.renderer
Methods in com.hybris.backoffice.renderer with parameters of type ItemModel Modifier and Type Method Description voidProductTypeMarkerRenderer. render(org.zkoss.zk.ui.Component parent, java.lang.Object configuration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected voidProductTypeMarkerRenderer. renderIcon(org.zkoss.zk.ui.Component parent, java.lang.String cssStyle, ItemModel itemModel) -
Uses of ItemModel in com.hybris.backoffice.renderer.attributeschooser
Methods in com.hybris.backoffice.renderer.attributeschooser that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>ClassificationAttributesExportRenderer. getItems(com.hybris.cockpitng.engine.WidgetInstanceManager wim, java.util.Map<java.lang.String,java.lang.String> parameters)Method parameters in com.hybris.backoffice.renderer.attributeschooser with type arguments of type ItemModel Modifier and Type Method Description protected java.util.Map<ClassificationSystemVersionModel,java.util.List<ClassificationClassModel>>ClassificationAttributesExportRenderer. getCommonClassificationClasses(java.util.Collection<ItemModel> items, java.lang.String retrieveMode)protected voidClassificationAttributesExportRenderer. populateAttributesChooserForm(com.hybris.backoffice.attributechooser.AttributeChooserForm attributesForm, java.util.List<ItemModel> items, java.lang.String retrieveMode) -
Uses of ItemModel in com.hybris.backoffice.solrsearch.aspects
Methods in com.hybris.backoffice.solrsearch.aspects with parameters of type ItemModel Modifier and Type Method Description protected java.util.List<PK>ObjectFacadeSolrIndexingAspect. getModifiedProductsPK(ItemModel model) -
Uses of ItemModel in com.hybris.backoffice.solrsearch.daos
Methods in com.hybris.backoffice.solrsearch.daos that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>SolrFieldSearchDAO. findAll(java.lang.String typeCode, java.util.List<java.lang.Long> itemPks)Finds Items with PKs matching those passed as parameter -
Uses of ItemModel in com.hybris.backoffice.solrsearch.daos.impl
Methods in com.hybris.backoffice.solrsearch.daos.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultSolrFieldSearchDAO. findAll(java.lang.String typeCode, java.util.List<java.lang.Long> itemsPks)protected java.util.List<ItemModel>DefaultSolrFieldSearchDAO. orderItemsByPkList(java.util.List<ItemModel> items, java.util.List<java.lang.Long> itemsPks)Method parameters in com.hybris.backoffice.solrsearch.daos.impl with type arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultSolrFieldSearchDAO. orderItemsByPkList(java.util.List<ItemModel> items, java.util.List<java.lang.Long> itemsPks) -
Uses of ItemModel in com.hybris.backoffice.solrsearch.dataaccess.facades
Classes in com.hybris.backoffice.solrsearch.dataaccess.facades with type parameters of type ItemModel Modifier and Type Class Description classDefaultSolrFieldSearchFacadeStrategy<T extends ItemModel>Methods in com.hybris.backoffice.solrsearch.dataaccess.facades that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultSolrFieldSearchFacadeStrategy. getFilteredResults(java.util.List<ItemModel> itemModels)Method parameters in com.hybris.backoffice.solrsearch.dataaccess.facades with type arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultSolrFieldSearchFacadeStrategy. getFilteredResults(java.util.List<ItemModel> itemModels) -
Uses of ItemModel in com.hybris.backoffice.solrsearch.indexer.impl
Methods in com.hybris.backoffice.solrsearch.indexer.impl with parameters of type ItemModel Modifier and Type Method Description protected voidBackofficeSolrDocumentFactory. addCommonFields(org.apache.solr.common.SolrInputDocument document, IndexerBatchContext batchContext, ItemModel model)Deprecated. -
Uses of ItemModel in com.hybris.backoffice.solrsearch.model
Subclasses of ItemModel in com.hybris.backoffice.solrsearch.model Modifier and Type Class Description classBackofficeIndexedTypeToSolrFacetSearchConfigModelGenerated model class for type BackofficeIndexedTypeToSolrFacetSearchConfig first defined at extension backofficesolrsearch.classBackofficeSolrIndexerCronJobModelGenerated model class for type BackofficeSolrIndexerCronJob first defined at extension backofficesolrsearch.classSolrModifiedItemModelGenerated model class for type SolrModifiedItem first defined at extension backofficesolrsearch.Constructors in com.hybris.backoffice.solrsearch.model with parameters of type ItemModel Constructor Description BackofficeIndexedTypeToSolrFacetSearchConfigModel(ComposedTypeModel _indexedType, ItemModel _owner, SolrFacetSearchConfigModel _solrFacetSearchConfig)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBackofficeSolrIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrModifiedItemModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.hybris.backoffice.solrsearch.providers
Methods in com.hybris.backoffice.solrsearch.providers with parameters of type ItemModel Modifier and Type Method Description java.lang.StringBackofficeIdentityProvider. getIdentifier(IndexConfig indexConfig, ItemModel model) -
Uses of ItemModel in com.hybris.backoffice.solrsearch.resolvers
Methods in com.hybris.backoffice.solrsearch.resolvers that return ItemModel Modifier and Type Method Description protected ItemModelCatalogLabelValueResolver. provideModel(ItemModel model)protected ItemModelCatalogVersionLabelValueResolver. provideModel(ItemModel model)protected ItemModelItemModelLabelValueResolver. provideModel(ItemModel model)protected ItemModelItemModelLabelValueResolver. provideModel(ItemModel model, IndexedProperty indexedProperty)Methods in com.hybris.backoffice.solrsearch.resolvers that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.Optional<ItemModel>CatalogPKValueResolver. getTargetModel(ItemModel sourceModel)protected java.util.Optional<ItemModel>CatalogVersionPKValueResolver. getTargetModel(ItemModel sourceModel)protected java.util.Optional<ItemModel>ItemModelPKValueResolver. getTargetModel(ItemModel sourceModel)protected java.util.Optional<ItemModel>ItemModelPKValueResolver. getTargetModel(ItemModel model, IndexedProperty indexedProperty)Methods in com.hybris.backoffice.solrsearch.resolvers with parameters of type ItemModel Modifier and Type Method Description protected voidBackofficeValueResolver. addBackofficeSpecificFields(InputDocument document, ItemModel model, java.util.Locale language, java.util.Collection<java.lang.String> fieldNames)protected voidBackofficeValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ItemModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverContext)protected voidCollectionValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ItemModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverContext)protected voidDataQualityValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ItemModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverContext)protected voidDateValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ItemModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverContext)protected voidEnumValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ItemModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverContext)protected voidItemModelLabelValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ItemModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverContext)protected voidItemModelPKValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ItemModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverContext)protected voidReferenceValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ItemModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverContext)protected voidSuperCategoriesValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ItemModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverContext)protected voidTypeCodeValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ItemModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.lang.Object> resolverContext)protected java.util.Optional<ItemModel>CatalogPKValueResolver. getTargetModel(ItemModel sourceModel)protected java.util.Optional<ItemModel>CatalogVersionPKValueResolver. getTargetModel(ItemModel sourceModel)protected java.util.Optional<ItemModel>ItemModelPKValueResolver. getTargetModel(ItemModel sourceModel)protected java.util.Optional<ItemModel>ItemModelPKValueResolver. getTargetModel(ItemModel model, IndexedProperty indexedProperty)protected ItemModelCatalogLabelValueResolver. provideModel(ItemModel model)protected ItemModelCatalogVersionLabelValueResolver. provideModel(ItemModel model)protected ItemModelItemModelLabelValueResolver. provideModel(ItemModel model)protected ItemModelItemModelLabelValueResolver. provideModel(ItemModel model, IndexedProperty indexedProperty) -
Uses of ItemModel in com.hybris.backoffice.sync
Methods in com.hybris.backoffice.sync that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<? extends ItemModel>SyncTask. getItems()Items to be synchronised.java.util.List<ItemModel>PartialSyncInfo. getSyncItems()Constructor parameters in com.hybris.backoffice.sync with type arguments of type ItemModel Constructor Description PartialSyncInfo(java.util.List<ItemModel> syncItems, SyncItemStatus targetStatus, java.util.Map<SyncItemJobModel,java.lang.Boolean> inboundSyncStatus, java.util.Map<SyncItemJobModel,java.lang.Boolean> outboundSyncStatus)SyncTask(java.util.List<? extends ItemModel> items, SyncItemJobModel syncItemJob)Creates items sync task -
Uses of ItemModel in com.hybris.backoffice.sync.facades
Methods in com.hybris.backoffice.sync.facades that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultSynchronizationFacade. collectRelatedItems(java.util.List<ItemModel> items, java.util.Map<java.lang.String,java.lang.Object> ctxMap)java.util.Optional<ItemModel>DefaultSynchronizationFacade. findSyncCounterpart(ItemModel item, SyncItemJobModel syncItemJob)java.util.Optional<ItemModel>SynchronizationFacade. findSyncCounterpart(ItemModel item, SyncItemJobModel syncItemJob)Finds a counterpart of given item in respective catalog version defined by the syncItemJob.java.util.List<ItemModel>DefaultSynchronizationFacade. getCatalogVersionAwareItems(java.util.List<? extends ItemModel> items)java.util.List<ItemModel>SynchronizationFacade. getCatalogVersionAwareItems(java.util.List<? extends ItemModel> items)Extract catalog version aware itemsCatalogTypeService.isCatalogVersionAwareModel(ItemModel)Methods in com.hybris.backoffice.sync.facades with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>DefaultSynchronizationFacade. findSyncCounterpart(ItemModel item, SyncItemJobModel syncItemJob)java.util.Optional<ItemModel>SynchronizationFacade. findSyncCounterpart(ItemModel item, SyncItemJobModel syncItemJob)Finds a counterpart of given item in respective catalog version defined by the syncItemJob.java.util.Optional<PartialSyncInfo>DefaultSynchronizationFacade. getPartialSyncStatusInfo(ItemModel itemModel, SyncItemStatus status, java.util.Map<java.lang.String,java.lang.Object> ctxMap)java.util.Optional<PartialSyncInfo>SynchronizationFacade. getPartialSyncStatusInfo(ItemModel itemModel, SyncItemStatus status, java.util.Map<java.lang.String,java.lang.Object> ctxMap)ChecksItemModel's status in all available synchronizations.protected java.util.Optional<java.lang.Boolean>DefaultSynchronizationFacade. isInSync(ItemModel syncItem)java.util.Optional<java.lang.Boolean>DefaultSynchronizationFacade. isInSync(ItemModel itemModel, java.util.Map<java.lang.String,java.lang.Object> ctxMap)java.util.Optional<java.lang.Boolean>SynchronizationFacade. isInSync(ItemModel itemModel, java.util.Map<java.lang.String,java.lang.Object> ctxMap)ChecksItemModel's status in all available synchronizations.booleanDefaultSynchronizationFacade. isSyncInProgress(ItemModel item)booleanSynchronizationFacade. isSyncInProgress(ItemModel item)Tells if given item is being synchronized.Method parameters in com.hybris.backoffice.sync.facades with type arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultSynchronizationFacade. collectRelatedItems(java.util.List<ItemModel> items, java.util.Map<java.lang.String,java.lang.Object> ctxMap)java.util.List<ItemModel>DefaultSynchronizationFacade. getCatalogVersionAwareItems(java.util.List<? extends ItemModel> items)java.util.List<ItemModel>SynchronizationFacade. getCatalogVersionAwareItems(java.util.List<? extends ItemModel> items)Extract catalog version aware itemsCatalogTypeService.isCatalogVersionAwareModel(ItemModel)java.util.List<CatalogVersionModel>DefaultSynchronizationFacade. getItemsCatalogVersions(java.util.List<? extends ItemModel> items)java.util.List<CatalogVersionModel>SynchronizationFacade. getItemsCatalogVersions(java.util.List<? extends ItemModel> items)Extracts from given list items which are CatalogVersionjava.util.Optional<CatalogVersionModel>DefaultSynchronizationFacade. getSyncCatalogVersion(java.util.Collection<ItemModel> items)java.util.Optional<CatalogVersionModel>SynchronizationFacade. getSyncCatalogVersion(java.util.Collection<ItemModel> items)Returns catalog version for given items if they are from the same catalog version or are CatalogVersion itself.java.util.Optional<java.lang.Boolean>DefaultSynchronizationFacade. isInSync(java.util.List<ItemModel> itemModels, SyncItemJobModel jobModel, java.util.Map<java.lang.String,java.lang.Object> ctxMap)java.util.Optional<java.lang.Boolean>SynchronizationFacade. isInSync(java.util.List<ItemModel> itemModels, SyncItemJobModel jobModel, java.util.Map<java.lang.String,java.lang.Object> ctxMap)Checks if allItemModels are sync according to source and target fromSyncItemJobModel.protected java.util.Optional<java.lang.Boolean>DefaultSynchronizationFacade. matchesSyncStatus(java.util.List<ItemModel> syncItems, java.util.List<SyncItemJobModel> allJobs, SyncItemStatus inSync) -
Uses of ItemModel in com.hybris.backoffice.sync.renderers
Fields in com.hybris.backoffice.sync.renderers with type parameters of type ItemModel Modifier and Type Field Description protected com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.impl.XulElement,java.lang.Object,ItemModel>SyncStatusCellRenderer. partialSyncInfoRendererMethods in com.hybris.backoffice.sync.renderers that return types with arguments of type ItemModel Modifier and Type Method Description com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.impl.XulElement,java.lang.Object,ItemModel>DefaultSummarySyncStatusRenderer. getPartialSyncInfoRenderer()com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.impl.XulElement,java.lang.Object,ItemModel>SyncStatusCellRenderer. getPartialSyncInfoRenderer()Methods in com.hybris.backoffice.sync.renderers with parameters of type ItemModel Modifier and Type Method Description protected org.zkoss.zk.ui.HtmlBasedComponentDefaultSummarySyncStatusRenderer. createContainer(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected java.lang.StringDefaultSummarySyncStatusRenderer. getIconStatusSClass(org.zkoss.zk.ui.HtmlBasedComponent iconContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected java.lang.StringDefaultSummarySyncStatusRenderer. getStatusIconClass(ItemModel item, java.util.Optional<java.lang.Boolean> inSyncStatus)protected java.util.Optional<java.lang.Boolean>SyncStatusCellRenderer. loadData(java.lang.Object configuration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)protected voidDefaultSummarySyncStatusRenderer. onStatusIconClick(ItemModel item, com.hybris.cockpitng.engine.WidgetInstanceManager wim)voidPartialSyncInfoTooltipRenderer. render(org.zkoss.zul.impl.XulElement component, java.lang.Object configuration, ItemModel itemModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)voidSyncStatusCellRenderer. render(org.zkoss.zk.ui.Component parent, java.lang.Object configuration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected voidSyncStatusCellRenderer. renderAfterLoad(org.zkoss.zk.ui.Component parent, java.lang.Object configuration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim, com.hybris.cockpitng.lazyloading.LazyTaskResult<java.util.Optional<java.lang.Boolean>> lazyLoadedData)protected voidSyncStatusCellRenderer. renderBeforeLoad(org.zkoss.zk.ui.Component parent, java.lang.Object configuration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected voidDefaultSummarySyncStatusRenderer. renderIcon(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected voidDefaultSummarySyncStatusRenderer. renderValue(org.zkoss.zul.Div attributeContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)Method parameters in com.hybris.backoffice.sync.renderers with type arguments of type ItemModel Modifier and Type Method Description voidDefaultSummarySyncStatusRenderer. setPartialSyncInfoRenderer(com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.impl.XulElement,java.lang.Object,ItemModel> partialSyncInfoRenderer)voidSyncStatusCellRenderer. setPartialSyncInfoRenderer(com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.impl.XulElement,java.lang.Object,ItemModel> partialSyncInfoRenderer) -
Uses of ItemModel in com.hybris.backoffice.tree.model
Methods in com.hybris.backoffice.tree.model that return types with arguments of type ItemModel Modifier and Type Method Description org.zkoss.zul.TreeModel<org.zkoss.zul.TreeNode<ItemModel>>CatalogTreeModelPopulator. createModel(com.hybris.cockpitng.core.context.CockpitContext context)org.zkoss.zul.TreeNode<ItemModel>CatalogTreeModelPopulator.CatalogTreeModel. getChild(org.zkoss.zul.TreeNode<ItemModel> node, int i)org.zkoss.zul.TreeNode<ItemModel>CatalogTreeModelPopulator. getRoot(com.hybris.cockpitng.core.context.CockpitContext context)Methods in com.hybris.backoffice.tree.model with parameters of type ItemModel Modifier and Type Method Description protected com.hybris.cockpitng.tree.node.DynamicNodeCatalogTreeModelPopulator. prepareUncategorizedProductsNode(com.hybris.backoffice.navigation.NavigationNode rootNode, ItemModel parentObject)Method parameters in com.hybris.backoffice.tree.model with type arguments of type ItemModel Modifier and Type Method Description org.zkoss.zul.TreeNode<ItemModel>CatalogTreeModelPopulator.CatalogTreeModel. getChild(org.zkoss.zul.TreeNode<ItemModel> node, int i)intCatalogTreeModelPopulator.CatalogTreeModel. getChildCount(org.zkoss.zul.TreeNode<ItemModel> node)int[]CatalogTreeModelPopulator.CatalogTreeModel. getPath(org.zkoss.zul.TreeNode<ItemModel> child)booleanCatalogTreeModelPopulator.CatalogTreeModel. isLeaf(org.zkoss.zul.TreeNode<ItemModel> node)Constructor parameters in com.hybris.backoffice.tree.model with type arguments of type ItemModel Constructor Description CatalogTreeModel(org.zkoss.zul.TreeNode<ItemModel> root) -
Uses of ItemModel in com.hybris.backoffice.widgets.actions.audit
Methods in com.hybris.backoffice.widgets.actions.audit that return ItemModel Modifier and Type Method Description ItemModelAuditReportWizardData. getSourceItem()Methods in com.hybris.backoffice.widgets.actions.audit with parameters of type ItemModel Modifier and Type Method Description voidAuditReportWizardData. setSourceItem(ItemModel sourceItem)Method parameters in com.hybris.backoffice.widgets.actions.audit with type arguments of type ItemModel Modifier and Type Method Description booleanCreateAuditReportAction. canPerform(com.hybris.cockpitng.actions.ActionContext<ItemModel> ctx)java.lang.StringCreateAuditReportAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ItemModel> ctx)booleanCreateAuditReportAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ItemModel> ctx)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>CreateAuditReportAction. perform(com.hybris.cockpitng.actions.ActionContext<ItemModel> ctx)protected java.lang.StringCreateAuditReportAction. prepareFormattedDate(com.hybris.cockpitng.actions.ActionContext<ItemModel> ctx)protected java.lang.StringCreateAuditReportAction. prepareReportName(com.hybris.cockpitng.actions.ActionContext<ItemModel> ctx, java.lang.String objectLabel)protected java.lang.StringCreateAuditReportAction. resolvePreselectedConfig(com.hybris.cockpitng.actions.ActionContext<ItemModel> ctx, java.util.List<java.lang.String> configs) -
Uses of ItemModel in com.hybris.backoffice.widgets.actions.excel
Methods in com.hybris.backoffice.widgets.actions.excel that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel>>ExcelExportAction. getData(com.hybris.cockpitng.actions.ActionContext<java.lang.String> ctx)Returns data related with collection browser's pageable.protected com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel>ExcelExportAction. getPageable(com.hybris.cockpitng.actions.ActionContext<java.lang.String> ctx)protected com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel>ExcelTemplateExportAction. getPageable(com.hybris.cockpitng.actions.ActionContext<java.lang.String> ctx)protected java.util.Optional<com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel>>ExcelExportAction. getSelectedItems(com.hybris.cockpitng.actions.ActionContext<java.lang.String> ctx)com.hybris.cockpitng.actions.ActionResult<com.hybris.cockpitng.search.data.pageable.Pageable<? extends ItemModel>>ExcelExportAction. perform(com.hybris.cockpitng.actions.ActionContext<java.lang.String> ctx) -
Uses of ItemModel in com.hybris.backoffice.widgets.actions.locking
Methods in com.hybris.backoffice.widgets.actions.locking with parameters of type ItemModel Modifier and Type Method Description protected voidToggleItemLockAction. changeLock(ItemModel data, boolean lock)protected voidToggleItemLockAction. showNotifications(com.hybris.cockpitng.actions.ActionContext<java.lang.Object> ctx, ItemModel data) -
Uses of ItemModel in com.hybris.backoffice.widgets.actions.workflow
Methods in com.hybris.backoffice.widgets.actions.workflow that return types with arguments of type ItemModel Modifier and Type Method Description protected com.hybris.cockpitng.data.TypeAwareSelectionContext<ItemModel>AddWorkflowAttachmentAction. createSearchContext(WorkflowModel workflow, java.lang.String attachmentType)protected java.util.List<ItemModel>AddWorkflowAttachmentAction. getItemsFromAttachments(WorkflowModel workflow)protected java.util.List<ItemModel>AddWorkflowAttachmentAction. getNotAttachedItems(WorkflowModel workflow, java.util.List<ItemModel> toBeAttached)Methods in com.hybris.backoffice.widgets.actions.workflow with parameters of type ItemModel Modifier and Type Method Description protected voidAddWorkflowAttachmentAction. notifySingle(ItemModel existed, com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level)Method parameters in com.hybris.backoffice.widgets.actions.workflow with type arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>AddWorkflowAttachmentAction. getNotAttachedItems(WorkflowModel workflow, java.util.List<ItemModel> toBeAttached)protected voidAddWorkflowAttachmentAction. notifyAttachmentsOperation(java.util.Collection<ItemModel> duplicates, com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level)protected voidAddWorkflowAttachmentAction. notifyMultiple(java.util.Collection<ItemModel> existed, com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level level)voidAddWorkflowAttachmentAction. onChosenAttachments(WorkflowModel workflow, java.util.List<ItemModel> attachments) -
Uses of ItemModel in com.hybris.backoffice.widgets.catalog
Methods in com.hybris.backoffice.widgets.catalog that return types with arguments of type ItemModel Modifier and Type Method Description com.hybris.cockpitng.model.ComponentModelPopulator<org.zkoss.zul.TreeModel<org.zkoss.zul.TreeNode<ItemModel>>>CatalogSelectorController. getCatalogTreeModelPopulator()Method parameters in com.hybris.backoffice.widgets.catalog with type arguments of type ItemModel Modifier and Type Method Description voidCatalogSelectorController. setCatalogTreeModelPopulator(com.hybris.cockpitng.model.ComponentModelPopulator<org.zkoss.zul.TreeModel<org.zkoss.zul.TreeNode<ItemModel>>> catalogTreeModelPopulator) -
Uses of ItemModel in com.hybris.backoffice.widgets.itemcomments
Methods in com.hybris.backoffice.widgets.itemcomments that return ItemModel Modifier and Type Method Description ItemModelItemCommentsController. getInputItemModel()Methods in com.hybris.backoffice.widgets.itemcomments with parameters of type ItemModel Modifier and Type Method Description protected voidItemCommentsController. initDataType(ItemModel inputItem)protected booleanItemCommentsController. isCommentsChanged(ItemModel freshInputItemModel)voidItemCommentsController. onInputItemReceive(ItemModel inputItem) -
Uses of ItemModel in com.hybris.backoffice.widgets.searchadapters
Methods in com.hybris.backoffice.widgets.searchadapters with parameters of type ItemModel Modifier and Type Method Description protected voidReferenceFilterAdvancedSearchInitializer. addSearchDataConditions(com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData searchData, ItemModel data) -
Uses of ItemModel in com.hybris.backoffice.widgets.syncpopup
Methods in com.hybris.backoffice.widgets.syncpopup that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>SyncPopupController. getSyncItems()Methods in com.hybris.backoffice.widgets.syncpopup with parameters of type ItemModel Modifier and Type Method Description voidSyncPopupController. showSyncJobsForInputObject(ItemModel data)Method parameters in com.hybris.backoffice.widgets.syncpopup with type arguments of type ItemModel Modifier and Type Method Description protected voidSyncPopupController. adjustTitle(java.util.List<ItemModel> itemsToSync)protected SyncJobsLoaderSyncPopupController. createSyncDataLoader(java.util.List<ItemModel> itemsToSync)protected SyncTaskSyncPopupController. createSyncTask(java.util.Collection<ItemModel> item, SyncItemJobModel syncJob)protected voidSyncPopupController. prepareView(java.util.List<ItemModel> itemsToSync)voidSyncPopupController. showSyncJobsForInputObjects(java.util.List<ItemModel> items)Constructor parameters in com.hybris.backoffice.widgets.syncpopup with type arguments of type ItemModel Constructor Description SyncJobsLoader(java.util.List<ItemModel> selectedItems) -
Uses of ItemModel in com.hybris.backoffice.widgets.synctracker
Methods in com.hybris.backoffice.widgets.synctracker that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.Optional<ItemModel>SyncTrackerController. findCounterpart(ItemModel item, SyncItemJobModel syncItemJob)protected java.util.List<ItemModel>SyncTrackerController. getItemsFromEvent(com.hybris.cockpitng.core.events.CockpitEvent event)protected java.util.List<ItemModel>SyncTrackerController. loadSyncedItemModels(java.util.Set<java.lang.String> syncedItems)protected java.util.List<? extends ItemModel>SyncTrackerController. withCounterparts(java.util.List<? extends ItemModel> items, SyncItemJobModel syncItemJob)Methods in com.hybris.backoffice.widgets.synctracker with parameters of type ItemModel Modifier and Type Method Description protected java.util.Optional<ItemModel>SyncTrackerController. findCounterpart(ItemModel item, SyncItemJobModel syncItemJob)Method parameters in com.hybris.backoffice.widgets.synctracker with type arguments of type ItemModel Modifier and Type Method Description protected voidSyncTrackerController. startTrackingSynchronization(java.lang.String syncJobCode, java.util.List<? extends ItemModel> items)protected java.util.List<? extends ItemModel>SyncTrackerController. withCounterparts(java.util.List<? extends ItemModel> items, SyncItemJobModel syncItemJob) -
Uses of ItemModel in com.hybris.backoffice.widgets.workflows
Method parameters in com.hybris.backoffice.widgets.workflows with type arguments of type ItemModel Modifier and Type Method Description protected voidWorkflowsController. openNewWorkflowWizard(java.util.List<ItemModel> items) -
Uses of ItemModel in com.hybris.backoffice.wizard
Methods in com.hybris.backoffice.wizard with type parameters of type ItemModel Modifier and Type Method Description protected <T extends ItemModel>
java.util.Optional<T>MediaReferenceCreateHandler. getReferenceParent(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.lang.String mediaProperty)Methods in com.hybris.backoffice.wizard with parameters of type ItemModel Modifier and Type Method Description protected voidMediaReferenceCreateHandler. saveReference(ItemModel referenceParent, java.lang.String mediaProperty, java.lang.Object reference, java.util.Map<java.lang.String,java.lang.String> params) -
Uses of ItemModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return ItemModel Modifier and Type Method Description ItemModelWorkflowTemplateActivationCtx. getItem()Method parameters in com.hybris.backoffice.workflow with type arguments of type ItemModel Modifier and Type Method Description java.util.List<WorkflowItemAttachmentModel>CoreWorkflowFacade. addItems(WorkflowModel workflow, java.util.List<? extends ItemModel> itemsToAdd)Adds items to workflow as an attachmentjava.util.Optional<WorkflowModel>WorkflowFacade. createAdHocWorkflow(PrincipalModel assignee, java.util.Map<java.util.Locale,java.lang.String> localizedName, java.util.Map<java.util.Locale,java.lang.String> localizedDesc, java.util.List<ItemModel> attachments)Creates adHocWorkflow from given template for current user.WorkflowModelCoreWorkflowFacade. createWorkflow(java.lang.String name, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd, UserModel owner)Creates an instance ofWorkflowModelwith given name, template, attached items and user.java.util.Optional<WorkflowModel>WorkflowFacade. createWorkflow(WorkflowTemplateModel workflowTemplate, java.util.Map<java.util.Locale,java.lang.String> localizedName, java.util.Map<java.util.Locale,java.lang.String> localizedDesc, java.util.List<ItemModel> attachments)Creates workflow from given template for current user.java.util.Optional<ComposedTypeModel>WorkflowsTypeFacade. findCommonAttachmentType(java.util.List<ItemModel> attachments)Finds common attachment type - gets common super type of given items and checks if it can be assigned to one of defined supported typesWorkflowsTypeFacade.getSupportedAttachmentTypeCodes().java.util.List<WorkflowTemplateActivationCtx>WorkflowTemplateActivationService. prepareWorkflowTemplateActivationContexts(java.util.Map<? extends ItemModel,WorkflowTemplateActivationAction> items, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)PreparesWorkflowTemplateActivationCtxfor every item in given items list.Constructors in com.hybris.backoffice.workflow with parameters of type ItemModel Constructor Description WorkflowTemplateActivationCtx(ItemModel item, java.util.Map<java.lang.String,java.lang.Object> initialValues, java.lang.String workflowOperationType)This constructor should be used when item is being created.WorkflowTemplateActivationCtx(ItemModel item, java.util.Map<java.lang.String,java.lang.Object> currentValues, java.util.Map<java.lang.String,java.lang.Object> initialValues, java.lang.String workflowOperationType) -
Uses of ItemModel in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultWorkflowFacade. assureAttachmentsWithoutDuplicates(java.util.List<ItemModel> attachments)Methods in com.hybris.backoffice.workflow.impl with parameters of type ItemModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>DefaultWorkflowTemplateActivationService. collectCurrentValues(ItemModel item, java.util.Set<java.lang.String> attributes, java.util.Map<java.lang.String,java.util.Set<java.util.Locale>> localizedAttributes)protected ItemModelContextDefaultWorkflowTemplateActivationService. getItemModelContext(ItemModel item)protected WorkflowTemplateActivationCtxDefaultWorkflowTemplateActivationService. prepareContextForCreate(ItemModel item, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)protected WorkflowTemplateActivationCtxDefaultWorkflowTemplateActivationService. prepareContextForRemove(ItemModel item, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)protected WorkflowTemplateActivationCtxDefaultWorkflowTemplateActivationService. prepareContextForSave(ItemModel item, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)protected WorkflowTemplateActivationCtxDefaultWorkflowTemplateActivationService. prepareWorkflowTemplateActivationCtx(ItemModel item, WorkflowTemplateActivationAction action, com.hybris.cockpitng.dataaccess.context.Context invocationCtx)Method parameters in com.hybris.backoffice.workflow.impl with type arguments of type ItemModel Modifier and Type Method Description java.util.List<WorkflowItemAttachmentModel>DefaultCoreWorkflowFacade. addItems(WorkflowModel workflow, java.util.List<? extends ItemModel> itemsToAdd)protected java.util.List<ItemModel>DefaultWorkflowFacade. assureAttachmentsWithoutDuplicates(java.util.List<ItemModel> attachments)java.util.Optional<WorkflowModel>DefaultWorkflowFacade. createAdHocWorkflow(PrincipalModel assignee, java.util.Map<java.util.Locale,java.lang.String> localizedName, java.util.Map<java.util.Locale,java.lang.String> localizedDesc, java.util.List<ItemModel> attachments)WorkflowModelDefaultCoreWorkflowFacade. createWorkflow(java.lang.String name, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd, UserModel owner)java.util.Optional<WorkflowModel>DefaultWorkflowFacade. createWorkflow(WorkflowTemplateModel workflowTemplate, java.util.Map<java.util.Locale,java.lang.String> localizedName, java.util.Map<java.util.Locale,java.lang.String> localizedDesc, java.util.List<ItemModel> attachments)java.util.Optional<ComposedTypeModel>DefaultWorkflowsTypeFacade. findCommonAttachmentType(java.util.List<ItemModel> attachments)java.util.List<WorkflowTemplateActivationCtx>DefaultWorkflowTemplateActivationService. prepareWorkflowTemplateActivationContexts(java.util.Map<? extends ItemModel,WorkflowTemplateActivationAction> items, com.hybris.cockpitng.dataaccess.context.Context invocationCtx) -
Uses of ItemModel in com.hybris.backoffice.workflow.wizard
Methods in com.hybris.backoffice.workflow.wizard that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>CollaborationWorkflowWizardForm. getAttachments()Method parameters in com.hybris.backoffice.workflow.wizard with type arguments of type ItemModel Modifier and Type Method Description voidWorkflowsDropConsumer. itemsDropped(java.util.List<ItemModel> droppedItems)voidCollaborationWorkflowWizardForm. setAttachments(java.util.List<ItemModel> attachments)Constructor parameters in com.hybris.backoffice.workflow.wizard with type arguments of type ItemModel Constructor Description WorkflowsDropConsumer(java.util.function.Consumer<java.util.List<ItemModel>> wizardOpener) -
Uses of ItemModel in com.hybris.merchandising.addon.model
Subclasses of ItemModel in com.hybris.merchandising.addon.model Modifier and Type Class Description classMerchandisingCarouselComponentModelGenerated model class for type MerchandisingCarouselComponent first defined at extension merchandisingaddon.Constructors in com.hybris.merchandising.addon.model with parameters of type ItemModel Constructor Description MerchandisingCarouselComponentModel(CatalogVersionModel _catalogVersion, int _numberToDisplay, ItemModel _owner, java.lang.String _strategy, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.hybris.merchandising.model
Subclasses of ItemModel in com.hybris.merchandising.model Modifier and Type Class Description classAbstractMerchPropertyModelGenerated model class for type AbstractMerchProperty first defined at extension merchandisingservices.classMerchImagePropertyModelGenerated model class for type MerchImageProperty first defined at extension merchandisingservices.classMerchIndexingConfigModelGenerated model class for type MerchIndexingConfig first defined at extension merchandisingservices.classMerchPropertyModelGenerated model class for type MerchProperty first defined at extension merchandisingservices.classMerchSynchronizationConfigModelGenerated model class for type MerchSynchronizationConfig first defined at extension merchandisingservices.Constructors in com.hybris.merchandising.model with parameters of type ItemModel Constructor Description AbstractMerchPropertyModel(SolrIndexedPropertyModel _indexedProperty, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchImagePropertyModel(SolrIndexedPropertyModel _indexedProperty, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchIndexingConfigModel(CurrencyModel _currency, SolrIndexedTypeModel _indexedType, LanguageModel _language, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchPropertyModel(SolrIndexedPropertyModel _indexedProperty, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.hybris.ymkt.recommendation.model
Subclasses of ItemModel in com.hybris.ymkt.recommendation.model Modifier and Type Class Description classCMSSAPOfferRecoComponentModelGenerated model class for type CMSSAPOfferRecoComponent first defined at extension sapymktrecommendation.classCMSSAPRecommendationComponentModelGenerated model class for type CMSSAPRecommendationComponent first defined at extension sapymktrecommendation.Constructors in com.hybris.ymkt.recommendation.model with parameters of type ItemModel Constructor Description CMSSAPOfferRecoComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSSAPRecommendationComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.hybris.ymkt.recommendationbuffer.model
Subclasses of ItemModel in com.hybris.ymkt.recommendationbuffer.model Modifier and Type Class Description classSAPOfferInteractionModelGenerated model class for type SAPOfferInteraction first defined at extension sapymktrecommendationbuffer.classSAPRecoClickthroughModelGenerated model class for type SAPRecoClickthrough first defined at extension sapymktrecommendationbuffer.classSAPRecoImpressionAggrModelGenerated model class for type SAPRecoImpressionAggr first defined at extension sapymktrecommendationbuffer.classSAPRecoImpressionModelGenerated model class for type SAPRecoImpression first defined at extension sapymktrecommendationbuffer.classSAPRecommendationBufferModelGenerated model class for type SAPRecommendationBuffer first defined at extension sapymktrecommendationbuffer.classSAPRecommendationMappingModelGenerated model class for type SAPRecommendationMapping first defined at extension sapymktrecommendationbuffer.classSAPRecoTypeMappingModelGenerated model class for type SAPRecoTypeMapping first defined at extension sapymktrecommendationbuffer.Constructors in com.hybris.ymkt.recommendationbuffer.model with parameters of type ItemModel Constructor Description SAPOfferInteractionModel(java.lang.String _contactId, java.lang.String _contactIdOrigin, java.lang.String _interactionType, java.lang.String _offerContentItemId, java.lang.String _offerId, java.lang.String _offerRecommendationScenarioId, ItemModel _owner, java.util.Date _timeStamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRecoClickthroughModel(ItemModel _owner, java.lang.String _productId, java.lang.String _productType, java.lang.String _scenarioId, java.lang.String _sourceObjectId, java.util.Date _timeStamp, java.lang.String _userId, java.lang.String _userType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRecoImpressionAggrModel(java.lang.Integer _impressionCount, java.lang.Integer _itemCount, ItemModel _owner, java.lang.String _scenarioId, java.util.Date _timeStamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRecoImpressionModel(java.lang.Integer _impressionCount, java.lang.Integer _itemCount, ItemModel _owner, java.lang.String _scenarioId, java.util.Date _timeStamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRecommendationBufferModel(java.util.Date _expiresOn, java.lang.String _hashId, java.lang.String _leadingItems, ItemModel _owner, java.lang.String _recoList, java.lang.String _scenarioId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRecommendationMappingModel(java.util.Date _expiresOn, java.lang.String _hashId, ItemModel _owner, java.lang.String _scenarioId, java.lang.String _userId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRecoTypeMappingModel(java.util.Date _expiresOn, java.lang.String _hashId, ItemModel _owner, java.lang.String _recoType, java.lang.String _scenarioId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.hybris.ymkt.recommendationbuffer.service.impl
Method parameters in com.hybris.ymkt.recommendationbuffer.service.impl with type arguments of type ItemModel Modifier and Type Method Description protected voidDefaultRecommendationBufferService. removeExpiredAny(java.util.function.Function<java.util.Date,java.util.List<? extends ItemModel>> serviceMethod) -
Uses of ItemModel in com.hybris.ymkt.segmentation.model
Subclasses of ItemModel in com.hybris.ymkt.segmentation.model Modifier and Type Class Description classCMSYmktCampaignRestrictionModelGenerated model class for type CMSYmktCampaignRestriction first defined at extension sapymktsegmentation.Constructors in com.hybris.ymkt.segmentation.model with parameters of type ItemModel Constructor Description CMSYmktCampaignRestrictionModel(java.lang.String _campaign, CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.hybris.yprofile.profiletagaddon.model
Subclasses of ItemModel in com.hybris.yprofile.profiletagaddon.model Modifier and Type Class Description classProfileTagScriptComponentModelGenerated model class for type ProfileTagScriptComponent first defined at extension profiletagaddon.Constructors in com.hybris.yprofile.profiletagaddon.model with parameters of type ItemModel Constructor Description ProfileTagScriptComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.sap.hybris.returnsexchange.model
Subclasses of ItemModel in com.sap.hybris.returnsexchange.model Modifier and Type Class Description classSapReturnOrderReasonModelGenerated model class for type SapReturnOrderReason first defined at extension sapreturnsexchange.Constructors in com.sap.hybris.returnsexchange.model with parameters of type ItemModel Constructor Description SapReturnOrderReasonModel(ItemModel _owner, SAPConfigurationModel _sapConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.sap.hybris.sapquoteintegration.inbound
Methods in com.sap.hybris.sapquoteintegration.inbound that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiInboundQuoteEntryPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiInboundQuotePersistenceHook. execute(ItemModel item)Methods in com.sap.hybris.sapquoteintegration.inbound with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiInboundQuoteEntryPersistenceHook. execute(ItemModel item)voidSapCpiInboundQuoteEntryPostPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiInboundQuotePersistenceHook. execute(ItemModel item) -
Uses of ItemModel in com.sap.hybris.sapquoteintegration.model
Subclasses of ItemModel in com.sap.hybris.sapquoteintegration.model Modifier and Type Class Description classSAPCpiOutboundQuoteCommentModelGenerated model class for type SAPCpiOutboundQuoteComment first defined at extension sapquoteintegration.classSAPCpiOutboundQuoteCustomerModelGenerated model class for type SAPCpiOutboundQuoteCustomer first defined at extension sapquoteintegration.classSAPCpiOutboundQuoteItemModelGenerated model class for type SAPCpiOutboundQuoteItem first defined at extension sapquoteintegration.classSAPCpiOutboundQuoteModelGenerated model class for type SAPCpiOutboundQuote first defined at extension sapquoteintegration.classSAPCpiOutboundQuoteStatusModelGenerated model class for type SAPCpiOutboundQuoteStatus first defined at extension sapquoteintegration.Constructors in com.sap.hybris.sapquoteintegration.model with parameters of type ItemModel Constructor Description SAPCpiOutboundQuoteCommentModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundQuoteCustomerModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundQuoteItemModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundQuoteModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundQuoteStatusModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.sap.hybris.saprevenuecloudproduct.inbound
Methods in com.sap.hybris.saprevenuecloudproduct.inbound with parameters of type ItemModel Modifier and Type Method Description voidSapRevenueCloudSubscriptionPricePlanPostPersistenceHook. execute(ItemModel item) -
Uses of ItemModel in com.sap.hybris.saprevenuecloudproduct.model
Subclasses of ItemModel in com.sap.hybris.saprevenuecloudproduct.model Modifier and Type Class Description classPerUnitUsageChargeEntryModelGenerated model class for type PerUnitUsageChargeEntry first defined at extension saprevenuecloudproduct.classSAPMarketToCatalogMappingModelGenerated model class for type SAPMarketToCatalogMapping first defined at extension saprevenuecloudproduct.classSAPRatePlanElementModelGenerated model class for type SAPRatePlanElement first defined at extension saprevenuecloudproduct.classSAPRevenueCloudConfigurationModelGenerated model class for type SAPRevenueCloudConfiguration first defined at extension saprevenuecloudproduct.classSapRevenueCloudProductCronjobModelGenerated model class for type SapRevenueCloudProductCronjob first defined at extension saprevenuecloudproduct.Constructors in com.sap.hybris.saprevenuecloudproduct.model with parameters of type ItemModel Constructor Description PerUnitUsageChargeEntryModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, java.lang.Double _price)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPMarketToCatalogMappingModel(CatalogModel _catalog, java.lang.String _marketId, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRatePlanElementModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRevenueCloudConfigurationModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSapRevenueCloudProductCronjobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.sap.hybris.scpiconnector.model
Subclasses of ItemModel in com.sap.hybris.scpiconnector.model Modifier and Type Class Description classIflowConfigurationModelGenerated model class for type IflowConfiguration first defined at extension scpiconnector.classSAPCPIConfigurationModelGenerated model class for type SAPCPIConfiguration first defined at extension scpiconnector.Constructors in com.sap.hybris.scpiconnector.model with parameters of type ItemModel Constructor Description IflowConfigurationModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCPIConfigurationModel(java.lang.String _baseUrl, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in com.sap.hybris.sec.eventpublisher.b2b.handler.impl
Methods in com.sap.hybris.sec.eventpublisher.b2b.handler.impl with parameters of type ItemModel Modifier and Type Method Description ResponseDataAfterB2BUnitSaveEventHandler. handle(AfterSaveEvent event, ItemModel model)booleanAfterB2BAddressSaveEventHandler. shouldHandle(AfterSaveEvent event, ItemModel model)booleanAfterB2BCustomerSaveEventHandler. shouldHandle(AfterSaveEvent event, ItemModel model) -
Uses of ItemModel in com.sap.hybris.sec.eventpublisher.handler.impl
Methods in com.sap.hybris.sec.eventpublisher.handler.impl with parameters of type ItemModel Modifier and Type Method Description voidDefaultSaveEventHandler. afterHandle(AfterSaveEvent event, ItemModel model, ResponseData resData)java.util.List<java.lang.Object>DefaultSaveEventHandler. getFieldsToPopulate(ItemModel model)java.lang.StringDefaultSaveEventHandler. getFinalJson(ItemModel model)java.lang.StringDefaultSaveEventHandler. getFinalJson(ItemModel model, java.lang.String json)java.lang.StringDefaultSaveEventHandler. getFinalJson(ItemModel model, java.util.Map<java.lang.String,java.lang.Object> populatedFields)ResponseDataAfterAddressSaveEventHandler. handle(AfterSaveEvent event, ItemModel model)ResponseDataAfterCustomerSaveEventHandler. handle(AfterSaveEvent event, ItemModel model)ResponseDataDefaultSaveEventHandler. handle(AfterSaveEvent event, ItemModel model)java.util.Map<java.lang.String,java.lang.Object>DefaultSaveEventHandler. populateFields(ItemModel model, java.util.List<java.lang.Object> fields, java.util.Map<java.lang.String,java.lang.Object> populatedFields)booleanAfterAddressSaveEventHandler. shouldHandle(AfterSaveEvent event, ItemModel model)booleanAfterCustomerSaveEventHandler. shouldHandle(AfterSaveEvent event, ItemModel model)booleanDefaultSaveEventHandler. shouldHandle(AfterSaveEvent event, ItemModel model) -
Uses of ItemModel in com.sap.platform.model
Subclasses of ItemModel in com.sap.platform.model Modifier and Type Class Description classAbstractCecServiceMappingModelGenerated model class for type AbstractCecServiceMapping first defined at extension sapcpconfiguration.classBaseSiteCecServiceMappingModelGenerated model class for type BaseSiteCecServiceMapping first defined at extension sapcpconfiguration.classCecServiceModelGenerated model class for type CecService first defined at extension sapcpconfiguration.classCecTechnicalUserModelGenerated model class for type CecTechnicalUser first defined at extension sapcpconfiguration.Constructors in com.sap.platform.model with parameters of type ItemModel Constructor Description AbstractCecServiceMappingModel(CecServiceModel _CecService, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBaseSiteCecServiceMappingModel(CecServiceModel _CecService, java.lang.String _baseSite, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCecServiceModel(ItemModel _owner, java.lang.String _serviceURL)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCecTechnicalUserModel(ItemModel _owner, java.lang.String _password, java.lang.String _technicalUser, java.lang.String _tenantName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.datasupplier.model
Subclasses of ItemModel in de.hybris.datasupplier.model Modifier and Type Class Description classDataSupplierCronJobModelGenerated model class for type DataSupplierCronJob first defined at extension hybrisdatasupplier.classGenericDataSupplierGenerationWizardModelGenerated model class for type GenericDataSupplierGenerationWizard first defined at extension hybrisdatasupplierbackoffice.Constructors in de.hybris.datasupplier.model with parameters of type ItemModel Constructor Description DataSupplierCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenericDataSupplierGenerationWizardModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.deltadetection
Methods in de.hybris.deltadetection with parameters of type ItemModel Modifier and Type Method Description ItemChangeDTOChangeDetectionService. getChangeForExistingItem(ItemModel item, java.lang.String streamId)Detects change for a given existing item and stream. -
Uses of ItemModel in de.hybris.deltadetection.impl
Methods in de.hybris.deltadetection.impl that return ItemModel Modifier and Type Method Description protected ItemModelDefaultChangeDetectionService. getSavedModel(PK pk)Methods in de.hybris.deltadetection.impl with parameters of type ItemModel Modifier and Type Method Description ItemChangeDTODefaultChangeDetectionService. getChangeForExistingItem(ItemModel item, java.lang.String streamId) -
Uses of ItemModel in de.hybris.deltadetection.model
Subclasses of ItemModel in de.hybris.deltadetection.model Modifier and Type Class Description classAbstractChangeProcessorJobModelGenerated model class for type AbstractChangeProcessorJob first defined at extension deltadetection.classChangeDetectionJobModelGenerated model class for type ChangeDetectionJob first defined at extension deltadetection.classConsumeAllChangesJobModelGenerated model class for type ConsumeAllChangesJob first defined at extension deltadetection.classItemVersionMarkerModelGenerated model class for type ItemVersionMarker first defined at extension deltadetection.classScriptChangeConsumptionJobModelGenerated model class for type ScriptChangeConsumptionJob first defined at extension deltadetection.classStreamConfigurationContainerModelGenerated model class for type StreamConfigurationContainer first defined at extension deltadetection.classStreamConfigurationModelGenerated model class for type StreamConfiguration first defined at extension deltadetection.Constructors in de.hybris.deltadetection.model with parameters of type ItemModel Constructor Description AbstractChangeProcessorJobModel(java.lang.String _code, MediaModel _input, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersChangeDetectionJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId, java.lang.String _streamId, ComposedTypeModel _typePK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsumeAllChangesJobModel(java.lang.String _code, MediaModel _input, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersItemVersionMarkerModel(ComposedTypeModel _itemComposedType, java.lang.Long _itemPK, ItemModel _owner, ItemVersionMarkerStatus _status, java.lang.String _streamId, java.util.Date _versionTS)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersScriptChangeConsumptionJobModel(java.lang.String _code, MediaModel _input, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _scriptURI, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStreamConfigurationContainerModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, ItemModel _owner, java.lang.String _streamId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorcms.component.cloning.predicate
Methods in de.hybris.platform.acceleratorcms.component.cloning.predicate with parameters of type ItemModel Modifier and Type Method Description booleanSimpleResponsiveBannerForMediaAttributePartOfPredicate. test(ItemModel component, java.lang.String qualifier) -
Uses of ItemModel in de.hybris.platform.acceleratorcms.model
Subclasses of ItemModel in de.hybris.platform.acceleratorcms.model Modifier and Type Class Description classCMSActionTypeModelGenerated model class for type CMSActionType first defined at extension acceleratorcms.Constructors in de.hybris.platform.acceleratorcms.model with parameters of type ItemModel Constructor Description CMSActionTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorcms.model.actions
Subclasses of ItemModel in de.hybris.platform.acceleratorcms.model.actions Modifier and Type Class Description classAbstractCMSActionModelGenerated model class for type AbstractCMSAction first defined at extension acceleratorcms.classAddToCartActionModelGenerated model class for type AddToCartAction first defined at extension acceleratorcms.classListAddToCartActionModelGenerated model class for type ListAddToCartAction first defined at extension acceleratorcms.classListAddToEntryGroupActionModelGenerated model class for type ListAddToEntryGroupAction first defined at extension acceleratorcms.classListOrderFormActionModelGenerated model class for type ListOrderFormAction first defined at extension acceleratorcms.classListPickUpInStoreActionModelGenerated model class for type ListPickUpInStoreAction first defined at extension acceleratorcms.classPickUpInStoreActionModelGenerated model class for type PickUpInStoreAction first defined at extension acceleratorcms.classSimpleCMSActionModelGenerated model class for type SimpleCMSAction first defined at extension acceleratorcms.classViewOrderActionModelGenerated model class for type ViewOrderAction first defined at extension acceleratorcms.classViewStoreActionModelGenerated model class for type ViewStoreAction first defined at extension acceleratorcms.Constructors in de.hybris.platform.acceleratorcms.model.actions with parameters of type ItemModel Constructor Description AbstractCMSActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAddToCartActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersListAddToCartActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersListAddToEntryGroupActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersListOrderFormActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersListPickUpInStoreActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPickUpInStoreActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleCMSActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersViewOrderActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersViewStoreActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorcms.model.components
Subclasses of ItemModel in de.hybris.platform.acceleratorcms.model.components Modifier and Type Class Description classAbstractMediaContainerComponentModelGenerated model class for type AbstractMediaContainerComponent first defined at extension acceleratorcms.classAbstractResponsiveBannerComponentModelGenerated model class for type AbstractResponsiveBannerComponent first defined at extension acceleratorcms.classAccountBookmarkComponentModelGenerated model class for type AccountBookmarkComponent first defined at extension acceleratorcms.classAccountControlComponentModelGenerated model class for type AccountControlComponent first defined at extension acceleratorcms.classAccountNavigationCollectionComponentModelGenerated model class for type AccountNavigationCollectionComponent first defined at extension acceleratorcms.classAccountNavigationComponentModelGenerated model class for type AccountNavigationComponent first defined at extension acceleratorcms.classBreadcrumbComponentModelGenerated model class for type BreadcrumbComponent first defined at extension acceleratorcms.classCartSuggestionComponentModelGenerated model class for type CartSuggestionComponent first defined at extension acceleratorcms.classCategoryFeatureComponentModelGenerated model class for type CategoryFeatureComponent first defined at extension acceleratorcms.classCategoryNavigationComponentModelGenerated model class for type CategoryNavigationComponent first defined at extension acceleratorcms.classCMSProductListComponentModelGenerated model class for type CMSProductListComponent first defined at extension acceleratorcms.classCMSTabParagraphComponentModelGenerated model class for type CMSTabParagraphComponent first defined at extension acceleratorcms.classCMSTabParagraphContainerModelGenerated model class for type CMSTabParagraphContainer first defined at extension acceleratorcms.classDynamicBannerComponentModelGenerated model class for type DynamicBannerComponent first defined at extension acceleratorcms.classFooterComponentModelGenerated model class for type FooterComponent first defined at extension acceleratorcms.classFooterNavigationComponentModelGenerated model class for type FooterNavigationComponent first defined at extension acceleratorcms.classImageMapComponentModelGenerated model class for type ImageMapComponent first defined at extension acceleratorcms.classJspIncludeComponentModelGenerated model class for type JspIncludeComponent first defined at extension acceleratorcms.classLanguageCurrencyComponentModelGenerated model class for type LanguageCurrencyComponent first defined at extension acceleratorcms.classLogoComponentModelGenerated model class for type LogoComponent first defined at extension acceleratorcms.classMiniCartComponentModelGenerated model class for type MiniCartComponent first defined at extension acceleratorcms.classNavigationBarCollectionComponentModelGenerated model class for type NavigationBarCollectionComponent first defined at extension acceleratorcms.classNavigationBarComponentModelGenerated model class for type NavigationBarComponent first defined at extension acceleratorcms.classNavigationComponentModelGenerated model class for type NavigationComponent first defined at extension acceleratorcms.classProductAddToCartComponentModelGenerated model class for type ProductAddToCartComponent first defined at extension acceleratorcms.classProductFeatureComponentModelGenerated model class for type ProductFeatureComponent first defined at extension acceleratorcms.classProductGridComponentModelGenerated model class for type ProductGridComponent first defined at extension acceleratorcms.classProductReferencesComponentModelGenerated model class for type ProductReferencesComponent first defined at extension acceleratorcms.classProductRefinementComponentModelGenerated model class for type ProductRefinementComponent first defined at extension acceleratorcms.classProductVariantSelectorComponentModelGenerated model class for type ProductVariantSelectorComponent first defined at extension acceleratorcms.classPurchasedCategorySuggestionComponentModelGenerated model class for type PurchasedCategorySuggestionComponent first defined at extension acceleratorcms.classSearchBoxComponentModelGenerated model class for type SearchBoxComponent first defined at extension acceleratorcms.classSearchResultsGridComponentModelGenerated model class for type SearchResultsGridComponent first defined at extension acceleratorcms.classSearchResultsListComponentModelGenerated model class for type SearchResultsListComponent first defined at extension acceleratorcms.classSimpleBannerComponentModelGenerated model class for type SimpleBannerComponent first defined at extension acceleratorcms.classSimpleResponsiveBannerComponentModelGenerated model class for type SimpleResponsiveBannerComponent first defined at extension acceleratorcms.classSimpleSuggestionComponentModelGenerated model class for type SimpleSuggestionComponent first defined at extension acceleratorcms.classStoreFinderComponentModelGenerated model class for type StoreFinderComponent first defined at extension acceleratorcms.classSubCategoryListComponentModelGenerated model class for type SubCategoryListComponent first defined at extension acceleratorcms.Constructors in de.hybris.platform.acceleratorcms.model.components with parameters of type ItemModel Constructor Description AbstractMediaContainerComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractResponsiveBannerComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAccountBookmarkComponentModel(CatalogVersionModel _catalogVersion, CMSLinkComponentModel _link, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAccountControlComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAccountNavigationCollectionComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAccountNavigationComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBreadcrumbComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCartSuggestionComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCategoryFeatureComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCategoryNavigationComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSProductListComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSTabParagraphComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSTabParagraphContainerModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDynamicBannerComponentModel(CatalogVersionModel _catalogVersion, boolean _external, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFooterComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFooterNavigationComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImageMapComponentModel(CatalogVersionModel _catalogVersion, boolean _external, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJspIncludeComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLanguageCurrencyComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLogoComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMiniCartComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNavigationBarCollectionComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNavigationBarComponentModel(CatalogVersionModel _catalogVersion, CMSLinkComponentModel _link, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNavigationComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductAddToCartComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductFeatureComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductGridComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductReferencesComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductRefinementComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductVariantSelectorComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPurchasedCategorySuggestionComponentModel(CatalogVersionModel _catalogVersion, CategoryModel _category, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSearchBoxComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSearchResultsGridComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSearchResultsListComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleBannerComponentModel(CatalogVersionModel _catalogVersion, boolean _external, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleResponsiveBannerComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleSuggestionComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStoreFinderComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSubCategoryListComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorcms.model.restrictions
Subclasses of ItemModel in de.hybris.platform.acceleratorcms.model.restrictions Modifier and Type Class Description classCMSActionRestrictionModelGenerated model class for type CMSActionRestriction first defined at extension acceleratorcms.classCMSUiExperienceRestrictionModelGenerated model class for type CMSUiExperienceRestriction first defined at extension acceleratorcms.Constructors in de.hybris.platform.acceleratorcms.model.restrictions with parameters of type ItemModel Constructor Description CMSActionRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSUiExperienceRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorfacades.component.synchronization.itemvisitors
Methods in de.hybris.platform.acceleratorfacades.component.synchronization.itemvisitors that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>AbstractMediaContainerComponentModelVisitor. visit(MEDIACONTAINERTYPE source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)Method parameters in de.hybris.platform.acceleratorfacades.component.synchronization.itemvisitors with type arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>AbstractMediaContainerComponentModelVisitor. visit(MEDIACONTAINERTYPE source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx) -
Uses of ItemModel in de.hybris.platform.acceleratorfacades.component.synchronization.itemvisitors.impl
Methods in de.hybris.platform.acceleratorfacades.component.synchronization.itemvisitors.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>NavigationBarCollectionComponentModelVisitor. visit(NavigationBarCollectionComponentModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>NavigationBarComponentModelVisitor. visit(NavigationBarComponentModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>NavigationComponentModelVisitor. visit(NavigationComponentModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)Method parameters in de.hybris.platform.acceleratorfacades.component.synchronization.itemvisitors.impl with type arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>NavigationBarCollectionComponentModelVisitor. visit(NavigationBarCollectionComponentModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>NavigationBarComponentModelVisitor. visit(NavigationBarComponentModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>NavigationComponentModelVisitor. visit(NavigationComponentModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx) -
Uses of ItemModel in de.hybris.platform.acceleratorfacades.order.impl
Subclasses of ItemModel in de.hybris.platform.acceleratorfacades.order.impl Modifier and Type Class Description protected static classDefaultAcceleratorCheckoutFacadeTest.MockAddressModel -
Uses of ItemModel in de.hybris.platform.acceleratorfacades.productcarousel.impl
Methods in de.hybris.platform.acceleratorfacades.productcarousel.impl with type parameters of type ItemModel Modifier and Type Method Description protected <T extends ItemModel>
TDefaultProductCarouselFacade. refreshComponent(T component)Returns the component based on the type of preview. -
Uses of ItemModel in de.hybris.platform.acceleratorservices.dataexport.generic
Methods in de.hybris.platform.acceleratorservices.dataexport.generic that return ItemModel Modifier and Type Method Description ItemModelExportDataProcessorService. lookupItemForPk(PK pk)Get the Item model for the specified PKMethod parameters in de.hybris.platform.acceleratorservices.dataexport.generic with type arguments of type ItemModel Modifier and Type Method Description java.lang.ObjectExportDataProcessorService. convertItem(org.springframework.messaging.Message<? extends ItemModel> message, PipelineConfig pipelineConfig)Convert the Item model to a POJO -
Uses of ItemModel in de.hybris.platform.acceleratorservices.dataexport.generic.config
Methods in de.hybris.platform.acceleratorservices.dataexport.generic.config that return types with arguments of type ItemModel Modifier and Type Method Description Converter<org.springframework.messaging.Message<? extends ItemModel>,java.lang.Object>PipelineConfig. getItemConverter()Method parameters in de.hybris.platform.acceleratorservices.dataexport.generic.config with type arguments of type ItemModel Modifier and Type Method Description voidPipelineConfig. setItemConverter(Converter<org.springframework.messaging.Message<? extends ItemModel>,java.lang.Object> itemConverter) -
Uses of ItemModel in de.hybris.platform.acceleratorservices.dataexport.generic.impl
Methods in de.hybris.platform.acceleratorservices.dataexport.generic.impl that return ItemModel Modifier and Type Method Description ItemModelDefaultExportDataProcessorService. lookupItemForPk(PK pk)Method parameters in de.hybris.platform.acceleratorservices.dataexport.generic.impl with type arguments of type ItemModel Modifier and Type Method Description java.lang.ObjectDefaultExportDataProcessorService. convertItem(org.springframework.messaging.Message<? extends ItemModel> message, PipelineConfig pipelineConfig) -
Uses of ItemModel in de.hybris.platform.acceleratorservices.model
Subclasses of ItemModel in de.hybris.platform.acceleratorservices.model Modifier and Type Class Description classCartRemovalCronJobModelGenerated model class for type CartRemovalCronJob first defined at extension acceleratorservices.classSiteMapConfigModelGenerated model class for type SiteMapConfig first defined at extension acceleratorservices.classSiteMapLanguageCurrencyModelGenerated model class for type SiteMapLanguageCurrency first defined at extension acceleratorservices.classSiteMapMediaCronJobModelGenerated model class for type SiteMapMediaCronJob first defined at extension acceleratorservices.classSiteMapPageModelGenerated model class for type SiteMapPage first defined at extension acceleratorservices.classUncollectedOrdersCronJobModelGenerated model class for type UncollectedOrdersCronJob first defined at extension acceleratorservices.Constructors in de.hybris.platform.acceleratorservices.model with parameters of type ItemModel Constructor Description CartRemovalCronJobModel(JobModel _job, ItemModel _owner, java.util.Collection<BaseSiteModel> _sites)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSiteMapConfigModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSiteMapLanguageCurrencyModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSiteMapMediaCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSiteMapPageModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUncollectedOrdersCronJobModel(JobModel _job, ItemModel _owner, java.util.Collection<BaseSiteModel> _sites)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorservices.model.cms2.pages
Subclasses of ItemModel in de.hybris.platform.acceleratorservices.model.cms2.pages Modifier and Type Class Description classDocumentPageModelGenerated model class for type DocumentPage first defined at extension acceleratorservices.classDocumentPageTemplateModelGenerated model class for type DocumentPageTemplate first defined at extension acceleratorservices.classEmailPageModelGenerated model class for type EmailPage first defined at extension acceleratorservices.classEmailPageTemplateModelGenerated model class for type EmailPageTemplate first defined at extension acceleratorservices.Constructors in de.hybris.platform.acceleratorservices.model.cms2.pages with parameters of type ItemModel Constructor Description DocumentPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDocumentPageTemplateModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEmailPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEmailPageTemplateModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorservices.model.email
Subclasses of ItemModel in de.hybris.platform.acceleratorservices.model.email Modifier and Type Class Description classEmailAddressModelGenerated model class for type EmailAddress first defined at extension acceleratorservices.classEmailAttachmentModelGenerated model class for type EmailAttachment first defined at extension acceleratorservices.classEmailMessageModelGenerated model class for type EmailMessage first defined at extension acceleratorservices.Constructors in de.hybris.platform.acceleratorservices.model.email with parameters of type ItemModel Constructor Description EmailAddressModel(java.lang.String _displayName, java.lang.String _emailAddress, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEmailAttachmentModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEmailMessageModel(ItemModel _owner, java.lang.String _replyToAddress, java.lang.String _subject)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorservices.model.export
Subclasses of ItemModel in de.hybris.platform.acceleratorservices.model.export Modifier and Type Class Description classExportDataCronJobModelGenerated model class for type ExportDataCronJob first defined at extension acceleratorservices.classExportDataHistoryEntryModelGenerated model class for type ExportDataHistoryEntry first defined at extension acceleratorservices.Constructors in de.hybris.platform.acceleratorservices.model.export with parameters of type ItemModel Constructor Description ExportDataCronJobModel(java.lang.String _dataGenerationPipeline, ServicelayerJobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExportDataHistoryEntryModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorservices.model.payment
Subclasses of ItemModel in de.hybris.platform.acceleratorservices.model.payment Modifier and Type Class Description classCCPaySubValidationModelGenerated model class for type CCPaySubValidation first defined at extension acceleratorservices.Constructors in de.hybris.platform.acceleratorservices.model.payment with parameters of type ItemModel Constructor Description CCPaySubValidationModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorservices.model.process
Subclasses of ItemModel in de.hybris.platform.acceleratorservices.model.process Modifier and Type Class Description classSavedCartFileUploadProcessModelGenerated model class for type SavedCartFileUploadProcess first defined at extension acceleratorservices.Constructors in de.hybris.platform.acceleratorservices.model.process with parameters of type ItemModel Constructor Description SavedCartFileUploadProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorservices.model.promotions
Subclasses of ItemModel in de.hybris.platform.acceleratorservices.model.promotions Modifier and Type Class Description classAcceleratorProductBOGOFPromotionModelGenerated model class for type AcceleratorProductBOGOFPromotion first defined at extension acceleratorservices.classAcceleratorProductMultiBuyPromotionModelGenerated model class for type AcceleratorProductMultiBuyPromotion first defined at extension acceleratorservices.Constructors in de.hybris.platform.acceleratorservices.model.promotions with parameters of type ItemModel Constructor Description AcceleratorProductBOGOFPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAcceleratorProductMultiBuyPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorservices.model.redirect
Subclasses of ItemModel in de.hybris.platform.acceleratorservices.model.redirect Modifier and Type Class Description classSolrPageRedirectModelGenerated model class for type SolrPageRedirect first defined at extension acceleratorservices.Constructors in de.hybris.platform.acceleratorservices.model.redirect with parameters of type ItemModel Constructor Description SolrPageRedirectModel(ItemModel _owner, AbstractPageModel _redirectItem)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorservices.orderprocessing.model
Subclasses of ItemModel in de.hybris.platform.acceleratorservices.orderprocessing.model Modifier and Type Class Description classOrderModificationProcessModelGenerated model class for type OrderModificationProcess first defined at extension acceleratorservices.Constructors in de.hybris.platform.acceleratorservices.orderprocessing.model with parameters of type ItemModel Constructor Description OrderModificationProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.acceleratorwebservicesaddon.model.payment
Subclasses of ItemModel in de.hybris.platform.acceleratorwebservicesaddon.model.payment Modifier and Type Class Description classOldPaymentSubscriptionResultRemovalCronJobModelGenerated model class for type OldPaymentSubscriptionResultRemovalCronJob first defined at extension acceleratorwebservicesaddon.classPaymentSubscriptionResultModelGenerated model class for type PaymentSubscriptionResult first defined at extension acceleratorwebservicesaddon.Constructors in de.hybris.platform.acceleratorwebservicesaddon.model.payment with parameters of type ItemModel Constructor Description OldPaymentSubscriptionResultRemovalCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPaymentSubscriptionResultModel(java.lang.String _cartId, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.accountsummaryaddon.model
Subclasses of ItemModel in de.hybris.platform.accountsummaryaddon.model Modifier and Type Class Description classAccountSummaryAccountStatusComponentModelGenerated model class for type AccountSummaryAccountStatusComponent first defined at extension accountsummaryaddon.classAccountSummaryUnitTreeComponentModelGenerated model class for type AccountSummaryUnitTreeComponent first defined at extension accountsummaryaddon.classB2BDocumentModelGenerated model class for type B2BDocument first defined at extension accountsummaryaddon.classB2BDocumentPaymentInfoModelGenerated model class for type B2BDocumentPaymentInfo first defined at extension accountsummaryaddon.classB2BDocumentTypeModelGenerated model class for type B2BDocumentType first defined at extension accountsummaryaddon.classDocumentMediaModelGenerated model class for type DocumentMedia first defined at extension accountsummaryaddon.Constructors in de.hybris.platform.accountsummaryaddon.model with parameters of type ItemModel Constructor Description AccountSummaryAccountStatusComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAccountSummaryUnitTreeComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BDocumentModel(java.math.BigDecimal _amount, CurrencyModel _currency, java.lang.String _documentNumber, B2BDocumentTypeModel _documentType, ItemModel _owner, B2BUnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BDocumentPaymentInfoModel(java.math.BigDecimal _amount, java.util.Date _date, java.lang.String _external, ItemModel _owner, B2BDocumentModel _payDocument)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BDocumentTypeModel(java.lang.String _code, java.lang.Boolean _displayInAllList, java.lang.Boolean _includeInOpenBalance, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDocumentMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.accountsummaryaddon.model.cronjob
Subclasses of ItemModel in de.hybris.platform.accountsummaryaddon.model.cronjob Modifier and Type Class Description classDeleteDocumentFileCronJobModelGenerated model class for type DeleteDocumentFileCronJob first defined at extension accountsummaryaddon.Constructors in de.hybris.platform.accountsummaryaddon.model.cronjob with parameters of type ItemModel Constructor Description DeleteDocumentFileCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.adaptivesearch.daos.impl
Classes in de.hybris.platform.adaptivesearch.daos.impl with type parameters of type ItemModel Modifier and Type Class Description classAbstractAsGenericDao<T extends ItemModel>Base generic DAO that allows to build queries for null values. -
Uses of ItemModel in de.hybris.platform.adaptivesearch.integration
Methods in de.hybris.platform.adaptivesearch.integration with parameters of type ItemModel Modifier and Type Method Description protected voidBoostItemRemovalTest. removeItem(ItemModel item) -
Uses of ItemModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type ItemModel Modifier and Type Method Description protected voidAbstractAsSynchronizationTest. assertSynchronized(ItemModel source, ItemModel target, java.lang.String... excludedAttributes) -
Uses of ItemModel in de.hybris.platform.adaptivesearch.model
Subclasses of ItemModel in de.hybris.platform.adaptivesearch.model Modifier and Type Class Description classAbstractAsBoostItemConfigurationModelGenerated model class for type AbstractAsBoostItemConfiguration first defined at extension adaptivesearch.classAbstractAsBoostRuleConfigurationModelGenerated model class for type AbstractAsBoostRuleConfiguration first defined at extension adaptivesearch.classAbstractAsConfigurableSearchConfigurationModelGenerated model class for type AbstractAsConfigurableSearchConfiguration first defined at extension adaptivesearch.classAbstractAsConfigurationModelGenerated model class for type AbstractAsConfiguration first defined at extension adaptivesearch.classAbstractAsFacetConfigurationModelGenerated model class for type AbstractAsFacetConfiguration first defined at extension adaptivesearch.classAbstractAsFacetValueConfigurationModelGenerated model class for type AbstractAsFacetValueConfiguration first defined at extension adaptivesearch.classAbstractAsItemConfigurationModelGenerated model class for type AbstractAsItemConfiguration first defined at extension adaptivesearch.classAbstractAsSearchConfigurationModelGenerated model class for type AbstractAsSearchConfiguration first defined at extension adaptivesearch.classAbstractAsSearchProfileModelGenerated model class for type AbstractAsSearchProfile first defined at extension adaptivesearch.classAbstractAsSortConfigurationModelGenerated model class for type AbstractAsSortConfiguration first defined at extension adaptivesearch.classAsBoostRuleModelGenerated model class for type AsBoostRule first defined at extension adaptivesearch.classAsCategoryAwareSearchConfigurationModelGenerated model class for type AsCategoryAwareSearchConfiguration first defined at extension adaptivesearch.classAsCategoryAwareSearchProfileModelGenerated model class for type AsCategoryAwareSearchProfile first defined at extension adaptivesearch.classAsExcludedFacetModelGenerated model class for type AsExcludedFacet first defined at extension adaptivesearch.classAsExcludedFacetValueModelGenerated model class for type AsExcludedFacetValue first defined at extension adaptivesearch.classAsExcludedItemModelGenerated model class for type AsExcludedItem first defined at extension adaptivesearch.classAsExcludedSortModelGenerated model class for type AsExcludedSort first defined at extension adaptivesearch.classAsFacetModelGenerated model class for type AsFacet first defined at extension adaptivesearch.classAsPromotedFacetModelGenerated model class for type AsPromotedFacet first defined at extension adaptivesearch.classAsPromotedFacetValueModelGenerated model class for type AsPromotedFacetValue first defined at extension adaptivesearch.classAsPromotedItemModelGenerated model class for type AsPromotedItem first defined at extension adaptivesearch.classAsPromotedSortModelGenerated model class for type AsPromotedSort first defined at extension adaptivesearch.classAsSearchProfileActivationSetModelGenerated model class for type AsSearchProfileActivationSet first defined at extension adaptivesearch.classAsSimpleSearchConfigurationModelGenerated model class for type AsSimpleSearchConfiguration first defined at extension adaptivesearch.classAsSimpleSearchProfileModelGenerated model class for type AsSimpleSearchProfile first defined at extension adaptivesearch.classAsSortExpressionModelGenerated model class for type AsSortExpression first defined at extension adaptivesearch.classAsSortModelGenerated model class for type AsSort first defined at extension adaptivesearch.Methods in de.hybris.platform.adaptivesearch.model that return ItemModel Modifier and Type Method Description ItemModelAbstractAsBoostItemConfigurationModel. getItem()Generated method - Getter of theAbstractAsBoostItemConfiguration.itemattribute defined at extensionadaptivesearch.Methods in de.hybris.platform.adaptivesearch.model with parameters of type ItemModel Modifier and Type Method Description voidAbstractAsBoostItemConfigurationModel. setItem(ItemModel value)Generated method - Initial setter ofAbstractAsBoostItemConfiguration.itemattribute defined at extensionadaptivesearch.Constructors in de.hybris.platform.adaptivesearch.model with parameters of type ItemModel Constructor Description AbstractAsBoostItemConfigurationModel(CatalogVersionModel _catalogVersion, ItemModel _item, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsBoostItemConfigurationModel(ItemModel _item, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsBoostRuleConfigurationModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsConfigurableSearchConfigurationModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsConfigurationModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsFacetConfigurationModel(CatalogVersionModel _catalogVersion, java.lang.String _indexProperty, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsFacetValueConfigurationModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsItemConfigurationModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsSearchConfigurationModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsSearchProfileModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _indexType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAsSortConfigurationModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsBoostRuleModel(java.lang.Float _boost, CatalogVersionModel _catalogVersion, java.lang.String _indexProperty, ItemModel _owner, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsCategoryAwareSearchConfigurationModel(CatalogVersionModel _catalogVersion, CategoryModel _category, ItemModel _owner, AsCategoryAwareSearchProfileModel _searchProfile, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsCategoryAwareSearchProfileModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _indexType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsExcludedFacetModel(CatalogVersionModel _catalogVersion, java.lang.String _indexProperty, ItemModel _owner, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsExcludedFacetValueModel(CatalogVersionModel _catalogVersion, AbstractAsFacetConfigurationModel _facetConfiguration, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsExcludedItemModel(CatalogVersionModel _catalogVersion, ItemModel _item, ItemModel _owner, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsExcludedItemModel(ItemModel _item, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsExcludedSortModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsFacetModel(CatalogVersionModel _catalogVersion, java.lang.String _indexProperty, ItemModel _owner, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsPromotedFacetModel(CatalogVersionModel _catalogVersion, java.lang.String _indexProperty, ItemModel _owner, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsPromotedFacetValueModel(CatalogVersionModel _catalogVersion, AbstractAsFacetConfigurationModel _facetConfiguration, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsPromotedItemModel(CatalogVersionModel _catalogVersion, ItemModel _item, ItemModel _owner, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsPromotedItemModel(ItemModel _item, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsPromotedSortModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsSearchProfileActivationSetModel(CatalogVersionModel _catalogVersion, java.lang.String _indexType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsSimpleSearchConfigurationModel(CatalogVersionModel _catalogVersion, ItemModel _owner, AsSimpleSearchProfileModel _searchProfile, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsSimpleSearchProfileModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _indexType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsSortExpressionModel(CatalogVersionModel _catalogVersion, java.lang.String _expression, ItemModel _owner, AbstractAsSortConfigurationModel _sortConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsSortModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, AbstractAsConfigurableSearchConfigurationModel _searchConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.adaptivesearch.model.interceptors
Methods in de.hybris.platform.adaptivesearch.model.interceptors that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.Collection<ItemModel>AsConfigurationPartOfCleanupInterceptor. collectItemsToRemove(java.lang.Object originalValue, java.lang.Object currentValue)Deprecated. -
Uses of ItemModel in de.hybris.platform.adaptivesearch.strategies
Methods in de.hybris.platform.adaptivesearch.strategies with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
TAsCloneStrategy. clone(T objectToClone)Creates a deep copy of the given model.Methods in de.hybris.platform.adaptivesearch.strategies with parameters of type ItemModel Modifier and Type Method Description booleanAsValidationStrategy. isValid(ItemModel model)Validates the given model. -
Uses of ItemModel in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
TDefaultAsCloneStrategy. clone(T objectToClone)Methods in de.hybris.platform.adaptivesearch.strategies.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultAsItemVisitor. visit(ItemModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> context)Methods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type ItemModel Modifier and Type Method Description booleanDefaultAsValidationStrategy. isValid(ItemModel model)java.util.List<ItemModel>DefaultAsItemVisitor. visit(ItemModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> context)Method parameters in de.hybris.platform.adaptivesearch.strategies.impl with type arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultAsItemVisitor. visit(ItemModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of ItemModel in de.hybris.platform.adaptivesearchbackoffice.data
Methods in de.hybris.platform.adaptivesearchbackoffice.data that return ItemModel Modifier and Type Method Description ItemModelAbstractEditorData. getModel()Methods in de.hybris.platform.adaptivesearchbackoffice.data with parameters of type ItemModel Modifier and Type Method Description voidAbstractEditorData. setModel(ItemModel model) -
Uses of ItemModel in de.hybris.platform.adaptivesearchbackoffice.editors.configurablemultireference
Classes in de.hybris.platform.adaptivesearchbackoffice.editors.configurablemultireference with type parameters of type ItemModel Modifier and Type Class Description classAbstractDataHandler<D extends AbstractEditorData,V extends ItemModel>Base class forDataHandlerimplementations. -
Uses of ItemModel in de.hybris.platform.addressaddon.model
Subclasses of ItemModel in de.hybris.platform.addressaddon.model Modifier and Type Class Description classChineseAccountAddEditAddressComponentModelGenerated model class for type ChineseAccountAddEditAddressComponent first defined at extension chineseaddressaddon.classChineseAccountAddressBookComponentModelGenerated model class for type ChineseAccountAddressBookComponent first defined at extension chineseaddressaddon.Constructors in de.hybris.platform.addressaddon.model with parameters of type ItemModel Constructor Description ChineseAccountAddEditAddressComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersChineseAccountAddressBookComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.addressservices.model
Subclasses of ItemModel in de.hybris.platform.addressservices.model Modifier and Type Class Description classCityModelGenerated model class for type City first defined at extension chineseaddressservices.classDistrictModelGenerated model class for type District first defined at extension chineseaddressservices.Constructors in de.hybris.platform.addressservices.model with parameters of type ItemModel Constructor Description CityModel(java.lang.String _isocode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDistrictModel(java.lang.String _isocode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.admincockpit.model.cronjob
Subclasses of ItemModel in de.hybris.platform.admincockpit.model.cronjob Modifier and Type Class Description classRemoveOrphanedFilesCronJobModelGenerated model class for type RemoveOrphanedFilesCronJob first defined at extension admincockpit.classRemoveOrphanedFilesJobModelGenerated model class for type RemoveOrphanedFilesJob first defined at extension admincockpit.Constructors in de.hybris.platform.admincockpit.model.cronjob with parameters of type ItemModel Constructor Description RemoveOrphanedFilesCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRemoveOrphanedFilesJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.advancedsavedquery.model
Subclasses of ItemModel in de.hybris.platform.advancedsavedquery.model Modifier and Type Class Description classAbstractAdvancedSavedQuerySearchParameterModelGenerated model class for type AbstractAdvancedSavedQuerySearchParameter first defined at extension advancedsavedquery.classAdvancedSavedQueryModelGenerated model class for type AdvancedSavedQuery first defined at extension advancedsavedquery.classComposedTypeAdvancedSavedQuerySearchParameterModelGenerated model class for type ComposedTypeAdvancedSavedQuerySearchParameter first defined at extension advancedsavedquery.classSimpleAdvancedSavedQuerySearchParameterModelGenerated model class for type SimpleAdvancedSavedQuerySearchParameter first defined at extension advancedsavedquery.classTypedAdvancedSavedQuerySearchParameterModelGenerated model class for type TypedAdvancedSavedQuerySearchParameter first defined at extension advancedsavedquery.classWherePartModelGenerated model class for type WherePart first defined at extension advancedsavedquery.Constructors in de.hybris.platform.advancedsavedquery.model with parameters of type ItemModel Constructor Description AbstractAdvancedSavedQuerySearchParameterModel(ItemModel _owner, java.lang.String _searchParameterName, WherePartModel _wherePart)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAdvancedSavedQueryModel(java.lang.String _code, ItemModel _owner, java.lang.String _query, ComposedTypeModel _resultType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersComposedTypeAdvancedSavedQuerySearchParameterModel(ComposedTypeModel _enclosingType, ItemModel _owner, java.lang.String _searchParameterName, WherePartModel _wherePart)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleAdvancedSavedQuerySearchParameterModel(ItemModel _owner, java.lang.String _searchParameterName, WherePartModel _wherePart)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTypedAdvancedSavedQuerySearchParameterModel(ComposedTypeModel _enclosingType, ItemModel _owner, java.lang.String _searchParameterName, WherePartModel _wherePart)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWherePartModel(ItemModel _owner, java.lang.String _replacePattern, AdvancedSavedQueryModel _savedQuery)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.apiregistryservices.model
Subclasses of ItemModel in de.hybris.platform.apiregistryservices.model Modifier and Type Class Description classAbstractCredentialModelGenerated model class for type AbstractCredential first defined at extension apiregistryservices.classAbstractDestinationModelGenerated model class for type AbstractDestination first defined at extension apiregistryservices.classBasicCredentialModelGenerated model class for type BasicCredential first defined at extension apiregistryservices.classConsumedCertificateCredentialModelGenerated model class for type ConsumedCertificateCredential first defined at extension apiregistryservices.classConsumedDestinationModelGenerated model class for type ConsumedDestination first defined at extension apiregistryservices.classConsumedOAuthCredentialModelGenerated model class for type ConsumedOAuthCredential first defined at extension apiregistryservices.classDestinationTargetCronJobModelGenerated model class for type DestinationTargetCronJob first defined at extension apiregistryservices.classDestinationTargetModelGenerated model class for type DestinationTarget first defined at extension apiregistryservices.classEndpointModelGenerated model class for type Endpoint first defined at extension apiregistryservices.classEventExportDeadLetterModelGenerated model class for type EventExportDeadLetter first defined at extension apiregistryservices.classExposedDestinationModelGenerated model class for type ExposedDestination first defined at extension apiregistryservices.classExposedOAuthCredentialModelGenerated model class for type ExposedOAuthCredential first defined at extension apiregistryservices.classProcessEventConfigurationModelGenerated model class for type ProcessEventConfiguration first defined at extension apiregistryservices.Constructors in de.hybris.platform.apiregistryservices.model with parameters of type ItemModel Constructor Description AbstractCredentialModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractDestinationModel(DestinationTargetModel _destinationTarget, EndpointModel _endpoint, java.lang.String _id, ItemModel _owner, java.lang.String _url)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBasicCredentialModel(java.lang.String _id, ItemModel _owner, java.lang.String _password, java.lang.String _username)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsumedCertificateCredentialModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsumedDestinationModel(DestinationTargetModel _destinationTarget, EndpointModel _endpoint, java.lang.String _id, ItemModel _owner, java.lang.String _url)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsumedOAuthCredentialModel(java.lang.String _clientId, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDestinationTargetCronJobModel(java.lang.String _code, java.lang.String _destinationTargetId, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDestinationTargetModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEndpointModel(java.lang.String _id, java.lang.String _name, ItemModel _owner, java.lang.String _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEventExportDeadLetterModel(DestinationChannel _destinationChannel, DestinationTargetModel _destinationTarget, java.lang.String _error, java.lang.String _eventType, java.lang.String _id, ItemModel _owner, java.lang.String _payload, java.util.Date _timestamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExposedDestinationModel(DestinationTargetModel _destinationTarget, EndpointModel _endpoint, java.lang.String _id, ItemModel _owner, java.lang.String _url)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExposedOAuthCredentialModel(java.lang.String _id, OAuthClientDetailsModel _oAuthClientDetails, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProcessEventConfigurationModel(DestinationTargetModel _destinationTarget, java.lang.String _eventClass, java.lang.String _exportName, ItemModel _owner, java.lang.String _process)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.apiregistryservices.model.constraints
Subclasses of ItemModel in de.hybris.platform.apiregistryservices.model.constraints Modifier and Type Class Description classEventMappingConstraintModelGenerated model class for type EventMappingConstraint first defined at extension apiregistryservices.Constructors in de.hybris.platform.apiregistryservices.model.constraints with parameters of type ItemModel Constructor Description EventMappingConstraintModel(java.lang.Class _annotation, java.lang.String _id, java.util.Set<RegexpFlag> _keyFlags, java.lang.String _keyRegexp, ItemModel _owner, java.util.Set<RegexpFlag> _valueFlags, java.lang.String _valueRegexp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.apiregistryservices.model.events
Subclasses of ItemModel in de.hybris.platform.apiregistryservices.model.events Modifier and Type Class Description classEventConfigurationModelGenerated model class for type EventConfiguration first defined at extension apiregistryservices.classEventPropertyConfigurationModelGenerated model class for type EventPropertyConfiguration first defined at extension apiregistryservices.Constructors in de.hybris.platform.apiregistryservices.model.events with parameters of type ItemModel Constructor Description EventConfigurationModel(DestinationTargetModel _destinationTarget, java.lang.String _eventClass, java.lang.String _exportName, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration, ItemModel _owner, java.lang.String _propertyMapping, java.lang.String _propertyName, java.lang.String _title, java.lang.String _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.assistedservicestorefront.model
Subclasses of ItemModel in de.hybris.platform.assistedservicestorefront.model Modifier and Type Class Description classAsmDevicesUsedComponentModelGenerated model class for type AsmDevicesUsedComponent first defined at extension assistedservicestorefront.classAsmFavoriteColorsComponentModelGenerated model class for type AsmFavoriteColorsComponent first defined at extension assistedservicestorefront.classAssistedServiceComponentModelGenerated model class for type AssistedServiceComponent first defined at extension assistedservicestorefront.Constructors in de.hybris.platform.assistedservicestorefront.model with parameters of type ItemModel Constructor Description AsmDevicesUsedComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsmFavoriteColorsComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAssistedServiceComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.auditreport.model
Subclasses of ItemModel in de.hybris.platform.auditreport.model Modifier and Type Class Description classAuditReportDataModelGenerated model class for type AuditReportData first defined at extension auditreportservices.classAuditReportTemplateModelGenerated model class for type AuditReportTemplate first defined at extension auditreportservices.classCreateAuditReportCronJobModelGenerated model class for type CreateAuditReportCronJob first defined at extension auditreportservices.classCreateAuditReportJobModelGenerated model class for type CreateAuditReportJob first defined at extension auditreportservices.Methods in de.hybris.platform.auditreport.model that return ItemModel Modifier and Type Method Description ItemModelAuditReportDataModel. getAuditRootItem()Generated method - Getter of theAuditReportData.auditRootItemattribute defined at extensionauditreportservices.ItemModelCreateAuditReportCronJobModel. getRootItem()Generated method - Getter of theCreateAuditReportCronJob.rootItemattribute defined at extensionauditreportservices.Methods in de.hybris.platform.auditreport.model with parameters of type ItemModel Modifier and Type Method Description voidAuditReportDataModel. setAuditRootItem(ItemModel value)Generated method - Setter ofAuditReportData.auditRootItemattribute defined at extensionauditreportservices.voidCreateAuditReportCronJobModel. setRootItem(ItemModel value)Generated method - Setter ofCreateAuditReportCronJob.rootItemattribute defined at extensionauditreportservices.Constructors in de.hybris.platform.auditreport.model with parameters of type ItemModel Constructor Description AuditReportDataModel(ItemModel _auditRootItem, CatalogVersionModel _catalogVersion, java.lang.String _code)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAuditReportDataModel(ItemModel _auditRootItem, CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAuditReportTemplateModel(java.lang.String _code, java.lang.Boolean _includeText, ItemModel _owner, RendererTypeEnum _rendererType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCreateAuditReportCronJobModel(AuditReportTemplateModel _auditReportTemplate, java.lang.String _configName, JobModel _job, ItemModel _owner, java.lang.String _reportId, ItemModel _rootItem)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCreateAuditReportCronJobModel(AuditReportTemplateModel _auditReportTemplate, java.lang.String _configName, JobModel _job, java.lang.String _reportId, ItemModel _rootItem)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCreateAuditReportJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.auditreport.service
Methods in de.hybris.platform.auditreport.service that return ItemModel Modifier and Type Method Description ItemModelCreateAuditReportParams. getRootItem()Methods in de.hybris.platform.auditreport.service with parameters of type ItemModel Modifier and Type Method Description voidAuditReportDataService. deleteReportsForItem(ItemModel item)Deletes all reports generated for givenItemModelConstructors in de.hybris.platform.auditreport.service with parameters of type ItemModel Constructor Description CreateAuditReportParams(ItemModel rootItem, java.lang.String configName, java.lang.String reportId, boolean audit, java.util.Collection<LanguageModel> includedLanguages, AuditReportTemplateModel template) -
Uses of ItemModel in de.hybris.platform.auditreport.service.impl
Fields in de.hybris.platform.auditreport.service.impl with type parameters of type ItemModel Modifier and Type Field Description protected org.mockito.ArgumentCaptor<java.util.List<ItemModel>>CreateAuditReportJobPerformableTest. captorMethods in de.hybris.platform.auditreport.service.impl with parameters of type ItemModel Modifier and Type Method Description protected java.util.List<ReportView>DefaultAuditReportDataService. createReportsViews(ItemModel item, java.lang.String configName, boolean audit, java.util.Collection<LanguageModel> includedLanguages)Deprecated.since 1811protected java.util.stream.Stream<ReportView>DefaultAuditReportDataService. createReportsViewsStream(ItemModel item, java.lang.String configName, boolean audit, java.util.Collection<LanguageModel> includedLanguages)voidDefaultAuditReportDataService. deleteReportsForItem(ItemModel item)protected java.util.Map<java.lang.String,java.lang.Object>DefaultAuditReportDataService. populateReportGenerationContext(ItemModel rootItem, java.lang.String configName, java.lang.String reportId, AuditReportTemplateModel template)Populates context map that will be passed to the report generation procedure.protected AuditReportDataModelDefaultAuditReportDataService. saveReport(ItemModel rootItem, java.lang.String reportId, java.lang.String configName, byte[] content)Deprecated.since 1811protected AuditReportDataModelDefaultAuditReportDataService. saveReport(ItemModel rootItem, java.lang.String reportId, java.lang.String configName, java.io.InputStream content)Saves an audit report with given identifier and content. -
Uses of ItemModel in de.hybris.platform.b2b.dao.impl
Classes in de.hybris.platform.b2b.dao.impl with type parameters of type ItemModel Modifier and Type Class Description classGenericDao<M extends ItemModel>Deprecated.Since 4.4.Methods in de.hybris.platform.b2b.dao.impl with type parameters of type ItemModel Modifier and Type Method Description <M extends ItemModel>
MBaseDao. copyDirtyAttributes(M source, M target)Deprecated.Copies dirty attributes fromsourcemodel to thetarget.<M extends ItemModel>
java.lang.IntegerBaseDao. countAllByAttributes(java.util.Map<java.lang.String,java.lang.Object> attribs, boolean excludeSubtypes, java.lang.Class<M> modelClass)Deprecated.Counts models matching the given attribute map.<M extends ItemModel>
MBaseDao. deepClone(M model, java.lang.String... excludeAttributesFromCopy)Deprecated.Copies all attributes that are marked as loaded frommodelinto a new copy of the sameItemModeltype.<M extends ItemModel>
java.util.List<M>BaseDao. findAll(int count, int start, java.lang.Class<M> modelClass)Deprecated.Finds all models.<M extends ItemModel>
java.util.List<M>BaseDao. findAllByAttribute(java.lang.String attributeName, java.lang.Object attributeValue, int count, int start, java.lang.Class<M> modelClass)Deprecated.Finds models matching the given attribute.<M extends ItemModel>
java.util.List<M>BaseDao. findAllByAttribute(java.lang.String attributeName, java.lang.Object attributeValue, java.lang.Class<M> modelClass)Deprecated.Finds models matching the given attribute.<M extends ItemModel>
java.util.List<M>BaseDao. findAllByAttribute(java.lang.String attributeName, java.lang.Object attributeValue, java.util.Map<java.lang.String,java.lang.Boolean> orderBy, int count, int start, java.lang.Class<M> modelClass)Deprecated.Finds models matching the given attribute.<M extends ItemModel>
java.util.List<M>BaseDao. findAllByAttributes(java.util.Map<java.lang.String,java.lang.Object> attribs, int count, int start, java.lang.Class<M> modelClass)Deprecated.Finds models matching the given attribute map.<M extends ItemModel>
java.util.List<M>BaseDao. findAllByAttributes(java.util.Map<java.lang.String,java.lang.Object> attribs, java.lang.Class<M> modelClass)Deprecated.Finds models matching the given attribute map.<M extends ItemModel>
java.util.List<M>BaseDao. findAllByAttributes(java.util.Map<java.lang.String,java.lang.Object> attribs, java.util.Map<java.lang.String,java.lang.Boolean> orderByMap, int count, int start, boolean excludeSubtypes, java.lang.Class<M> modelClass)Deprecated.Finds models matching the given attribute map.<M extends ItemModel>
java.util.List<M>BaseDao. findAllByAttributes(java.util.Map<java.lang.String,java.lang.Object> attribs, java.util.Map<java.lang.String,java.lang.Boolean> orderByMap, int count, int start, java.lang.Class<M> modelClass)Deprecated.Finds models matching the given attribute map.<M extends ItemModel>
MBaseDao. findFirstByAttribute(java.lang.String attributeName, java.lang.Object attributeValue, java.lang.Class<M> modelClass)Deprecated.Finds a model matching the given attribute.<M extends ItemModel>
MBaseDao. findFirstByAttribute(java.lang.String attributeName, java.lang.Object attributeValue, java.util.Map<java.lang.String,java.lang.Boolean> orderBy, java.lang.Class<M> modelClass)Deprecated.Finds a model matching the given attribute.<M extends ItemModel>
MBaseDao. findFirstByAttributes(java.util.Map<java.lang.String,java.lang.Object> attribs, java.util.Map<java.lang.String,java.lang.Boolean> orderBy, java.lang.Class<M> modelClass)Deprecated.Finds a model matching the given attributes.<M extends ItemModel>
MBaseDao. findLastInsertedItem(java.lang.Class<M> modelClass)Deprecated.<M extends ItemModel>
MBaseDao. findUniqueByAttribute(java.lang.String attributeName, java.lang.Object attributeValue, java.lang.Class<M> modelClass)Deprecated.Finds a model matching the given attribute.<M extends ItemModel>
MBaseDao. findUniqueByAttributes(java.util.Map<java.lang.String,java.lang.Object> attribs, java.lang.Class<M> modelClass)Deprecated.Finds a model matching the given attributes.<M extends ItemModel>
voidBaseDao. save(M model)Deprecated.Persists the model.<M extends ItemModel>
voidBaseDao. saveAll(java.util.Collection<M> models)Deprecated.Save all.Methods in de.hybris.platform.b2b.dao.impl with parameters of type ItemModel Modifier and Type Method Description protected java.util.Set<java.lang.String>BaseDao. getAllAttributes(ItemModel model)Deprecated.Get all the attributes an ItemModel instance including all the attributes of its super classes. -
Uses of ItemModel in de.hybris.platform.b2b.model
Subclasses of ItemModel in de.hybris.platform.b2b.model Modifier and Type Class Description classB2B2POEPermissionAModelGenerated model class for type B2B2POEPermissionA first defined at extension b2bapprovalprocess.classB2B2POEPermissionBModelGenerated model class for type B2B2POEPermissionB first defined at extension b2bapprovalprocess.classB2BBookingLineEntryModelGenerated model class for type B2BBookingLineEntry first defined at extension b2bcommerce.classB2BBudgetExceededPermissionModelGenerated model class for type B2BBudgetExceededPermission first defined at extension b2bapprovalprocess.classB2BBudgetModelGenerated model class for type B2BBudget first defined at extension b2bcommerce.classB2BCommentModelGenerated model class for type B2BComment first defined at extension b2bcommerce.classB2BCostCenterModelGenerated model class for type B2BCostCenter first defined at extension b2bcommerce.classB2BCreditCheckResultModelGenerated model class for type B2BCreditCheckResult first defined at extension b2bcommerce.classB2BCreditLimitModelGenerated model class for type B2BCreditLimit first defined at extension b2bcommerce.classB2BCustomerEmailConstraintModelGenerated model class for type B2BCustomerEmailConstraint first defined at extension b2bcommerce.classB2BCustomerModelGenerated model class for type B2BCustomer first defined at extension b2bcommerce.classB2BMerchantCheckModelGenerated model class for type B2BMerchantCheck first defined at extension b2bcommerce.classB2BMerchantCheckResultModelGenerated model class for type B2BMerchantCheckResult first defined at extension b2bcommerce.classB2BOrderThresholdPermissionModelGenerated model class for type B2BOrderThresholdPermission first defined at extension b2bapprovalprocess.classB2BOrderThresholdTimespanPermissionModelGenerated model class for type B2BOrderThresholdTimespanPermission first defined at extension b2bapprovalprocess.classB2BPermissionModelGenerated model class for type B2BPermission first defined at extension b2bapprovalprocess.classB2BPermissionResultModelGenerated model class for type B2BPermissionResult first defined at extension b2bapprovalprocess.classB2BQuoteLimitModelGenerated model class for type B2BQuoteLimit first defined at extension b2bcommerce.classB2BReportingSetModelGenerated model class for type B2BReportingSet first defined at extension b2bcommerce.classB2BUnitModelGenerated model class for type B2BUnit first defined at extension b2bcommerce.classB2BUserGroupModelGenerated model class for type B2BUserGroup first defined at extension b2bcommerce.classEscalationTaskModelGenerated model class for type EscalationTask first defined at extension b2bapprovalprocess.classFutureStockModelGenerated model class for type FutureStock first defined at extension b2bcommerce.Methods in de.hybris.platform.b2b.model that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Set<ItemModel>B2BReportingSetModel. getReportingEntries()Generated method - Getter of theB2BReportingSet.ReportingEntriesattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model with parameters of type ItemModel Modifier and Type Method Description voidB2BCommentModel. setOwner(ItemModel value)Generated method - Setter ofItem.ownerattribute defined at extensioncoreand redeclared at extensionb2bcommerce.Method parameters in de.hybris.platform.b2b.model with type arguments of type ItemModel Modifier and Type Method Description voidB2BReportingSetModel. setReportingEntries(java.util.Set<ItemModel> value)Generated method - Setter ofB2BReportingSet.ReportingEntriesattribute defined at extensionb2bcommerce.Constructors in de.hybris.platform.b2b.model with parameters of type ItemModel Constructor Description B2B2POEPermissionAModel(B2BUnitModel _Unit, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2B2POEPermissionBModel(B2BUnitModel _Unit, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BBookingLineEntryModel(java.math.BigDecimal _amount, java.util.Date _bookingDate, B2BBookingLineStatus _bookingStatus, B2BCostCenterModel _costCenter, CurrencyModel _currency, ItemModel _owner, java.lang.String _product, java.lang.Long _quantity)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BBudgetExceededPermissionModel(B2BUnitModel _Unit, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BBudgetModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCostCenterModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCreditCheckResultModel(CurrencyModel _currency, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCreditLimitModel(java.lang.String _code, CurrencyModel _currency, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCustomerEmailConstraintModel(java.lang.Class _annotation, java.util.Set<RegexpFlag> _flags, java.lang.String _id, ItemModel _owner, java.lang.String _regexp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCustomerModel(java.util.Collection<CustomerReviewModel> _customerReviews, java.lang.String _email, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BMerchantCheckModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BMerchantCheckResultModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BOrderThresholdPermissionModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, ItemModel _owner, java.lang.Double _threshold)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BOrderThresholdTimespanPermissionModel(B2BUnitModel _Unit, java.lang.String _code, CurrencyModel _currency, ItemModel _owner, B2BPeriodRange _range, java.lang.Double _threshold)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BPermissionModel(B2BUnitModel _Unit, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BPermissionResultModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BQuoteLimitModel(java.math.BigDecimal _amount, java.lang.String _code, CurrencyModel _currency, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BReportingSetModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BUnitModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BUserGroupModel(B2BUnitModel _Unit, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEscalationTaskModel(OrderModel _order, ItemModel _owner, java.lang.String _runnerBean)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFutureStockModel(ItemModel _owner, java.lang.String _productCode)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions with parameters of type ItemModel Modifier and Type Method Description OrderHistoryEntryModelAbstractProceduralB2BOrderApproveAuditAction. createAuditHistory(OrderModel order, ItemModel historyEntryOwner, java.lang.String messageKey, java.lang.Object[] localizationArguments)Creates aOrderHistoryEntryModelfor a given order with a snapshot of the order seeOrderHistoryService.createHistorySnapshot(de.hybris.platform.core.model.order.OrderModel). -
Uses of ItemModel in de.hybris.platform.b2b.process.approval.model
Subclasses of ItemModel in de.hybris.platform.b2b.process.approval.model Modifier and Type Class Description classB2BApprovalProcessModelGenerated model class for type B2BApprovalProcess first defined at extension b2bapprovalprocess.Constructors in de.hybris.platform.b2b.process.approval.model with parameters of type ItemModel Constructor Description B2BApprovalProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.b2b.punchout.model
Subclasses of ItemModel in de.hybris.platform.b2b.punchout.model Modifier and Type Class Description classB2BCustomerPunchOutCredentialMappingModelGenerated model class for type B2BCustomerPunchOutCredentialMapping first defined at extension b2bpunchout.classPunchOutCredentialModelGenerated model class for type PunchOutCredential first defined at extension b2bpunchout.classStoredPunchOutSessionModelGenerated model class for type StoredPunchOutSession first defined at extension b2bpunchout.Constructors in de.hybris.platform.b2b.punchout.model with parameters of type ItemModel Constructor Description B2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer, java.util.Set<PunchOutCredentialModel> _credentials, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPunchOutCredentialModel(java.lang.String _code, java.lang.String _domain, java.lang.String _identity, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStoredPunchOutSessionModel(CartModel _cart, ItemModel _owner, java.lang.Object _punchOutSession, java.lang.String _sid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services with type parameters of type ItemModel Modifier and Type Method Description <M extends ItemModel>
java.util.List<M>B2BItemService. findAllItems(java.lang.Class<M> model)Deprecated.Since 4.4.Method parameters in de.hybris.platform.b2b.services with type arguments of type ItemModel Modifier and Type Method Description WorkflowModelB2BWorkflowIntegrationService. createWorkflow(WorkflowTemplateModel template, java.util.List<? extends ItemModel> attachments)Deprecated.Since 4.4. -
Uses of ItemModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl with type parameters of type ItemModel Modifier and Type Method Description <M extends ItemModel>
java.util.List<M>DefaultB2BItemService. findAllItems(java.lang.Class<M> model)Deprecated.Since 4.4.Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type ItemModel Modifier and Type Method Description WorkflowModelDefaultB2BWorkflowIntegrationService. createWorkflow(WorkflowTemplateModel template, java.util.List<? extends ItemModel> attachments)Deprecated.Since 4.4. -
Uses of ItemModel in de.hybris.platform.b2b.strategies.impl
Classes in de.hybris.platform.b2b.strategies.impl with type parameters of type ItemModel Modifier and Type Class Description classAbstractEvaluationStrategy<M extends ItemModel>All b2b evaluation strategies should extends from this class. -
Uses of ItemModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework with parameters of type ItemModel Modifier and Type Method Description AddressModelModelFactory. createAddressByUniqueEmail(java.lang.String email, ItemModel owner, AddressModel addressData) -
Uses of ItemModel in de.hybris.platform.b2bacceleratoraddon.model.actions
Subclasses of ItemModel in de.hybris.platform.b2bacceleratoraddon.model.actions Modifier and Type Class Description classApproveOrderActionModelGenerated model class for type ApproveOrderAction first defined at extension b2bacceleratoraddon.classReorderActionModelGenerated model class for type ReorderAction first defined at extension b2bacceleratoraddon.Constructors in de.hybris.platform.b2bacceleratoraddon.model.actions with parameters of type ItemModel Constructor Description ApproveOrderActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReorderActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.b2bacceleratorservices.company
Methods in de.hybris.platform.b2bacceleratorservices.company with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
voidCompanyB2BCommerceService. saveModel(T model)Deprecated.Persists the model delegating toModelService.save(Object) -
Uses of ItemModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
voidDefaultCompanyB2BCommerceService. saveModel(T model)Deprecated. -
Uses of ItemModel in de.hybris.platform.b2bacceleratorservices.model.process
Subclasses of ItemModel in de.hybris.platform.b2bacceleratorservices.model.process Modifier and Type Class Description classReplenishmentProcessModelGenerated model class for type ReplenishmentProcess first defined at extension b2bacceleratorservices.Constructors in de.hybris.platform.b2bacceleratorservices.model.process with parameters of type ItemModel Constructor Description ReplenishmentProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.b2bacceleratorservices.model.promotions
Subclasses of ItemModel in de.hybris.platform.b2bacceleratorservices.model.promotions Modifier and Type Class Description classOrderThresholdDiscountPercentagePromotionModelGenerated model class for type OrderThresholdDiscountPercentagePromotion first defined at extension b2bacceleratorservices.classProductPriceDiscountPromotionByPaymentTypeModelGenerated model class for type ProductPriceDiscountPromotionByPaymentType first defined at extension b2bacceleratorservices.classProductThresholdPriceDiscountPromotionModelGenerated model class for type ProductThresholdPriceDiscountPromotion first defined at extension b2bacceleratorservices.Constructors in de.hybris.platform.b2bacceleratorservices.model.promotions with parameters of type ItemModel Constructor Description OrderThresholdDiscountPercentagePromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductPriceDiscountPromotionByPaymentTypeModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductThresholdPriceDiscountPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.basecommerce.model
Subclasses of ItemModel in de.hybris.platform.basecommerce.model Modifier and Type Class Description classMultiAddressInMemoryCartModelGenerated model class for type MultiAddressInMemoryCart first defined at extension basecommerce.Constructors in de.hybris.platform.basecommerce.model with parameters of type ItemModel Constructor Description MultiAddressInMemoryCartModel(CurrencyModel _currency, java.util.Date _date, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.basecommerce.model.externaltax
Subclasses of ItemModel in de.hybris.platform.basecommerce.model.externaltax Modifier and Type Class Description classProductTaxCodeModelGenerated model class for type ProductTaxCode first defined at extension basecommerce.Constructors in de.hybris.platform.basecommerce.model.externaltax with parameters of type ItemModel Constructor Description ProductTaxCodeModel(ItemModel _owner, java.lang.String _productCode, java.lang.String _taxArea, java.lang.String _taxCode)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.basecommerce.model.site
Subclasses of ItemModel in de.hybris.platform.basecommerce.model.site Modifier and Type Class Description classBaseSiteModelGenerated model class for type BaseSite first defined at extension basecommerce.Constructors in de.hybris.platform.basecommerce.model.site with parameters of type ItemModel Constructor Description BaseSiteModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.campaigns.model
Subclasses of ItemModel in de.hybris.platform.campaigns.model Modifier and Type Class Description classCampaignModelGenerated model class for type Campaign first defined at extension basecommerce.Constructors in de.hybris.platform.campaigns.model with parameters of type ItemModel Constructor Description CampaignModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that return ItemModel Modifier and Type Method Description ItemModelCatalogTypeService. getCatalogVersionAwareModel(CatalogVersionModel version, java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> uniqueKeyValues)Returns for the givenCatalogVersionModel, thetypeCodeand the map with the unique catalog key attributes and their values anItemModel(or a given subtype).Methods in de.hybris.platform.catalog with parameters of type ItemModel Modifier and Type Method Description CatalogVersionModelCatalogTypeService. getCatalogVersionForCatalogVersionAwareModel(ItemModel model)Retrieves the owning catalog version for a catalog version contained itemmodel.booleanCatalogTypeService. isCatalogVersionAwareModel(ItemModel model)Checks if the givenmodelis catalogVersion aware (catalog contained type). -
Uses of ItemModel in de.hybris.platform.catalog.daos
Methods in de.hybris.platform.catalog.daos with parameters of type ItemModel Modifier and Type Method Description java.util.List<ItemSyncTimestampModel>ItemSyncTimestampDao. findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)Returns list ofItemSyncTimestampModelfor a given source itemsyncJob.sourceandtargetjava.util.List<ItemSyncTimestampModel>ItemSyncTimestampDao. findLastTargetSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)Returns list ofItemSyncTimestampModelfor a given target itemsyncJob.sourceandtargetjava.util.List<ItemSyncTimestampModel>ItemSyncTimestampDao. findSyncTimestampsByItem(ItemModel item, int limit)Returns a limited list of sync timestamps for a specifieditem.
Theitemmay be both:ItemSyncTimestampModel.SOURCEITEMorItemSyncTimestampModel.TARGETITEM. -
Uses of ItemModel in de.hybris.platform.catalog.daos.impl
Methods in de.hybris.platform.catalog.daos.impl with parameters of type ItemModel Modifier and Type Method Description java.util.List<ItemSyncTimestampModel>DefaultItemSyncTimestampDao. findLastSourceSyncTimestamps(SyncItemJobModel syncJob, ItemModel source)java.util.List<ItemSyncTimestampModel>DefaultItemSyncTimestampDao. findLastTargetSyncTimestamps(SyncItemJobModel syncJob, ItemModel target)java.util.List<ItemSyncTimestampModel>DefaultItemSyncTimestampDao. findSyncTimestampsByItem(ItemModel item, int limit) -
Uses of ItemModel in de.hybris.platform.catalog.impl
Methods in de.hybris.platform.catalog.impl that return ItemModel Modifier and Type Method Description ItemModelDefaultCatalogTypeService. getCatalogVersionAwareModel(CatalogVersionModel version, java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> uniqueKeyValues)Methods in de.hybris.platform.catalog.impl with parameters of type ItemModel Modifier and Type Method Description CatalogVersionModelDefaultCatalogTypeService. getCatalogVersionForCatalogVersionAwareModel(ItemModel model)booleanDefaultCatalogTypeService. isCatalogVersionAwareModel(ItemModel model) -
Uses of ItemModel in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type ItemModel Modifier and Type Method Description static SynchronizationTestHelper.SyncOperationSynchronizationTestHelper. create(ItemModel item)static SynchronizationTestHelper.SyncOperationSynchronizationTestHelper. remove(ItemModel item)static SynchronizationTestHelper.SyncOperationSynchronizationTestHelper. update(ItemModel srcItem, ItemModel dstItem)Constructors in de.hybris.platform.catalog.jalo.synchronization with parameters of type ItemModel Constructor Description SyncOperation(ItemModel src, ItemModel dst) -
Uses of ItemModel in de.hybris.platform.catalog.model
Subclasses of ItemModel in de.hybris.platform.catalog.model Modifier and Type Class Description classAgreementModelGenerated model class for type Agreement first defined at extension catalog.classCatalogModelGenerated model class for type Catalog first defined at extension catalog.classCatalogUnawareMediaModelGenerated model class for type CatalogUnawareMedia first defined at extension catalog.classCatalogVersionDifferenceModelGenerated model class for type CatalogVersionDifference first defined at extension catalog.classCatalogVersionModelGenerated model class for type CatalogVersion first defined at extension catalog.classCategoryCatalogVersionDifferenceModelGenerated model class for type CategoryCatalogVersionDifference first defined at extension catalog.classCompanyModelGenerated model class for type Company first defined at extension catalog.classCompareCatalogVersionsCronJobModelGenerated model class for type CompareCatalogVersionsCronJob first defined at extension catalog.classCompareCatalogVersionsJobModelGenerated model class for type CompareCatalogVersionsJob first defined at extension catalog.classItemSyncDescriptorModelGenerated model class for type ItemSyncDescriptor first defined at extension catalog.classItemSyncTimestampModelGenerated model class for type ItemSyncTimestamp first defined at extension catalog.classKeywordModelGenerated model class for type Keyword first defined at extension catalog.classPreviewTicketModelGenerated model class for type PreviewTicket first defined at extension catalog.classProductCatalogVersionDifferenceModelGenerated model class for type ProductCatalogVersionDifference first defined at extension catalog.classProductFeatureModelGenerated model class for type ProductFeature first defined at extension catalog.classProductReferenceModelGenerated model class for type ProductReference first defined at extension catalog.classRemoveCatalogVersionCronJobModelGenerated model class for type RemoveCatalogVersionCronJob first defined at extension catalog.classRemoveCatalogVersionJobModelGenerated model class for type RemoveCatalogVersionJob first defined at extension catalog.classSyncAttributeDescriptorConfigModelGenerated model class for type SyncAttributeDescriptorConfig first defined at extension catalog.classSyncItemCronJobModelGenerated model class for type SyncItemCronJob first defined at extension catalog.classSyncItemJobModelGenerated model class for type SyncItemJob first defined at extension catalog.Methods in de.hybris.platform.catalog.model that return ItemModel Modifier and Type Method Description ItemModelItemSyncTimestampModel. getSourceItem()Generated method - Getter of theItemSyncTimestamp.sourceItemattribute defined at extensioncatalog.ItemModelItemSyncDescriptorModel. getTargetItem()Generated method - Getter of theItemSyncDescriptor.targetItemattribute defined at extensioncatalog.ItemModelItemSyncTimestampModel. getTargetItem()Generated method - Getter of theItemSyncTimestamp.targetItemattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Collection<ItemModel>SyncItemCronJobModel. getFinishedItems()Generated method - Getter of theSyncItemCronJob.finishedItemsattribute defined at extensioncatalog.java.util.Collection<ItemModel>SyncItemCronJobModel. getPendingItems()Generated method - Getter of theSyncItemCronJob.pendingItemsattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type ItemModel Modifier and Type Method Description voidItemSyncTimestampModel. setSourceItem(ItemModel value)Generated method - Initial setter ofItemSyncTimestamp.sourceItemattribute defined at extensioncatalog.voidItemSyncDescriptorModel. setTargetItem(ItemModel value)Generated method - Setter ofItemSyncDescriptor.targetItemattribute defined at extensioncatalog.voidItemSyncTimestampModel. setTargetItem(ItemModel value)Generated method - Initial setter ofItemSyncTimestamp.targetItemattribute defined at extensioncatalog.Method parameters in de.hybris.platform.catalog.model with type arguments of type ItemModel Modifier and Type Method Description voidSyncItemCronJobModel. setPendingItems(java.util.Collection<ItemModel> value)Generated method - Setter ofSyncItemCronJob.pendingItemsattribute defined at extensioncatalog.Constructors in de.hybris.platform.catalog.model with parameters of type ItemModel Constructor Description AgreementModel(java.util.Date _enddate, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogUnawareMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, ItemModel _owner, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionModel(CatalogModel _catalog, ItemModel _owner, java.lang.String _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCategoryCatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, CategoryDifferenceMode _mode, ItemModel _owner, CategoryModel _sourceCategory, CatalogVersionModel _sourceVersion, CategoryModel _targetCategory, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCompanyModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCompareCatalogVersionsCronJobModel(JobModel _job, int _missingProducts, int _newProducts, ItemModel _owner, int _processedItemsCount, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCompareCatalogVersionsJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersItemSyncDescriptorModel(java.lang.String _changeType, SyncItemCronJobModel _cronJob, ItemModel _owner, java.lang.Integer _sequenceNumber, StepModel _step)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersItemSyncTimestampModel(ItemModel _sourceItem, CatalogVersionModel _sourceVersion, ItemModel _targetItem, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersItemSyncTimestampModel(ItemModel _owner, ItemModel _sourceItem, CatalogVersionModel _sourceVersion, SyncItemJobModel _syncJob, ItemModel _targetItem, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersKeywordModel(CatalogVersionModel _catalogVersion, java.lang.String _keyword, LanguageModel _language, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPreviewTicketModel(UserModel _createdBy, ItemModel _owner, CatalogVersionModel _previewCatalogVersion, java.util.Date _validTo)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductCatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, ProductDifferenceMode _mode, ItemModel _owner, ProductModel _sourceProduct, CatalogVersionModel _sourceVersion, ProductModel _targetProduct, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductFeatureModel(ClassAttributeAssignmentModel _classificationAttributeAssignment, LanguageModel _language, ItemModel _owner, ProductModel _product, java.lang.String _qualifier, java.lang.Object _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductReferenceModel(java.lang.Boolean _active, ItemModel _owner, java.lang.Boolean _preselected, ProductModel _source, ProductModel _target)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRemoveCatalogVersionCronJobModel(CatalogModel _catalog, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRemoveCatalogVersionJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSyncAttributeDescriptorConfigModel(AttributeDescriptorModel _attributeDescriptor, java.lang.Boolean _copyByValue, ItemModel _owner, SyncItemJobModel _syncJob)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSyncItemCronJobModel(SyncItemJobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSyncItemJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.catalog.model.classification
Subclasses of ItemModel in de.hybris.platform.catalog.model.classification Modifier and Type Class Description classAttributeValueAssignmentModelGenerated model class for type AttributeValueAssignment first defined at extension catalog.classClassAttributeAssignmentModelGenerated model class for type ClassAttributeAssignment first defined at extension catalog.classClassificationAttributeModelGenerated model class for type ClassificationAttribute first defined at extension catalog.classClassificationAttributeUnitModelGenerated model class for type ClassificationAttributeUnit first defined at extension catalog.classClassificationAttributeValueModelGenerated model class for type ClassificationAttributeValue first defined at extension catalog.classClassificationClassModelGenerated model class for type ClassificationClass first defined at extension catalog.classClassificationKeywordModelGenerated model class for type ClassificationKeyword first defined at extension catalog.classClassificationSystemModelGenerated model class for type ClassificationSystem first defined at extension catalog.classClassificationSystemVersionModelGenerated model class for type ClassificationSystemVersion first defined at extension catalog.Constructors in de.hybris.platform.catalog.model.classification with parameters of type ItemModel Constructor Description AttributeValueAssignmentModel(ClassificationAttributeModel _attribute, ClassAttributeAssignmentModel _attributeAssignment, ItemModel _owner, ClassificationSystemVersionModel _systemVersion, ClassificationAttributeValueModel _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassAttributeAssignmentModel(ClassificationAttributeModel _classificationAttribute, ClassificationClassModel _classificationClass, ItemModel _owner, ClassificationSystemVersionModel _systemVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassificationAttributeModel(java.lang.String _code, ItemModel _owner, ClassificationSystemVersionModel _systemVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassificationAttributeUnitModel(java.lang.String _code, ItemModel _owner, java.lang.String _symbol, ClassificationSystemVersionModel _systemVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassificationAttributeValueModel(java.lang.String _code, ItemModel _owner, ClassificationSystemVersionModel _systemVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassificationClassModel(ClassificationSystemVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassificationKeywordModel(ClassificationSystemVersionModel _catalogVersion, java.lang.String _keyword, LanguageModel _language, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassificationSystemModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassificationSystemVersionModel(ClassificationSystemModel _catalog, ItemModel _owner, java.lang.String _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.catalog.model.synchronization
Subclasses of ItemModel in de.hybris.platform.catalog.model.synchronization Modifier and Type Class Description classCatalogVersionSyncCronJobHistoryModelGenerated model class for type CatalogVersionSyncCronJobHistory first defined at extension catalog.classCatalogVersionSyncCronJobModelGenerated model class for type CatalogVersionSyncCronJob first defined at extension catalog.classCatalogVersionSyncJobModelGenerated model class for type CatalogVersionSyncJob first defined at extension catalog.classCatalogVersionSyncScheduleMediaModelGenerated model class for type CatalogVersionSyncScheduleMedia first defined at extension catalog.Constructors in de.hybris.platform.catalog.model.synchronization with parameters of type ItemModel Constructor Description CatalogVersionSyncCronJobHistoryModel(java.lang.String _cronJobCode, java.lang.String _jobCode, int _nodeID, ItemModel _owner, java.util.Date _startTime)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionSyncCronJobModel(SyncItemJobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionSyncJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, CatalogVersionModel _sourceVersion, CatalogVersionModel _targetVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionSyncScheduleMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, CatalogVersionSyncCronJobModel _cronjob, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
TCatalogSynchronizationService. getSynchronizationSourceFor(SyncItemJobModel theSyncJob, ItemModel target)Returns the counterpart for thetargetitem against given sync jobtheSyncJob.<T extends ItemModel>
TCatalogSynchronizationService. getSynchronizationTargetFor(SyncItemJobModel theSyncJob, ItemModel source)Returns the counterpart for thesourceitem against given sync jobtheSyncJob.Methods in de.hybris.platform.catalog.synchronization that return ItemModel Modifier and Type Method Description ItemModelDefaultCatalogSynchronizationService. getSynchronizationSourceFor(SyncItemJobModel theSyncJob, ItemModel targetItem)ItemModelDefaultCatalogSynchronizationService. getSynchronizationTargetFor(SyncItemJobModel theSyncJob, ItemModel sourceItem)Methods in de.hybris.platform.catalog.synchronization that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>CatalogSynchronizationService. getApplicableItems(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob)Filters given items returning only the ones being applicable to the given sync job.java.util.List<ItemModel>DefaultCatalogSynchronizationService. getApplicableItems(java.util.List<ItemModel> inputItems, SyncItemJobModel syncItemJob)Methods in de.hybris.platform.catalog.synchronization with parameters of type ItemModel Modifier and Type Method Description protected CatalogVersionModelDefaultSynchronizationStatusService. getCatalogVersionForItem(ItemModel item)java.util.List<SyncItemJobModel>DefaultSynchronizationStatusService. getInboundSynchronizations(ItemModel item)java.util.List<SyncItemJobModel>SynchronizationStatusService. getInboundSynchronizations(ItemModel theItem)Returns all defined inbound synchronization sync jobs for a given item.java.util.List<SyncItemJobModel>DefaultSynchronizationStatusService. getOutboundSynchronizations(ItemModel item)java.util.List<SyncItemJobModel>SynchronizationStatusService. getOutboundSynchronizations(ItemModel theItem)Returns all defined outbound synchronization sync jobs for a given item.<T extends ItemModel>
TCatalogSynchronizationService. getSynchronizationSourceFor(SyncItemJobModel theSyncJob, ItemModel target)Returns the counterpart for thetargetitem against given sync jobtheSyncJob.ItemModelDefaultCatalogSynchronizationService. getSynchronizationSourceFor(SyncItemJobModel theSyncJob, ItemModel targetItem)ItemSyncTimestampModelCatalogSynchronizationService. getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob, ItemModel source)Returns the existingItemSyncTimestampModelfor thesourceitem in the scope of the given sync job.ItemSyncTimestampModelDefaultCatalogSynchronizationService. getSynchronizationSourceTimestampFor(SyncItemJobModel theSyncJob, ItemModel source)<T extends ItemModel>
TCatalogSynchronizationService. getSynchronizationTargetFor(SyncItemJobModel theSyncJob, ItemModel source)Returns the counterpart for thesourceitem against given sync jobtheSyncJob.ItemModelDefaultCatalogSynchronizationService. getSynchronizationTargetFor(SyncItemJobModel theSyncJob, ItemModel sourceItem)ItemSyncTimestampModelCatalogSynchronizationService. getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob, ItemModel target)Returns the existingItemSyncTimestampModelfor the target item in the scope of the given sync job.ItemSyncTimestampModelDefaultCatalogSynchronizationService. getSynchronizationTargetTimestampFor(SyncItemJobModel theSyncJob, ItemModel target)SyncItemInfoDefaultSynchronizationStatusService. getSyncInfo(ItemModel item, SyncItemJobModel syncItemJob)java.util.List<SyncItemInfo>DefaultSynchronizationStatusService. getSyncInfo(ItemModel item, java.util.List<SyncItemJobModel> syncItemJobs)SyncItemInfoSynchronizationStatusService. getSyncInfo(ItemModel theItem, SyncItemJobModel syncItemJob)Gets theSyncItemStatusfrom the source of the synchronization side defined bysyncItemJobfor a given item.java.util.List<SyncItemInfo>SynchronizationStatusService. getSyncInfo(ItemModel theItem, java.util.List<SyncItemJobModel> syncItemJobs)Gets theSyncItemStatusfrom the all sources of the synchronization side defined bysyncItemJobsfor a given item.protected <T> TBaseSynchronizationStatusServiceTest. resolveCounterpart(CatalogVersionModel targetCatalogVersion, ItemModel itemModel, java.lang.String qualifier)Method parameters in de.hybris.platform.catalog.synchronization with type arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>CatalogSynchronizationService. getApplicableItems(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob)Filters given items returning only the ones being applicable to the given sync job.java.util.List<ItemModel>DefaultCatalogSynchronizationService. getApplicableItems(java.util.List<ItemModel> inputItems, SyncItemJobModel syncItemJob)java.util.List<SyncItemInfo>DefaultSynchronizationStatusService. getSyncInfo(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob)java.util.List<SyncItemInfo>SynchronizationStatusService. getSyncInfo(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob)Gets the list ofSyncItemStatusfrom the source of the synchronization side defined bysyncItemJobfor a given itemsgivenItems.booleanDefaultSynchronizationStatusService. matchesSyncStatus(java.util.List<ItemModel> givenItems, java.util.List<SyncItemJobModel> syncItemJobs, SyncItemStatus syncStatus)booleanSynchronizationStatusService. matchesSyncStatus(java.util.List<ItemModel> givenItems, java.util.List<SyncItemJobModel> syncItemJobs, SyncItemStatus syncStatus)Convenient method that check whether given items are in one particularSyncItemStatusfor all the sources of the synchronization side defined bysyncItemJobsprotected voidBaseSynchronizationStatusServiceTest. performSynchronization(SyncItemJobModel syncItemJobModel, java.util.List<ItemModel> items, SyncConfig syncConfig)SyncResultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig)Performs the synchronization for given items.java.util.List<SyncResult>CatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, java.util.List<SyncItemJobModel> syncItemJobs, SyncConfig syncConfig)Performs the synchronization for given items against given sync jobs.SyncResultDefaultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, SyncItemJobModel syncItemJob, SyncConfig syncConfig)java.util.List<SyncResult>DefaultCatalogSynchronizationService. performSynchronization(java.util.List<ItemModel> givenItems, java.util.List<SyncItemJobModel> syncItemJobs, SyncConfig syncConfig)protected SyncConfigDefaultCatalogSynchronizationService. scheduleItemsWithConfig(SyncConfig syncConfig, SyncItemJobModel syncJob, java.util.List<ItemModel> applicableItems) -
Uses of ItemModel in de.hybris.platform.catalog.synchronization.strategy
Methods in de.hybris.platform.catalog.synchronization.strategy with parameters of type ItemModel Modifier and Type Method Description booleanDefaultSyncJobApplicableTypesStrategy. checkIfApplicable(ItemModel theItem, SyncItemJobModel syncItemJob)booleanSyncJobApplicableTypesStrategy. checkIfApplicable(ItemModel theItem, SyncItemJobModel syncItemJob)Check whether given item is applicable for a given context i.e. -
Uses of ItemModel in de.hybris.platform.catalog.systemsetup
Method parameters in de.hybris.platform.catalog.systemsetup with type arguments of type ItemModel Modifier and Type Method Description protected voidCatalogSystemSetupTest. performSynchronization(SyncItemJobModel syncItemJobModel, java.util.List<ItemModel> items, SyncConfig syncConfig) -
Uses of ItemModel in de.hybris.platform.category.model
Subclasses of ItemModel in de.hybris.platform.category.model Modifier and Type Class Description classCategoryModelGenerated model class for type Category first defined at extension catalog.classConfigurationCategoryModelGenerated model class for type ConfigurationCategory first defined at extension catalog.Constructors in de.hybris.platform.category.model with parameters of type ItemModel Constructor Description CategoryModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConfigurationCategoryModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.chineselogisticservices.model
Subclasses of ItemModel in de.hybris.platform.chineselogisticservices.model Modifier and Type Class Description classDeliveryTimeSlotModelGenerated model class for type DeliveryTimeSlot first defined at extension chineselogisticservices.Constructors in de.hybris.platform.chineselogisticservices.model with parameters of type ItemModel Constructor Description DeliveryTimeSlotModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.chinesepaymentaddon.model
Subclasses of ItemModel in de.hybris.platform.chinesepaymentaddon.model Modifier and Type Class Description classPaymentActionsComponentModelGenerated model class for type PaymentActionsComponent first defined at extension chinesepaymentaddon.classPaymentInfoComponentModelGenerated model class for type PaymentInfoComponent first defined at extension chinesepaymentaddon.classPayNowActionModelGenerated model class for type PayNowAction first defined at extension chinesepaymentaddon.Constructors in de.hybris.platform.chinesepaymentaddon.model with parameters of type ItemModel Constructor Description PaymentActionsComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPaymentInfoComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPayNowActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.chinesepaymentservices.model
Subclasses of ItemModel in de.hybris.platform.chinesepaymentservices.model Modifier and Type Class Description classChinesePaymentInfoModelGenerated model class for type ChinesePaymentInfo first defined at extension chinesepaymentservices.classStockLevelReservationHistoryEntryModelGenerated model class for type StockLevelReservationHistoryEntry first defined at extension chinesepaymentservices.Constructors in de.hybris.platform.chinesepaymentservices.model with parameters of type ItemModel Constructor Description ChinesePaymentInfoModel(java.lang.String _code, ItemModel _original, ItemModel _owner, java.lang.String _paymentProvider, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStockLevelReservationHistoryEntryModel(java.lang.String _orderCode, ItemModel _owner, ProductModel _product, java.lang.Integer _quantity, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.chineseproductsharingaddon.model
Subclasses of ItemModel in de.hybris.platform.chineseproductsharingaddon.model Modifier and Type Class Description classChineseProductSharingActionModelGenerated model class for type ChineseProductSharingAction first defined at extension chineseproductsharingaddon.Constructors in de.hybris.platform.chineseproductsharingaddon.model with parameters of type ItemModel Constructor Description ChineseProductSharingActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.chineseprofile.model
Subclasses of ItemModel in de.hybris.platform.chineseprofile.model Modifier and Type Class Description classChineseUpdateEmailComponentModelGenerated model class for type ChineseUpdateEmailComponent first defined at extension chineseprofileaddon.classChineseUpdateProfileComponentModelGenerated model class for type ChineseUpdateProfileComponent first defined at extension chineseprofileaddon.Constructors in de.hybris.platform.chineseprofile.model with parameters of type ItemModel Constructor Description ChineseUpdateEmailComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersChineseUpdateProfileComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.chineseprofileservices.model
Subclasses of ItemModel in de.hybris.platform.chineseprofileservices.model Modifier and Type Class Description classMobileNumberVerificationModelGenerated model class for type MobileNumberVerification first defined at extension chineseprofileservices.Constructors in de.hybris.platform.chineseprofileservices.model with parameters of type ItemModel Constructor Description MobileNumberVerificationModel(java.lang.String _mobileNumber, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.chinesetaxinvoiceservices.model
Subclasses of ItemModel in de.hybris.platform.chinesetaxinvoiceservices.model Modifier and Type Class Description classTaxInvoiceModelGenerated model class for type TaxInvoice first defined at extension chinesetaxinvoiceservices.Constructors in de.hybris.platform.chinesetaxinvoiceservices.model with parameters of type ItemModel Constructor Description TaxInvoiceModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cissapdigitalpayment.model
Subclasses of ItemModel in de.hybris.platform.cissapdigitalpayment.model Modifier and Type Class Description classSAPDigitalPaymentClientModelGenerated model class for type SAPDigitalPaymentClient first defined at extension cissapdigitalpayment.classSAPDigitalPaymentConfigurationModelGenerated model class for type SAPDigitalPaymentConfiguration first defined at extension cissapdigitalpayment.classSapDigitPayPollCardProcessModelGenerated model class for type SapDigitPayPollCardProcess first defined at extension cissapdigitalpayment.Constructors in de.hybris.platform.cissapdigitalpayment.model with parameters of type ItemModel Constructor Description SAPDigitalPaymentClientModel(java.lang.String _clientId, ItemModel _owner, java.lang.String _tokenUrl)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPDigitalPaymentConfigurationModel(java.lang.String _baseUrl, java.lang.String _name, ItemModel _owner, SAPDigitalPaymentClientModel _sapDigitalpaymentClient)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSapDigitPayPollCardProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.classification
Methods in de.hybris.platform.classification with parameters of type ItemModel Modifier and Type Method Description FeatureClassificationService. getFeature(ItemModel item, ClassAttributeAssignmentModel assignment)Deprecated.since ages - useClassificationService.getFeature(ProductModel, ClassAttributeAssignmentModel)instead. -
Uses of ItemModel in de.hybris.platform.classification.daos
Methods in de.hybris.platform.classification.daos that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<java.util.List<ItemModel>>ProductFeaturesDao. findProductFeaturesByProductAndAssignment(ProductModel product, java.util.List<ClassAttributeAssignmentModel> assignments)Find product features by product and assignment.java.util.List<java.util.List<ItemModel>>ProductFeaturesDao. findProductFeaturesByProductAndAssignment(ProductModel product, java.util.List<ClassAttributeAssignmentModel> assignments, java.util.List<ProductFeatureModel> excludes)Find product features by product and assignment without these onexcludeslist. -
Uses of ItemModel in de.hybris.platform.classification.daos.impl
Methods in de.hybris.platform.classification.daos.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<java.util.List<ItemModel>>DefaultProductFeaturesDao. findProductFeaturesByProductAndAssignment(ProductModel product, java.util.List<ClassAttributeAssignmentModel> assignments)java.util.List<java.util.List<ItemModel>>DefaultProductFeaturesDao. findProductFeaturesByProductAndAssignment(ProductModel product, java.util.List<ClassAttributeAssignmentModel> assignments, java.util.List<ProductFeatureModel> excludes) -
Uses of ItemModel in de.hybris.platform.classification.impl
Classes in de.hybris.platform.classification.impl with type parameters of type ItemModel Modifier and Type Interface Description interfaceSuperCategoriesResolver<T extends ItemModel>The SuperCategoriesResolver is used to return the super categories of the given type in a special way.Methods in de.hybris.platform.classification.impl with parameters of type ItemModel Modifier and Type Method Description FeatureDefaultClassificationService. getFeature(ItemModel item, ClassAttributeAssignmentModel assignment)Deprecated.since ages -
Uses of ItemModel in de.hybris.platform.cms2.cloning.service
Methods in de.hybris.platform.cms2.cloning.service that return ItemModel Modifier and Type Method Description ItemModelCMSItemDeepCloningService. deepCloneComponent(ItemModel srcComponent, ModelCloningContext cloningContext)Creates a clone of the given component and deep copies all the component's attributes.Methods in de.hybris.platform.cms2.cloning.service with parameters of type ItemModel Modifier and Type Method Description ItemModelCMSItemDeepCloningService. deepCloneComponent(ItemModel srcComponent, ModelCloningContext cloningContext)Creates a clone of the given component and deep copies all the component's attributes. -
Uses of ItemModel in de.hybris.platform.cms2.cloning.service.impl
Methods in de.hybris.platform.cms2.cloning.service.impl that return ItemModel Modifier and Type Method Description ItemModelCMSItemModelCloneCreator. copy(ItemModel original)Creates a copy of the given item.ItemModelCMSItemModelCloneCreator. copy(ItemModel original, CMSCopyContext ctx)Creates a copy of the given item.ItemModelCMSItemModelCloneCreator. copy(ItemModel original, ModelCloningContext cloningContext)Creates a copy of the given item.ItemModelCMSItemModelCloneCreator. copy(ComposedTypeModel targetType, ItemModel original, ModelCloningContext ctx)Creates a copy of the given item.ItemModelDefaultCMSItemDeepCloningService. deepCloneComponent(ItemModel srcComponent, ModelCloningContext cloningContext)Methods in de.hybris.platform.cms2.cloning.service.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<java.util.function.BiPredicate<ItemModel,java.lang.String>>CMSModelCloningContext. getPresetValuePredicates()protected java.util.List<java.util.function.BiPredicate<ItemModel,java.lang.String>>CMSModelCloningContext. getTreatAsPartOfPredicates()Methods in de.hybris.platform.cms2.cloning.service.impl with parameters of type ItemModel Modifier and Type Method Description ItemModelCMSItemModelCloneCreator. copy(ItemModel original)Creates a copy of the given item.ItemModelCMSItemModelCloneCreator. copy(ItemModel original, CMSCopyContext ctx)Creates a copy of the given item.ItemModelCMSItemModelCloneCreator. copy(ItemModel original, ModelCloningContext cloningContext)Creates a copy of the given item.ItemModelCMSItemModelCloneCreator. copy(ComposedTypeModel targetType, ItemModel original, ModelCloningContext ctx)Creates a copy of the given item.ItemModelDefaultCMSItemDeepCloningService. deepCloneComponent(ItemModel srcComponent, ModelCloningContext cloningContext)booleanMockSupplierPredicate. test(ItemModel t, java.lang.String u)Method parameters in de.hybris.platform.cms2.cloning.service.impl with type arguments of type ItemModel Modifier and Type Method Description voidCMSModelCloningContext. addPresetValuePredicate(java.util.function.BiPredicate<ItemModel,java.lang.String> predicate)voidCMSModelCloningContext. setPresetValuePredicates(java.util.List<java.util.function.BiPredicate<ItemModel,java.lang.String>> presetValuePredicates)voidCMSModelCloningContext. setTreatAsPartOfPredicates(java.util.List<java.util.function.BiPredicate<ItemModel,java.lang.String>> treatAsPartOfPredicates) -
Uses of ItemModel in de.hybris.platform.cms2.cloning.service.predicate
Methods in de.hybris.platform.cms2.cloning.service.predicate with parameters of type ItemModel Modifier and Type Method Description booleanCMSItemCloneablePredicate. test(ItemModel itemModel)booleanComponentForCatalogVersionAttributePresetPredicate. test(ItemModel component, java.lang.String qualifier)booleanComponentForUidAttributePresetPredicate. test(ItemModel component, java.lang.String qualifier)booleanMediaContainerForCatalogVersionAttributePresetPredicate. test(ItemModel component, java.lang.String qualifier)booleanMediaContainerForMediaAttributePartOfPredicate. test(ItemModel component, java.lang.String qualifier)booleanMediaContainerForQualifierAttributePresetPredicate. test(ItemModel component, java.lang.String qualifier)booleanMediaForCatalogVersionAttributePresetPredicate. test(ItemModel component, java.lang.String qualifier)booleanMediaForCodeAttributePresetPredicate. test(ItemModel component, java.lang.String qualifier) -
Uses of ItemModel in de.hybris.platform.cms2.common.predicates
Methods in de.hybris.platform.cms2.common.predicates with parameters of type ItemModel Modifier and Type Method Description booleanAbstractPageTypePredicate. test(ItemModel itemModel)booleanCategoryPageTypePredicate. test(ItemModel itemModel)booleanCMSComponentTypePredicate. test(ItemModel itemModel)booleanCMSItemTypePredicate. test(ItemModel itemModel)booleanContentPageTypePredicate. test(ItemModel itemModel)booleanContentSlotForPagePredicate. test(ItemModel itemModel)booleanContentSlotPredicate. test(ItemModel itemModel)booleanProductCarouselComponentTypePredicate. test(ItemModel itemModel)booleanProductPageTypePredicate. test(ItemModel itemModel)booleanRestrictionPredicate. test(ItemModel itemModel)booleanSimpleCMSComponentTypePredicate. test(ItemModel itemModel) -
Uses of ItemModel in de.hybris.platform.cms2.items.service
Methods in de.hybris.platform.cms2.items.service that return ItemModel Modifier and Type Method Description ItemModelItemService. getItemByAttributeValues(java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> attributeValues)Method retrieves anItemModelbased on typeCode and a list of attribute values. -
Uses of ItemModel in de.hybris.platform.cms2.items.service.impl
Methods in de.hybris.platform.cms2.items.service.impl that return ItemModel Modifier and Type Method Description ItemModelDefaultItemService. getItemByAttributeValues(java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> attributeValues)Method retrieves anItemModelbased on typeCode and a list of attribute values. -
Uses of ItemModel in de.hybris.platform.cms2.model
Subclasses of ItemModel in de.hybris.platform.cms2.model Modifier and Type Class Description classCMSComponentTypeModelGenerated model class for type CMSComponentType first defined at extension cms2.classCMSPageTypeModelGenerated model class for type CMSPageType first defined at extension cms2.classCMSVersionModelGenerated model class for type CMSVersion first defined at extension cms2.classCMSWorkflowCommentModelGenerated model class for type CMSWorkflowComment first defined at extension cms2.classComponentTypeGroupModelGenerated model class for type ComponentTypeGroup first defined at extension cms2.classRestrictionTypeModelGenerated model class for type RestrictionType first defined at extension cms2.Constructors in de.hybris.platform.cms2.model with parameters of type ItemModel Constructor Description CMSComponentTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSPageTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSVersionModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersComponentTypeGroupModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRestrictionTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.contents
Subclasses of ItemModel in de.hybris.platform.cms2.model.contents Modifier and Type Class Description classCMSItemModelGenerated model class for type CMSItem first defined at extension cms2.classContentCatalogModelGenerated model class for type ContentCatalog first defined at extension cms2.classContentSlotNameModelGenerated model class for type ContentSlotName first defined at extension cms2.Constructors in de.hybris.platform.cms2.model.contents with parameters of type ItemModel Constructor Description CMSItemModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentCatalogModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentSlotNameModel(java.lang.String _name, ItemModel _owner, PageTemplateModel _template)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.contents.components
Subclasses of ItemModel in de.hybris.platform.cms2.model.contents.components Modifier and Type Class Description classAbstractCMSComponentModelGenerated model class for type AbstractCMSComponent first defined at extension cms2.classCMSFlexComponentModelGenerated model class for type CMSFlexComponent first defined at extension cms2.classCMSImageComponentModelGenerated model class for type CMSImageComponent first defined at extension cms2.classCMSLinkComponentModelGenerated model class for type CMSLinkComponent first defined at extension cms2.classCMSParagraphComponentModelGenerated model class for type CMSParagraphComponent first defined at extension cms2.classCMSSiteContextComponentModelGenerated model class for type CMSSiteContextComponent first defined at extension cms2.classSimpleCMSComponentModelGenerated model class for type SimpleCMSComponent first defined at extension cms2.Constructors in de.hybris.platform.cms2.model.contents.components with parameters of type ItemModel Constructor Description AbstractCMSComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSFlexComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSImageComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSLinkComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSParagraphComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSSiteContextComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleCMSComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.contents.containers
Subclasses of ItemModel in de.hybris.platform.cms2.model.contents.containers Modifier and Type Class Description classAbstractCMSComponentContainerModelGenerated model class for type AbstractCMSComponentContainer first defined at extension cms2.classABTestCMSComponentContainerModelGenerated model class for type ABTestCMSComponentContainer first defined at extension cms2.Constructors in de.hybris.platform.cms2.model.contents.containers with parameters of type ItemModel Constructor Description AbstractCMSComponentContainerModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersABTestCMSComponentContainerModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.contents.contentslot
Subclasses of ItemModel in de.hybris.platform.cms2.model.contents.contentslot Modifier and Type Class Description classContentSlotModelGenerated model class for type ContentSlot first defined at extension cms2.Constructors in de.hybris.platform.cms2.model.contents.contentslot with parameters of type ItemModel Constructor Description ContentSlotModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.navigation
Subclasses of ItemModel in de.hybris.platform.cms2.model.navigation Modifier and Type Class Description classCMSNavigationEntryModelGenerated model class for type CMSNavigationEntry first defined at extension cms2.classCMSNavigationNodeModelGenerated model class for type CMSNavigationNode first defined at extension cms2.Methods in de.hybris.platform.cms2.model.navigation that return ItemModel Modifier and Type Method Description ItemModelCMSNavigationEntryModel. getItem()Generated method - Getter of theCMSNavigationEntry.itemattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.navigation with parameters of type ItemModel Modifier and Type Method Description voidCMSNavigationEntryModel. setItem(ItemModel value)Generated method - Setter ofCMSNavigationEntry.itemattribute defined at extensioncms2.Constructors in de.hybris.platform.cms2.model.navigation with parameters of type ItemModel Constructor Description CMSNavigationEntryModel(CatalogVersionModel _catalogVersion, ItemModel _item, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSNavigationEntryModel(CatalogVersionModel _catalogVersion, ItemModel _item, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSNavigationNodeModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.pages
Subclasses of ItemModel in de.hybris.platform.cms2.model.pages Modifier and Type Class Description classAbstractPageModelGenerated model class for type AbstractPage first defined at extension cms2.classCatalogPageModelGenerated model class for type CatalogPage first defined at extension cms2.classCategoryPageModelGenerated model class for type CategoryPage first defined at extension cms2.classContentPageModelGenerated model class for type ContentPage first defined at extension cms2.classPageTemplateModelGenerated model class for type PageTemplate first defined at extension cms2.classProductPageModelGenerated model class for type ProductPage first defined at extension cms2.Constructors in de.hybris.platform.cms2.model.pages with parameters of type ItemModel Constructor Description AbstractPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCategoryPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPageTemplateModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.preview
Subclasses of ItemModel in de.hybris.platform.cms2.model.preview Modifier and Type Class Description classCMSPreviewTicketModelGenerated model class for type CMSPreviewTicket first defined at extension cms2.classPreviewDataModelGenerated model class for type PreviewData first defined at extension cms2.Constructors in de.hybris.platform.cms2.model.preview with parameters of type ItemModel Constructor Description CMSPreviewTicketModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPreviewDataModel(java.lang.Boolean _liveEdit, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.processing
Subclasses of ItemModel in de.hybris.platform.cms2.model.processing Modifier and Type Class Description classCMSVersionGCProcessModelGenerated model class for type CMSVersionGCProcess first defined at extension cms2.Constructors in de.hybris.platform.cms2.model.processing with parameters of type ItemModel Constructor Description CMSVersionGCProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.relations
Subclasses of ItemModel in de.hybris.platform.cms2.model.relations Modifier and Type Class Description classCMSRelationModelGenerated model class for type CMSRelation first defined at extension cms2.classContentSlotForPageModelGenerated model class for type ContentSlotForPage first defined at extension cms2.classContentSlotForTemplateModelGenerated model class for type ContentSlotForTemplate first defined at extension cms2.Constructors in de.hybris.platform.cms2.model.relations with parameters of type ItemModel Constructor Description CMSRelationModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, AbstractPageModel _page, java.lang.String _position, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, PageTemplateModel _pageTemplate, java.lang.String _position, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.restrictions
Subclasses of ItemModel in de.hybris.platform.cms2.model.restrictions Modifier and Type Class Description classAbstractRestrictionModelGenerated model class for type AbstractRestriction first defined at extension cms2.classASMCMSUserGroupRestrictionModelGenerated model class for type ASMCMSUserGroupRestriction first defined at extension assistedservicestorefront.classAssistedServiceSessionRestrictionModelGenerated model class for type AssistedServiceSessionRestriction first defined at extension assistedservicestorefront.classCMSBaseStoreTimeRestrictionModelGenerated model class for type CMSBaseStoreTimeRestriction first defined at extension cms2.classCMSCampaignRestrictionModelGenerated model class for type CMSCampaignRestriction first defined at extension cms2.classCMSCatalogRestrictionModelGenerated model class for type CMSCatalogRestriction first defined at extension cms2.classCMSCategoryRestrictionModelGenerated model class for type CMSCategoryRestriction first defined at extension cms2.classCMSInverseRestrictionModelGenerated model class for type CMSInverseRestriction first defined at extension cms2.classCMSProductRestrictionModelGenerated model class for type CMSProductRestriction first defined at extension cms2.classCMSTimeRestrictionModelGenerated model class for type CMSTimeRestriction first defined at extension cms2.classCMSUserGroupRestrictionModelGenerated model class for type CMSUserGroupRestriction first defined at extension cms2.classCMSUserRestrictionModelGenerated model class for type CMSUserRestriction first defined at extension cms2.Constructors in de.hybris.platform.cms2.model.restrictions with parameters of type ItemModel Constructor Description AbstractRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersASMCMSUserGroupRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAssistedServiceSessionRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSBaseStoreTimeRestrictionModel(java.util.Collection<BaseStoreModel> _baseStores, CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSCampaignRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSCatalogRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSCategoryRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSInverseRestrictionModel(CatalogVersionModel _catalogVersion, AbstractRestrictionModel _originalRestriction, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSProductRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSTimeRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSUserGroupRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSUserRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.model.site
Subclasses of ItemModel in de.hybris.platform.cms2.model.site Modifier and Type Class Description classCMSSiteModelGenerated model class for type CMSSite first defined at extension cms2.Constructors in de.hybris.platform.cms2.model.site with parameters of type ItemModel Constructor Description CMSSiteModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cms2.multicountry.service.impl
Methods in de.hybris.platform.cms2.multicountry.service.impl with type parameters of type ItemModel Modifier and Type Method Description protected <T extends ItemModel>
java.util.Set<T>DefaultCatalogLevelServiceTest. wrapValueAsSet(T value) -
Uses of ItemModel in de.hybris.platform.cms2.relateditems
Methods in de.hybris.platform.cms2.relateditems that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Predicate<ItemModel>RelatedItemVisitor. getConstrainedBy()Constraint that is used to find a properRelatedItemVisitorfor a particularItemModel.Methods in de.hybris.platform.cms2.relateditems with parameters of type ItemModel Modifier and Type Method Description java.util.List<CMSItemModel>RelatedItemsService. getRelatedItems(ItemModel itemModel)Returns a list of all relatedCMSItemModelitems.java.util.List<CMSItemModel>RelatedItemVisitor. getRelatedItems(ItemModel itemModel)Returns a list of relatedCMSItemModelitems. -
Uses of ItemModel in de.hybris.platform.cms2.relateditems.impl
Methods in de.hybris.platform.cms2.relateditems.impl with parameters of type ItemModel Modifier and Type Method Description java.util.List<CMSItemModel>DefaultRelatedItemsService. getRelatedItems(ItemModel itemModel) -
Uses of ItemModel in de.hybris.platform.cms2.relateditems.visitors.page
Methods in de.hybris.platform.cms2.relateditems.visitors.page that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Predicate<ItemModel>ComponentRelatedItemVisitor. getConstrainedBy()java.util.function.Predicate<ItemModel>ContentSlotForPageRelatedItemVisitor. getConstrainedBy()java.util.function.Predicate<ItemModel>PageRelatedItemVisitor. getConstrainedBy()java.util.function.Predicate<ItemModel>RestrictionRelatedItemVisitor. getConstrainedBy()java.util.function.Predicate<ItemModel>SlotRelatedItemVisitor. getConstrainedBy()Methods in de.hybris.platform.cms2.relateditems.visitors.page with parameters of type ItemModel Modifier and Type Method Description java.util.List<CMSItemModel>ComponentRelatedItemVisitor. getRelatedItems(ItemModel itemModel)java.util.List<CMSItemModel>ContentSlotForPageRelatedItemVisitor. getRelatedItems(ItemModel itemModel)java.util.List<CMSItemModel>PageRelatedItemVisitor. getRelatedItems(ItemModel itemModel)java.util.List<CMSItemModel>RestrictionRelatedItemVisitor. getRelatedItems(ItemModel itemModel)java.util.List<CMSItemModel>SlotRelatedItemVisitor. getRelatedItems(ItemModel itemModel)Method parameters in de.hybris.platform.cms2.relateditems.visitors.page with type arguments of type ItemModel Modifier and Type Method Description voidComponentRelatedItemVisitor. setVisitorPredicate(java.util.function.Predicate<ItemModel> visitorPredicate)voidContentSlotForPageRelatedItemVisitor. setVisitorPredicate(java.util.function.Predicate<ItemModel> visitorPredicate)voidPageRelatedItemVisitor. setVisitorPredicate(java.util.function.Predicate<ItemModel> visitorPredicate)voidRestrictionRelatedItemVisitor. setVisitorPredicate(java.util.function.Predicate<ItemModel> visitorPredicate)voidSlotRelatedItemVisitor. setVisitorPredicate(java.util.function.Predicate<ItemModel> visitorPredicate) -
Uses of ItemModel in de.hybris.platform.cms2.relatedpages.service
Methods in de.hybris.platform.cms2.relatedpages.service with parameters of type ItemModel Modifier and Type Method Description voidRelatedPageRejectionService. rejectAllRelatedPages(ItemModel itemModel)Rejects pages related to the given item. -
Uses of ItemModel in de.hybris.platform.cms2.relatedpages.service.impl
Methods in de.hybris.platform.cms2.relatedpages.service.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.function.Predicate<ItemModel>DefaultRelatedPageRejectionService. getPageTypePredicate()Methods in de.hybris.platform.cms2.relatedpages.service.impl with parameters of type ItemModel Modifier and Type Method Description voidDefaultRelatedPageRejectionService. rejectAllRelatedPages(ItemModel itemModel)Method parameters in de.hybris.platform.cms2.relatedpages.service.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultRelatedPageRejectionService. setPageTypePredicate(java.util.function.Predicate<ItemModel> pageTypePredicate) -
Uses of ItemModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
java.util.Optional<T>ItemDao. getItemByUniqueAttributesValues(java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> attributeValues)Method retrieves anItemModelbased on typeCode and unique attribute values. -
Uses of ItemModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
java.util.Optional<T>DefaultItemDao. getItemByUniqueAttributesValues(java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> attributeValues) -
Uses of ItemModel in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.function.Predicate<ItemModel>RelatedPagePrepareInterceptor. getCmsItemTypePredicate()Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type ItemModel Modifier and Type Method Description protected booleanRelatedPagePrepareInterceptor. isFromActiveCatalogVersion(ItemModel item)Determines whether the given item resides in the active catalog version or not.voidRelatedPagePrepareInterceptor. onPrepare(ItemModel itemModel, InterceptorContext interceptorContext)Method parameters in de.hybris.platform.cms2.servicelayer.interceptor.impl with type arguments of type ItemModel Modifier and Type Method Description voidRelatedPagePrepareInterceptor. setCmsItemTypePredicate(java.util.function.Predicate<ItemModel> cmsItemTypePredicate) -
Uses of ItemModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services with parameters of type ItemModel Modifier and Type Method Description CMSNavigationEntryModelCMSNavigationService. createCmsNavigationEntry(CatalogVersionModel catalogVersion, ItemModel item)Creates an orphan entry for a givenitem.CMSNavigationEntryModelCMSNavigationService. createCmsNavigationEntry(CMSNavigationNodeModel cmsNavigationNode, java.lang.String entryName, ItemModel item)Adds aitemto givencmsNavigationNodenavigation node.CMSNavigationNodeModelCMSNavigationService. createNavigationNode(ItemModel parentNode, java.lang.String navigationNodeName, boolean visible, java.util.Collection<ItemModel> relatedItems)Deprecated.since 1811, please useCMSItemFacade.createItem(Map)instead.voidCMSNavigationService. move(CMSNavigationNodeModel cmsNavigationNode, ItemModel sourceItem, ItemModel targetnItem)Moves given items within given navigation node.voidCMSNavigationService. move(ItemModel item, CMSNavigationNodeModel sourceNode, CMSNavigationNodeModel targetNode)Moves given item from sourceNode to targetNode.voidCMSNavigationService. remove(CMSNavigationNodeModel cmsNavigationNode, ItemModel item)Removes given item from given navigation node.Method parameters in de.hybris.platform.cms2.servicelayer.services with type arguments of type ItemModel Modifier and Type Method Description voidCMSNavigationService. appendRelatedItems(CMSNavigationNodeModel cmsNavigationNode, java.util.Collection<ItemModel> items)Adds selected items to specificCMSNavigationNodeModelnavigation node.CMSNavigationNodeModelCMSNavigationService. createNavigationNode(ItemModel parentNode, java.lang.String navigationNodeName, boolean visible, java.util.Collection<ItemModel> relatedItems)Deprecated.since 1811, please useCMSItemFacade.createItem(Map)instead. -
Uses of ItemModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin with parameters of type ItemModel Modifier and Type Method Description java.util.Collection<java.lang.String>CMSAdminComponentService. getEditorProperties(ItemModel component)Get all editor properties for the given content element. -
Uses of ItemModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Subclasses of ItemModel in de.hybris.platform.cms2.servicelayer.services.admin.impl Modifier and Type Class Description static classDefaultCMSAdminItemServiceTest.CMSSubClassMethods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type ItemModel Modifier and Type Method Description java.util.Collection<java.lang.String>DefaultCMSAdminComponentService. getEditorProperties(ItemModel component)Get all editor properties for the given content element. -
Uses of ItemModel in de.hybris.platform.cms2.servicelayer.services.impl
Subclasses of ItemModel in de.hybris.platform.cms2.servicelayer.services.impl Modifier and Type Class Description static classDefaultAttributeDescriptorModelHelperServiceTest.TestTypestatic classDefaultAttributeDescriptorModelHelperServiceTest.TestTypeThatHasCollectionclassDefaultCMSPageServiceTest.SomePageModelMethods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultCMSNavigationServiceTest. createContentPages()protected java.util.List<ItemModel>DefaultCMSNavigationService. extractCmsNavigationEntries(CMSNavigationNodeModel navigatioNode)Extracts items from given navigation node.protected java.util.List<ItemModel>DefaultCMSNavigationServiceTest. extractCmsNavigationEntries(CMSNavigationNodeModel navigatioNode)Extracts items from given navigation node.Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type ItemModel Modifier and Type Method Description CMSNavigationEntryModelDefaultCMSNavigationService. createCmsNavigationEntry(CatalogVersionModel catalogVersion, ItemModel item)CMSNavigationEntryModelDefaultCMSNavigationService. createCmsNavigationEntry(CMSNavigationNodeModel node, java.lang.String entryName, ItemModel entryContent)Adds aitemto givencmsNavigationNodenavigation node.protected CMSNavigationEntryModelDefaultCMSNavigationService. createCmsNavigationEntry(ItemModel entryContent, CatalogVersionModel catalogVersionModel)CMSNavigationNodeModelDefaultCMSNavigationService. createNavigationNode(ItemModel parentNode, java.lang.String navigationNodeName, boolean visible, java.util.Collection<ItemModel> relatedItems)voidDefaultCMSNavigationService. move(CMSNavigationNodeModel cmsNavigationNode, ItemModel sourceEntry, ItemModel targetnEntry)Moves given items within given navigation node.voidDefaultCMSNavigationService. move(ItemModel item, CMSNavigationNodeModel sourceNode, CMSNavigationNodeModel targetNode)Moves given item from sourceNode to targetNode.voidDefaultCMSNavigationService. remove(CMSNavigationNodeModel cmsNavigationNode, ItemModel item)Removes given item from given navigation node.Method parameters in de.hybris.platform.cms2.servicelayer.services.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultCMSNavigationService. appendRelatedItems(CMSNavigationNodeModel cmsNavigationNode, java.util.Collection<ItemModel> items)CMSNavigationNodeModelDefaultCMSNavigationService. createNavigationNode(ItemModel parentNode, java.lang.String navigationNodeName, boolean visible, java.util.Collection<ItemModel> relatedItems)protected java.util.List<CMSNavigationEntryModel>DefaultCMSNavigationService. wrapItemModel(java.util.Collection<ItemModel> items, CatalogVersionModel catalogVersionModel)Wrap given items to become aCMSNavigationEntryModel.protected java.util.List<CMSNavigationEntryModel>DefaultCMSNavigationServiceTest. wrapItemModel(java.util.Collection<ItemModel> items, CatalogVersionModel catalogVersion)Wrap given items to become aCMSNavigationEntryModel. -
Uses of ItemModel in de.hybris.platform.cms2.version.converter.attribute.impl
Methods in de.hybris.platform.cms2.version.converter.attribute.impl that return ItemModel Modifier and Type Method Description ItemModelAbstractPKDataToModelConverter. convert(VersionPayloadDescriptor payloadDescriptor)abstract ItemModelAbstractPKDataToModelConverter. getItemModelByVersion(CMSVersionModel cmsVersion)Returns anItemModelrepresented byCMSVersionModel.ItemModelPKDataToModelPreviewConverter. getItemModelByVersion(CMSVersionModel cmsVersion)ItemModelPKDataToModelRollbackConverter. getItemModelByVersion(CMSVersionModel cmsVersion)Methods in de.hybris.platform.cms2.version.converter.attribute.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected Converter<ItemModel,java.lang.String>MediaContainerToDataConverter. getCmsVersionToDataConverter()Methods in de.hybris.platform.cms2.version.converter.attribute.impl with parameters of type ItemModel Modifier and Type Method Description PKItemToDataConverter. convert(ItemModel source)Method parameters in de.hybris.platform.cms2.version.converter.attribute.impl with type arguments of type ItemModel Modifier and Type Method Description voidMediaContainerToDataConverter. setCmsVersionToDataConverter(Converter<ItemModel,java.lang.String> cmsVersionToDataConverter) -
Uses of ItemModel in de.hybris.platform.cms2.version.converter.customattribute
Methods in de.hybris.platform.cms2.version.converter.customattribute that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Predicate<ItemModel>CustomAttributeContentConverter. getConstrainedBy()Predicate to verify whether current converter is applicable to providedItemModel.Methods in de.hybris.platform.cms2.version.converter.customattribute with parameters of type ItemModel Modifier and Type Method Description java.lang.ObjectCustomAttributeContentConverter. convertModelToData(ItemModel itemModel)ConvertsItemModelto representation that can be serialized.java.util.List<CustomAttributeContentConverter>CustomAttributeStrategyConverterProvider. getConverters(ItemModel itemModel)Will return allCustomAttributeContentConverterto convert back and forth between a custom property value and a serializable representationvoidCustomAttributeContentConverter. populateItemModel(ItemModel itemModel, java.lang.String value)PopulatesItemModelwith provided value. -
Uses of ItemModel in de.hybris.platform.cms2.version.converter.customattribute.impl
Methods in de.hybris.platform.cms2.version.converter.customattribute.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Predicate<ItemModel>ContentSlotsForPageConverter. getConstrainedBy()protected Converter<VersionPayloadDescriptor,ItemModel>ContentSlotsForPageConverter. getPkDataToModelConverter()Methods in de.hybris.platform.cms2.version.converter.customattribute.impl with parameters of type ItemModel Modifier and Type Method Description java.util.List<ContentSlotForPageRelationData>ContentSlotsForPageConverter. convertModelToData(ItemModel itemModel)java.util.List<CustomAttributeContentConverter>DefaultCustomAttributeStrategyConverterProvider. getConverters(ItemModel itemModel)voidContentSlotsForPageConverter. populateItemModel(ItemModel itemModel, java.lang.String value).Method parameters in de.hybris.platform.cms2.version.converter.customattribute.impl with type arguments of type ItemModel Modifier and Type Method Description voidContentSlotsForPageConverter. setConstrainedBy(java.util.function.Predicate<ItemModel> constrainedBy)voidContentSlotsForPageConverter. setPkDataToModelConverter(Converter<VersionPayloadDescriptor,ItemModel> pkDataToModelConverter) -
Uses of ItemModel in de.hybris.platform.cms2.version.converter.impl
Methods in de.hybris.platform.cms2.version.converter.impl that return ItemModel Modifier and Type Method Description ItemModelDefaultCMSVersionToItemModelPreviewConverter. convert(CMSVersionModel version)ItemModelDefaultCMSVersionToItemModelRollbackConverter. convert(CMSVersionModel version)protected ItemModelDefaultCMSVersionToItemModelRollbackConverter. rollbackItemModel(CMSVersionModel version, AuditPayload auditPayload, java.util.Map<java.lang.String,java.lang.Object> mappedAttributes)This method rollbacks anItemModelbased on the given information.Methods in de.hybris.platform.cms2.version.converter.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected Populator<AuditPayload,ItemModel>DefaultCMSVersionToItemModelPreviewConverter. getCmsVersionToItemModelPopulator()protected Populator<AuditPayload,ItemModel>DefaultCMSVersionToItemModelRollbackConverter. getCmsVersionToItemModelPopulator()Methods in de.hybris.platform.cms2.version.converter.impl with parameters of type ItemModel Modifier and Type Method Description java.lang.StringDefaultCMSVersionToDataConverter. convert(ItemModel itemModel)protected java.util.Map<LanguageModel,java.lang.Object>DefaultCMSVersionToDataConverter. convertLocalizedValue(ItemModel itemModel, AttributeDescriptorModel attribute, java.util.function.Function<java.lang.Object,java.lang.Object> converter)Converts the localized attribute value.protected java.util.Optional<java.lang.Object>DefaultCMSVersionToDataConverter. getAttributeValueFromItem(ItemModel itemModel, AttributeDescriptorModel attribute)Extracts the value from itemModel based on attribute qualifier.protected java.util.Optional<java.lang.Object>DefaultCMSVersionToDataConverter. getAttributeValueFromItem(ItemModel itemModel, AttributeDescriptorModel attribute, java.util.Locale locale)Extracts the value from itemModel based on attribute qualifier and locale.protected java.util.function.Function<AttributeDescriptorModel,java.util.Optional<java.lang.Object>>DefaultCMSVersionToDataConverter. getAttributeValueMapperForItem(ItemModel itemModel)Returns a function that acceptsAttributeDescriptorModeland converts attribute value to a format supported byPayloadSerializer.protected java.util.Map<java.lang.String,java.lang.Object>DefaultCMSVersionToDataConverter. getConvertedAttributeValues(ItemModel itemModel)Returns converted values forItemModelattributes.protected java.util.Map<java.lang.String,java.lang.Object>DefaultCMSVersionToDataConverter. getCustomConvertedAttributeValues(ItemModel itemModel)Returns converted values for custom attributes.protected java.util.Map<LanguageModel,java.lang.Object>DefaultCMSVersionToDataConverter. getMapOfLanguages(ItemModel itemModel, AttributeDescriptorModel attribute)Method generates theMapof theLanguageModeland theObjectthat represents the value for the language.Method parameters in de.hybris.platform.cms2.version.converter.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultCMSVersionToItemModelPreviewConverter. setCmsVersionToItemModelPopulator(Populator<AuditPayload,ItemModel> cmsVersionToItemModelPopulator)voidDefaultCMSVersionToItemModelRollbackConverter. setCmsVersionToItemModelPopulator(Populator<AuditPayload,ItemModel> cmsVersionToItemModelPopulator) -
Uses of ItemModel in de.hybris.platform.cms2.version.converter.rollback
Methods in de.hybris.platform.cms2.version.converter.rollback that return ItemModel Modifier and Type Method Description ItemModelItemRollbackConverter. rollbackItem(ItemModel itemModel, CMSVersionModel versionModel, AuditPayload auditPayload)Rollbacks the itemModel to a desired version based on the information specified in the audit payload.Methods in de.hybris.platform.cms2.version.converter.rollback that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Predicate<ItemModel>ItemRollbackConverter. getConstrainedBy()Predicate to verify whether current converter is applicable to providedItemModel.Methods in de.hybris.platform.cms2.version.converter.rollback with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemRollbackConverter>ItemRollbackStrategyConverterProvider. getConverter(ItemModel itemModel)This method finds if there is aItemRollbackConverterconfigured to rollback the provided item model.ItemModelItemRollbackConverter. rollbackItem(ItemModel itemModel, CMSVersionModel versionModel, AuditPayload auditPayload)Rollbacks the itemModel to a desired version based on the information specified in the audit payload. -
Uses of ItemModel in de.hybris.platform.cms2.version.converter.rollback.impl
Methods in de.hybris.platform.cms2.version.converter.rollback.impl that return ItemModel Modifier and Type Method Description protected ItemModelComponentRollbackConverter. getItemModelFromPk(java.lang.String pk)This method retrieves theItemModelrepresented by the provided PK.Methods in de.hybris.platform.cms2.version.converter.rollback.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Predicate<ItemModel>ComponentRollbackConverter. getConstrainedBy()Methods in de.hybris.platform.cms2.version.converter.rollback.impl with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemRollbackConverter>DefaultItemRollbackStrategyConverterProvider. getConverter(ItemModel itemModel)AbstractCMSComponentModelComponentRollbackConverter. rollbackItem(ItemModel itemModel, CMSVersionModel version, AuditPayload auditPayload)protected voidComponentRollbackConverterTest. setUpVersionedSlot(java.lang.String slotUid, ItemModel versionedSlot)Method parameters in de.hybris.platform.cms2.version.converter.rollback.impl with type arguments of type ItemModel Modifier and Type Method Description voidComponentRollbackConverter. setConstrainedBy(java.util.function.Predicate<ItemModel> constrainedBy) -
Uses of ItemModel in de.hybris.platform.cms2.version.populator
Methods in de.hybris.platform.cms2.version.populator with parameters of type ItemModel Modifier and Type Method Description protected voidCMSVersionToItemModelPopulator. applyAttributeValuesToItemModel(ItemModel itemModel, java.util.Map<java.lang.String,java.lang.Object> values)Applies converted attributes toItemModel.protected voidCMSVersionToItemModelPopulator. applyCustomAttributeValue(ItemModel itemModel, CustomAttributeContentConverter converter, TypedValue typedValue)Applies custom attribute values to theItemModel.protected voidCMSVersionToItemModelPopulator. convertCustomAttributesValues(ItemModel itemModel, java.util.Map<java.lang.String,TypedValue> values)Converts custom attribute values that are represented byCMSVersionCustomAttribute.protected java.util.Map<java.lang.String,java.lang.Object>CMSVersionToItemModelPopulator. getEmptyCollectionValuesPerQualifier(ItemModel itemModel, AuditPayload auditPayload)Returns theMapthat contains default (empty) collection values for every collection attribute that is null.voidCMSVersionToItemModelPopulator. populate(AuditPayload auditPayload, ItemModel itemModel) -
Uses of ItemModel in de.hybris.platform.cms2.version.service
Methods in de.hybris.platform.cms2.version.service that return ItemModel Modifier and Type Method Description ItemModelCMSVersionService. createItemFromVersion(CMSVersionModel version)Creates a newItemModeland populates the item model using the data saved in theCMSVersionModel.ItemModelCMSVersionService. getItemFromVersion(CMSVersionModel version)Retrieves an existingItemModeland populates the item model using the data saved in theCMSVersionModel.Methods in de.hybris.platform.cms2.version.service that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Map<CMSVersionModel,ItemModel>CMSVersionSessionContextProvider. getAllGeneratedItemsFromCached()Return all generated cachedItemModel.java.util.Optional<ItemModel>CMSVersionService. rollbackVersionForUid(java.lang.String uid)Rolls back anItemModelto a specific version.Methods in de.hybris.platform.cms2.version.service with parameters of type ItemModel Modifier and Type Method Description voidCMSVersionSessionContextProvider. addGeneratedItemToCache(ItemModel itemModel, CMSVersionModel versionModel)Add anItemModelto a cache of generated items and useCMSVersionModelas a key.java.util.List<AttributeDescriptorModel>CMSVersionHelper. getSerializableAttributes(ItemModel itemModel)Returns a list of all local and super attributes for a givenItemModel. -
Uses of ItemModel in de.hybris.platform.cms2.version.service.impl
Methods in de.hybris.platform.cms2.version.service.impl that return ItemModel Modifier and Type Method Description ItemModelDefaultCMSVersionService. createItemFromVersion(CMSVersionModel version)Creates a newItemModeland populates the item model using the data saved in theCMSVersionModel.ItemModelDefaultCMSVersionService. getItemFromVersion(CMSVersionModel version)Retrieves an existingItemModeland populates the item model using the data saved in theCMSVersionModel.Methods in de.hybris.platform.cms2.version.service.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Map<CMSVersionModel,ItemModel>DefaultCMSVersionSessionContextProvider. getAllGeneratedItemsFromCached()protected Converter<ItemModel,java.lang.String>DefaultCMSVersionService. getCmsVersionToDataConverter()protected Converter<CMSVersionModel,ItemModel>DefaultCMSVersionService. getCmsVersionToModelPreviewConverter()Converter<CMSVersionModel,ItemModel>DefaultCMSVersionService. getCmsVersionToModelRollbackConverter()protected java.util.function.Predicate<ItemModel>DefaultCMSVersionService. getContentPageTypePredicate()protected java.util.function.Predicate<ItemModel>DefaultCMSVersionService. getPageTypePredicate()java.util.Optional<ItemModel>DefaultCMSVersionService. rollbackVersionForUid(java.lang.String uid)Methods in de.hybris.platform.cms2.version.service.impl with parameters of type ItemModel Modifier and Type Method Description voidDefaultCMSVersionSessionContextProvider. addGeneratedItemToCache(ItemModel itemModel, CMSVersionModel versionModel)java.util.List<AttributeDescriptorModel>DefaultCMSVersionHelper. getSerializableAttributes(ItemModel itemModel)protected voidDefaultCMSVersionService. restoreHomepageAttribute(ItemModel itemModel)Restore homepage attribute for Content pages to use the value from the original page.protected voidDefaultCMSVersionService. updatePageApprovalStatus(ItemModel itemModel)Updates the approval status attribute for any pages toCHECK, to indicate that the page was modified.Method parameters in de.hybris.platform.cms2.version.service.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultCMSVersionService. setCmsVersionToDataConverter(Converter<ItemModel,java.lang.String> cmsVersionToDataConverter)voidDefaultCMSVersionService. setCmsVersionToModelPreviewConverter(Converter<CMSVersionModel,ItemModel> cmsVersionToModelPreviewConverter)voidDefaultCMSVersionService. setCmsVersionToModelRollbackConverter(Converter<CMSVersionModel,ItemModel> cmsVersionToModelRollbackConverter)voidDefaultCMSVersionService. setContentPageTypePredicate(java.util.function.Predicate<ItemModel> contentPageTypePredicate)voidDefaultCMSVersionService. setPageTypePredicate(java.util.function.Predicate<ItemModel> pageTypePredicate) -
Uses of ItemModel in de.hybris.platform.cms2.workflow.actions
Methods in de.hybris.platform.cms2.workflow.actions that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.function.Predicate<ItemModel>ApprovePageAutomatedWorkflowAction. getPageTypePredicate()Method parameters in de.hybris.platform.cms2.workflow.actions with type arguments of type ItemModel Modifier and Type Method Description voidApprovePageAutomatedWorkflowAction. setPageTypePredicate(java.util.function.Predicate<ItemModel> pageTypePredicate) -
Uses of ItemModel in de.hybris.platform.cms2lib.model.components
Subclasses of ItemModel in de.hybris.platform.cms2lib.model.components Modifier and Type Class Description classAbstractBannerComponentModelGenerated model class for type AbstractBannerComponent first defined at extension cms2lib.classBannerComponentModelGenerated model class for type BannerComponent first defined at extension cms2lib.classFlashComponentModelGenerated model class for type FlashComponent first defined at extension cms2lib.classProductCarouselComponentModelGenerated model class for type ProductCarouselComponent first defined at extension cms2lib.classProductDetailComponentModelGenerated model class for type ProductDetailComponent first defined at extension cms2lib.classProductListComponentModelGenerated model class for type ProductListComponent first defined at extension cms2lib.classRotatingImagesComponentModelGenerated model class for type RotatingImagesComponent first defined at extension cms2lib.Constructors in de.hybris.platform.cms2lib.model.components with parameters of type ItemModel Constructor Description AbstractBannerComponentModel(CatalogVersionModel _catalogVersion, boolean _external, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBannerComponentModel(CatalogVersionModel _catalogVersion, boolean _external, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFlashComponentModel(CatalogVersionModel _catalogVersion, boolean _external, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductCarouselComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductDetailComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductListComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, boolean _pagination, boolean _productsFromContext, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRotatingImagesComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cmsfacades.cmsitems
Classes in de.hybris.platform.cmsfacades.cmsitems with type parameters of type ItemModel Modifier and Type Interface Description interfaceCMSItemValidator<T extends ItemModel>Interface that deals with Type Validation.interfaceOriginalClonedItemProvider<T extends ItemModel>Interface responsible for storing (in a stack-like data structure) and cloningItemModelinstances per transaction.Methods in de.hybris.platform.cmsfacades.cmsitems that return ItemModel Modifier and Type Method Description ItemModelCMSItemConverter. convert(java.util.Map<java.lang.String,java.lang.Object> source)Converts a deserializableMapto anItemModel.Methods in de.hybris.platform.cmsfacades.cmsitems that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<Populator<java.util.Map<java.lang.String,java.lang.Object>,ItemModel>>ItemTypePopulatorProvider. getItemTypePopulator(java.lang.String typeCode)Interface method to optionally return aPopulatorgiven the typeCode.Methods in de.hybris.platform.cmsfacades.cmsitems with parameters of type ItemModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>CMSItemConverter. convert(ItemModel source)Converts anItemModelto a serializableMap.java.util.function.Supplier<java.lang.Object>AttributeValueToRepresentationStrategy. getCollectionGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> transformationFunction)This function is used to retrieve aSupplierthat can be used to get the representation of a collection stored in an attribute.java.util.function.Supplier<java.lang.Object>AttributeValueToRepresentationStrategy. getLocalizedCollectionGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> transformationFunction)This function is used to retrieve aSupplierthat can be used to get the representation of a localized collection value stored in an attribute.java.util.function.Supplier<java.lang.Object>AttributeValueToRepresentationStrategy. getLocalizedGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> transformationFunction)This function is used to retrieve aSupplierthat can be used to get the representation of a localized value stored in an attribute.java.util.function.Supplier<java.lang.Object>AttributeValueToRepresentationStrategy. getSimpleGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> transformationFunction)This function is used to retrieve a Supplier that can be used to get the representation of the value of an attribute. -
Uses of ItemModel in de.hybris.platform.cmsfacades.cmsitems.attributeconverters
Classes in de.hybris.platform.cmsfacades.cmsitems.attributeconverters with type parameters of type ItemModel Modifier and Type Class Description classUniqueIdentifierAttributeToDataContentConverter<T extends ItemModel>Abstract Unique Identifier Attribute Converter forItemModeltypes.classUniqueIdentifierDataToAttributeContentConverter<T extends ItemModel>Abstract Unique Identifier Attribute Converter forItemModelchild types.Subclasses of ItemModel in de.hybris.platform.cmsfacades.cmsitems.attributeconverters Modifier and Type Class Description static classUniqueIdentifierDataToAttributeAttributeContentConverterTest.ModelClassMethods in de.hybris.platform.cmsfacades.cmsitems.attributeconverters that return types with arguments of type ItemModel Modifier and Type Method Description protected java.lang.Class<? extends ItemModel>UniqueIdentifierDataToAttributeContentConverter. getModelClass()Method parameters in de.hybris.platform.cmsfacades.cmsitems.attributeconverters with type arguments of type ItemModel Modifier and Type Method Description voidUniqueIdentifierDataToAttributeContentConverter. setModelClass(java.lang.Class<? extends ItemModel> modelClass) -
Uses of ItemModel in de.hybris.platform.cmsfacades.cmsitems.converter
Subclasses of ItemModel in de.hybris.platform.cmsfacades.cmsitems.converter Modifier and Type Class Description static classDefaultCMSItemConverterSemiIntegrationTest.CMSItemSubClassstatic classDefaultCMSItemConverterSemiIntegrationTest.MainClassstatic classDefaultCMSItemConverterSemiIntegrationTest.SubClassMethods in de.hybris.platform.cmsfacades.cmsitems.converter that return ItemModel Modifier and Type Method Description ItemModelDefaultCMSItemConverter. convert(java.util.Map<java.lang.String,java.lang.Object> map)protected ItemModelDefaultCMSItemConverter. convertAndValidate(java.util.Map<java.lang.String,java.lang.Object> map, ComposedTypeModel composedType)Converts and validates a deserializableMapto anItemModel.protected ItemModelDefaultCMSItemConverter. getCloneModelFromRepresentation(java.lang.String sourceComponentUuid)Create a Clone Item Model and saves it to theCloneComponentContextProvideror get a Clone Item Model from theCloneComponentContextProviderprotected ItemModelDefaultCMSItemConverter. getItemModelFromRepresentation(java.util.Map<java.lang.String,java.lang.Object> map)Get Item Model from request payloadMethods in de.hybris.platform.cmsfacades.cmsitems.converter that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.function.Function<ItemModel,java.util.Map<AttributeDescriptorModel,java.lang.Object>>DefaultCMSItemConverter. getAttributeValues()Function to get a Map of attribute descriptors and itsObjectvalue for a givenItemModelprotected CMSItemValidator<ItemModel>DefaultCMSItemConverter. getCmsItemValidator(java.util.Map<java.lang.String,java.lang.Object> map)CMSItemValidator<ItemModel>DefaultCMSItemConverter. getCmsItemValidatorCreate()CMSItemValidator<ItemModel>DefaultCMSItemConverter. getCmsItemValidatorUpdate()protected java.util.List<Populator<ItemModel,java.util.Map<java.lang.String,java.lang.Object>>>DefaultCMSItemConverter. getCustomPopulators()protected OriginalClonedItemProvider<ItemModel>DefaultCMSItemConverter. getOriginalClonedItemProvider()Methods in de.hybris.platform.cmsfacades.cmsitems.converter with parameters of type ItemModel Modifier and Type Method Description protected voidDefaultAttributeValueToRepresentationStrategyTest. addModelToValueMapping(ItemModel source, java.lang.Object returnValue)protected voidDefaultAttributeValueToRepresentationStrategyTest. addModelToValueMapping(ItemModel source, java.util.Locale locale, java.lang.Object returnValue)protected voidDefaultCMSItemConverterTest. assertCloneProviderWasHandled(ItemModel itemModel)java.util.Map<java.lang.String,java.lang.Object>DefaultCMSItemConverter. convert(ItemModel source)protected voidDefaultCMSItemConverter. convertAndValidateAttribute(java.util.Map<java.lang.String,java.lang.Object> map, ItemModel itemModel, AttributeDescriptorModel attribute)Converts and validates a primitive data or deserializableMapto an attribute value (primitive orItemModel).protected java.util.function.Function<AttributeDescriptorModel,java.util.Optional<java.lang.Object>>DefaultCMSItemConverter. convertAttributeValueToRepresentation(ItemModel source)Function that returns the serializable representation value (String, Map or Collection) of allAttributeDescriptorModelof a given ItemModel source.protected java.util.function.Function<AttributeDescriptorModel,java.util.Optional<java.lang.Object>>DefaultCMSItemConverter. convertRepresentationToAttributeValue(java.lang.Object source, ItemModel itemModel)Function that constructs the persistable representation of allAttributeDescriptorModelof a given serializable source (String, Map or Collection).java.util.function.Supplier<java.lang.Object>DefaultAttributeValueToRepresentationStrategy. getCollectionGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> goDeeperOrSerialize)java.util.function.Supplier<java.lang.Object>DefaultAttributeValueToRepresentationStrategy. getLocalizedCollectionGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> goDeeperOrSerialize)java.util.function.Supplier<java.lang.Object>DefaultAttributeValueToRepresentationStrategy. getLocalizedGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> goDeeperOrSerialize)java.util.function.Supplier<java.lang.Object>DefaultAttributeValueToRepresentationStrategy. getSimpleGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> goDeeperOrSerialize)protected java.util.Map<java.lang.String,java.lang.Object>DefaultCMSItemConverter. transformLocalizedValue(AttributeDescriptorModel attribute, java.util.Map<java.lang.String,java.lang.Object> itemMap, ItemModel itemModel, java.util.function.Function<java.lang.Object,java.lang.Object> transform)Convenience method to apply a transformation to values of aMapMethod parameters in de.hybris.platform.cmsfacades.cmsitems.converter with type arguments of type ItemModel Modifier and Type Method Description voidDefaultCMSItemConverter. setCmsItemValidatorCreate(CMSItemValidator<ItemModel> cmsItemValidatorCreate)voidDefaultCMSItemConverter. setCmsItemValidatorUpdate(CMSItemValidator<ItemModel> cmsItemValidatorUpdate)voidDefaultCMSItemConverter. setCustomPopulators(java.util.List<Populator<ItemModel,java.util.Map<java.lang.String,java.lang.Object>>> customPopulators)voidDefaultCMSItemConverter. setOriginalClonedItemProvider(OriginalClonedItemProvider<ItemModel> originalClonedItemProvider) -
Uses of ItemModel in de.hybris.platform.cmsfacades.cmsitems.impl
Classes in de.hybris.platform.cmsfacades.cmsitems.impl with type parameters of type ItemModel Modifier and Type Class Description classDefaultOriginalClonedItemProvider<T extends ItemModel>Default implementation forOriginalClonedItemProvider.Methods in de.hybris.platform.cmsfacades.cmsitems.impl that return ItemModel Modifier and Type Method Description protected ItemModelDefaultCMSItemFacade. convertAndPopulate(java.util.Map<java.lang.String,java.lang.Object> itemMap)Converts and populates model to saveMethods in de.hybris.platform.cmsfacades.cmsitems.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<Populator<java.util.Map<java.lang.String,java.lang.Object>,ItemModel>>DefaultItemTypePopulatorProvider. getItemTypePopulator(java.lang.String typeCode)protected java.util.Map<java.lang.String,Populator<java.util.Map<java.lang.String,java.lang.Object>,ItemModel>>DefaultItemTypePopulatorProvider. getPopulatorsMap()protected java.util.Deque<ItemModel>DefaultOriginalClonedItemProvider. getWrappedStack(java.lang.Object rawValue)Values stored in the session service must be wrapped in AtomicReference objects to protect them from being altered during serialization.Methods in de.hybris.platform.cmsfacades.cmsitems.impl with parameters of type ItemModel Modifier and Type Method Description protected java.util.Collection<java.lang.Object>DefaultOriginalClonedItemProvider. collectAttributeValues(ItemModel itemModel, AttributeDescriptorModel attributeDescriptorModel)This method collects the value(s) of the attribute identified by theAttributeDescriptorModelin the providedItemModel.protected voidDefaultOriginalClonedItemProvider. detachAll(ItemModel itemModel)This method detaches parent itemModel from modelService as well as all child models (available through attributes).voidDefaultOriginalClonedItemProvider. initializeItem(ItemModel originalItemModel)voidDefaultCMSItemValidator. validate(ItemModel validatee)Method parameters in de.hybris.platform.cmsfacades.cmsitems.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultItemTypePopulatorProvider. setPopulatorsMap(java.util.Map<java.lang.String,Populator<java.util.Map<java.lang.String,java.lang.Object>,ItemModel>> populatorsMap) -
Uses of ItemModel in de.hybris.platform.cmsfacades.cmsitems.populators
Methods in de.hybris.platform.cmsfacades.cmsitems.populators with parameters of type ItemModel Modifier and Type Method Description protected booleanCategoryOrProductPageRestorePopulator. pageBeReplacedWithOnlyOnePrimaryForType(java.util.Map<java.lang.String,java.lang.Object> source, ItemModel itemModel)Checks if it a page restore operation with replace enabled and type that can have only one primary page.voidAbstractCMSComponentContentPopulator. populate(java.util.Map<java.lang.String,java.lang.Object> source, ItemModel itemModel)voidCategoryOrProductPageRestorePopulator. populate(java.util.Map<java.lang.String,java.lang.Object> source, ItemModel itemModel)voidCloneContentSlotPopulator. populate(java.util.Map<java.lang.String,java.lang.Object> source, ItemModel itemModel)voidClonePagePopulator. populate(java.util.Map<java.lang.String,java.lang.Object> source, ItemModel itemModel)voidCMSItemCloneableModelToDataAttributePopulator. populate(ItemModel itemModel, java.util.Map<java.lang.String,java.lang.Object> itemMap)voidCmsItemDefaultAttributesPopulator. populate(ItemModel source, java.util.Map<java.lang.String,java.lang.Object> targetMap)voidCMSItemLinkToggleModelToDataAttributePopulator. populate(ItemModel itemModel, java.util.Map<java.lang.String,java.lang.Object> itemMap)voidCMSItemUniqueIdentifierAttributePopulator. populate(ItemModel source, java.util.Map<java.lang.String,java.lang.Object> objectMap)voidPageInitializerPopulator. populate(java.util.Map<java.lang.String,java.lang.Object> source, ItemModel itemModel)voidRestoreContentPagePopulator. populate(java.util.Map<java.lang.String,java.lang.Object> source, ItemModel itemModel)voidTrashContentPagePopulator. populate(java.util.Map<java.lang.String,java.lang.Object> source, ItemModel itemModel)voidTrashPagePopulator. populate(java.util.Map<java.lang.String,java.lang.Object> map, ItemModel itemModel)Populate the target instance with values from the source instance. -
Uses of ItemModel in de.hybris.platform.cmsfacades.cmsitems.predicates
Subclasses of ItemModel in de.hybris.platform.cmsfacades.cmsitems.predicates Modifier and Type Class Description static classCMSItemAttributePredicateTest.SubTypeOfCMSItemModelstatic classComplexTypeAttributePredicateTest.SubTypeOfItemModel -
Uses of ItemModel in de.hybris.platform.cmsfacades.common.itemcollector
Classes in de.hybris.platform.cmsfacades.common.itemcollector with type parameters of type ItemModel Modifier and Type Interface Description interfaceItemCollector<T extends ItemModel>Interface definition for CMS Item Collectors.Methods in de.hybris.platform.cmsfacades.common.itemcollector that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<? extends ItemModel>ItemCollector. collect(T item)Collects the items that are related to a givenItemModelMethods in de.hybris.platform.cmsfacades.common.itemcollector with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemCollector>ItemCollectorRegistry. getItemCollector(ItemModel itemModel)Returns the correspondingItemCollectorfor a givenItemModel -
Uses of ItemModel in de.hybris.platform.cmsfacades.common.itemcollector.impl
Methods in de.hybris.platform.cmsfacades.common.itemcollector.impl with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemCollector>DefaultItemCollectorRegistry. getItemCollector(ItemModel itemModel) -
Uses of ItemModel in de.hybris.platform.cmsfacades.common.service
Methods in de.hybris.platform.cmsfacades.common.service with type parameters of type ItemModel Modifier and Type Method Description <S extends ItemModel,T>
SearchResult<T>SearchResultConverter. convert(SearchResult<S> modelSearchResult, java.util.function.Function<S,T> convertFunction) -
Uses of ItemModel in de.hybris.platform.cmsfacades.common.service.impl
Methods in de.hybris.platform.cmsfacades.common.service.impl with type parameters of type ItemModel Modifier and Type Method Description <S extends ItemModel,T>
SearchResult<T>DefaultSearchResultConverter. convert(SearchResult<S> modelSearchResult, java.util.function.Function<S,T> convertFunction) -
Uses of ItemModel in de.hybris.platform.cmsfacades.data
Methods in de.hybris.platform.cmsfacades.data that return ItemModel Modifier and Type Method Description ItemModelSynchronizationItemDetailsData. getItem()ItemModelSyncItemInfoJobStatusData. getItem()Methods in de.hybris.platform.cmsfacades.data with parameters of type ItemModel Modifier and Type Method Description voidSynchronizationItemDetailsData. setItem(ItemModel item)voidSyncItemInfoJobStatusData. setItem(ItemModel item) -
Uses of ItemModel in de.hybris.platform.cmsfacades.navigations.service
Methods in de.hybris.platform.cmsfacades.navigations.service that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Function<NavigationEntryData,ItemModel>NavigationEntryItemModelConverter. getConverter()Gets the function to be applied on the conversion step.java.util.function.Function<ItemModel,java.lang.String>NavigationEntryItemModelConverter. getUniqueIdentifierConverter()Gets the function to be applied on the conversion step. -
Uses of ItemModel in de.hybris.platform.cmsfacades.navigations.service.converters
Methods in de.hybris.platform.cmsfacades.navigations.service.converters that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Function<NavigationEntryData,ItemModel>DefaultNavigationEntryItemModelConverter. getConverter()Deprecated.java.util.function.Function<ItemModel,java.lang.String>DefaultNavigationEntryItemModelConverter. getUniqueIdentifierConverter()Deprecated.Method parameters in de.hybris.platform.cmsfacades.navigations.service.converters with type arguments of type ItemModel Modifier and Type Method Description voidDefaultNavigationEntryItemModelConverter. setConverter(java.util.function.Function<NavigationEntryData,ItemModel> converter)Deprecated.voidDefaultNavigationEntryItemModelConverter. setUniqueIdentifierConverter(java.util.function.Function<ItemModel,java.lang.String> uniqueIdentifierConverter)Deprecated. -
Uses of ItemModel in de.hybris.platform.cmsfacades.navigations.service.functions
Methods in de.hybris.platform.cmsfacades.navigations.service.functions with parameters of type ItemModel Modifier and Type Method Description java.lang.StringDefaultNavigationEntryCmsItemModelIdConversionFunction. apply(ItemModel itemModel)Deprecated.java.lang.StringDefaultNavigationEntryMediaModelIdConversionFunction. apply(ItemModel itemModel)Deprecated. -
Uses of ItemModel in de.hybris.platform.cmsfacades.navigations.validator
Methods in de.hybris.platform.cmsfacades.navigations.validator that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.function.Predicate<ItemModel>NavigationNodeEntriesValidator. getValidEntryItemModelPredicate()Deprecated.Method parameters in de.hybris.platform.cmsfacades.navigations.validator with type arguments of type ItemModel Modifier and Type Method Description voidNavigationNodeEntriesValidator. setValidEntryItemModelPredicate(java.util.function.Predicate<ItemModel> validEntryItemModelPredicate)Deprecated. -
Uses of ItemModel in de.hybris.platform.cmsfacades.navigations.validator.predicate
Methods in de.hybris.platform.cmsfacades.navigations.validator.predicate with parameters of type ItemModel Modifier and Type Method Description booleanValidEntryItemModelPredicate. test(ItemModel target)Deprecated. -
Uses of ItemModel in de.hybris.platform.cmsfacades.rendering.populators
Methods in de.hybris.platform.cmsfacades.rendering.populators with parameters of type ItemModel Modifier and Type Method Description voidContainerModelToDataRenderingPopulator. populate(ItemModel source, java.util.Map<java.lang.String,java.lang.Object> targetMap)Method parameters in de.hybris.platform.cmsfacades.rendering.populators with type arguments of type ItemModel Modifier and Type Method Description voidContentPageModelToDataRenderingPopulator. setContentPageTypePredicate(java.util.function.Predicate<ItemModel> contentPageTypePredicate)voidContentSlotModelToDataRenderingPopulator. setCustomPropertiesPopulator(Populator<ItemModel,java.util.Map<java.lang.String,java.lang.Object>> customPropertiesPopulator)voidCMSComponentModelToDataRenderingPopulator. setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter)voidContentSlotModelToDataRenderingPopulator. setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter)voidNavigationNodeModelToDataRenderingPopulator. setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter)voidPageModelToDataRenderingPopulator. setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter) -
Uses of ItemModel in de.hybris.platform.cmsfacades.rendering.strategies
Methods in de.hybris.platform.cmsfacades.rendering.strategies with parameters of type ItemModel Modifier and Type Method Description protected voidRenderingAttributeValueToRepresentationStrategyTest. addModelToValueMapping(ItemModel source, java.lang.Object returnValue)protected <T> TRenderingAttributeValueToRepresentationStrategy. getAttributeValue(AttributeDescriptorModel attribute, ItemModel sourceModel)This method is used to get the value of the desired attribute in the provided source model.java.util.function.Supplier<java.lang.Object>RenderingAttributeValueToRepresentationStrategy. getCollectionGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> goDeeperOrSerialize)java.util.function.Supplier<java.lang.Object>RenderingAttributeValueToRepresentationStrategy. getLocalizedCollectionGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> goDeeperOrSerialize)java.util.function.Supplier<java.lang.Object>RenderingAttributeValueToRepresentationStrategy. getLocalizedGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> goDeeperOrSerialize)java.util.function.Supplier<java.lang.Object>RenderingAttributeValueToRepresentationStrategy. getSimpleGetter(AttributeDescriptorModel attribute, ItemModel sourceModel, java.util.function.Function<java.lang.Object,java.lang.Object> goDeeperOrSerialize) -
Uses of ItemModel in de.hybris.platform.cmsfacades.rendering.visibility
Classes in de.hybris.platform.cmsfacades.rendering.visibility with type parameters of type ItemModel Modifier and Type Interface Description interfaceRenderingVisibilityRule<T extends ItemModel>Interface responsible for verification of an item visibility.Methods in de.hybris.platform.cmsfacades.rendering.visibility that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Predicate<ItemModel>RenderingVisibilityRule. restrictedBy()The predicate to verify that the provided itemModel is the one for which the visibility is being verified.Methods in de.hybris.platform.cmsfacades.rendering.visibility with parameters of type ItemModel Modifier and Type Method Description booleanRenderingVisibilityService. isVisible(ItemModel itemModel)Verifies the visibility ofItemModel -
Uses of ItemModel in de.hybris.platform.cmsfacades.rendering.visibility.impl
Methods in de.hybris.platform.cmsfacades.rendering.visibility.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<RenderingVisibilityRule<ItemModel>>DefaultRenderingVisibilityService. getRenderingVisibilityRules()java.util.function.Predicate<ItemModel>CMSComponentRenderingVisibilityRule. restrictedBy()java.util.function.Predicate<ItemModel>CMSNavigationNodeRenderingVisibilityRule. restrictedBy()Methods in de.hybris.platform.cmsfacades.rendering.visibility.impl with parameters of type ItemModel Modifier and Type Method Description booleanDefaultRenderingVisibilityService. isVisible(ItemModel itemModel)Method parameters in de.hybris.platform.cmsfacades.rendering.visibility.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultRenderingVisibilityService. setRenderingVisibilityRules(java.util.List<RenderingVisibilityRule<ItemModel>> renderingVisibilityRules) -
Uses of ItemModel in de.hybris.platform.cmsfacades.synchronization.impl
Methods in de.hybris.platform.cmsfacades.synchronization.impl that return ItemModel Modifier and Type Method Description protected ItemModelDefaultItemSynchronizationFacade. getItem(ItemSynchronizationData itemSynchronizationData)Will convert a itemId/itemType pair to a ofItemModelMethods in de.hybris.platform.cmsfacades.synchronization.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultItemSynchronizationFacade. getListOfItems(SynchronizationData synchronizationData)Will convert a list of itemId/itemType pairs to a list ofItemModelMethods in de.hybris.platform.cmsfacades.synchronization.impl with parameters of type ItemModel Modifier and Type Method Description protected java.util.List<SyncItemStatusData>DefaultItemSynchronizationFacade. collectItemsAndGetSynchronizationItemStatus(SyncRequestData syncRequestData, ItemModel item, SyncItemStatusConfig config, java.lang.Integer level, ItemCollectorRegistry collectorRegistry)Collects the items that also requires information about the synchronization status details and make more calls toDefaultItemSynchronizationFacade.getSynchronizationItemStatus(SyncRequestData, ItemModel, SyncItemStatusConfig, Integer)from individual items that were collected.protected java.util.List<SyncItemStatusData>DefaultItemSynchronizationFacade. findUnavailableDependencies(SyncRequestData syncRequestData, ItemModel item, java.lang.Integer level)Find all dependent items which have never been synchronized to the target catalog.protected SyncItemStatusDataDefaultItemSynchronizationFacade. getSynchronizationItemStatus(SyncRequestData syncRequestData, ItemModel item, SyncItemStatusConfig config, java.lang.Integer level)Gets the synchronization status by callingItemSynchronizationService.getSynchronizationItemStatus(SyncRequestData, ItemModel). -
Uses of ItemModel in de.hybris.platform.cmsfacades.synchronization.itemcollector
Methods in de.hybris.platform.cmsfacades.synchronization.itemcollector that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<? extends ItemModel>BasicAbstractPageItemCollector. collect(AbstractPageModel item)java.util.List<? extends ItemModel>BasicContentSlotItemCollector. collect(ContentSlotModel item)java.util.List<? extends ItemModel>DependentAbstractPageItemCollector. collect(AbstractPageModel item)java.util.List<ItemModel>SharedAbstractPageItemCollector. collect(AbstractPageModel item) -
Uses of ItemModel in de.hybris.platform.cmsfacades.synchronization.itemvisitors
Methods in de.hybris.platform.cmsfacades.synchronization.itemvisitors that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>AbstractCMSComponentContainerModelVisitor. visit(CMSCONTAINERTYPE source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>AbstractCMSComponentModelVisitor. visit(CMSCOMPONENTTYPE source, java.util.List<ItemModel> arg1, java.util.Map<java.lang.String,java.lang.Object> arg2)java.util.List<ItemModel>AbstractPageModelVisitor. visit(PAGETYPE source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)Method parameters in de.hybris.platform.cmsfacades.synchronization.itemvisitors with type arguments of type ItemModel Modifier and Type Method Description protected voidAbstractCMSComponentModelVisitor. collectChildItems(CMSCOMPONENTTYPE source, java.util.List<ItemModel> toVisit, AttributeDescriptorModel attributeDescriptorModel)Collects all child items of typeCMSItemModelfor the provided source component.java.util.List<ItemModel>AbstractCMSComponentContainerModelVisitor. visit(CMSCONTAINERTYPE source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>AbstractCMSComponentModelVisitor. visit(CMSCOMPONENTTYPE source, java.util.List<ItemModel> arg1, java.util.Map<java.lang.String,java.lang.Object> arg2)java.util.List<ItemModel>AbstractPageModelVisitor. visit(PAGETYPE source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx) -
Uses of ItemModel in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl
Methods in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>CMSLinkComponentModelVisitor. visit(CMSLinkComponentModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>CMSNavigationEntryModelVisitor. visit(CMSNavigationEntryModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>CMSNavigationNodeModelVisitor. visit(CMSNavigationNodeModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>ContentPageModelVisitor. visit(ContentPageModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>ContentSlotForPageModelVisitor. visit(ContentSlotForPageModel contentSlotForPageModel, java.util.List<ItemModel> list, java.util.Map<java.lang.String,java.lang.Object> map)java.util.List<ItemModel>ContentSlotModelVisitor. visit(ContentSlotModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>MediaContainerModelVisitor. visit(MediaContainerModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)Method parameters in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl with type arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>CMSLinkComponentModelVisitor. visit(CMSLinkComponentModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>CMSNavigationEntryModelVisitor. visit(CMSNavigationEntryModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>CMSNavigationNodeModelVisitor. visit(CMSNavigationNodeModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>ContentPageModelVisitor. visit(ContentPageModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>ContentSlotForPageModelVisitor. visit(ContentSlotForPageModel contentSlotForPageModel, java.util.List<ItemModel> list, java.util.Map<java.lang.String,java.lang.Object> map)java.util.List<ItemModel>ContentSlotModelVisitor. visit(ContentSlotModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>MediaContainerModelVisitor. visit(MediaContainerModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx) -
Uses of ItemModel in de.hybris.platform.cmsfacades.synchronization.service
Methods in de.hybris.platform.cmsfacades.synchronization.service with parameters of type ItemModel Modifier and Type Method Description SynchronizationItemDetailsDataItemSynchronizationService. getSynchronizationItemStatus(SyncRequestData syncRequestData, ItemModel item)Gets the synchronization item status for a givenItemModeltaking in consideration the source and target catalog versions.Method parameters in de.hybris.platform.cmsfacades.synchronization.service with type arguments of type ItemModel Modifier and Type Method Description voidItemSynchronizationService. performItemSynchronization(SyncRequestData syncRequestData, java.util.List<ItemModel> items, SyncConfig config)performs the synchronization of a list ofItemModeltaking in consideration the source and target catalog versions. -
Uses of ItemModel in de.hybris.platform.cmsfacades.synchronization.service.impl
Methods in de.hybris.platform.cmsfacades.synchronization.service.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultItemSynchronizationService. collectRelatedItems(ItemModel item, java.util.Map<java.lang.String,java.lang.Object> context)Retrieves the list ofItemModelrelated to an item of which we want to get the synchronization statusMethods in de.hybris.platform.cmsfacades.synchronization.service.impl with parameters of type ItemModel Modifier and Type Method Description protected SynchronizationItemDetailsDataDefaultItemSynchronizationService. buildData(SyncRequestData syncRequestData, ItemModel item, java.util.List<ItemModel> relatedItems, java.util.List<SyncItemInfo> syncInfo, SyncItemInfo rootSyncInfo)protected java.util.List<ItemModel>DefaultItemSynchronizationService. collectRelatedItems(ItemModel item, java.util.Map<java.lang.String,java.lang.Object> context)Retrieves the list ofItemModelrelated to an item of which we want to get the synchronization statusprotected SyncItemJobModelDefaultItemSynchronizationService. getRelevantSyncItemJob(SyncRequestData syncRequestData, ItemModel item)Will retrieve from theCatalogVersionModelof theItemModeltheSyncItemJobModelmatching the request synchronization directionSynchronizationItemDetailsDataDefaultItemSynchronizationService. getSynchronizationItemStatus(SyncRequestData syncRequestData, ItemModel item)Gets the synchronization item status for a givenItemModeltaking in consideration the source and target catalog versions.protected booleanDefaultItemSynchronizationService. isOutboundSynchronization(SyncRequestData syncRequestData, ItemModel item)Determines whether the requested synchronisation status is outbound or inbound based on the active flag ofCatalogVersionModel(seesSynchronizationStatusService.getOutboundSynchronizations(ItemModel)andSynchronizationStatusService.getInboundSynchronizations(ItemModel)) An outbound synchronization is from a non active source version to an active target version.Method parameters in de.hybris.platform.cmsfacades.synchronization.service.impl with type arguments of type ItemModel Modifier and Type Method Description protected SynchronizationItemDetailsDataDefaultItemSynchronizationService. buildData(SyncRequestData syncRequestData, ItemModel item, java.util.List<ItemModel> relatedItems, java.util.List<SyncItemInfo> syncInfo, SyncItemInfo rootSyncInfo)protected java.util.List<ContentSlotForPageModel>DefaultItemSynchronizationServiceIntegrationTest. extractPageRelations(java.util.List<ItemModel> items)voidDefaultItemSynchronizationService. performItemSynchronization(SyncRequestData syncRequestData, java.util.List<ItemModel> items, SyncConfig config)performs the synchronization of a list ofItemModeltaking in consideration the source and target catalog versions. -
Uses of ItemModel in de.hybris.platform.cmsfacades.synchronization.validator
Methods in de.hybris.platform.cmsfacades.synchronization.validator that return ItemModel Modifier and Type Method Description protected ItemModelItemSynchronizationValidator. getItem(ItemSynchronizationData itemSynchronizationData)This method is used to retrieve theItemModelreferenced by the givenItemSynchronizationData.Methods in de.hybris.platform.cmsfacades.synchronization.validator with parameters of type ItemModel Modifier and Type Method Description protected booleanItemSynchronizationValidator. isCmsItemApproved(ItemModel itemModel)This method is called to determine if the givenCMSItemModelis approved to be synchronized.protected voidItemSynchronizationValidatorTest. setUpItemSynchronizationData(ItemSynchronizationData itemData, java.lang.String itemId, java.lang.String itemType, ItemModel objectToReturn) -
Uses of ItemModel in de.hybris.platform.cmsfacades.uniqueidentifier
Classes in de.hybris.platform.cmsfacades.uniqueidentifier with type parameters of type ItemModel Modifier and Type Interface Description interfaceUniqueIdentifierConverter<T extends ItemModel>Methods in de.hybris.platform.cmsfacades.uniqueidentifier that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>UniqueItemIdentifierService. getItemModel(ItemData itemData)Methods in de.hybris.platform.cmsfacades.uniqueidentifier with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemData>UniqueItemIdentifierService. getItemData(ItemModel itemModel)Method to get the unique identifier and other information (not the PK) about an Item Model. -
Uses of ItemModel in de.hybris.platform.cmsfacades.uniqueidentifier.impl
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>DefaultUniqueItemIdentifierService. getItemModel(ItemData itemData)Methods in de.hybris.platform.cmsfacades.uniqueidentifier.impl with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemData>DefaultUniqueItemIdentifierService. getItemData(ItemModel itemModel) -
Uses of ItemModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type ItemModel Modifier and Type Method Description NavigationEntryModelBuilderNavigationEntryModelBuilder. withItem(ItemModel item) -
Uses of ItemModel in de.hybris.platform.cmsfacades.util.models
Classes in de.hybris.platform.cmsfacades.util.models with type parameters of type ItemModel Modifier and Type Class Description classAbstractModelMother<T extends ItemModel>Methods in de.hybris.platform.cmsfacades.util.models with parameters of type ItemModel Modifier and Type Method Description CMSNavigationEntryModelCMSNavigationEntryModelMother. createEntryAndAddToNavigationNode(CMSNavigationNodeModel navigationNode, CatalogVersionModel catalogVersion, ItemModel itemModel, java.lang.String uid) -
Uses of ItemModel in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected UniqueIdentifierAttributeToDataContentConverter<ItemModel>DefaultCMSWorkflowFacade. getUniqueIdentifierAttributeToDataContentConverter()Method parameters in de.hybris.platform.cmsfacades.workflow.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultCMSWorkflowFacade. setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter) -
Uses of ItemModel in de.hybris.platform.cmsoccaddon.redirect.suppliers
Methods in de.hybris.platform.cmsoccaddon.redirect.suppliers that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Predicate<ItemModel>PageRedirectSupplier. getConstrainedBy()Predicate to test if a given page model matches the page type supplier. -
Uses of ItemModel in de.hybris.platform.cmsoccaddon.redirect.suppliers.impl
Methods in de.hybris.platform.cmsoccaddon.redirect.suppliers.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Predicate<ItemModel>AbstractPageRedirectSupplier. getConstrainedBy()protected java.util.function.Predicate<ItemModel>AbstractPageRedirectSupplier. getPagePredicate()Method parameters in de.hybris.platform.cmsoccaddon.redirect.suppliers.impl with type arguments of type ItemModel Modifier and Type Method Description voidAbstractPageRedirectSupplier. setPagePredicate(java.util.function.Predicate<ItemModel> pagePredicate) -
Uses of ItemModel in de.hybris.platform.cockpit
Methods in de.hybris.platform.cockpit that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>CockpitCollectionService. getElements(CockpitObjectAbstractCollectionModel collection, int start, int count)Returns elements of the given object collection.Methods in de.hybris.platform.cockpit with parameters of type ItemModel Modifier and Type Method Description booleanCockpitCollectionService. isInCollection(ItemModel object, CockpitObjectAbstractCollectionModel collection)Checks if the given element belongs to the specified collection.Method parameters in de.hybris.platform.cockpit with type arguments of type ItemModel Modifier and Type Method Description intCockpitCollectionService. addToCollection(CockpitObjectAbstractCollectionModel collection, java.util.List<ItemModel> elements)intCockpitCollectionService. removeFromCollection(CockpitObjectAbstractCollectionModel collection, java.util.List<ItemModel> elements) -
Uses of ItemModel in de.hybris.platform.cockpit.components.editorarea.renderer
Methods in de.hybris.platform.cockpit.components.editorarea.renderer with parameters of type ItemModel Modifier and Type Method Description org.zkoss.zul.PopupCommentTooltipRenderer. renderItemTooltip(ItemModel item) -
Uses of ItemModel in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type ItemModel Modifier and Type Method Description protected intDefaultCommentLayerComponentController. getPagePreviewIndex(ItemModel commentLayerTarget)Computes preview index basing on the comet file code. -
Uses of ItemModel in de.hybris.platform.cockpit.components.navigationarea
Method parameters in de.hybris.platform.cockpit.components.navigationarea with type arguments of type ItemModel Modifier and Type Method Description static java.util.List<TypedObject>AbstractSelectorSection. wrapItems(java.util.Collection<? extends ItemModel> itemModels)Deprecated.since 6.3, will become obsolete when the cockpit's type service has support for service layer models -
Uses of ItemModel in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization
Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization that return ItemModel Modifier and Type Method Description ItemModelWorkflowFacade. containsItem(WorkflowModel modelData, java.util.List<ItemModel> unwrapItems)Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>WorkflowFacade. unwrapItems(java.util.Collection<TypedObject> typedObjects)Method parameters in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization with type arguments of type ItemModel Modifier and Type Method Description voidWorkflowFacade. addItems(WorkflowModel modelData, java.util.List<ItemModel> unwrapItems)ItemModelWorkflowFacade. containsItem(WorkflowModel modelData, java.util.List<ItemModel> unwrapItems) -
Uses of ItemModel in de.hybris.platform.cockpit.components.sectionpanel
Methods in de.hybris.platform.cockpit.components.sectionpanel with parameters of type ItemModel Modifier and Type Method Description org.zkoss.zul.PopupTooltipRenderer. renderItemTooltip(ItemModel item)Returns aPopupcomponent that was created using the data from the target item. -
Uses of ItemModel in de.hybris.platform.cockpit.coverage.strategies.impl
Methods in de.hybris.platform.cockpit.coverage.strategies.impl with parameters of type ItemModel Modifier and Type Method Description CoverageInfoSimpleCockpitCoverageCalculationStrategy. calculate(ItemModel item)CoverageInfoSimpleCoverageCalculationStrategy. calculate(ItemModel model)protected int[]SimpleCoverageCalculationStrategy. calculateLocalizedAttributeCoverage(ItemModel itemModel, java.lang.String attributeQualifier, java.util.List<CoverageInfo.CoveragePropertyInfoMessage> infoMsgs)protected java.util.Set<java.lang.String>SimpleCockpitCoverageCalculationStrategy. getAllQualifiers(ItemModel item) -
Uses of ItemModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos with parameters of type ItemModel Modifier and Type Method Description booleanCockpitObjectAbstractCollectionDao. collectionContains(CockpitObjectAbstractCollectionModel collection, ItemModel item)Returns true if the collection contains at least one element with the given item, false otherwise.java.util.List<ObjectCollectionItemReferenceModel>CockpitObjectAbstractCollectionDao. findElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item)Returns all elements of the collection that contain given item.java.util.List<ObjectCollectionItemReferenceModel>CockpitObjectAbstractCollectionDao. getElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item)Deprecated.SearchResult<java.lang.Object>SynchronizationServiceDao. getSyncSources(ItemModel model)Gets the sync sources.SearchResult<java.lang.Object>SynchronizationServiceDao. getSyncSourcesAndTargets(ItemModel model)Gets the sync sources and targets in one result.SearchResult<java.lang.Object>SynchronizationServiceDao. getSyncTargets(ItemModel model)Gets the sync targets. -
Uses of ItemModel in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl with parameters of type ItemModel Modifier and Type Method Description booleanDefaultCockpitObjectAbstractCollectionDao. collectionContains(CockpitObjectAbstractCollectionModel collection, ItemModel item)java.util.List<ObjectCollectionItemReferenceModel>DefaultCockpitObjectAbstractCollectionDao. findElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item)java.util.List<ObjectCollectionItemReferenceModel>DefaultCockpitObjectAbstractCollectionDao. getElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item)Deprecated.since 6.3SearchResult<ObjectCollectionItemReferenceModel>DefaultCockpitObjectAbstractCollectionDao. getElementsContainingItemInternal(CockpitObjectAbstractCollectionModel collection, ItemModel item, int count)SearchResult<java.lang.Object>DefaultSynchronizationServiceDao. getSyncSources(ItemModel model)SearchResult<java.lang.Object>DefaultSynchronizationServiceDao. getSyncSourcesAndTargets(ItemModel model)SearchResult<java.lang.Object>DefaultSynchronizationServiceDao. getSyncTargets(ItemModel model) -
Uses of ItemModel in de.hybris.platform.cockpit.helpers
Methods in de.hybris.platform.cockpit.helpers with parameters of type ItemModel Modifier and Type Method Description booleanModelHelper. isWritable(ItemModel model, java.lang.String attribute, boolean creationMode)Checks write permissions for the given item and attribute.voidModelHelper. removeModel(ItemModel model, boolean createUndoOperation)Removes the given model and creates a change log entry.voidModelHelper. removeModel(ItemModel model, boolean createUndoOperation, boolean sendChangeEvents)Removes the given model and creates a change log entry.voidModelHelper. saveModel(ItemModel model, boolean createUndoOperation)Saves the given model and creates a change log entry.voidModelHelper. saveModel(ItemModel model, boolean createUndoOperation, boolean sendChangeEvents)Saves the given model and creates a change log entry.Method parameters in de.hybris.platform.cockpit.helpers with type arguments of type ItemModel Modifier and Type Method Description voidModelHelper. saveModels(java.util.Set<ItemModel> models, boolean createUndoOperation)Saves given models and creates change log entry for each modification.voidModelHelper. saveModels(java.util.Set<ItemModel> models, boolean createUndoOperation, boolean sendChangeEvents)Saves given models and creates change log entry for each modification. -
Uses of ItemModel in de.hybris.platform.cockpit.helpers.impl
Methods in de.hybris.platform.cockpit.helpers.impl that return ItemModel Modifier and Type Method Description ItemModelDefaultModelHelper.ModificationInfo. getModel()Methods in de.hybris.platform.cockpit.helpers.impl with parameters of type ItemModel Modifier and Type Method Description protected voidDefaultModelHelper. checkUserRights(ItemModel model, DefaultModelHelper.ModificationInfo modificationInfo)protected voidDefaultModelHelper. checkUserRights(ItemModel model, java.lang.String attribute, boolean creationMode)protected voidDefaultModelHelper. createUndoOperation(ItemModel model, DefaultModelHelper.ModificationInfo modificationInfo)protected DefaultModelHelper.ModificationInfoDefaultModelHelper. getModificationInfo(ItemModel model)protected java.lang.ObjectDefaultModelHelper. getOriginalValue(ItemModel model, java.lang.String attribute, ModelValueHistory history)protected java.lang.ObjectDefaultModelHelper. getOriginalValue(ItemModel model, java.lang.String attribute, java.util.Locale locale, ModelValueHistory history)booleanDefaultModelHelper. isWritable(ItemModel model, java.lang.String attribute, boolean creationMode)protected voidDefaultModelHelper. logModifications(ItemModel model, DefaultModelHelper.ModificationInfo modificationInfo)voidDefaultModelHelper. removeModel(ItemModel model, boolean createUndoOperation)voidDefaultModelHelper. removeModel(ItemModel model, boolean createUndoOperation, boolean sendChangeEvents)voidDefaultModelHelper. saveModel(ItemModel model, boolean createUndoOperations)voidDefaultModelHelper. saveModel(ItemModel model, boolean createUndoOperations, boolean sendChangeEvents)protected voidDefaultModelHelper. sendItemChangeEvent(ItemModel model, DefaultModelHelper.ModificationInfo modificationInfo)Method parameters in de.hybris.platform.cockpit.helpers.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultModelHelper. saveModels(java.util.Set<ItemModel> models, boolean createUndoOperations)voidDefaultModelHelper. saveModels(java.util.Set<ItemModel> models, boolean createUndoOperations, boolean sendChangeEvents)Constructors in de.hybris.platform.cockpit.helpers.impl with parameters of type ItemModel Constructor Description ModificationInfo(ItemModel model) -
Uses of ItemModel in de.hybris.platform.cockpit.helpers.validation
Methods in de.hybris.platform.cockpit.helpers.validation with parameters of type ItemModel Modifier and Type Method Description voidValidationUIHelper. setModelLocalizedValue(ItemModel model, java.lang.String qualifier, java.lang.String languageIso, java.lang.Object value)voidValidationUIHelper. setModelSingleValue(ItemModel model, java.lang.String qualifier, java.lang.Object value) -
Uses of ItemModel in de.hybris.platform.cockpit.impl
Methods in de.hybris.platform.cockpit.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultCockpitCollectionService. getElements(CockpitObjectAbstractCollectionModel collModel, int start, int count)Returns elements of the given object collection.Methods in de.hybris.platform.cockpit.impl with parameters of type ItemModel Modifier and Type Method Description booleanDefaultCockpitCollectionService. isInCollection(ItemModel object, CockpitObjectAbstractCollectionModel collection)Checks if the given element belongs to the specified collection.Method parameters in de.hybris.platform.cockpit.impl with type arguments of type ItemModel Modifier and Type Method Description intDefaultCockpitCollectionService. addToCollection(CockpitObjectAbstractCollectionModel collModel, java.util.List<ItemModel> elements)intDefaultCockpitCollectionService. removeFromCollection(CockpitObjectAbstractCollectionModel collectionModel, java.util.List<ItemModel> elements) -
Uses of ItemModel in de.hybris.platform.cockpit.model
Subclasses of ItemModel in de.hybris.platform.cockpit.model Modifier and Type Class Description classCockpitFavoriteCategoryModelGenerated model class for type CockpitFavoriteCategory first defined at extension cockpit.classCockpitObjectAbstractCollectionModelGenerated model class for type CockpitObjectAbstractCollection first defined at extension cockpit.classCockpitObjectCollectionModelGenerated model class for type CockpitObjectCollection first defined at extension cockpit.classCockpitObjectSpecialCollectionModelGenerated model class for type CockpitObjectSpecialCollection first defined at extension cockpit.classCockpitSavedFacetValueModelGenerated model class for type CockpitSavedFacetValue first defined at extension cockpit.classCockpitSavedParameterValueModelGenerated model class for type CockpitSavedParameterValue first defined at extension cockpit.classCockpitSavedQueryModelGenerated model class for type CockpitSavedQuery first defined at extension cockpit.classCockpitSavedSortCriterionModelGenerated model class for type CockpitSavedSortCriterion first defined at extension cockpit.classCockpitUIComponentAccessRightModelGenerated model class for type CockpitUIComponentAccessRight first defined at extension cockpit.classCockpitUIComponentConfigurationModelGenerated model class for type CockpitUIComponentConfiguration first defined at extension cockpit.classCockpitUIConfigurationMediaModelGenerated model class for type CockpitUIConfigurationMedia first defined at extension cockpit.classCockpitUIScriptConfigMediaModelGenerated model class for type CockpitUIScriptConfigMedia first defined at extension cockpit.classCommentMetadataModelGenerated model class for type CommentMetadata first defined at extension cockpit.classCoverageConstraintGroupModelGenerated model class for type CoverageConstraintGroup first defined at extension validation.classDynamicWidgetPreferencesModelGenerated model class for type DynamicWidgetPreferences first defined at extension cockpit.classObjectCollectionElementModelGenerated model class for type ObjectCollectionElement first defined at extension cockpit.classObjectCollectionItemReferenceModelGenerated model class for type ObjectCollectionItemReference first defined at extension cockpit.classWidgetParameterModelGenerated model class for type WidgetParameter first defined at extension cockpit.classWidgetPreferencesModelGenerated model class for type WidgetPreferences first defined at extension cockpit.Methods in de.hybris.platform.cockpit.model that return ItemModel Modifier and Type Method Description ItemModelCommentMetadataModel. getItem()Generated method - Getter of theCommentMetadata.itemattribute defined at extensioncockpit.ItemModelObjectCollectionItemReferenceModel. getItem()Generated method - Getter of theObjectCollectionItemReference.itemattribute defined at extensioncockpit.Methods in de.hybris.platform.cockpit.model with parameters of type ItemModel Modifier and Type Method Description voidCommentMetadataModel. setItem(ItemModel value)Generated method - Setter ofCommentMetadata.itemattribute defined at extensioncockpit.voidObjectCollectionItemReferenceModel. setItem(ItemModel value)Generated method - Setter ofObjectCollectionItemReference.itemattribute defined at extensioncockpit.Constructors in de.hybris.platform.cockpit.model with parameters of type ItemModel Constructor Description CockpitFavoriteCategoryModel(ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitObjectAbstractCollectionModel(ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitObjectCollectionModel(ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitObjectSpecialCollectionModel(CockpitSpecialCollectionType _collectionType, ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitSavedFacetValueModel(java.lang.String _facetQualifier, ItemModel _owner, java.lang.String _valueQualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitSavedParameterValueModel(java.lang.String _operatorQualifier, ItemModel _owner, java.lang.String _parameterQualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitSavedQueryModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitSavedSortCriterionModel(java.lang.String _criterionQualifier, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitUIComponentAccessRightModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitUIComponentConfigurationModel(java.lang.String _code, java.lang.String _factoryBean, MediaModel _media, java.lang.String _objectTemplateCode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitUIConfigurationMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitUIScriptConfigMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentMetadataModel(CommentModel _comment, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCoverageConstraintGroupModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDynamicWidgetPreferencesModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersObjectCollectionElementModel(CockpitObjectAbstractCollectionModel _collection, java.lang.String _objectTypeCode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersObjectCollectionItemReferenceModel(CockpitObjectAbstractCollectionModel _collection, ItemModel _item, java.lang.String _objectTypeCode)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersObjectCollectionItemReferenceModel(CockpitObjectAbstractCollectionModel _collection, ItemModel _item, java.lang.String _objectTypeCode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWidgetParameterModel(java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWidgetPreferencesModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cockpit.model.template
Subclasses of ItemModel in de.hybris.platform.cockpit.model.template Modifier and Type Class Description classCockpitItemTemplateModelGenerated model class for type CockpitItemTemplate first defined at extension cockpit.Constructors in de.hybris.platform.cockpit.model.template with parameters of type ItemModel Constructor Description CockpitItemTemplateModel(java.lang.String _code, ItemModel _owner, ComposedTypeModel _relatedType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cockpit.reports.model
Subclasses of ItemModel in de.hybris.platform.cockpit.reports.model Modifier and Type Class Description classCompiledJasperMediaModelGenerated model class for type CompiledJasperMedia first defined at extension cockpit.classJasperMediaModelGenerated model class for type JasperMedia first defined at extension cockpit.classJasperWidgetPreferencesModelGenerated model class for type JasperWidgetPreferences first defined at extension cockpit.Constructors in de.hybris.platform.cockpit.reports.model with parameters of type ItemModel Constructor Description CompiledJasperMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJasperMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJasperWidgetPreferencesModel(ItemModel _owner, JasperMediaModel _report)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>CockpitCommentService. getItemsFromCommentAttachments(AbstractCommentModel abstractComment)Returns all attachments of the abstract commentMethods in de.hybris.platform.cockpit.services with parameters of type ItemModel Modifier and Type Method Description java.util.List<CommentModel>CockpitCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Gets comments.QueryCockpitCommentService. getItemCommentsQuery(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types)Get item comments query.Method parameters in de.hybris.platform.cockpit.services with type arguments of type ItemModel Modifier and Type Method Description CommentModelCockpitCommentService. createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, java.util.Collection<ItemModel> items, java.lang.String subject, java.lang.String text)Creates and returns a new item comment. -
Uses of ItemModel in de.hybris.platform.cockpit.services.celum
Methods in de.hybris.platform.cockpit.services.celum with parameters of type ItemModel Modifier and Type Method Description java.lang.IntegerCockpitCelumDelegate. getCelumAssetId(ItemModel asset)java.lang.IntegerCockpitCelumService. getCelumAssetId(ItemModel asset)java.lang.StringCockpitCelumDelegate. getCelumLink(ItemModel item, java.lang.String celumAssetId, java.util.Map<java.lang.String,java.lang.String> params)Returns a link to be used when opening Celum Imagine from within a Cockpit application.java.lang.StringCockpitCelumService. getDirectCelumLink(ItemModel item, java.lang.String celumAssetId, java.util.Map<java.lang.String,java.lang.String> params)Returns a link to be used for opening Celum Imagine from within a Cockpit application. -
Uses of ItemModel in de.hybris.platform.cockpit.services.celum.impl
Methods in de.hybris.platform.cockpit.services.celum.impl with parameters of type ItemModel Modifier and Type Method Description java.lang.IntegerDefaultCockpitCelumDelegate. getCelumAssetId(ItemModel asset)java.lang.StringDefaultCockpitCelumDelegate. getCelumLink(ItemModel item, java.lang.String celumAssetId, java.util.Map<java.lang.String,java.lang.String> params) -
Uses of ItemModel in de.hybris.platform.cockpit.services.comments
Methods in de.hybris.platform.cockpit.services.comments with parameters of type ItemModel Modifier and Type Method Description java.util.List<CommentModel>CommentLayerService. getCommentsForCommentLayer(UserModel user, ItemModel item)Returns all comments for the given page that the target user is eligible to view on the comment layer. -
Uses of ItemModel in de.hybris.platform.cockpit.services.comments.impl
Methods in de.hybris.platform.cockpit.services.comments.impl with parameters of type ItemModel Modifier and Type Method Description java.util.List<CommentModel>DefaultCommentLayerService. getCommentsForCommentLayer(UserModel user, ItemModel item) -
Uses of ItemModel in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultCockpitCommentService. getItemsFromCommentAttachments(AbstractCommentModel abstractComment)Methods in de.hybris.platform.cockpit.services.impl with parameters of type ItemModel Modifier and Type Method Description java.util.List<CommentModel>DefaultCockpitCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)QueryDefaultCockpitCommentService. getItemCommentsQuery(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types)voidNewItemServiceImpl. setModelLocalizedValue(ItemModel model, java.lang.String qualifier, java.lang.String languageIso, java.lang.Object value)voidNewItemServiceImpl. setModelSingleValue(ItemModel model, java.lang.String qualifier, java.lang.Object value)Method parameters in de.hybris.platform.cockpit.services.impl with type arguments of type ItemModel Modifier and Type Method Description CommentModelDefaultCockpitCommentService. createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, java.util.Collection<ItemModel> items, java.lang.String subject, java.lang.String text) -
Uses of ItemModel in de.hybris.platform.cockpit.services.meta
Methods in de.hybris.platform.cockpit.services.meta that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>TypeService. unwrapItems(java.util.Collection<TypedObject> typedObjects)Unwrap items to models -
Uses of ItemModel in de.hybris.platform.cockpit.services.meta.impl
Methods in de.hybris.platform.cockpit.services.meta.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultTypeService. unwrapItems(java.util.Collection<TypedObject> typedObjects)java.util.List<ItemModel>ExtensibleTypeService. unwrapItems(java.util.Collection<TypedObject> typedObjects) -
Uses of ItemModel in de.hybris.platform.cockpit.services.query.impl
Method parameters in de.hybris.platform.cockpit.services.query.impl with type arguments of type ItemModel Modifier and Type Method Description protected java.lang.StringSavedQueryServiceImpl. getPKsString(java.util.Collection<? extends ItemModel> items) -
Uses of ItemModel in de.hybris.platform.cockpit.services.search.impl
Methods in de.hybris.platform.cockpit.services.search.impl with parameters of type ItemModel Modifier and Type Method Description protected BaseTypeGenericQuerySearchProvider. matchObjectType(ItemModel result) -
Uses of ItemModel in de.hybris.platform.cockpit.services.sync
Methods in de.hybris.platform.cockpit.services.sync that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Collection<ItemModel>SynchronizationService.SyncContext. getSourceItemModels()Methods in de.hybris.platform.cockpit.services.sync with parameters of type ItemModel Modifier and Type Method Description java.util.List<SyncItemJobModel>[]SynchronizationService. getSyncJobs(ItemModel sourceCatalogVersion, ObjectType objectType)Methods retrieves all matching catalog version (at first position - all accessible, at second position - all forbidden) -
Uses of ItemModel in de.hybris.platform.cockpit.services.sync.impl
Methods in de.hybris.platform.cockpit.services.sync.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Collection<ItemModel>SynchronizationServiceImpl.SyncContextImpl. getSourceItemModels()Methods in de.hybris.platform.cockpit.services.sync.impl with parameters of type ItemModel Modifier and Type Method Description voidSynchronizationServiceImpl.SyncContextImpl. addSourceItemModel(ItemModel sourceItemModel)java.util.List<SyncItemJobModel>[]SynchronizationServiceImpl. getSyncJobs(ItemModel source, ObjectType objectType)Constructors in de.hybris.platform.cockpit.services.sync.impl with parameters of type ItemModel Constructor Description SyncContextImpl(int pullSyncStatus, java.util.Set<CatalogVersionModel> sourceCatalogVersionModels, java.util.List<SyncItemJobModel>[] targetCatalogVersions, int productSynchronized, ItemModel sourceItemModel) -
Uses of ItemModel in de.hybris.platform.cockpit.services.validation
Methods in de.hybris.platform.cockpit.services.validation with parameters of type ItemModel Modifier and Type Method Description java.util.Set<CockpitValidationDescriptor>CockpitValidationService. validateModel(ItemModel newItemModel)Validate model -
Uses of ItemModel in de.hybris.platform.cockpit.services.validation.impl
Methods in de.hybris.platform.cockpit.services.validation.impl with parameters of type ItemModel Modifier and Type Method Description java.util.Set<CockpitValidationDescriptor>DefaultCockpitValidationService. validateModel(ItemModel newItemModel) -
Uses of ItemModel in de.hybris.platform.cockpit.services.values.impl
Methods in de.hybris.platform.cockpit.services.values.impl that return ItemModel Modifier and Type Method Description protected ItemModelClassificationObjectValueHandler. fetchItem(java.lang.Object source)protected ItemModelGenericItemObjectValueHandler. fetchItem(java.lang.Object source)protected ItemModelWidgetParamObjectValueHandler. fetchItem(java.lang.Object source)Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ItemModel Modifier and Type Method Description protected FeatureContainerClassificationObjectValueHandler. getFeatureContainer(ItemModel item, ClassAttributeAssignment attributeAssignment)protected java.util.Set<ClassAttributePropertyDescriptor>ClassificationObjectValueHandler. getMatchingDescriptors(ItemModel itemModel, java.util.Set<PropertyDescriptor> descriptors)protected java.util.Set<ItemAttributePropertyDescriptor>GenericItemObjectValueHandler. getMatchingDescriptors(ItemModel itemModel, java.util.Set<PropertyDescriptor> descriptors)protected java.lang.ObjectGenericItemObjectValueHandler. getPathValue(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor, java.util.Set<java.lang.String> languageIsos)protected java.lang.ObjectGenericItemObjectValueHandler. getValue(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor, java.util.Set<java.lang.String> languageIsos, java.util.Collection<java.lang.String> visibleLanguageIsos)protected java.util.Map<ItemAttributePropertyDescriptor,java.lang.Object>GenericItemObjectValueHandler. getValues(ItemModel item, java.util.Set<ItemAttributePropertyDescriptor> descriptors, java.util.Set<java.lang.String> languageIsos)protected java.lang.ObjectGenericItemObjectValueHandler. getValueSimple(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor)protected voidGenericItemObjectValueHandler. logChanges(ItemModel item, java.util.Map<ItemAttributePropertyDescriptor,java.lang.Object> modifiedValues, java.util.Map<ItemAttributePropertyDescriptor,java.lang.Object> originalValues)protected java.util.Map<ClassAttributePropertyDescriptor,java.lang.Object>ClassificationObjectValueHandler. readValues(ItemModel item, java.util.Set<ClassAttributePropertyDescriptor> matchingProperties, java.util.Set<java.lang.String> languageIsoCodes)protected voidGenericItemObjectValueHandler. saveModel(ItemModel model)protected voidGenericItemObjectValueHandler. setPathValue(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor, java.lang.Object value)protected voidGenericItemObjectValueHandler. setValue(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor, java.lang.Object value)protected voidGenericItemObjectValueHandler. setValues(ItemModel item, java.util.Map<ItemAttributePropertyDescriptor,java.lang.Object> values)protected voidGenericItemObjectValueHandler. setValueSimple(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor, java.lang.Object value) -
Uses of ItemModel in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl with parameters of type ItemModel Modifier and Type Method Description voidEditorArea. setModelLocalizedValue(ItemModel model, java.lang.String qualifier, java.lang.String languageIso, java.lang.Object value)voidEditorArea. setModelSingleValue(ItemModel model, java.lang.String qualifier, java.lang.Object value) -
Uses of ItemModel in de.hybris.platform.cockpit.wizards.generic
Methods in de.hybris.platform.cockpit.wizards.generic that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultAdvancedSearchPageController. extractSelectedChildren(TableModel tableModel)protected java.util.List<ItemModel>DefaultAdvancedSearchPageController. unwrapTypedObjects(java.util.Collection<TypedObject> wrappedCollection)Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type ItemModel Modifier and Type Method Description voidDefaultGenericItemMandatoryPageController. setModelLocalizedValue(ItemModel model, java.lang.String qualifier, java.lang.String languageIso, java.lang.Object value)voidDefaultGenericItemMandatoryPageController. setModelSingleValue(ItemModel model, java.lang.String qualifier, java.lang.Object value)Method parameters in de.hybris.platform.cockpit.wizards.generic with type arguments of type ItemModel Modifier and Type Method Description protected voidDefaultAdvancedSearchPageController. assignChildren(java.util.Collection<ItemModel> alredyDefined, java.util.Collection<ItemModel> currentSelected) -
Uses of ItemModel in de.hybris.platform.comments.model
Subclasses of ItemModel in de.hybris.platform.comments.model Modifier and Type Class Description classAbstractCommentModelGenerated model class for type AbstractComment first defined at extension comments.classCommentAttachmentModelGenerated model class for type CommentAttachment first defined at extension comments.classCommentModelGenerated model class for type Comment first defined at extension comments.classCommentTypeModelGenerated model class for type CommentType first defined at extension comments.classCommentUserSettingModelGenerated model class for type CommentUserSetting first defined at extension comments.classComponentModelGenerated model class for type Component first defined at extension comments.classDomainModelGenerated model class for type Domain first defined at extension comments.classReplyModelGenerated model class for type Reply first defined at extension comments.Methods in de.hybris.platform.comments.model that return ItemModel Modifier and Type Method Description ItemModelCommentAttachmentModel. getItem()Generated method - Getter of theCommentAttachment.itemattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Collection<ItemModel>CommentModel. getRelatedItems()Deprecated, for removal: This API element is subject to removal in a future version.since agesMethods in de.hybris.platform.comments.model with parameters of type ItemModel Modifier and Type Method Description voidCommentAttachmentModel. setItem(ItemModel value)Generated method - Setter ofCommentAttachment.itemattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type ItemModel Modifier and Type Method Description voidCommentModel. setRelatedItems(java.util.Collection<ItemModel> value)Deprecated, for removal: This API element is subject to removal in a future version.since agesConstructors in de.hybris.platform.comments.model with parameters of type ItemModel Constructor Description AbstractCommentModel(UserModel _author, ItemModel _owner, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentAttachmentModel(ItemModel _item)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentAttachmentModel(ItemModel _item, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentTypeModel(java.lang.String _code, DomainModel _domain, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentUserSettingModel(AbstractCommentModel _comment, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersComponentModel(java.lang.String _code, DomainModel _domain, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDomainModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplyModel(UserModel _author, CommentModel _comment, ItemModel _owner, ReplyModel _parent, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services with parameters of type ItemModel Modifier and Type Method Description SearchResult<CommentModel>CommentDao. findAllByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)Deprecated.since ages - as of release 4.3, please useCommentDao.findCommentsByItem(UserModel, Collection, ItemModel, int, int)SearchResult<CommentModel>CommentDao. findAllByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated.since ages - as of release 4.3, please useCommentDao.findCommentsByItemAndType(UserModel, Collection, ItemModel, Collection, int, int)java.util.List<CommentModel>CommentDao. findCommentsByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)Searches for all item comments related to the specified item, which are in the specified domain components and whereuseris a participant.java.util.List<CommentModel>CommentDao. findCommentsByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)Searches for all item comments related to the specified item, which are of the specified types, in the specified domain components and whereuseris a participant.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, int offset, int count)Returns all item comments for the specified item, which are in the specified domain and whereuseris a participant.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, java.util.Collection<CommentTypeModel> types, int offset, int count)Returns all item comments for the specified item, which are in the specified domain, of the specified types and whereuseris a participant.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Returns all item comments for the specified item, which are in the specified domain components and whereuseris a participant.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Returns all item comments for the specified item, which are in the specified domain components, of the specified types and whereuseris a participant. -
Uses of ItemModel in de.hybris.platform.comments.services.impl
Methods in de.hybris.platform.comments.services.impl with parameters of type ItemModel Modifier and Type Method Description SearchResult<CommentModel>DefaultCommentDao. findAllByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)Deprecated.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated.since agesprotected SearchResult<CommentModel>DefaultCommentDao. findAllInternal(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, ItemModel item, int offset, int count)java.util.List<CommentModel>DefaultCommentDao. findCommentsByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)java.util.List<CommentModel>DefaultCommentDao. findCommentsByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count) -
Uses of ItemModel in de.hybris.platform.commercefacades.customer.impl
Subclasses of ItemModel in de.hybris.platform.commercefacades.customer.impl Modifier and Type Class Description protected static classDefaultCustomerFacadeTest.MockAddressModel -
Uses of ItemModel in de.hybris.platform.commercefacades.order.impl
Subclasses of ItemModel in de.hybris.platform.commercefacades.order.impl Modifier and Type Class Description protected static classDefaultCheckoutFacadeTest.MockAddressModel -
Uses of ItemModel in de.hybris.platform.commercefacades.user.impl
Subclasses of ItemModel in de.hybris.platform.commercefacades.user.impl Modifier and Type Class Description protected static classDefaultUserFacadeTest.MockAddressModel -
Uses of ItemModel in de.hybris.platform.commerceservices.comments.builder
Methods in de.hybris.platform.commerceservices.comments.builder with parameters of type ItemModel Modifier and Type Method Description CommerceCommentParameterBuilderCommerceCommentParameterBuilder. item(ItemModel item) -
Uses of ItemModel in de.hybris.platform.commerceservices.comments.impl
Methods in de.hybris.platform.commerceservices.comments.impl with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
voidDefaultCommerceCommentServiceTest. setCodeOnItem(T obj, java.lang.String code) -
Uses of ItemModel in de.hybris.platform.commerceservices.customer.impl
Subclasses of ItemModel in de.hybris.platform.commerceservices.customer.impl Modifier and Type Class Description protected static classDefaultCustomerAccountServiceTest.MockAddressModel -
Uses of ItemModel in de.hybris.platform.commerceservices.model
Subclasses of ItemModel in de.hybris.platform.commerceservices.model Modifier and Type Class Description classCustomerListModelGenerated model class for type CustomerList first defined at extension commerceservices.classOrgUnitModelGenerated model class for type OrgUnit first defined at extension commerceservices.classPickUpDeliveryModeModelGenerated model class for type PickUpDeliveryMode first defined at extension commerceservices.Constructors in de.hybris.platform.commerceservices.model with parameters of type ItemModel Constructor Description CustomerListModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrgUnitModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPickUpDeliveryModeModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.commerceservices.model.consent
Subclasses of ItemModel in de.hybris.platform.commerceservices.model.consent Modifier and Type Class Description classConsentModelGenerated model class for type Consent first defined at extension commerceservices.classConsentTemplateModelGenerated model class for type ConsentTemplate first defined at extension commerceservices.Constructors in de.hybris.platform.commerceservices.model.consent with parameters of type ItemModel Constructor Description ConsentModel(java.lang.String _code, ConsentTemplateModel _consentTemplate, CustomerModel _customer, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsentTemplateModel(BaseSiteModel _baseSite, java.lang.String _id, ItemModel _owner, java.lang.Integer _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.commerceservices.model.process
Subclasses of ItemModel in de.hybris.platform.commerceservices.model.process Modifier and Type Class Description classForgottenPasswordProcessModelGenerated model class for type ForgottenPasswordProcess first defined at extension commerceservices.classQuoteProcessModelGenerated model class for type QuoteProcess first defined at extension commerceservices.classStoreFrontCustomerProcessModelGenerated model class for type StoreFrontCustomerProcess first defined at extension commerceservices.classStoreFrontProcessModelGenerated model class for type StoreFrontProcess first defined at extension commerceservices.Constructors in de.hybris.platform.commerceservices.model.process with parameters of type ItemModel Constructor Description ForgottenPasswordProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStoreFrontCustomerProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStoreFrontProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.commerceservices.model.promotions
Subclasses of ItemModel in de.hybris.platform.commerceservices.model.promotions Modifier and Type Class Description classPromotionOrderRestrictionModelGenerated model class for type PromotionOrderRestriction first defined at extension commerceservices.Constructors in de.hybris.platform.commerceservices.model.promotions with parameters of type ItemModel Constructor Description PromotionOrderRestrictionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.commerceservices.model.storelocator
Subclasses of ItemModel in de.hybris.platform.commerceservices.model.storelocator Modifier and Type Class Description classStoreLocatorFeatureModelGenerated model class for type StoreLocatorFeature first defined at extension commerceservices.Constructors in de.hybris.platform.commerceservices.model.storelocator with parameters of type ItemModel Constructor Description StoreLocatorFeatureModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.commerceservices.model.user
Subclasses of ItemModel in de.hybris.platform.commerceservices.model.user Modifier and Type Class Description classStoreEmployeeGroupModelGenerated model class for type StoreEmployeeGroup first defined at extension commerceservices.Constructors in de.hybris.platform.commerceservices.model.user with parameters of type ItemModel Constructor Description StoreEmployeeGroupModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.commerceservices.order.impl
Subclasses of ItemModel in de.hybris.platform.commerceservices.order.impl Modifier and Type Class Description protected static classDefaultCommerceCartServiceTest.MockProductModel -
Uses of ItemModel in de.hybris.platform.commerceservices.search.dao.impl
Classes in de.hybris.platform.commerceservices.search.dao.impl with type parameters of type ItemModel Modifier and Type Class Description classDefaultPagedGenericDao<M extends ItemModel>Deprecated.Since 6.6. -
Uses of ItemModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return ItemModel Modifier and Type Method Description ItemModelCommerceCommentParameter. getItem()Methods in de.hybris.platform.commerceservices.service.data with parameters of type ItemModel Modifier and Type Method Description voidCommerceCommentParameter. setItem(ItemModel item) -
Uses of ItemModel in de.hybris.platform.commerceservices.util
Methods in de.hybris.platform.commerceservices.util with parameters of type ItemModel Modifier and Type Method Description protected intItemComparator. compareInstances(ItemModel item1, ItemModel item2) -
Uses of ItemModel in de.hybris.platform.commons.model
Subclasses of ItemModel in de.hybris.platform.commons.model Modifier and Type Class Description classCustomOrder2XMLModelGenerated model class for type CustomOrder2XML first defined at extension commons.classDocumentModelGenerated model class for type Document first defined at extension commons.classFOPFormatterModelGenerated model class for type FOPFormatter first defined at extension commons.classFormatModelGenerated model class for type Format first defined at extension commons.classFormatterModelGenerated model class for type Formatter first defined at extension commons.classItemFormatterModelGenerated model class for type ItemFormatter first defined at extension commons.classMediaFormatterModelGenerated model class for type MediaFormatter first defined at extension commons.classVelocityFormatterModelGenerated model class for type VelocityFormatter first defined at extension commons.classXMLTransformFormatterModelGenerated model class for type XMLTransformFormatter first defined at extension commons.Methods in de.hybris.platform.commons.model that return ItemModel Modifier and Type Method Description ItemModelDocumentModel. getSourceItem()Generated method - Getter of theDocument.sourceItemattribute defined at extensioncommons.Methods in de.hybris.platform.commons.model with parameters of type ItemModel Modifier and Type Method Description voidDocumentModel. setSourceItem(ItemModel value)Generated method - Initial setter ofDocument.sourceItemattribute defined at extensioncommons.Constructors in de.hybris.platform.commons.model with parameters of type ItemModel Constructor Description CustomOrder2XMLModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _outputMimeType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDocumentModel(CatalogVersionModel _catalogVersion, java.lang.String _code, FormatModel _format, ItemModel _owner, ItemModel _sourceItem)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFOPFormatterModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _inputMimeType, java.lang.String _outputMimeType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFormatModel(java.lang.String _code, DocumentTypeEnum _documentType, ItemFormatterModel _initial, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFormatterModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _outputMimeType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersItemFormatterModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _outputMimeType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaFormatterModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _inputMimeType, java.lang.String _outputMimeType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVelocityFormatterModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _outputMimeType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersXMLTransformFormatterModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _inputMimeType, java.lang.String _outputMimeType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.commons.model.renderer
Subclasses of ItemModel in de.hybris.platform.commons.model.renderer Modifier and Type Class Description classRendererTemplateModelGenerated model class for type RendererTemplate first defined at extension commons.Constructors in de.hybris.platform.commons.model.renderer with parameters of type ItemModel Constructor Description RendererTemplateModel(java.lang.String _code, ItemModel _owner, RendererTypeEnum _rendererType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.commons.model.translator
Subclasses of ItemModel in de.hybris.platform.commons.model.translator Modifier and Type Class Description classJaloTranslatorConfigurationModelGenerated model class for type JaloTranslatorConfiguration first defined at extension commons.classJaloVelocityRendererModelGenerated model class for type JaloVelocityRenderer first defined at extension commons.classParserPropertyModelGenerated model class for type ParserProperty first defined at extension commons.classRenderersPropertyModelGenerated model class for type RenderersProperty first defined at extension commons.Constructors in de.hybris.platform.commons.model.translator with parameters of type ItemModel Constructor Description JaloTranslatorConfigurationModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJaloVelocityRendererModel(java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersParserPropertyModel(java.lang.String _name, ItemModel _owner, java.lang.String _startExp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRenderersPropertyModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.navigationnode.browserarea.list that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>BundleRelatedItemListModel. extractRelatedItems(BundleTemplateModel bundleTemplateNode) -
Uses of ItemModel in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl with type parameters of type ItemModel Modifier and Type Method Description protected <A extends ItemModel,R>
RDefaultBundleCommerceRuleService. unrestricted(A model, java.util.function.Function<A,R> getter)Executesgetterin search-restrictions-off context. -
Uses of ItemModel in de.hybris.platform.configurablebundleservices.model
Subclasses of ItemModel in de.hybris.platform.configurablebundleservices.model Modifier and Type Class Description classAbstractBundleRuleModelGenerated model class for type AbstractBundleRule first defined at extension configurablebundleservices.classAbstractBundleRuleTargetProductsAssignedConstraintModelGenerated model class for type AbstractBundleRuleTargetProductsAssignedConstraint first defined at extension configurablebundleservices.classAutoPickBundleSelectionCriteriaModelGenerated model class for type AutoPickBundleSelectionCriteria first defined at extension subscriptionbundleservices.classBundleSelectionCriteriaModelGenerated model class for type BundleSelectionCriteria first defined at extension configurablebundleservices.classBundleTemplateModelGenerated model class for type BundleTemplate first defined at extension configurablebundleservices.classBundleTemplateProductsAssignedConstraintModelGenerated model class for type BundleTemplateProductsAssignedConstraint first defined at extension configurablebundleservices.classBundleTemplateStatusModelGenerated model class for type BundleTemplateStatus first defined at extension configurablebundleservices.classChangeProductPriceBundleRuleModelGenerated model class for type ChangeProductPriceBundleRule first defined at extension configurablebundleservices.classDisableProductBundleRuleModelGenerated model class for type DisableProductBundleRule first defined at extension configurablebundleservices.classPickExactlyNBundleSelectionCriteriaModelGenerated model class for type PickExactlyNBundleSelectionCriteria first defined at extension configurablebundleservices.classPickNToMBundleSelectionCriteriaModelGenerated model class for type PickNToMBundleSelectionCriteria first defined at extension configurablebundleservices.Constructors in de.hybris.platform.configurablebundleservices.model with parameters of type ItemModel Constructor Description AbstractBundleRuleModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractBundleRuleTargetProductsAssignedConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAutoPickBundleSelectionCriteriaModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBundleSelectionCriteriaModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBundleTemplateModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, BundleTemplateModel _parentTemplate, java.lang.String _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBundleTemplateProductsAssignedConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBundleTemplateStatusModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersChangeProductPriceBundleRuleModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, java.lang.String _id, ItemModel _owner, java.math.BigDecimal _price)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDisableProductBundleRuleModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPickExactlyNBundleSelectionCriteriaModel(CatalogVersionModel _catalogVersion, java.lang.String _id, java.lang.Integer _n, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPickNToMBundleSelectionCriteriaModel(CatalogVersionModel _catalogVersion, java.lang.String _id, java.lang.Integer _m, java.lang.Integer _n, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.configurablebundleservices.model.components
Subclasses of ItemModel in de.hybris.platform.configurablebundleservices.model.components Modifier and Type Class Description classBundleCarouselComponentModelGenerated model class for type BundleCarouselComponent first defined at extension configurablebundleservices.Constructors in de.hybris.platform.configurablebundleservices.model.components with parameters of type ItemModel Constructor Description BundleCarouselComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.consignmenttrackingaddon.model
Subclasses of ItemModel in de.hybris.platform.consignmenttrackingaddon.model Modifier and Type Class Description classConsignmentTrackingActionModelGenerated model class for type ConsignmentTrackingAction first defined at extension consignmenttrackingaddon.Constructors in de.hybris.platform.consignmenttrackingaddon.model with parameters of type ItemModel Constructor Description ConsignmentTrackingActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.consignmenttrackingservices.model
Subclasses of ItemModel in de.hybris.platform.consignmenttrackingservices.model Modifier and Type Class Description classCarrierModelGenerated model class for type Carrier first defined at extension consignmenttrackingservices.classConsignmentTrackingIdValidConstraintModelGenerated model class for type ConsignmentTrackingIdValidConstraint first defined at extension consignmenttrackingservices.Constructors in de.hybris.platform.consignmenttrackingservices.model with parameters of type ItemModel Constructor Description CarrierModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentTrackingIdValidConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model
Subclasses of ItemModel in de.hybris.platform.core.model Modifier and Type Class Description classAbstractDynamicContentModelGenerated model class for type AbstractDynamicContent first defined at extension core.classGenericTestItemModelGenerated model class for type GenericTestItem first defined at extension core.Methods in de.hybris.platform.core.model that return ItemModel Modifier and Type Method Description ItemModelItemModel. getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncore.Methods in de.hybris.platform.core.model with parameters of type ItemModel Modifier and Type Method Description voidItemModel. setOwner(ItemModel value)Generated method - Initial setter ofItem.ownerattribute defined at extensioncore.Constructors in de.hybris.platform.core.model with parameters of type ItemModel Constructor Description AbstractDynamicContentModel(java.lang.String _code, java.lang.String _content, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenericTestItemModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersItemModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.audit
Subclasses of ItemModel in de.hybris.platform.core.model.audit Modifier and Type Class Description classAuditReportConfigModelGenerated model class for type AuditReportConfig first defined at extension core.Constructors in de.hybris.platform.core.model.audit with parameters of type ItemModel Constructor Description AuditReportConfigModel(java.lang.String _code, java.lang.String _content, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.c2l
Subclasses of ItemModel in de.hybris.platform.core.model.c2l Modifier and Type Class Description classC2LItemModelGenerated model class for type C2LItem first defined at extension core.classCountryModelGenerated model class for type Country first defined at extension core.classCurrencyModelGenerated model class for type Currency first defined at extension core.classLanguageModelGenerated model class for type Language first defined at extension core.classRegionModelGenerated model class for type Region first defined at extension core.Constructors in de.hybris.platform.core.model.c2l with parameters of type ItemModel Constructor Description C2LItemModel(java.lang.String _isocode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCountryModel(java.lang.String _isocode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCurrencyModel(java.lang.String _isocode, ItemModel _owner, java.lang.String _symbol)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLanguageModel(java.lang.String _isocode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRegionModel(CountryModel _country, java.lang.String _isocode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.cors
Subclasses of ItemModel in de.hybris.platform.core.model.cors Modifier and Type Class Description classCorsConfigurationPropertyModelGenerated model class for type CorsConfigurationProperty first defined at extension core.Constructors in de.hybris.platform.core.model.cors with parameters of type ItemModel Constructor Description CorsConfigurationPropertyModel(java.lang.String _context, java.lang.String _key, ItemModel _owner, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.enumeration
Subclasses of ItemModel in de.hybris.platform.core.model.enumeration Modifier and Type Class Description classEnumerationMetaTypeModelGenerated model class for type EnumerationMetaType first defined at extension core.classEnumerationValueModelGenerated model class for type EnumerationValue first defined at extension core.Methods in de.hybris.platform.core.model.enumeration that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Collection<ItemModel>EnumerationMetaTypeModel. getValues()Generated method - Getter of theEnumerationMetaType.valuesattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.enumeration with type arguments of type ItemModel Modifier and Type Method Description voidEnumerationMetaTypeModel. setValues(java.util.Collection<ItemModel> value)Generated method - Setter ofEnumerationMetaType.valuesattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.enumeration with parameters of type ItemModel Constructor Description EnumerationMetaTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _singleton, ComposedTypeModel _superType, ComposedTypeModel _valueType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEnumerationValueModel(java.lang.String _code, java.lang.String _codeLowerCase, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.flexiblesearch
Subclasses of ItemModel in de.hybris.platform.core.model.flexiblesearch Modifier and Type Class Description classSavedQueryModelGenerated model class for type SavedQuery first defined at extension core.Constructors in de.hybris.platform.core.model.flexiblesearch with parameters of type ItemModel Constructor Description SavedQueryModel(java.lang.String _code, ItemModel _owner, java.lang.String _query, ComposedTypeModel _resultType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.initialization
Subclasses of ItemModel in de.hybris.platform.core.model.initialization Modifier and Type Class Description classSystemSetupAuditModelGenerated model class for type SystemSetupAudit first defined at extension core.Constructors in de.hybris.platform.core.model.initialization with parameters of type ItemModel Constructor Description SystemSetupAuditModel(java.lang.String _className, java.lang.String _extensionName, java.lang.String _hash, java.lang.String _methodName, java.lang.String _name, ItemModel _owner, boolean _patch, boolean _required, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.link
Subclasses of ItemModel in de.hybris.platform.core.model.link Modifier and Type Class Description classLinkModelGenerated model class for type Link first defined at extension core.Methods in de.hybris.platform.core.model.link that return ItemModel Modifier and Type Method Description ItemModelLinkModel. getSource()Generated method - Getter of theLink.sourceattribute defined at extensioncore.ItemModelLinkModel. getTarget()Generated method - Getter of theLink.targetattribute defined at extensioncore.Methods in de.hybris.platform.core.model.link with parameters of type ItemModel Modifier and Type Method Description voidLinkModel. setSource(ItemModel value)Generated method - Setter ofLink.sourceattribute defined at extensioncore.voidLinkModel. setTarget(ItemModel value)Generated method - Setter ofLink.targetattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.link with parameters of type ItemModel Constructor Description LinkModel(ItemModel _source, ItemModel _target)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLinkModel(ItemModel _owner, ItemModel _source, ItemModel _target)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.media
Subclasses of ItemModel in de.hybris.platform.core.model.media Modifier and Type Class Description classAbstractMediaModelGenerated model class for type AbstractMedia first defined at extension core.classDerivedMediaModelGenerated model class for type DerivedMedia first defined at extension core.classMediaContainerModelGenerated model class for type MediaContainer first defined at extension core.classMediaContextModelGenerated model class for type MediaContext first defined at extension core.classMediaFolderModelGenerated model class for type MediaFolder first defined at extension core.classMediaFormatMappingModelGenerated model class for type MediaFormatMapping first defined at extension core.classMediaFormatModelGenerated model class for type MediaFormat first defined at extension core.classMediaModelGenerated model class for type Media first defined at extension core.Constructors in de.hybris.platform.core.model.media with parameters of type ItemModel Constructor Description AbstractMediaModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDerivedMediaModel(MediaModel _media, ItemModel _owner, java.lang.String _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaContainerModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaContextModel(ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaFolderModel(ItemModel _owner, java.lang.String _path, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaFormatMappingModel(MediaContextModel _mediaContext, ItemModel _owner, MediaFormatModel _source, MediaFormatModel _target)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaFormatModel(ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.order
Subclasses of ItemModel in de.hybris.platform.core.model.order Modifier and Type Class Description classAbstractOrderEntryModelGenerated model class for type AbstractOrderEntry first defined at extension core.classAbstractOrderModelGenerated model class for type AbstractOrder first defined at extension core.classCartEntryModelGenerated model class for type CartEntry first defined at extension core.classCartModelGenerated model class for type Cart first defined at extension core.classOrderEntryModelGenerated model class for type OrderEntry first defined at extension core.classOrderModelGenerated model class for type Order first defined at extension core.classQuoteEntryModelGenerated model class for type QuoteEntry first defined at extension core.classQuoteModelGenerated model class for type Quote first defined at extension core.Constructors in de.hybris.platform.core.model.order with parameters of type ItemModel Constructor Description AbstractOrderEntryModel(ItemModel _owner, ProductModel _product, java.lang.Long _quantity, UnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractOrderModel(CurrencyModel _currency, java.util.Date _date, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCartEntryModel(ItemModel _owner, ProductModel _product, java.lang.Long _quantity, UnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCartModel(CurrencyModel _currency, java.util.Date _date, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderEntryModel(ItemModel _owner, ProductModel _product, java.lang.Long _quantity, UnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderModel(CurrencyModel _currency, java.util.Date _date, OrderModel _originalVersion, ItemModel _owner, UserModel _user, java.lang.String _versionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteEntryModel(ItemModel _owner, ProductModel _product, java.lang.Long _quantity, UnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteModel(CurrencyModel _currency, java.util.Date _date, ItemModel _owner, QuoteState _state, UserModel _user, java.lang.Integer _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.order.delivery
Subclasses of ItemModel in de.hybris.platform.core.model.order.delivery Modifier and Type Class Description classDeliveryModeModelGenerated model class for type DeliveryMode first defined at extension core.Constructors in de.hybris.platform.core.model.order.delivery with parameters of type ItemModel Constructor Description DeliveryModeModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.order.payment
Subclasses of ItemModel in de.hybris.platform.core.model.order.payment Modifier and Type Class Description classAdvancePaymentInfoModelGenerated model class for type AdvancePaymentInfo first defined at extension core.classCreditCardPaymentInfoModelGenerated model class for type CreditCardPaymentInfo first defined at extension core.classDebitPaymentInfoModelGenerated model class for type DebitPaymentInfo first defined at extension core.classInvoicePaymentInfoModelGenerated model class for type InvoicePaymentInfo first defined at extension core.classPaymentInfoModelGenerated model class for type PaymentInfo first defined at extension core.classPaymentModeModelGenerated model class for type PaymentMode first defined at extension core.Methods in de.hybris.platform.core.model.order.payment that return ItemModel Modifier and Type Method Description ItemModelPaymentInfoModel. getOriginal()Generated method - Getter of thePaymentInfo.originalattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order.payment with parameters of type ItemModel Modifier and Type Method Description voidPaymentInfoModel. setOriginal(ItemModel value)Generated method - Initial setter ofPaymentInfo.originalattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.order.payment with parameters of type ItemModel Constructor Description AdvancePaymentInfoModel(java.lang.String _code, ItemModel _original, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCreditCardPaymentInfoModel(java.lang.String _ccOwner, java.lang.String _code, java.lang.String _number, ItemModel _original, ItemModel _owner, CreditCardType _type, UserModel _user, java.lang.String _validToMonth, java.lang.String _validToYear)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDebitPaymentInfoModel(java.lang.String _accountNumber, java.lang.String _baOwner, java.lang.String _bank, java.lang.String _bankIDNumber, java.lang.String _code, ItemModel _original, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInvoicePaymentInfoModel(java.lang.String _code, ItemModel _original, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPaymentInfoModel(java.lang.String _code, ItemModel _original, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPaymentModeModel(java.lang.Boolean _active, java.lang.String _code, ItemModel _owner, ComposedTypeModel _paymentInfoType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.order.price
Subclasses of ItemModel in de.hybris.platform.core.model.order.price Modifier and Type Class Description classDiscountModelGenerated model class for type Discount first defined at extension core.classTaxModelGenerated model class for type Tax first defined at extension core.Constructors in de.hybris.platform.core.model.order.price with parameters of type ItemModel Constructor Description DiscountModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTaxModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.product
Subclasses of ItemModel in de.hybris.platform.core.model.product Modifier and Type Class Description classProductModelGenerated model class for type Product first defined at extension core.classUnitModelGenerated model class for type Unit first defined at extension core.Constructors in de.hybris.platform.core.model.product with parameters of type ItemModel Constructor Description ProductModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUnitModel(java.lang.String _code, ItemModel _owner, java.lang.String _unitType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.security
Subclasses of ItemModel in de.hybris.platform.core.model.security Modifier and Type Class Description classPrincipalGroupModelGenerated model class for type PrincipalGroup first defined at extension core.classPrincipalModelGenerated model class for type Principal first defined at extension core.classUserRightModelGenerated model class for type UserRight first defined at extension core.Constructors in de.hybris.platform.core.model.security with parameters of type ItemModel Constructor Description PrincipalGroupModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPrincipalModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUserRightModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.test
Subclasses of ItemModel in de.hybris.platform.core.model.test Modifier and Type Class Description classTestEmployeeModelGenerated model class for type TestEmployee first defined at extension core.classTestItemModelGenerated model class for type TestItem first defined at extension core.classTestItemType2ModelGenerated model class for type TestItemType2 first defined at extension core.classTestItemType3ModelGenerated model class for type TestItemType3 first defined at extension core.classTestUserGroupModelGenerated model class for type TestUserGroup first defined at extension core.Constructors in de.hybris.platform.core.model.test with parameters of type ItemModel Constructor Description TestEmployeeModel(java.util.Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTestItemModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTestItemType2Model(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTestItemType3Model(TestItemType2Model _itemTypeTwo, java.util.Collection<TestItemType2Model> _itemsTypeTwo, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTestUserGroupModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.type
Subclasses of ItemModel in de.hybris.platform.core.model.type Modifier and Type Class Description classAtomicTypeModelGenerated model class for type AtomicType first defined at extension core.classAttributeDescriptorModelGenerated model class for type AttributeDescriptor first defined at extension core.classCollectionTypeModelGenerated model class for type CollectionType first defined at extension core.classComposedTypeModelGenerated model class for type ComposedType first defined at extension core.classConfigProxyMetaTypeModelGenerated model class for type ConfigProxyMetaType first defined at extension core.classDescriptorModelGenerated model class for type Descriptor first defined at extension core.classExpressionAttributeDescriptorModelGenerated model class for type ExpressionAttributeDescriptor first defined at extension core.classMapTypeModelGenerated model class for type MapType first defined at extension core.classRelationDescriptorModelGenerated model class for type RelationDescriptor first defined at extension core.classRelationMetaTypeModelGenerated model class for type RelationMetaType first defined at extension core.classSearchRestrictionModelGenerated model class for type SearchRestriction first defined at extension core.classTypeManagerManagedModelGenerated model class for type TypeManagerManaged first defined at extension core.classTypeModelGenerated model class for type Type first defined at extension core.classViewAttributeDescriptorModelGenerated model class for type ViewAttributeDescriptor first defined at extension core.classViewTypeModelGenerated model class for type ViewType first defined at extension core.Constructors in de.hybris.platform.core.model.type with parameters of type ItemModel Constructor Description AtomicTypeModel(java.lang.String _code, java.lang.Boolean _generate, java.lang.Class _javaClass, ItemModel _owner, AtomicTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAttributeDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _partOf, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCollectionTypeModel(java.lang.String _code, TypeModel _elementType, java.lang.Boolean _generate, ItemModel _owner, TypeOfCollectionEnum _typeOfCollection)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersComposedTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConfigProxyMetaTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDescriptorModel(TypeModel _attributeType, java.lang.Boolean _generate, ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExpressionAttributeDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _partOf, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMapTypeModel(TypeModel _argumentType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, TypeModel _returntype)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRelationDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _partOf, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRelationMetaTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, AttributeDescriptorModel _localizationAttribute, java.lang.Boolean _localized, AttributeDescriptorModel _orderingAttribute, ItemModel _owner, java.lang.Boolean _singleton, RelationDescriptorModel _sourceAttribute, java.lang.Boolean _sourceNavigable, ComposedTypeModel _sourceType, RelationEndCardinalityEnum _sourceTypeCardinality, java.lang.String _sourceTypeRole, ComposedTypeModel _superType, RelationDescriptorModel _targetAttribute, java.lang.Boolean _targetNavigable, ComposedTypeModel _targetType, RelationEndCardinalityEnum _targetTypeCardinality, java.lang.String _targetTypeRole)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSearchRestrictionModel(java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, PrincipalModel _principal, java.lang.String _query, ComposedTypeModel _restrictedType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTypeManagerManagedModel(java.lang.Boolean _generate, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTypeModel(java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersViewAttributeDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _partOf, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersViewTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.String _query, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.user
Subclasses of ItemModel in de.hybris.platform.core.model.user Modifier and Type Class Description classAbstractContactInfoModelGenerated model class for type AbstractContactInfo first defined at extension core.classAbstractUserAuditModelGenerated model class for type AbstractUserAudit first defined at extension core.classAddressModelGenerated model class for type Address first defined at extension core.classBruteForceLoginAttemptsModelGenerated model class for type BruteForceLoginAttempts first defined at extension core.classBruteForceLoginDisabledAuditModelGenerated model class for type BruteForceLoginDisabledAudit first defined at extension core.classBruteForceOAuthDisabledAuditModelGenerated model class for type BruteForceOAuthDisabledAudit first defined at extension oauth2.classCustomerModelGenerated model class for type Customer first defined at extension core.classEmployeeModelGenerated model class for type Employee first defined at extension core.classPhoneContactInfoModelGenerated model class for type PhoneContactInfo first defined at extension core.classTitleModelGenerated model class for type Title first defined at extension core.classUserGroupModelGenerated model class for type UserGroup first defined at extension core.classUserModelGenerated model class for type User first defined at extension core.classUserPasswordChangeAuditModelGenerated model class for type UserPasswordChangeAudit first defined at extension core.Methods in de.hybris.platform.core.model.user with parameters of type ItemModel Modifier and Type Method Description voidAddressModel. setOwner(ItemModel value)Generated method - Initial setter ofItem.ownerattribute defined at extensioncoreand redeclared at extensioncore.Constructors in de.hybris.platform.core.model.user with parameters of type ItemModel Constructor Description AbstractContactInfoModel(java.lang.String _code, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractUserAuditModel(java.lang.String _ipAddress, ItemModel _owner, java.lang.String _uid, java.lang.Long _userPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAddressModel(AddressModel _original, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBruteForceLoginAttemptsModel(java.lang.Integer _attempts, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBruteForceLoginDisabledAuditModel(java.lang.Integer _failedLogins, java.lang.String _ipAddress, ItemModel _owner, java.lang.String _uid, java.lang.Long _userPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBruteForceOAuthDisabledAuditModel(java.lang.Integer _failedOAuthAuthorizations, java.lang.String _ipAddress, ItemModel _owner, java.lang.String _uid, java.lang.Long _userPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerModel(java.util.Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEmployeeModel(java.util.Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPhoneContactInfoModel(java.lang.String _code, ItemModel _owner, java.lang.String _phoneNumber, PhoneContactInfoType _type, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTitleModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUserGroupModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUserModel(java.util.Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUserPasswordChangeAuditModel(java.lang.String _encodedPassword, java.lang.String _ipAddress, ItemModel _owner, java.lang.String _passwordEncoding, java.lang.String _uid, java.lang.Long _userPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.util
Subclasses of ItemModel in de.hybris.platform.core.model.util Modifier and Type Class Description classCatalogOverviewModelGenerated model class for type CatalogOverview first defined at extension catalog.classConfigAttributeDescriptorModelGenerated model class for type ConfigAttributeDescriptor first defined at extension core.classCustomerOrderOverviewModelGenerated model class for type CustomerOrderOverview first defined at extension core.classDuplicateCatalogItemCodesViewModelGenerated model class for type DuplicateCatalogItemCodesView first defined at extension catalog.classExecutedPublicationsViewModelGenerated model class for type ExecutedPublicationsView first defined at extension catalog.classInboxViewModelGenerated model class for type InboxView first defined at extension workflow.classItemSourceVersionViewModelGenerated model class for type ItemSourceVersionView first defined at extension catalog.classItemTargetVersionViewModelGenerated model class for type ItemTargetVersionView first defined at extension catalog.classModifiedCatalogItemsViewModelGenerated model class for type ModifiedCatalogItemsView first defined at extension catalog.classRelationTypeUsageViewModelGenerated model class for type RelationTypeUsageView first defined at extension core.Methods in de.hybris.platform.core.model.util that return ItemModel Modifier and Type Method Description ItemModelItemSourceVersionViewModel. getSourceItem()Generated method - Getter of theItemSourceVersionView.sourceItemattribute defined at extensioncatalog.ItemModelItemTargetVersionViewModel. getSourceItem()Generated method - Getter of theItemTargetVersionView.sourceItemattribute defined at extensioncatalog.ItemModelModifiedCatalogItemsViewModel. getSourceItem()Generated method - Getter of theModifiedCatalogItemsView.sourceItemattribute defined at extensioncatalog.ItemModelItemSourceVersionViewModel. getTargetItem()Generated method - Getter of theItemSourceVersionView.targetItemattribute defined at extensioncatalog.ItemModelItemTargetVersionViewModel. getTargetItem()Generated method - Getter of theItemTargetVersionView.targetItemattribute defined at extensioncatalog.ItemModelModifiedCatalogItemsViewModel. getTargetItem()Generated method - Getter of theModifiedCatalogItemsView.targetItemattribute defined at extensioncatalog.Constructors in de.hybris.platform.core.model.util with parameters of type ItemModel Constructor Description CatalogOverviewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConfigAttributeDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, java.lang.String _externalQualifier, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _partOf, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerOrderOverviewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDuplicateCatalogItemCodesViewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExecutedPublicationsViewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInboxViewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersItemSourceVersionViewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersItemTargetVersionViewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersModifiedCatalogItemsViewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRelationTypeUsageViewModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.core.model.web
Subclasses of ItemModel in de.hybris.platform.core.model.web Modifier and Type Class Description classStoredHttpSessionModelGenerated model class for type StoredHttpSession first defined at extension core.Constructors in de.hybris.platform.core.model.web with parameters of type ItemModel Constructor Description StoredHttpSessionModel(java.lang.Integer _clusterId, java.lang.String _contextRoot, java.lang.String _extension, ItemModel _owner, java.lang.String _sessionId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.couponservices.action.impl
Methods in de.hybris.platform.couponservices.action.impl with parameters of type ItemModel Modifier and Type Method Description voidDefaultAddCouponActionStrategy. undo(ItemModel item) -
Uses of ItemModel in de.hybris.platform.couponservices.model
Subclasses of ItemModel in de.hybris.platform.couponservices.model Modifier and Type Class Description classAbstractCouponModelGenerated model class for type AbstractCoupon first defined at extension couponservices.classCodeGenerationConfigurationModelGenerated model class for type CodeGenerationConfiguration first defined at extension couponservices.classCouponRedemptionModelGenerated model class for type CouponRedemption first defined at extension couponservices.classMultiCodeCouponModelGenerated model class for type MultiCodeCoupon first defined at extension couponservices.classRuleBasedAddCouponActionModelGenerated model class for type RuleBasedAddCouponAction first defined at extension couponservices.classSingleCodeCouponModelGenerated model class for type SingleCodeCoupon first defined at extension couponservices.Constructors in de.hybris.platform.couponservices.model with parameters of type ItemModel Constructor Description AbstractCouponModel(java.lang.String _couponId, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCodeGenerationConfigurationModel(java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCouponRedemptionModel(AbstractCouponModel _coupon, java.lang.String _couponCode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMultiCodeCouponModel(java.lang.String _alphabet, CodeGenerationConfigurationModel _codeGenerationConfiguration, java.lang.String _couponId, ItemModel _owner, java.lang.String _signature)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleBasedAddCouponActionModel(java.lang.String _couponId, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSingleCodeCouponModel(java.lang.String _couponId, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.cronjob.model
Subclasses of ItemModel in de.hybris.platform.cronjob.model Modifier and Type Class Description classBatchJobModelGenerated model class for type BatchJob first defined at extension processing.classChangeDescriptorModelGenerated model class for type ChangeDescriptor first defined at extension processing.classCleanUpCronJobModelGenerated model class for type CleanUpCronJob first defined at extension processing.classCleanupDynamicProcessDefinitionsCronJobModelGenerated model class for type CleanupDynamicProcessDefinitionsCronJob first defined at extension processing.classCompositeCronJobModelGenerated model class for type CompositeCronJob first defined at extension processing.classCompositeEntryModelGenerated model class for type CompositeEntry first defined at extension processing.classCompositeJobModelGenerated model class for type CompositeJob first defined at extension processing.classCronJobHistoryModelGenerated model class for type CronJobHistory first defined at extension processing.classCronJobModelGenerated model class for type CronJob first defined at extension processing.classCSVExportStepModelGenerated model class for type CSVExportStep first defined at extension processing.classFlexibleSearchCronJobModelGenerated model class for type FlexibleSearchCronJob first defined at extension processing.classGenericCSVImportStepModelGenerated model class for type GenericCSVImportStep first defined at extension processing.classGetURLStepModelGenerated model class for type GetURLStep first defined at extension processing.classJobLogModelGenerated model class for type JobLog first defined at extension processing.classJobMediaModelGenerated model class for type JobMedia first defined at extension processing.classJobModelGenerated model class for type Job first defined at extension processing.classJobSearchRestrictionModelGenerated model class for type JobSearchRestriction first defined at extension processing.classLogFileModelGenerated model class for type LogFile first defined at extension processing.classMediaFolderStructureMigrationCronJobModelGenerated model class for type MediaFolderStructureMigrationCronJob first defined at extension processing.classMediaProcessCronJobModelGenerated model class for type MediaProcessCronJob first defined at extension processing.classMediaProcessorStepModelGenerated model class for type MediaProcessorStep first defined at extension processing.classMoveMediaCronJobModelGenerated model class for type MoveMediaCronJob first defined at extension processing.classMoveMediaJobModelGenerated model class for type MoveMediaJob first defined at extension processing.classProcessTaskLogMaintenanceJobModelGenerated model class for type ProcessTaskLogMaintenanceJob first defined at extension processing.classRemoveItemsCronJobModelGenerated model class for type RemoveItemsCronJob first defined at extension processing.classRemoveItemsJobModelGenerated model class for type RemoveItemsJob first defined at extension processing.classStepModelGenerated model class for type Step first defined at extension processing.classTriggerModelGenerated model class for type Trigger first defined at extension processing.classTypeSystemExportJobModelGenerated model class for type TypeSystemExportJob first defined at extension processing.classURLCronJobModelGenerated model class for type URLCronJob first defined at extension processing.Methods in de.hybris.platform.cronjob.model that return ItemModel Modifier and Type Method Description ItemModelChangeDescriptorModel. getChangedItem()Generated method - Getter of theChangeDescriptor.changedItemattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model with parameters of type ItemModel Modifier and Type Method Description voidChangeDescriptorModel. setChangedItem(ItemModel value)Generated method - Setter ofChangeDescriptor.changedItemattribute defined at extensionprocessing.voidLogFileModel. setOwner(ItemModel value)Generated method - Initial setter ofItem.ownerattribute defined at extensioncoreand redeclared at extensionprocessing.Constructors in de.hybris.platform.cronjob.model with parameters of type ItemModel Constructor Description BatchJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersChangeDescriptorModel(java.lang.String _changeType, CronJobModel _cronJob, ItemModel _owner, java.lang.Integer _sequenceNumber, StepModel _step)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCleanUpCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCleanupDynamicProcessDefinitionsCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCompositeCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCompositeEntryModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCompositeJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCronJobHistoryModel(java.lang.String _cronJobCode, java.lang.String _jobCode, int _nodeID, ItemModel _owner, java.util.Date _startTime)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCSVExportStepModel(BatchJobModel _batchJob, java.lang.String _code, ItemModel _owner, java.lang.Integer _sequenceNumber)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFlexibleSearchCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenericCSVImportStepModel(BatchJobModel _batchJob, java.lang.String _code, ItemModel _owner, java.lang.Integer _sequenceNumber)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGetURLStepModel(BatchJobModel _batchJob, java.lang.String _code, ItemModel _owner, java.lang.Integer _sequenceNumber)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJobLogModel(CronJobModel _cronJob, JobLogLevel _level, java.lang.String _message, ItemModel _owner, StepModel _step)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJobMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJobSearchRestrictionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaFolderStructureMigrationCronJobModel(JobModel _job, MediaFolderModel _mediaFolder, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaProcessCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaProcessorStepModel(BatchJobModel _batchJob, java.lang.String _code, ItemModel _owner, java.lang.Integer _sequenceNumber)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMoveMediaCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMoveMediaJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProcessTaskLogMaintenanceJobModel(int _age, java.lang.String _code, java.lang.Integer _nodeID, int _numberOfLogs, ItemModel _owner, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRemoveItemsCronJobModel(MediaModel _itemPKs, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRemoveItemsJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStepModel(BatchJobModel _batchJob, java.lang.String _code, ItemModel _owner, java.lang.Integer _sequenceNumber)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTriggerModel(CronJobModel _cronJob, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTypeSystemExportJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersURLCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.customercouponservices.cronjob
Method parameters in de.hybris.platform.customercouponservices.cronjob with type arguments of type ItemModel Modifier and Type Method Description protected abstract CouponNotificationTaskAbstractCouponNotificationJob. createTask(java.util.Map<java.lang.String,ItemModel> data)protected CouponNotificationTaskCouponNotificationJob. createTask(java.util.Map<java.lang.String,ItemModel> data)Constructor parameters in de.hybris.platform.customercouponservices.cronjob with type arguments of type ItemModel Constructor Description CouponNotificationTask(NotificationService notificationService, java.util.Map<java.lang.String,? extends ItemModel> data) -
Uses of ItemModel in de.hybris.platform.customercouponservices.email.process.impl
Method parameters in de.hybris.platform.customercouponservices.email.process.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultCouponNotificationEmailProcessor. process(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Renders and sends out the coupon notification -
Uses of ItemModel in de.hybris.platform.customercouponservices.model
Subclasses of ItemModel in de.hybris.platform.customercouponservices.model Modifier and Type Class Description classCouponNotificationModelGenerated model class for type CouponNotification first defined at extension customercouponservices.classCouponNotificationProcessModelGenerated model class for type couponNotificationProcess first defined at extension customercouponservices.classCustomerCouponForPromotionSourceRuleModelGenerated model class for type CustomerCouponForPromotionSourceRule first defined at extension customercouponservices.classCustomerCouponModelGenerated model class for type CustomerCoupon first defined at extension customercouponservices.Constructors in de.hybris.platform.customercouponservices.model with parameters of type ItemModel Constructor Description CouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCouponNotificationProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerCouponForPromotionSourceRuleModel(java.lang.String _customerCouponCode, ItemModel _owner, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerCouponModel(java.lang.String _couponId, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.customercouponservices.sitemsg.process.impl
Method parameters in de.hybris.platform.customercouponservices.sitemsg.process.impl with type arguments of type ItemModel Modifier and Type Method Description voidCouponNotificationSiteMessageProcessor. process(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap) -
Uses of ItemModel in de.hybris.platform.customercouponservices.sms.process.impl
Method parameters in de.hybris.platform.customercouponservices.sms.process.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultCouponNotificationSmsProcessor. process(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap) -
Uses of ItemModel in de.hybris.platform.customerinterestsservices.model
Subclasses of ItemModel in de.hybris.platform.customerinterestsservices.model Modifier and Type Class Description classProductInterestModelGenerated model class for type ProductInterest first defined at extension customerinterestsservices.classProductInterestsProcessModelGenerated model class for type ProductInterestsProcess first defined at extension customerinterestsservices.Constructors in de.hybris.platform.customerinterestsservices.model with parameters of type ItemModel Constructor Description ProductInterestModel(BaseSiteModel _baseSite, BaseStoreModel _baseStore, LanguageModel _language, NotificationType _notificationType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductInterestsProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.customerreview.model
Subclasses of ItemModel in de.hybris.platform.customerreview.model Modifier and Type Class Description classCustomerReviewModelGenerated model class for type CustomerReview first defined at extension customerreview.Constructors in de.hybris.platform.customerreview.model with parameters of type ItemModel Constructor Description CustomerReviewModel(ItemModel _owner, ProductModel _product, java.lang.Double _rating, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.datahubbackoffice.model
Subclasses of ItemModel in de.hybris.platform.datahubbackoffice.model Modifier and Type Class Description classDataHubInstanceModelModelGenerated model class for type DataHubInstanceModel first defined at extension datahubbackoffice.Constructors in de.hybris.platform.datahubbackoffice.model with parameters of type ItemModel Constructor Description DataHubInstanceModelModel(java.lang.String _InstanceLocation, java.lang.String _instanceName, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.deeplink.model.media
Subclasses of ItemModel in de.hybris.platform.deeplink.model.media Modifier and Type Class Description classBarcodeMediaModelGenerated model class for type BarcodeMedia first defined at extension basecommerce.Methods in de.hybris.platform.deeplink.model.media that return ItemModel Modifier and Type Method Description ItemModelBarcodeMediaModel. getContextItem()Generated method - Getter of theBarcodeMedia.contextItemattribute defined at extensionbasecommerce.Methods in de.hybris.platform.deeplink.model.media with parameters of type ItemModel Modifier and Type Method Description voidBarcodeMediaModel. setContextItem(ItemModel value)Generated method - Setter ofBarcodeMedia.contextItemattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.deeplink.model.media with parameters of type ItemModel Constructor Description BarcodeMediaModel(java.lang.String _barcodeText, BarcodeType _barcodeType, CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.deeplink.model.rules
Subclasses of ItemModel in de.hybris.platform.deeplink.model.rules Modifier and Type Class Description classDeeplinkUrlModelGenerated model class for type DeeplinkUrl first defined at extension basecommerce.classDeeplinkUrlRuleModelGenerated model class for type DeeplinkUrlRule first defined at extension basecommerce.Constructors in de.hybris.platform.deeplink.model.rules with parameters of type ItemModel Constructor Description DeeplinkUrlModel(java.lang.String _baseUrl, java.lang.String _code, java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDeeplinkUrlRuleModel(ComposedTypeModel _applicableType, java.lang.String _baseUrlPattern, java.lang.String _destUrlTemplate, ItemModel _owner, java.lang.Integer _priority)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.deliveryzone.model
Subclasses of ItemModel in de.hybris.platform.deliveryzone.model Modifier and Type Class Description classZoneDeliveryModeModelGenerated model class for type ZoneDeliveryMode first defined at extension deliveryzone.classZoneDeliveryModeValueModelGenerated model class for type ZoneDeliveryModeValue first defined at extension deliveryzone.classZoneModelGenerated model class for type Zone first defined at extension deliveryzone.Constructors in de.hybris.platform.deliveryzone.model with parameters of type ItemModel Constructor Description ZoneDeliveryModeModel(java.lang.String _code, java.lang.Boolean _net, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersZoneDeliveryModeValueModel(CurrencyModel _currency, ZoneDeliveryModeModel _deliveryMode, java.lang.Double _minimum, ItemModel _owner, java.lang.Double _value, ZoneModel _zone)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersZoneModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.directpersistence.cache
Methods in de.hybris.platform.directpersistence.cache with parameters of type ItemModel Modifier and Type Method Description protected java.util.Collection<LinkModel>DefaultSLDDataContainerProviderTest. getLinks(ItemModel src, ItemModel tgt, java.lang.String qualifier) -
Uses of ItemModel in de.hybris.platform.directpersistence.read
Methods in de.hybris.platform.directpersistence.read with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
java.util.Collection<T>DefaultSLDRelationDAO. getRelatedModels(RelationInformation relationInfo)<T extends ItemModel>
java.util.Collection<T>SLDRelationDAO. getRelatedModels(RelationInformation relationInfo)<T extends ItemModel>
SLDDataContainerAssertSLDDataContainerAssert. hasEqualMetaDataAs(T model)<T extends ItemModel>
AttributeValueAssertAttributeValueAssert. withReferenceValueEqualTo(T referenceValue) -
Uses of ItemModel in de.hybris.platform.entitlementservices.interceptor.impl
Methods in de.hybris.platform.entitlementservices.interceptor.impl with parameters of type ItemModel Modifier and Type Method Description protected voidAbstractParentChildValidateInterceptor. markParentItemsAsModified(ItemModel item)Method parameters in de.hybris.platform.entitlementservices.interceptor.impl with type arguments of type ItemModel Modifier and Type Method Description protected voidAbstractParentChildValidateInterceptor. markItemsAsModified(java.util.List<ItemModel> items) -
Uses of ItemModel in de.hybris.platform.entitlementservices.model
Subclasses of ItemModel in de.hybris.platform.entitlementservices.model Modifier and Type Class Description classEntitlementModelGenerated model class for type Entitlement first defined at extension entitlementservices.classProductEntitlementModelGenerated model class for type ProductEntitlement first defined at extension entitlementservices.Constructors in de.hybris.platform.entitlementservices.model with parameters of type ItemModel Constructor Description EntitlementModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductEntitlementModel(CatalogVersionModel _catalogVersion, EntitlementModel _entitlement, java.lang.String _id, ItemModel _owner, ProductModel _subscriptionProduct)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.europe1.model
Subclasses of ItemModel in de.hybris.platform.europe1.model Modifier and Type Class Description classAbstractDiscountRowModelGenerated model class for type AbstractDiscountRow first defined at extension europe1.classDiscountRowModelGenerated model class for type DiscountRow first defined at extension europe1.classGlobalDiscountRowModelGenerated model class for type GlobalDiscountRow first defined at extension europe1.classPDTRowModelGenerated model class for type PDTRow first defined at extension europe1.classPriceRowModelGenerated model class for type PriceRow first defined at extension europe1.classTaxRowModelGenerated model class for type TaxRow first defined at extension europe1.Constructors in de.hybris.platform.europe1.model with parameters of type ItemModel Constructor Description AbstractDiscountRowModel(DiscountModel _discount, ItemModel _owner, ProductDiscountGroup _pg, ProductModel _product, java.lang.String _productId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDiscountRowModel(DiscountModel _discount, ItemModel _owner, ProductDiscountGroup _pg, ProductModel _product, java.lang.String _productId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGlobalDiscountRowModel(DiscountModel _discount, ItemModel _owner, ProductDiscountGroup _pg, ProductModel _product, java.lang.String _productId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPDTRowModel(ItemModel _owner, HybrisEnumValue _pg, ProductModel _product, java.lang.String _productId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPriceRowModel(CurrencyModel _currency, ItemModel _owner, ProductPriceGroup _pg, java.lang.Double _price, ProductModel _product, java.lang.String _productId, UnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTaxRowModel(ItemModel _owner, ProductTaxGroup _pg, ProductModel _product, java.lang.String _productId, TaxModel _tax)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.fraud.model
Subclasses of ItemModel in de.hybris.platform.fraud.model Modifier and Type Class Description classFraudReportModelGenerated model class for type FraudReport first defined at extension basecommerce.classFraudSymptomScoringModelGenerated model class for type FraudSymptomScoring first defined at extension basecommerce.classProductOrderLimitModelGenerated model class for type ProductOrderLimit first defined at extension basecommerce.Constructors in de.hybris.platform.fraud.model with parameters of type ItemModel Constructor Description FraudReportModel(java.lang.String _code, ItemModel _owner, java.util.Date _timestamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFraudSymptomScoringModel(FraudReportModel _fraudReport, java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductOrderLimitModel(java.lang.String _code, java.lang.Integer _intervalMaxOrdersNumber, IntervalResolution _intervalResolution, java.lang.Integer _intervalValue, java.lang.Integer _maxNumberPerOrder, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.gigya.gigyaloginaddon.model
Subclasses of ItemModel in de.hybris.platform.gigya.gigyaloginaddon.model Modifier and Type Class Description classAbstractGigyaComponentModelGenerated model class for type AbstractGigyaComponent first defined at extension gigyaloginaddon.classGigyaRaasComponentModelGenerated model class for type GigyaRaasComponent first defined at extension gigyaloginaddon.Constructors in de.hybris.platform.gigya.gigyaloginaddon.model with parameters of type ItemModel Constructor Description AbstractGigyaComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGigyaRaasComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.gigya.gigyaservices.model
Subclasses of ItemModel in de.hybris.platform.gigya.gigyaservices.model Modifier and Type Class Description classGigyaConfigModelGenerated model class for type GigyaConfig first defined at extension gigyaservices.classGigyaFieldMappingModelGenerated model class for type GigyaFieldMapping first defined at extension gigyaservices.Constructors in de.hybris.platform.gigya.gigyaservices.model with parameters of type ItemModel Constructor Description GigyaConfigModel(java.lang.String _gigyaApiKey, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGigyaFieldMappingModel(boolean _custom, java.lang.String _gigyaAttributeName, GigyaConfigModel _gigyaConfig, java.lang.String _hybrisAttributeName, GyAttributeType _hybrisType, ItemModel _owner, GigyaSyncDirection _syncDirection)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.hmc.model
Subclasses of ItemModel in de.hybris.platform.hmc.model Modifier and Type Class Description classSavedValueEntryModelGenerated model class for type SavedValueEntry first defined at extension core.classSavedValuesModelGenerated model class for type SavedValues first defined at extension core.classUserProfileModelGenerated model class for type UserProfile first defined at extension core.Methods in de.hybris.platform.hmc.model that return ItemModel Modifier and Type Method Description ItemModelSavedValuesModel. getModifiedItem()Generated method - Getter of theSavedValues.modifiedItemattribute defined at extensioncore.Methods in de.hybris.platform.hmc.model with parameters of type ItemModel Modifier and Type Method Description voidSavedValuesModel. setModifiedItem(ItemModel value)Generated method - Initial setter ofSavedValues.modifiedItemattribute defined at extensioncore.voidUserProfileModel. setOwner(ItemModel value)Generated method - Initial setter ofItem.ownerattribute defined at extensioncoreand redeclared at extensioncore.Constructors in de.hybris.platform.hmc.model with parameters of type ItemModel Constructor Description SavedValueEntryModel(AttributeDescriptorModel _OldValueAttributeDescriptor, java.lang.String _modifiedAttribute, ItemModel _owner, SavedValuesModel _parent)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSavedValuesModel(SavedValueEntryType _modificationType, ItemModel _modifiedItem, java.lang.String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, ItemModel _owner, java.util.Date _timestamp, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.hybrisanalyticsaddon.model
Subclasses of ItemModel in de.hybris.platform.hybrisanalyticsaddon.model Modifier and Type Class Description classHybrisAnalyticsTagScriptComponentModelGenerated model class for type HybrisAnalyticsTagScriptComponent first defined at extension hybrisanalyticsaddon.Constructors in de.hybris.platform.hybrisanalyticsaddon.model with parameters of type ItemModel Constructor Description HybrisAnalyticsTagScriptComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.impex
Methods in de.hybris.platform.impex with parameters of type ItemModel Modifier and Type Method Description java.util.Map<? extends StandardColumnDescriptor,T>ValueLineTranslator. translateColumnValues(java.util.Collection<? extends StandardColumnDescriptor> columnDescriptors, ValueLine valueLine, ItemModel existingItemModel) -
Uses of ItemModel in de.hybris.platform.impex.distributed.batch.impl
Methods in de.hybris.platform.impex.distributed.batch.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>BatchingExistingItemResolver. findExisting(BatchData.ImportData importData)java.util.List<ItemModel>BatchData.ImportData. getExistingItems()Methods in de.hybris.platform.impex.distributed.batch.impl with parameters of type ItemModel Modifier and Type Method Description protected voidAbstractBatchingCRUDHandler. commit(BatchData.ImportData importData, ItemModel itemModel)protected voidBatchingDeleteHandler. commit(BatchData.ImportData importData, ItemModel itemModel)protected voidAbstractBatchingCRUDHandler. fillModel(ItemModel itemModel, java.util.Map<StandardColumnDescriptor,java.lang.Object> currentModeValues, ProcessMode processMode)protected voidAbstractBatchingCRUDHandler. handleSpecialColumns(BatchData.ImportData importData, ItemModel itemModel)voidBatchData.ImportData. markUnrecoverable(ItemModel itemModel)protected voidAbstractBatchingCRUDHandler. notifySpecialColumns(BatchData.ImportData importData, ItemModel itemModel)protected voidAbstractBatchingCRUDHandler. registerDocumentIds(BatchData.ImportData importData, ItemModel itemModel)protected voidAbstractBatchingCRUDHandler. setLocalizedModelValue(ItemModel model, java.lang.String attribute, java.lang.Object value)protected voidAbstractBatchingCRUDHandler. setModelValue(ItemModel model, java.lang.String attribute, java.lang.Object value)Method parameters in de.hybris.platform.impex.distributed.batch.impl with type arguments of type ItemModel Modifier and Type Method Description protected voidAbstractBatchingCRUDHandler. bulkCommit(java.util.Map<BatchData.ImportData,ItemModel> itemModels)protected voidBatchingDeleteHandler. bulkCommit(java.util.Map<BatchData.ImportData,ItemModel> itemModels)protected abstract java.util.Set<BatchData.ImportData>AbstractBatchingCRUDHandler. process(java.util.Collection<BatchData.ImportData> importDatas, AbstractBatchingCRUDHandler.TriConsumer<ItemModel,BatchData.ImportData,java.util.Set<BatchData.ImportData>> consumer)protected java.util.Set<BatchData.ImportData>BatchingDeleteHandler. process(java.util.Collection<BatchData.ImportData> importDatas, AbstractBatchingCRUDHandler.TriConsumer<ItemModel,BatchData.ImportData,java.util.Set<BatchData.ImportData>> consumer)protected java.util.Set<BatchData.ImportData>BatchingInsertHandler. process(java.util.Collection<BatchData.ImportData> importDatas, AbstractBatchingCRUDHandler.TriConsumer<ItemModel,BatchData.ImportData,java.util.Set<BatchData.ImportData>> consumer)protected java.util.Set<BatchData.ImportData>BatchingUpdateHandler. process(java.util.Collection<BatchData.ImportData> importDatas, AbstractBatchingCRUDHandler.TriConsumer<ItemModel,BatchData.ImportData,java.util.Set<BatchData.ImportData>> consumer)voidBatchData.ImportData. setExistingItemsAndResolve(java.util.List<ItemModel> existingItems) -
Uses of ItemModel in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return ItemModel Modifier and Type Method Description ItemModelBeanShellImportable. getLastImportedData()Gets last importedItemModelinstance if impex is in 'servicelayer mode' otherwise it returns null.ItemModelBeanShellImporter. getLastImportedData() -
Uses of ItemModel in de.hybris.platform.impex.model
Subclasses of ItemModel in de.hybris.platform.impex.model Modifier and Type Class Description classDistributedImportProcessModelGenerated model class for type DistributedImportProcess first defined at extension impex.classDistributedImportSplitErrorDumpModelGenerated model class for type DistributedImportSplitErrorDump first defined at extension impex.classExternalImportKeyModelGenerated model class for type ExternalImportKey first defined at extension impex.classImpexDocumentIdModelGenerated model class for type ImpexDocumentId first defined at extension impex.classImpExMediaModelGenerated model class for type ImpExMedia first defined at extension impex.classImportBatchContentModelGenerated model class for type ImportBatchContent first defined at extension impex.classImportBatchModelGenerated model class for type ImportBatch first defined at extension impex.Constructors in de.hybris.platform.impex.model with parameters of type ItemModel Constructor Description DistributedImportProcessModel(java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, ImpExImportCronJobModel _impExImportCronJob, java.lang.String _metadata, java.lang.String _nodeGroup, ItemModel _owner, DistributedProcessState _state)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDistributedImportSplitErrorDumpModel(java.lang.String _code, java.lang.String _content, ItemModel _owner, java.lang.String _processCode)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExternalImportKeyModel(ItemModel _owner, java.lang.String _sourceKey, java.lang.String _sourceSystemID, PK _targetPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImpexDocumentIdModel(java.lang.String _docId, PK _itemPK, java.lang.String _itemQualifier, ItemModel _owner, java.lang.Boolean _resolved)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImpExMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _extractionId, int _linesToSkip, ItemModel _owner, boolean _removeOnSuccess)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImportBatchContentModel(java.lang.String _code, java.lang.String _content, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImportBatchModel(java.lang.String _executionId, java.lang.String _id, java.lang.String _importContentCode, java.lang.String _metadata, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.impex.model.cronjob
Subclasses of ItemModel in de.hybris.platform.impex.model.cronjob Modifier and Type Class Description classImpExExportCronJobModelGenerated model class for type ImpExExportCronJob first defined at extension impex.classImpExExportJobModelGenerated model class for type ImpExExportJob first defined at extension impex.classImpExImportCronJobModelGenerated model class for type ImpExImportCronJob first defined at extension impex.classImpExImportJobModelGenerated model class for type ImpExImportJob first defined at extension impex.Constructors in de.hybris.platform.impex.model.cronjob with parameters of type ItemModel Constructor Description ImpExExportCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImpExExportJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImpExImportCronJobModel(ImpExImportJobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImpExImportJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.impex.model.exp
Subclasses of ItemModel in de.hybris.platform.impex.model.exp Modifier and Type Class Description classExportModelGenerated model class for type Export first defined at extension impex.classHeaderLibraryModelGenerated model class for type HeaderLibrary first defined at extension impex.classImpExExportMediaModelGenerated model class for type ImpExExportMedia first defined at extension impex.classReportModelGenerated model class for type Report first defined at extension impex.Constructors in de.hybris.platform.impex.model.exp with parameters of type ItemModel Constructor Description ExportModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersHeaderLibraryModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _extractionId, int _linesToSkip, ItemModel _owner, boolean _removeOnSuccess)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImpExExportMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _extractionId, int _linesToSkip, ItemModel _owner, boolean _removeOnSuccess)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReportModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.importcockpit.model
Subclasses of ItemModel in de.hybris.platform.importcockpit.model Modifier and Type Class Description classImpExImportCockpitMediaModelGenerated model class for type ImpExImportCockpitMedia first defined at extension importcockpit.classImportCockpitCronJobModelGenerated model class for type ImportCockpitCronJob first defined at extension importcockpit.classImportCockpitInputMediaModelGenerated model class for type ImportCockpitInputMedia first defined at extension importcockpit.classImportCockpitJobModelGenerated model class for type ImportCockpitJob first defined at extension importcockpit.classImportCockpitMappingModelGenerated model class for type ImportCockpitMapping first defined at extension importcockpit.Constructors in de.hybris.platform.importcockpit.model with parameters of type ItemModel Constructor Description ImpExImportCockpitMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _extractionId, int _linesToSkip, ItemModel _owner, boolean _removeOnSuccess)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImportCockpitCronJobModel(ImportCockpitInputMediaModel _inputMedia, ImportCockpitJobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImportCockpitInputMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _extractionId, int _linesToSkip, ItemModel _owner, boolean _removeOnSuccess)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImportCockpitJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImportCockpitMappingModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.importcockpit.services.mapping
Method parameters in de.hybris.platform.importcockpit.services.mapping with type arguments of type ItemModel Modifier and Type Method Description booleanMappingLineService. generateMappedSubMappingLines(MappingLineModel mappingLineModel, java.util.Collection<ItemModel> items)Generates new sub mapping lines for the items given. -
Uses of ItemModel in de.hybris.platform.importcockpit.services.mapping.impl
Method parameters in de.hybris.platform.importcockpit.services.mapping.impl with type arguments of type ItemModel Modifier and Type Method Description booleanDefaultMappingLineService. generateMappedSubMappingLines(MappingLineModel mappingLineModel, java.util.Collection<ItemModel> items) -
Uses of ItemModel in de.hybris.platform.inboundservices.model
Subclasses of ItemModel in de.hybris.platform.inboundservices.model Modifier and Type Class Description classInboundRequestErrorModelGenerated model class for type InboundRequestError first defined at extension inboundservices.classInboundRequestMediaModelGenerated model class for type InboundRequestMedia first defined at extension inboundservices.classInboundRequestModelGenerated model class for type InboundRequest first defined at extension inboundservices.Constructors in de.hybris.platform.inboundservices.model with parameters of type ItemModel Constructor Description InboundRequestErrorModel(java.lang.String _code, java.lang.String _message, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInboundRequestMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInboundRequestModel(HttpMethod _httpMethod, ItemModel _owner, IntegrationRequestStatus _status, java.lang.String _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.integration.cis.payment.model
Subclasses of ItemModel in de.hybris.platform.integration.cis.payment.model Modifier and Type Class Description classCisFraudReportCronJobModelGenerated model class for type CisFraudReportCronJob first defined at extension cispayment.Constructors in de.hybris.platform.integration.cis.payment.model with parameters of type ItemModel Constructor Description CisFraudReportCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.integration.commons.model
Subclasses of ItemModel in de.hybris.platform.integration.commons.model Modifier and Type Class Description classOndemandBaseStorePreferenceModelGenerated model class for type OndemandBaseStorePreference first defined at extension ondemandcommon.classOndemandGlobalPreferenceModelGenerated model class for type OndemandGlobalPreference first defined at extension ondemandcommon.Constructors in de.hybris.platform.integration.commons.model with parameters of type ItemModel Constructor Description OndemandBaseStorePreferenceModel(boolean _externalCallsEnabled, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOndemandGlobalPreferenceModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.integration.commons.strategies.impl
Subclasses of ItemModel in de.hybris.platform.integration.commons.strategies.impl Modifier and Type Class Description protected static classDefaultOndemandDeliveryAddressStrategyTest.MockAddressModel -
Uses of ItemModel in de.hybris.platform.integrationservices.model
Subclasses of ItemModel in de.hybris.platform.integrationservices.model Modifier and Type Class Description classIntegrationApiMediaModelGenerated model class for type IntegrationApiMedia first defined at extension integrationservices.classIntegrationObjectItemAttributeModelGenerated model class for type IntegrationObjectItemAttribute first defined at extension integrationservices.classIntegrationObjectItemModelGenerated model class for type IntegrationObjectItem first defined at extension integrationservices.classIntegrationObjectModelGenerated model class for type IntegrationObject first defined at extension integrationservices.classMonitoredRequestErrorModelGenerated model class for type MonitoredRequestError first defined at extension integrationservices.classMonitoredRequestModelGenerated model class for type MonitoredRequest first defined at extension integrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type ItemModel Modifier and Type Method Description java.util.Collection<java.lang.Object>ReferencePath. execute(ItemModel item)Performs navigation to the referenced item(s) by following this reference path.java.util.Optional<TypeDescriptor>IntegrationObjectDescriptor. getItemTypeDescriptor(ItemModel item)Retrieves item type defined in this integration object, corresponding to the specified data item.Constructors in de.hybris.platform.integrationservices.model with parameters of type ItemModel Constructor Description IntegrationApiMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIntegrationObjectItemAttributeModel(AttributeDescriptorModel _attributeDescriptor, java.lang.String _attributeName, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIntegrationObjectItemModel(java.lang.String _code, IntegrationObjectModel _integrationObject, ItemModel _owner, ComposedTypeModel _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIntegrationObjectModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMonitoredRequestErrorModel(java.lang.String _code, java.lang.String _message, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMonitoredRequestModel(ItemModel _owner, IntegrationRequestStatus _status, java.lang.String _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.integrationservices.model.impl
Methods in de.hybris.platform.integrationservices.model.impl with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<TypeDescriptor>DefaultIntegrationObjectDescriptor. getItemTypeDescriptor(ItemModel item) -
Uses of ItemModel in de.hybris.platform.integrationservices.populator
Methods in de.hybris.platform.integrationservices.populator that return ItemModel Modifier and Type Method Description ItemModelItemToMapConversionContext. getItemModel()Retrieves the item being converted.Methods in de.hybris.platform.integrationservices.populator with parameters of type ItemModel Modifier and Type Method Description ItemToMapConversionContextItemToMapConversionContext. createSubContext(ItemModel itemModel, IntegrationObjectItemModel objItemModel)Creates sub-context from this context.ItemToMapConversionContextItemToMapConversionContext. createSubContext(ItemModel itemModel, TypeDescriptor descriptor)Creates sub-context from this context.protected VAbstractItem2MapPopulator. getAttributeValue(ItemModel item, TypeAttributeDescriptor attribute)Reads attribute value from the data item in the provided data item.Constructors in de.hybris.platform.integrationservices.populator with parameters of type ItemModel Constructor Description ItemToMapConversionContext(ItemModel data, IntegrationObjectItemModel metadata)Instantiates a top level context.ItemToMapConversionContext(ItemModel data, TypeDescriptor metadata)Instantiates a top level context. -
Uses of ItemModel in de.hybris.platform.integrationservices.service
Methods in de.hybris.platform.integrationservices.service that return ItemModel Modifier and Type Method Description ItemModelIntegrationObjectAndItemMismatchException. getDataItem()Methods in de.hybris.platform.integrationservices.service with parameters of type ItemModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>IntegrationObjectConversionService. convert(ItemModel itemModel, java.lang.String integrationObjectCode)Convert the item model to a Mapwhich is representation of the Integration Object. Constructors in de.hybris.platform.integrationservices.service with parameters of type ItemModel Constructor Description IntegrationObjectAndItemMismatchException(ItemModel item, IntegrationObjectDescriptor io) -
Uses of ItemModel in de.hybris.platform.integrationservices.service.impl
Methods in de.hybris.platform.integrationservices.service.impl with parameters of type ItemModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>DefaultIntegrationObjectConversionService. convert(ItemModel itemModel, java.lang.String integrationObjectCode)protected ItemToMapConversionContextDefaultIntegrationObjectConversionService. getConversionContext(ItemModel item, IntegrationObjectDescriptor io) -
Uses of ItemModel in de.hybris.platform.integrationservices.util
Methods in de.hybris.platform.integrationservices.util with type parameters of type ItemModel Modifier and Type Method Description protected <T extends ItemModel>
java.util.Collection<T>BaseContext. findAll(java.lang.Class<T> type)Retrieves all model items existing in the persistent storage.static <T extends ItemModel>
java.util.Optional<T>IntegrationTestUtil. findAny(java.lang.Class<T> type, java.util.function.Predicate<T> condition)Retrieves an item model matching the specified condition.protected <T extends ItemModel>
voidBaseContext. removeAll(java.lang.Class<T> type)Methods in de.hybris.platform.integrationservices.util with parameters of type ItemModel Modifier and Type Method Description static voidIntegrationTestUtil. assertModelDoesNotExist(ItemModel model)Method parameters in de.hybris.platform.integrationservices.util with type arguments of type ItemModel Modifier and Type Method Description static java.util.Collection<java.lang.Object>IntegrationTestUtil. findAll(java.lang.Class<? extends ItemModel> type)Retrieves all model items existing in the persistent storage.static java.util.Collection<java.lang.Object>IntegrationTestUtil. removeAll(java.lang.Class<? extends ItemModel> type)Removes all model items existing in the persistent storage. -
Uses of ItemModel in de.hybris.platform.jobs
Method parameters in de.hybris.platform.jobs with type arguments of type ItemModel Modifier and Type Method Description abstract voidAbstractMaintenanceJobPerformable. process(java.util.List<ItemModel> elements, CronJobModel cronJob)voidDynamicMaintenanceJobPerformable. process(java.util.List<ItemModel> elements, CronJobModel cronJob)If no beanshell code for the cleanup part is provided, the default behaviour is: iterate through the list and call on each model modelService.remove(model) -
Uses of ItemModel in de.hybris.platform.jobs.maintenance
Classes in de.hybris.platform.jobs.maintenance with type parameters of type ItemModel Modifier and Type Interface Description interfaceMaintenanceCleanupStrategy<T extends ItemModel,C extends CronJobModel>This is the strategy interface for theGenericMaintenanceJobPerformable. -
Uses of ItemModel in de.hybris.platform.jobs.maintenance.impl
Method parameters in de.hybris.platform.jobs.maintenance.impl with type arguments of type ItemModel Modifier and Type Method Description voidCleanupSavedValuesStrategy. process(java.util.List<ItemModel> elements) -
Uses of ItemModel in de.hybris.platform.ldap.model
Subclasses of ItemModel in de.hybris.platform.ldap.model Modifier and Type Class Description classConfigurationMediaModelGenerated model class for type ConfigurationMedia first defined at extension ldap.classLDAPConfigProxyItemModelGenerated model class for type LDAPConfigProxyItem first defined at extension ldap.classLDIFGroupImportCronJobModelGenerated model class for type LDIFGroupImportCronJob first defined at extension ldap.classLDIFGroupImportJobModelGenerated model class for type LDIFGroupImportJob first defined at extension ldap.classLDIFImportCronJobModelGenerated model class for type LDIFImportCronJob first defined at extension ldap.classLDIFImportJobModelGenerated model class for type LDIFImportJob first defined at extension ldap.classLDIFMediaModelGenerated model class for type LDIFMedia first defined at extension ldap.Constructors in de.hybris.platform.ldap.model with parameters of type ItemModel Constructor Description ConfigurationMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLDAPConfigProxyItemModel(java.lang.String _loginField, ItemModel _owner, java.util.Collection<java.lang.String> _serverUrl)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLDIFGroupImportCronJobModel(java.lang.Boolean _codeExecution, java.lang.Boolean _importUsers, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLDIFGroupImportJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLDIFImportCronJobModel(LDIFImportModeEnum _importmode, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLDIFImportJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersLDIFMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.marketplaceaddon.model
Subclasses of ItemModel in de.hybris.platform.marketplaceaddon.model Modifier and Type Class Description classOrderReviewActionModelGenerated model class for type OrderReviewAction first defined at extension marketplaceaddon.classVendorHomepageActionModelGenerated model class for type VendorHomepageAction first defined at extension marketplaceaddon.Constructors in de.hybris.platform.marketplaceaddon.model with parameters of type ItemModel Constructor Description OrderReviewActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVendorHomepageActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.marketplaceservices.model
Subclasses of ItemModel in de.hybris.platform.marketplaceservices.model Modifier and Type Class Description classCustomerVendorReviewModelGenerated model class for type CustomerVendorReview first defined at extension marketplaceservices.classVendorPageModelGenerated model class for type VendorPage first defined at extension marketplaceservices.classVendorUserModelGenerated model class for type VendorUser first defined at extension marketplaceservices.Constructors in de.hybris.platform.marketplaceservices.model with parameters of type ItemModel Constructor Description CustomerVendorReviewModel(java.lang.Double _communication, ConsignmentModel _consignment, java.util.Date _createDate, java.lang.Double _delivery, ItemModel _owner, java.lang.Double _satisfaction, UserModel _user, VendorModel _vendor)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVendorPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVendorUserModel(java.util.Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, java.lang.String _uid, VendorModel _vendor)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.marketplaceservices.model.restrictions
Subclasses of ItemModel in de.hybris.platform.marketplaceservices.model.restrictions Modifier and Type Class Description classCMSVendorRestrictionModelGenerated model class for type CMSVendorRestriction first defined at extension marketplaceservices.Constructors in de.hybris.platform.marketplaceservices.model.restrictions with parameters of type ItemModel Constructor Description CMSVendorRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultVendorCMSService. getItemList(ItemModel item)Methods in de.hybris.platform.marketplaceservices.vendor.impl with parameters of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultVendorCMSService. getItemList(ItemModel item)protected SyncItemJobModelDefaultVendorCMSService. getRelevantSyncItemJob(SyncRequestData syncRequestData, ItemModel item)protected booleanDefaultVendorCMSService. isExecutableInLocalView(SyncRequestData syncRequestData, ItemModel item)protected booleanDefaultVendorCMSService. isOutboundSynchronization(SyncRequestData syncRequestData, ItemModel item) -
Uses of ItemModel in de.hybris.platform.mediaconversion.model
Subclasses of ItemModel in de.hybris.platform.mediaconversion.model Modifier and Type Class Description classConversionErrorLogModelGenerated model class for type ConversionErrorLog first defined at extension mediaconversion.classConversionGroupModelGenerated model class for type ConversionGroup first defined at extension mediaconversion.classConversionMediaFormatModelGenerated model class for type ConversionMediaFormat first defined at extension mediaconversion.classMediaMetaDataModelGenerated model class for type MediaMetaData first defined at extension mediaconversion.Constructors in de.hybris.platform.mediaconversion.model with parameters of type ItemModel Constructor Description ConversionErrorLogModel(MediaContainerModel _container, java.lang.String _errorMessage, ItemModel _owner, MediaModel _sourceMedia, ConversionMediaFormatModel _targetFormat)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConversionGroupModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConversionMediaFormatModel(ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaMetaDataModel(java.lang.String _code, java.lang.String _groupName, MediaModel _media, ItemModel _owner, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.mediaconversion.model.job
Subclasses of ItemModel in de.hybris.platform.mediaconversion.model.job Modifier and Type Class Description classAbstractMediaCronJobModelGenerated model class for type AbstractMediaCronJob first defined at extension mediaconversion.classExtractMediaMetaDataCronJobModelGenerated model class for type ExtractMediaMetaDataCronJob first defined at extension mediaconversion.classMediaConversionCronJobModelGenerated model class for type MediaConversionCronJob first defined at extension mediaconversion.Constructors in de.hybris.platform.mediaconversion.model.job with parameters of type ItemModel Constructor Description AbstractMediaCronJobModel(JobModel _job, int _maxThreads, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExtractMediaMetaDataCronJobModel(JobModel _job, int _maxThreads, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaConversionCronJobModel(JobModel _job, int _maxThreads, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.mediaconversion.util
Methods in de.hybris.platform.mediaconversion.util with parameters of type ItemModel Modifier and Type Method Description booleanDefaultLockRowInTransactionStrategy. lock(ItemModel model)booleanLockRowInTransactionStrategy. lock(ItemModel model)Creates a exclusive lock on the givenItemModel. -
Uses of ItemModel in de.hybris.platform.messagecentercsservices.model
Subclasses of ItemModel in de.hybris.platform.messagecentercsservices.model Modifier and Type Class Description classConversationModelGenerated model class for type Conversation first defined at extension messagecentercsservices.Constructors in de.hybris.platform.messagecentercsservices.model with parameters of type ItemModel Constructor Description ConversationModel(CustomerModel _customer, java.lang.String _messages, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.notificationfacades.url
Classes in de.hybris.platform.notificationfacades.url with type parameters of type ItemModel Modifier and Type Class Description classSiteMessageUrlResolver<T extends ItemModel>Abstract site message URL resolver to provide default URL. -
Uses of ItemModel in de.hybris.platform.notificationservices.model
Subclasses of ItemModel in de.hybris.platform.notificationservices.model Modifier and Type Class Description classSiteMessageForCustomerModelGenerated model class for type SiteMessageForCustomer first defined at extension notificationservices.classSiteMessageModelGenerated model class for type SiteMessage first defined at extension notificationservices.Methods in de.hybris.platform.notificationservices.model that return ItemModel Modifier and Type Method Description ItemModelSiteMessageModel. getExternalItem()Generated method - Getter of theSiteMessage.externalItemattribute defined at extensionnotificationservices.Methods in de.hybris.platform.notificationservices.model with parameters of type ItemModel Modifier and Type Method Description voidSiteMessageModel. setExternalItem(ItemModel value)Generated method - Setter ofSiteMessage.externalItemattribute defined at extensionnotificationservices.Constructors in de.hybris.platform.notificationservices.model with parameters of type ItemModel Constructor Description SiteMessageForCustomerModel(CustomerModel _customer, SiteMessageModel _message, ItemModel _owner, java.util.Date _sentDate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSiteMessageModel(ItemModel _owner, SiteMessageType _type, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.notificationservices.processor
Method parameters in de.hybris.platform.notificationservices.processor with type arguments of type ItemModel Modifier and Type Method Description voidProcessor. process(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Render and send the notification -
Uses of ItemModel in de.hybris.platform.notificationservices.service
Methods in de.hybris.platform.notificationservices.service with parameters of type ItemModel Modifier and Type Method Description SiteMessageModelSiteMessageService. createMessage(java.lang.String subject, java.lang.String body, SiteMessageType type, ItemModel externalItem, NotificationType notificationType)Creates a site message by given subject, link, body, message type, notification type and localeSiteMessageModelSiteMessageService. createMessage(java.lang.String title, java.lang.String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType, java.util.Locale locale)Deprecated.since 1905, replace with createMessage(String title, String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType)Method parameters in de.hybris.platform.notificationservices.service with type arguments of type ItemModel Modifier and Type Method Description voidNotificationService. notifyCustomer(NotificationType notificationType, CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Send notification to customer using channels from customer's preferencesvoidNotificationService. notifyCustomer(NotificationType notificationType, CustomerModel customer, java.util.Set<NotificationChannel> channelSet, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Send notification to customer using specific channels -
Uses of ItemModel in de.hybris.platform.notificationservices.service.impl
Methods in de.hybris.platform.notificationservices.service.impl with parameters of type ItemModel Modifier and Type Method Description SiteMessageModelDefaultSiteMessageService. createMessage(java.lang.String subject, java.lang.String body, SiteMessageType type, ItemModel externalItem, NotificationType notificationType)SiteMessageModelDefaultSiteMessageService. createMessage(java.lang.String title, java.lang.String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType, java.util.Locale locale)Deprecated.since 1905, replace with the next createMessage.Method parameters in de.hybris.platform.notificationservices.service.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultNotificationService. notifyCustomer(NotificationType notificationType, CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)voidDefaultNotificationService. notifyCustomer(NotificationType notificationType, CustomerModel customer, java.util.Set<NotificationChannel> channelSet, java.util.Map<java.lang.String,? extends ItemModel> dataMap)protected voidDefaultNotificationService. notifyCustomerByChannelSet(NotificationType notificationType, CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap, java.util.Set<NotificationChannel> channelSet)protected voidDefaultNotificationService. processNotification(NotificationChannel channel, CustomerModel customer, Processor processor, java.util.Map<java.lang.String,? extends ItemModel> dataMap) -
Uses of ItemModel in de.hybris.platform.oauth2.model
Subclasses of ItemModel in de.hybris.platform.oauth2.model Modifier and Type Class Description classOAuthAuthorizationCodeModelGenerated model class for type OAuthAuthorizationCode first defined at extension oauth2.Constructors in de.hybris.platform.oauth2.model with parameters of type ItemModel Constructor Description OAuthAuthorizationCodeModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence that return ItemModel Modifier and Type Method Description ItemModelModelEntityService. createOrUpdateItem(StorageRequest request, CreateItemStrategy createItemStrategy)create or update platform items based on an ODataEntryItemModelItemConversionRequest. getItemModel()ItemModelModelEntityService. lookup(ItemLookupRequest lookupRequest)gets an itemModel based on the given information.Methods in de.hybris.platform.odata2services.odata.persistence that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>StorageRequest. getContextItem()ItemLookupResult<ItemModel>ModelEntityService. lookupItems(ItemLookupRequest lookupRequest)Searches for item models matching the conditions in the specified request.Methods in de.hybris.platform.odata2services.odata.persistence with parameters of type ItemModel Modifier and Type Method Description ItemConversionRequestItemConversionRequest. propertyConversionRequest(java.lang.String propertyName, ItemModel item)voidStorageRequest. putItem(ItemModel item)protected voidItemConversionRequest. setItemModel(ItemModel itemModel)ItemConversionRequest.ItemConversionRequestBuilderItemConversionRequest.ItemConversionRequestBuilder. withItemModel(ItemModel itemModel) -
Uses of ItemModel in de.hybris.platform.odata2services.odata.persistence.creation
Methods in de.hybris.platform.odata2services.odata.persistence.creation that return ItemModel Modifier and Type Method Description ItemModelAlwaysCreateItemStrategy. createItem(StorageRequest storageRequest)ItemModelCreateItemStrategy. createItem(StorageRequest storageRequest)ItemModelNeverCreateItemStrategy. createItem(StorageRequest storageRequest) -
Uses of ItemModel in de.hybris.platform.odata2services.odata.persistence.hook
Methods in de.hybris.platform.odata2services.odata.persistence.hook that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>PrePersistHook. execute(ItemModel item)Executes this hook before persisting the given item.java.util.Optional<ItemModel>PersistHookExecutor. runPrePersistHook(java.lang.String hookName, ItemModel item, java.lang.String integrationKey)Executes aPrePersistHookon an item modelMethods in de.hybris.platform.odata2services.odata.persistence.hook with parameters of type ItemModel Modifier and Type Method Description voidPostPersistHook. execute(ItemModel item)Executes this hook after persisting the given item.java.util.Optional<ItemModel>PrePersistHook. execute(ItemModel item)Executes this hook before persisting the given item.voidPersistHookExecutor. runPostPersistHook(java.lang.String hookName, ItemModel item, java.lang.String integrationKey)Executes aPostPersistHookon an item modeljava.util.Optional<ItemModel>PersistHookExecutor. runPrePersistHook(java.lang.String hookName, ItemModel item, java.lang.String integrationKey)Executes aPrePersistHookon an item model -
Uses of ItemModel in de.hybris.platform.odata2services.odata.persistence.hook.impl
Methods in de.hybris.platform.odata2services.odata.persistence.hook.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.Optional<ItemModel>DefaultPersistHookExecutor. executePrePersistHook(java.lang.String hookName, PrePersistHook hook, ItemModel item, java.lang.String integrationKey)java.util.Optional<ItemModel>DefaultPersistHookExecutor. runPrePersistHook(java.lang.String hookName, ItemModel item, java.lang.String integrationKey)Methods in de.hybris.platform.odata2services.odata.persistence.hook.impl with parameters of type ItemModel Modifier and Type Method Description protected voidDefaultPersistHookExecutor. executePostPersistHook(java.lang.String hookName, PostPersistHook hook, ItemModel item, java.lang.String integrationKey)protected java.util.Optional<ItemModel>DefaultPersistHookExecutor. executePrePersistHook(java.lang.String hookName, PrePersistHook hook, ItemModel item, java.lang.String integrationKey)voidDefaultPersistHookExecutor. runPostPersistHook(java.lang.String hookName, ItemModel item, java.lang.String integrationKey)java.util.Optional<ItemModel>DefaultPersistHookExecutor. runPrePersistHook(java.lang.String hookName, ItemModel item, java.lang.String integrationKey) -
Uses of ItemModel in de.hybris.platform.odata2services.odata.persistence.impl
Methods in de.hybris.platform.odata2services.odata.persistence.impl that return ItemModel Modifier and Type Method Description protected ItemModelDefaultModelEntityService. createItem(StorageRequest request, CreateItemStrategy createItemStrategy)ItemModelDefaultModelEntityService. createOrUpdateItem(StorageRequest request, CreateItemStrategy createItemStrategy)protected ItemModelDefaultModelEntityService. getItem(StorageRequest request, CreateItemStrategy createItemStrategy)ItemModelDefaultModelEntityService. lookup(ItemLookupRequest lookupRequest)Methods in de.hybris.platform.odata2services.odata.persistence.impl that return types with arguments of type ItemModel Modifier and Type Method Description ItemLookupResult<ItemModel>DefaultModelEntityService. lookupItems(ItemLookupRequest lookupRequest)Methods in de.hybris.platform.odata2services.odata.persistence.impl with parameters of type ItemModel Modifier and Type Method Description protected voidDefaultPersistenceService. persistModel(java.lang.String postPersistHookName, ItemModel item, java.lang.String integrationKey)protected voidDefaultModelEntityService. populateItem(StorageRequest request, ItemModel item) -
Uses of ItemModel in de.hybris.platform.odata2services.odata.persistence.lookup
Methods in de.hybris.platform.odata2services.odata.persistence.lookup that return ItemModel Modifier and Type Method Description ItemModelDefaultItemLookupStrategy. lookup(ItemLookupRequest lookupRequest)ItemModelItemLookupStrategy. lookup(ItemLookupRequest lookupRequest)Looks for anItemon the commerce suite based on the given information.protected ItemModelDefaultItemLookupStrategy. lookupInternal(ItemLookupRequest lookupRequest)Methods in de.hybris.platform.odata2services.odata.persistence.lookup that return types with arguments of type ItemModel Modifier and Type Method Description ItemLookupResult<ItemModel>DefaultItemLookupStrategy. lookupItems(ItemLookupRequest lookupRequest)ItemLookupResult<ItemModel>ItemLookupStrategy. lookupItems(ItemLookupRequest lookupRequest)Looks forItems in the commerce suite based on the given request parameters.protected SearchResult<ItemModel>DefaultItemLookupStrategy. search(FlexibleSearchQueryBuilder builder)protected SearchResult<ItemModel>DefaultItemLookupStrategy. search(FlexibleSearchQuery query) -
Uses of ItemModel in de.hybris.platform.odata2services.odata.persistence.populator
Methods in de.hybris.platform.odata2services.odata.persistence.populator with parameters of type ItemModel Modifier and Type Method Description voidDefaultEntityModelPopulator. populateItem(ItemModel item, StorageRequest storageRequest)voidEntityModelPopulator. populateItem(ItemModel item, StorageRequest storageRequest)Populate ItemModel with the given info -
Uses of ItemModel 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 ItemModel Modifier and Type Method Description protected java.util.Collection<ItemModel>EntityCollectionPropertyProcessor. getNewCollectionEntries(StorageRequest request, java.util.List<org.apache.olingo.odata2.api.ep.entry.ODataEntry> entries, java.lang.String propertyName, ItemModel parent)protected java.util.Collection<ItemModel>EntityCollectionPropertyProcessor. getNewCollectionFor(AttributeDescriptorModel attr)Methods in de.hybris.platform.odata2services.odata.persistence.populator.processor with parameters of type ItemModel Modifier and Type Method Description protected AttributeDescriptorModelAbstractPropertyProcessor. getAttributeDescriptor(ItemModel item, java.lang.String propertyName, StorageRequest request)protected java.util.Collection<ItemModel>EntityCollectionPropertyProcessor. getNewCollectionEntries(StorageRequest request, java.util.List<org.apache.olingo.odata2.api.ep.entry.ODataEntry> entries, java.lang.String propertyName, ItemModel parent)protected booleanAbstractPropertyProcessor. isItemPropertySettable(ItemModel item, java.lang.String propertyName, StorageRequest request)protected booleanLocalizedAttributesPropertyProcessor. isItemPropertySettable(ItemModel item, java.lang.String propertyName, StorageRequest request)voidAbstractPropertyProcessor. processItem(ItemModel item, StorageRequest request)voidPropertyProcessor. processItem(ItemModel itemModel, StorageRequest request)protected abstract voidAbstractPropertyProcessor. processItemInternal(ItemModel item, java.lang.String entryPropertyName, java.lang.Object value, StorageRequest request)protected voidEntityCollectionPropertyProcessor. processItemInternal(ItemModel item, java.lang.String entryPropertyName, java.lang.Object value, StorageRequest request)protected voidEntityPropertyProcessor. processItemInternal(ItemModel item, java.lang.String entryPropertyName, java.lang.Object value, StorageRequest request)protected voidLocalizedAttributesPropertyProcessor. processItemInternal(ItemModel item, java.lang.String propertyName, java.lang.Object value, StorageRequest request)protected voidPrimitiveCollectionPropertyProcessor. processItemInternal(ItemModel item, java.lang.String propertyName, java.lang.Object value, StorageRequest request)protected voidPrimitivePropertyProcessor. processItemInternal(ItemModel item, java.lang.String entryPropertyName, java.lang.Object value, StorageRequest request) -
Uses of ItemModel in de.hybris.platform.odata2services.odata.schema.attribute
Classes in de.hybris.platform.odata2services.odata.schema.attribute with type parameters of type ItemModel Modifier and Type Interface Description interfaceAnnotationGenerator<T extends ItemModel>Method parameters in de.hybris.platform.odata2services.odata.schema.attribute with type arguments of type ItemModel Modifier and Type Method Description voidAttributeAnnotationListGenerator. setAnnotationGenerators(java.util.List<AnnotationGenerator<ItemModel>> annotationGenerators) -
Uses of ItemModel in de.hybris.platform.odata2webservices.odata.persistence.hooks
Methods in de.hybris.platform.odata2webservices.odata.persistence.hooks that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SamplePrePersistHook. execute(ItemModel item)Methods in de.hybris.platform.odata2webservices.odata.persistence.hooks with parameters of type ItemModel Modifier and Type Method Description voidSamplePostPersistHook. execute(ItemModel item)java.util.Optional<ItemModel>SamplePrePersistHook. execute(ItemModel item)Method parameters in de.hybris.platform.odata2webservices.odata.persistence.hooks with type arguments of type ItemModel Modifier and Type Method Description voidSamplePostPersistHook. givenDoesInExecute(java.util.function.Consumer<ItemModel> proc)voidSamplePrePersistHook. givenDoesInExecute(java.util.function.Function<ItemModel,java.util.Optional<ItemModel>> function)voidSamplePrePersistHook. givenDoesInExecute(java.util.function.Function<ItemModel,java.util.Optional<ItemModel>> function) -
Uses of ItemModel in de.hybris.platform.odata2webservicesfeaturetests.model
Subclasses of ItemModel in de.hybris.platform.odata2webservicesfeaturetests.model Modifier and Type Class Description classTestIntegrationItemDetailModelGenerated model class for type TestIntegrationItemDetail first defined at extension odata2webservicesfeaturetests.classTestIntegrationItemModelGenerated model class for type TestIntegrationItem first defined at extension odata2webservicesfeaturetests.Constructors in de.hybris.platform.odata2webservicesfeaturetests.model with parameters of type ItemModel Constructor Description TestIntegrationItemDetailModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTestIntegrationItemModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.order.daos
Methods in de.hybris.platform.order.daos that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<java.util.List<ItemModel>>ZoneDeliveryModeDao. findZonesAndCountriesByZones(java.util.Set<ZoneModel> zones)Finds all countries of the zones. -
Uses of ItemModel in de.hybris.platform.order.daos.impl
Methods in de.hybris.platform.order.daos.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<java.util.List<ItemModel>>DefaultZoneDeliveryModeDao. findZonesAndCountriesByZones(java.util.Set<ZoneModel> zones) -
Uses of ItemModel in de.hybris.platform.order.interceptors
Methods in de.hybris.platform.order.interceptors that return ItemModel Modifier and Type Method Description protected ItemModelDefaultAbstractOrderEntryPreparer. goToConcreteItem(ItemModel item, java.lang.String substring, InterceptorContext ctx)Methods in de.hybris.platform.order.interceptors with parameters of type ItemModel Modifier and Type Method Description protected java.lang.ObjectDefaultAbstractOrderEntryPreparer. getModelSource(InterceptorContext ctx, ItemModel model)protected ItemModelDefaultAbstractOrderEntryPreparer. goToConcreteItem(ItemModel item, java.lang.String substring, InterceptorContext ctx)protected booleanAbstractAttributesModificationAwareInterceptor. isAttributeModified(ItemModel order, java.lang.String attribute, InterceptorContext ctx)protected booleanAbstractAttributesModificationAwareInterceptor. isOneOfAttributesModified(ItemModel order, java.util.Collection<java.lang.String> attributes, InterceptorContext ctx) -
Uses of ItemModel in de.hybris.platform.order.model
Subclasses of ItemModel in de.hybris.platform.order.model Modifier and Type Class Description classAbstractOrderEntryProductInfoModelGenerated model class for type AbstractOrderEntryProductInfo first defined at extension catalog.Constructors in de.hybris.platform.order.model with parameters of type ItemModel Constructor Description AbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.order.strategies.calculation.pdt.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.impl with parameters of type ItemModel Modifier and Type Method Description protected <T extends HybrisEnumValue>
TPDTEnumGroupsHelper. getEnumFromContextOrItem(ItemModel item, java.lang.String qualifier) -
Uses of ItemModel in de.hybris.platform.ordercancel.model
Subclasses of ItemModel in de.hybris.platform.ordercancel.model Modifier and Type Class Description classOrderCancelConfigModelGenerated model class for type OrderCancelConfig first defined at extension basecommerce.classOrderCancelRecordEntryModelGenerated model class for type OrderCancelRecordEntry first defined at extension basecommerce.classOrderCancelRecordModelGenerated model class for type OrderCancelRecord first defined at extension basecommerce.classOrderEntryCancelRecordEntryModelGenerated model class for type OrderEntryCancelRecordEntry first defined at extension basecommerce.Constructors in de.hybris.platform.ordercancel.model with parameters of type ItemModel Constructor Description OrderCancelConfigModel(boolean _cancelAfterWarehouseAllowed, boolean _completeCancelAfterShippingStartedAllowed, boolean _orderCancelAllowed, ItemModel _owner, boolean _partialCancelAllowed, boolean _partialOrderEntryCancelAllowed, int _queuedOrderWaitingTime)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderCancelRecordEntryModel(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, java.util.Date _timestamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderCancelRecordModel(boolean _inProgress, OrderModel _order, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderEntryCancelRecordEntryModel(java.lang.String _code, OrderModificationRecordEntryModel _modificationRecordEntry, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.orderhistory.model
Subclasses of ItemModel in de.hybris.platform.orderhistory.model Modifier and Type Class Description classOrderHistoryEntryModelGenerated model class for type OrderHistoryEntry first defined at extension basecommerce.Constructors in de.hybris.platform.orderhistory.model with parameters of type ItemModel Constructor Description OrderHistoryEntryModel(OrderModel _order, ItemModel _owner, java.util.Date _timestamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.ordermanagementfacades.search.dao.impl
Classes in de.hybris.platform.ordermanagementfacades.search.dao.impl with type parameters of type ItemModel Modifier and Type Class Description classSearchByStatusPagedGenericDao<M extends ItemModel>SearchByStatusPagedGenericDao is a specific dao that will apply IN operator on the status search params -
Uses of ItemModel in de.hybris.platform.ordermanagementfacades.workflow
Methods in de.hybris.platform.ordermanagementfacades.workflow with parameters of type ItemModel Modifier and Type Method Description WorkflowDataOmsWorkflowFacade. startErrorRecoveryWorkflow(ItemModel item, java.lang.String workflowName, java.lang.String workflowTemplateCode, java.lang.String userGroupUid, java.lang.String errorType, java.lang.String errorDescription)Creates and starts an error recovery workflow with the given template for the givenItemModel.WorkflowDataOmsWorkflowFacade. startWorkflow(ItemModel item, java.lang.String workflowName, java.lang.String workflowTemplateCode, java.lang.String userGroupUid)Creates and starts a workflow with the given template for the givenItemModel. -
Uses of ItemModel in de.hybris.platform.ordermanagementfacades.workflow.impl
Methods in de.hybris.platform.ordermanagementfacades.workflow.impl with parameters of type ItemModel Modifier and Type Method Description protected WorkflowModelDefaultOmsWorkflowFacade. createAndStartWorkflow(ItemModel item, java.lang.String workflowName, java.lang.String workflowTemplateCode, java.lang.String userGroupUid)Creates and starts a workflow with the given template for the givenItemModel.WorkflowDataDefaultOmsWorkflowFacade. startErrorRecoveryWorkflow(ItemModel item, java.lang.String workflowName, java.lang.String workflowTemplateCode, java.lang.String userGroupUid, java.lang.String errorType, java.lang.String errorDescription)WorkflowDataDefaultOmsWorkflowFacade. startWorkflow(ItemModel item, java.lang.String workflowName, java.lang.String workflowTemplateCode, java.lang.String userGroupUid) -
Uses of ItemModel in de.hybris.platform.ordermodify.model
Subclasses of ItemModel in de.hybris.platform.ordermodify.model Modifier and Type Class Description classOrderEntryModificationRecordEntryModelGenerated model class for type OrderEntryModificationRecordEntry first defined at extension basecommerce.classOrderModificationRecordEntryModelGenerated model class for type OrderModificationRecordEntry first defined at extension basecommerce.classOrderModificationRecordModelGenerated model class for type OrderModificationRecord first defined at extension basecommerce.Constructors in de.hybris.platform.ordermodify.model with parameters of type ItemModel Constructor Description OrderEntryModificationRecordEntryModel(java.lang.String _code, OrderModificationRecordEntryModel _modificationRecordEntry, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderModificationRecordEntryModel(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, java.util.Date _timestamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderModificationRecordModel(boolean _inProgress, OrderModel _order, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.orderprocessing.model
Subclasses of ItemModel in de.hybris.platform.orderprocessing.model Modifier and Type Class Description classOrderProcessModelGenerated model class for type OrderProcess first defined at extension basecommerce.Constructors in de.hybris.platform.orderprocessing.model with parameters of type ItemModel Constructor Description OrderProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.orderscheduling.model
Subclasses of ItemModel in de.hybris.platform.orderscheduling.model Modifier and Type Class Description classCartToOrderCronJobModelGenerated model class for type CartToOrderCronJob first defined at extension basecommerce.classOrderScheduleCronJobModelGenerated model class for type OrderScheduleCronJob first defined at extension basecommerce.classOrderTemplateToOrderCronJobModelGenerated model class for type OrderTemplateToOrderCronJob first defined at extension basecommerce.Constructors in de.hybris.platform.orderscheduling.model with parameters of type ItemModel Constructor Description CartToOrderCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderScheduleCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderTemplateToOrderCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.orderselfserviceaddon.model.actions
Subclasses of ItemModel in de.hybris.platform.orderselfserviceaddon.model.actions Modifier and Type Class Description classCancelOrderActionModelGenerated model class for type CancelOrderAction first defined at extension orderselfserviceaddon.classCancelReturnActionModelGenerated model class for type CancelReturnAction first defined at extension orderselfserviceaddon.classReturnOrderActionModelGenerated model class for type ReturnOrderAction first defined at extension orderselfserviceaddon.Constructors in de.hybris.platform.orderselfserviceaddon.model.actions with parameters of type ItemModel Constructor Description CancelOrderActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCancelReturnActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnOrderActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.ordersplitting.model
Subclasses of ItemModel in de.hybris.platform.ordersplitting.model Modifier and Type Class Description classConsignmentEntryModelGenerated model class for type ConsignmentEntry first defined at extension basecommerce.classConsignmentModelGenerated model class for type Consignment first defined at extension basecommerce.classConsignmentProcessModelGenerated model class for type ConsignmentProcess first defined at extension basecommerce.classStockLevelModelGenerated model class for type StockLevel first defined at extension basecommerce.classVendorModelGenerated model class for type Vendor first defined at extension basecommerce.classWarehouseModelGenerated model class for type Warehouse first defined at extension basecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type ItemModel Constructor Description ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, java.lang.Long _quantity)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentModel(java.lang.String _code, DeliveryModeModel _deliveryMode, java.util.Date _namedDeliveryDate, AbstractOrderModel _order, ItemModel _owner, SAPOrderModel _sapOrder, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStockLevelModel(int _available, ItemModel _owner, java.lang.String _productCode, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVendorModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWarehouseModel(java.lang.String _code, ItemModel _owner, VendorModel _vendor)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.outboundservices.decorator
Methods in de.hybris.platform.outboundservices.decorator that return ItemModel Modifier and Type Method Description ItemModelDecoratorContext. getItemModel()Methods in de.hybris.platform.outboundservices.decorator with parameters of type ItemModel Modifier and Type Method Description DecoratorContext.DecoratorContextBuilderDecoratorContext.DecoratorContextBuilder. withItemModel(ItemModel itemModel) -
Uses of ItemModel in de.hybris.platform.outboundservices.facade
Methods in de.hybris.platform.outboundservices.facade with parameters of type ItemModel Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>OutboundServiceFacade. send(ItemModel itemModel, java.lang.String integrationObjectCode, java.lang.String destination)Method orchestrates the services to build the payload and to integrate with restful endpoint. -
Uses of ItemModel in de.hybris.platform.outboundservices.facade.impl
Methods in de.hybris.platform.outboundservices.facade.impl with parameters of type ItemModel Modifier and Type Method Description protected org.springframework.http.HttpEntity<java.util.Map<java.lang.String,java.lang.Object>>DefaultOutboundServiceFacade. createHttpEntity(ItemModel itemModel, java.lang.String integrationObjectCode, ConsumedDestinationModel destinationModel, java.util.Map<java.lang.String,java.lang.Object> payload)protected rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>DefaultOutboundServiceFacade. createObservable(org.springframework.web.client.RestOperations restOperations, ItemModel itemModel, java.lang.String integrationObjectCode, ConsumedDestinationModel destinationModel, java.util.Map<java.lang.String,java.lang.Object> payload)protected java.lang.StringDefaultOutboundServiceFacade. findIntegrationObjectItemCode(java.lang.String integrationObjectCode, ItemModel itemModel)protected rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>DefaultOutboundServiceFacade. orchestrate(ItemModel itemModel, java.lang.String integrationObjectCode, java.lang.String destinationId)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>DefaultOutboundServiceFacade. send(ItemModel itemModel, java.lang.String integrationObjectCode, java.lang.String destinationId) -
Uses of ItemModel in de.hybris.platform.outboundservices.model
Subclasses of ItemModel in de.hybris.platform.outboundservices.model Modifier and Type Class Description classOutboundRequestMediaModelGenerated model class for type OutboundRequestMedia first defined at extension outboundservices.classOutboundRequestModelGenerated model class for type OutboundRequest first defined at extension outboundservices.Constructors in de.hybris.platform.outboundservices.model with parameters of type ItemModel Constructor Description OutboundRequestMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundRequestModel(java.lang.String _destination, ItemModel _owner, IntegrationRequestStatus _status, java.lang.String _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.outboundsync.activator.impl
Methods in de.hybris.platform.outboundsync.activator.impl that return ItemModel Modifier and Type Method Description protected ItemModelDefaultOutboundSyncService. findItemByPk(java.lang.Long pk) -
Uses of ItemModel in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>OutboundItem. getChangedItemModel()Retrieves changed item model.Methods in de.hybris.platform.outboundsync.dto with parameters of type ItemModel Modifier and Type Method Description OutboundItem.BuilderOutboundItem.Builder. withChangedItemModel(ItemModel itemModel) -
Uses of ItemModel in de.hybris.platform.outboundsync.model
Subclasses of ItemModel in de.hybris.platform.outboundsync.model Modifier and Type Class Description classOutboundChannelConfigurationModelGenerated model class for type OutboundChannelConfiguration first defined at extension outboundsync.classOutboundSyncCronJobModelGenerated model class for type OutboundSyncCronJob first defined at extension outboundsync.classOutboundSyncJobModelGenerated model class for type OutboundSyncJob first defined at extension outboundsync.classOutboundSyncRetryModelGenerated model class for type OutboundSyncRetry first defined at extension outboundsync.classOutboundSyncStreamConfigurationContainerModelGenerated model class for type OutboundSyncStreamConfigurationContainer first defined at extension outboundsync.classOutboundSyncStreamConfigurationModelGenerated model class for type OutboundSyncStreamConfiguration first defined at extension outboundsync.Constructors in de.hybris.platform.outboundsync.model with parameters of type ItemModel Constructor Description OutboundChannelConfigurationModel(java.lang.String _code, ConsumedDestinationModel _destination, IntegrationObjectModel _integrationObject, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncCronJobModel(OutboundSyncJobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId, OutboundSyncStreamConfigurationContainerModel _streamConfigurationContainer)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncRetryModel(OutboundChannelConfigurationModel _channel, java.lang.Long _itemPk, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncStreamConfigurationContainerModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, OutboundChannelConfigurationModel _outboundChannelConfiguration, ItemModel _owner, java.lang.String _streamId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.patches.model
Subclasses of ItemModel in de.hybris.platform.patches.model Modifier and Type Class Description classPatchExecutionModelGenerated model class for type PatchExecution first defined at extension patches.classPatchExecutionUnitModelGenerated model class for type PatchExecutionUnit first defined at extension patches.Constructors in de.hybris.platform.patches.model with parameters of type ItemModel Constructor Description PatchExecutionModel(java.util.Date _executionTime, ItemModel _owner, java.lang.String _patchDescription, java.lang.String _patchId, java.lang.String _patchName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPatchExecutionUnitModel(ExecutionUnitType _executionType, java.lang.String _idHash, java.lang.String _name, java.lang.Integer _orderNumber, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.payment.model
Subclasses of ItemModel in de.hybris.platform.payment.model Modifier and Type Class Description classAlipayPaymentTransactionEntryModelGenerated model class for type AlipayPaymentTransactionEntry first defined at extension chinesepspalipayservices.classAlipayPaymentTransactionModelGenerated model class for type AlipayPaymentTransaction first defined at extension chinesepspalipayservices.classPaymentTransactionEntryModelGenerated model class for type PaymentTransactionEntry first defined at extension payment.classPaymentTransactionModelGenerated model class for type PaymentTransaction first defined at extension payment.classWeChatPayPaymentTransactionEntryModelGenerated model class for type WeChatPayPaymentTransactionEntry first defined at extension chinesepspwechatpayservices.classWeChatPayPaymentTransactionModelGenerated model class for type WeChatPayPaymentTransaction first defined at extension chinesepspwechatpayservices.Constructors in de.hybris.platform.payment.model with parameters of type ItemModel Constructor Description AlipayPaymentTransactionEntryModel(java.lang.String _code, ItemModel _owner, java.lang.String _versionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAlipayPaymentTransactionModel(java.lang.String _code, ItemModel _owner, java.lang.String _versionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPaymentTransactionEntryModel(java.lang.String _code, ItemModel _owner, java.lang.String _versionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPaymentTransactionModel(java.lang.String _code, ItemModel _owner, java.lang.String _versionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWeChatPayPaymentTransactionEntryModel(java.lang.String _code, ItemModel _owner, java.lang.String _versionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWeChatPayPaymentTransactionModel(java.lang.String _code, ItemModel _owner, java.lang.String _versionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.paymentstandard.model
Subclasses of ItemModel in de.hybris.platform.paymentstandard.model Modifier and Type Class Description classStandardPaymentModeModelGenerated model class for type StandardPaymentMode first defined at extension paymentstandard.classStandardPaymentModeValueModelGenerated model class for type StandardPaymentModeValue first defined at extension paymentstandard.Constructors in de.hybris.platform.paymentstandard.model with parameters of type ItemModel Constructor Description StandardPaymentModeModel(java.lang.Boolean _active, java.lang.String _code, ItemModel _owner, ComposedTypeModel _paymentInfoType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStandardPaymentModeValueModel(CurrencyModel _currency, ItemModel _owner, StandardPaymentModeModel _paymentMode, java.lang.Double _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.persistence.audit.internal.conditional
Methods in de.hybris.platform.persistence.audit.internal.conditional with parameters of type ItemModel Modifier and Type Method Description static ConditionalAuditTestUtils.ItemModelAuditRecordsAssertConditionalAuditTestUtils.ItemModelAuditRecordsAssert. assertThat(ItemModel actual)Constructors in de.hybris.platform.persistence.audit.internal.conditional with parameters of type ItemModel Constructor Description ItemModelAuditRecordsAssert(ItemModel actual) -
Uses of ItemModel in de.hybris.platform.personalizationaddon.model
Subclasses of ItemModel in de.hybris.platform.personalizationaddon.model Modifier and Type Class Description classPersonalizationScriptComponentModelGenerated model class for type PersonalizationScriptComponent first defined at extension personalizationaddon.Constructors in de.hybris.platform.personalizationaddon.model with parameters of type ItemModel Constructor Description PersonalizationScriptComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.personalizationcms.cloning
Methods in de.hybris.platform.personalizationcms.cloning with parameters of type ItemModel Modifier and Type Method Description booleanCxCmsComponentContainerDefaultComponentPredicate. test(ItemModel item, java.lang.String attribute)booleanCxCmsComponentContainerSourceIdPredicate. test(ItemModel item, java.lang.String attribute) -
Uses of ItemModel in de.hybris.platform.personalizationcms.model
Subclasses of ItemModel in de.hybris.platform.personalizationcms.model Modifier and Type Class Description classCxCmsActionModelGenerated model class for type CxCmsAction first defined at extension personalizationcms.classCxCmsComponentContainerModelGenerated model class for type CxCmsComponentContainer first defined at extension personalizationcms.Constructors in de.hybris.platform.personalizationcms.model with parameters of type ItemModel Constructor Description CxCmsActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _componentId, java.lang.String _containerId, ItemModel _owner, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxCmsComponentContainerModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.personalizationcms.relateditem.visitors
Methods in de.hybris.platform.personalizationcms.relateditem.visitors that return types with arguments of type ItemModel Modifier and Type Method Description java.util.function.Predicate<ItemModel>CxComponentRelatedItemVisitor. getConstrainedBy()Methods in de.hybris.platform.personalizationcms.relateditem.visitors with parameters of type ItemModel Modifier and Type Method Description java.util.List<CMSItemModel>CxComponentRelatedItemVisitor. getRelatedItems(ItemModel itemModel)Method parameters in de.hybris.platform.personalizationcms.relateditem.visitors with type arguments of type ItemModel Modifier and Type Method Description voidCxComponentRelatedItemVisitor. setVisitorPredicate(java.util.function.Predicate<ItemModel> visitorPredicate) -
Uses of ItemModel in de.hybris.platform.personalizationcms.synchronization.itemsvisitors.impl
Methods in de.hybris.platform.personalizationcms.synchronization.itemsvisitors.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>CxCmsComponentContainerModelVisitor. visit(CxCmsComponentContainerModel source, java.util.List<ItemModel> arg1, java.util.Map<java.lang.String,java.lang.Object> arg2)Method parameters in de.hybris.platform.personalizationcms.synchronization.itemsvisitors.impl with type arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>CxCmsComponentContainerModelVisitor. visit(CxCmsComponentContainerModel source, java.util.List<ItemModel> arg1, java.util.Map<java.lang.String,java.lang.Object> arg2) -
Uses of ItemModel in de.hybris.platform.personalizationcmsweb.models
Subclasses of ItemModel in de.hybris.platform.personalizationcmsweb.models Modifier and Type Class Description classTestActionModel -
Uses of ItemModel in de.hybris.platform.personalizationfacades.customization.impl
Methods in de.hybris.platform.personalizationfacades.customization.impl with type parameters of type ItemModel Modifier and Type Method Description protected <P extends ItemModel,I extends ItemModel>
voidDefaultCustomizationFacade. removeItems(P parent, java.util.Map<java.lang.String,I> existingItems, java.util.Set<java.lang.String> items)protected <P extends ItemModel,I extends ItemModel>
voidDefaultCustomizationFacade. removeItems(P parent, java.util.Map<java.lang.String,I> existingItems, java.util.Set<java.lang.String> items) -
Uses of ItemModel in de.hybris.platform.personalizationintegration.model
Subclasses of ItemModel in de.hybris.platform.personalizationintegration.model Modifier and Type Class Description classCxMapperScriptModelGenerated model class for type CxMapperScript first defined at extension personalizationintegration.Constructors in de.hybris.platform.personalizationintegration.model with parameters of type ItemModel Constructor Description CxMapperScriptModel(java.lang.String _code, java.lang.String _content, java.lang.String _group, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.personalizationpromotions.model
Subclasses of ItemModel in de.hybris.platform.personalizationpromotions.model Modifier and Type Class Description classCxPromotionActionModelGenerated model class for type CxPromotionAction first defined at extension personalizationpromotions.Constructors in de.hybris.platform.personalizationpromotions.model with parameters of type ItemModel Constructor Description CxPromotionActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _promotionId, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.personalizationpromotionsweb.models
Subclasses of ItemModel in de.hybris.platform.personalizationpromotionsweb.models Modifier and Type Class Description classCxPromotionTestActionModel -
Uses of ItemModel in de.hybris.platform.personalizationsearch.model
Subclasses of ItemModel in de.hybris.platform.personalizationsearch.model Modifier and Type Class Description classCxSearchProfileActionModelGenerated model class for type CxSearchProfileAction first defined at extension personalizationsearch.Constructors in de.hybris.platform.personalizationsearch.model with parameters of type ItemModel Constructor Description CxSearchProfileActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _searchProfileCode, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.personalizationservices.dao.impl
Classes in de.hybris.platform.personalizationservices.dao.impl with type parameters of type ItemModel Modifier and Type Class Description classAbstractCxDao<M extends ItemModel> -
Uses of ItemModel in de.hybris.platform.personalizationservices.model
Subclasses of ItemModel in de.hybris.platform.personalizationservices.model Modifier and Type Class Description classCxAbstractActionModelGenerated model class for type CxAbstractAction first defined at extension personalizationservices.classCxAbstractTriggerModelGenerated model class for type CxAbstractTrigger first defined at extension personalizationservices.classCxCustomizationModelGenerated model class for type CxCustomization first defined at extension personalizationservices.classCxCustomizationsGroupModelGenerated model class for type CxCustomizationsGroup first defined at extension personalizationservices.classCxDefaultTriggerModelGenerated model class for type CxDefaultTrigger first defined at extension personalizationservices.classCxExpressionTriggerModelGenerated model class for type CxExpressionTrigger first defined at extension personalizationservices.classCxResultsCleaningCronJobModelGenerated model class for type CxResultsCleaningCronJob first defined at extension personalizationservices.classCxResultsModelGenerated model class for type CxResults first defined at extension personalizationservices.classCxSegmentModelGenerated model class for type CxSegment first defined at extension personalizationservices.classCxSegmentTriggerModelGenerated model class for type CxSegmentTrigger first defined at extension personalizationservices.classCxUpdateSegmentsCronJobModelGenerated model class for type CxUpdateSegmentsCronJob first defined at extension personalizationservices.classCxUserToSegmentModelGenerated model class for type CxUserToSegment first defined at extension personalizationservices.classCxVariationModelGenerated model class for type CxVariation first defined at extension personalizationservices.Constructors in de.hybris.platform.personalizationservices.model with parameters of type ItemModel Constructor Description CxAbstractActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxAbstractTriggerModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, CxVariationModel _variation)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxCustomizationModel(CatalogVersionModel _catalogVersion, java.lang.String _code, CxCustomizationsGroupModel _group, java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxCustomizationsGroupModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxDefaultTriggerModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, CxVariationModel _variation)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxExpressionTriggerModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _expression, ItemModel _owner, CxVariationModel _variation)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxResultsCleaningCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxResultsModel(java.util.Date _calculationTime, CatalogVersionModel _catalogVersion, java.lang.String _key, ItemModel _owner, java.lang.Object _results, java.lang.String _sessionKey)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxSegmentModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxSegmentTriggerModel(CatalogVersionModel _catalogVersion, java.lang.String _code, CxGroupingOperator _groupBy, ItemModel _owner, CxVariationModel _variation)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxUpdateSegmentsCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxUserToSegmentModel(java.math.BigDecimal _affinity, ItemModel _owner, CxSegmentModel _segment, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxVariationModel(CatalogVersionModel _catalogVersion, java.lang.String _code, CxCustomizationModel _customization, java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.personalizationservices.model.config
Subclasses of ItemModel in de.hybris.platform.personalizationservices.model.config Modifier and Type Class Description classCxAbstractCalcConfigModelGenerated model class for type CxAbstractCalcConfig first defined at extension personalizationservices.classCxConfigModelGenerated model class for type CxConfig first defined at extension personalizationservices.classCxPeriodicVoterConfigModelGenerated model class for type CxPeriodicVoterConfig first defined at extension personalizationservices.classCxUrlVoterConfigModelGenerated model class for type CxUrlVoterConfig first defined at extension personalizationservices.Constructors in de.hybris.platform.personalizationservices.model.config with parameters of type ItemModel Constructor Description CxAbstractCalcConfigModel(java.util.Set<java.lang.String> _actions, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxConfigModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxPeriodicVoterConfigModel(java.util.Set<java.lang.String> _actions, java.lang.String _code, CxConfigModel _cxConfig, ItemModel _owner, java.lang.Integer _userMinRequestNumber, java.lang.Long _userMinTime)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxUrlVoterConfigModel(java.util.Set<java.lang.String> _actions, java.lang.String _code, CxConfigModel _cxConfig, ItemModel _owner, java.lang.String _urlRegexp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.personalizationservices.model.process
Subclasses of ItemModel in de.hybris.platform.personalizationservices.model.process Modifier and Type Class Description classCxDefaultPersonalizationCalculationCronJobModelGenerated model class for type CxDefaultPersonalizationCalculationCronJob first defined at extension personalizationservices.classCxPersonalizationProcessCleanupCronJobModelGenerated model class for type CxPersonalizationProcessCleanupCronJob first defined at extension personalizationservices.classCxPersonalizationProcessModelGenerated model class for type CxPersonalizationProcess first defined at extension personalizationservices.Constructors in de.hybris.platform.personalizationservices.model.process with parameters of type ItemModel Constructor Description CxDefaultPersonalizationCalculationCronJobModel(java.util.Set<BaseSiteModel> _baseSites, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxPersonalizationProcessCleanupCronJobModel(JobModel _job, java.lang.String _maxProcessAge, ItemModel _owner, java.util.Collection<ProcessState> _processStates)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxPersonalizationProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.personalizationservices.stub
Subclasses of ItemModel in de.hybris.platform.personalizationservices.stub Modifier and Type Class Description classCxCustomizationModelStubclassCxVariationModelStub -
Uses of ItemModel in de.hybris.platform.platformbackoffice.accessors
Methods in de.hybris.platform.platformbackoffice.accessors with parameters of type ItemModel Modifier and Type Method Description protected booleanJaloPersistanceHandler. canWrite(ItemModel itemModel, java.lang.String attributeName)protected voidJaloPersistanceHandler. filterWritableAttributes(ItemModel itemModel, java.util.Map<java.lang.String,java.lang.Object> jaloAttributes)voidJaloPersistanceHandler. save(ItemModel itemModel, java.util.Map<java.lang.String,java.lang.Object> jaloAttributes) -
Uses of ItemModel in de.hybris.platform.platformbackoffice.classification
Methods in de.hybris.platform.platformbackoffice.classification with parameters of type ItemModel Modifier and Type Method Description protected voidClassificationPropertyAccessor. markDirty(ItemModel target) -
Uses of ItemModel in de.hybris.platform.platformbackoffice.editors
Classes in de.hybris.platform.platformbackoffice.editors with type parameters of type ItemModel Modifier and Type Class Description classAbstractDecoratedEditorController<M extends ItemModel,V extends AbstractDecoratedEditorView>Deprecated.since 6.6Fields in de.hybris.platform.platformbackoffice.editors declared as ItemModel Modifier and Type Field Description protected MAbstractDecoratedEditorController. wrappedModelDeprecated. -
Uses of ItemModel in de.hybris.platform.platformbackoffice.editors.pk.reference
Methods in de.hybris.platform.platformbackoffice.editors.pk.reference that return ItemModel Modifier and Type Method Description protected ItemModelDefaultReferencePKEditor. loadItemByPK(com.hybris.cockpitng.components.Editor editor, PK pk, com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context)Methods in de.hybris.platform.platformbackoffice.editors.pk.reference with parameters of type ItemModel Modifier and Type Method Description protected booleanDefaultReferencePKEditor. isOfRequiredType(ItemModel model, com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context) -
Uses of ItemModel in de.hybris.platform.platformbackoffice.model
Subclasses of ItemModel in de.hybris.platform.platformbackoffice.model Modifier and Type Class Description classBackofficeSavedQueryModelGenerated model class for type BackofficeSavedQuery first defined at extension platformbackoffice.classBackofficeSearchConditionModelGenerated model class for type BackofficeSearchCondition first defined at extension platformbackoffice.Methods in de.hybris.platform.platformbackoffice.model that return ItemModel Modifier and Type Method Description ItemModelBackofficeSearchConditionModel. getValueReference()Generated method - Getter of theBackofficeSearchCondition.valueReferenceattribute defined at extensionplatformbackoffice.Methods in de.hybris.platform.platformbackoffice.model with parameters of type ItemModel Modifier and Type Method Description voidBackofficeSearchConditionModel. setValueReference(ItemModel value)Generated method - Setter ofBackofficeSearchCondition.valueReferenceattribute defined at extensionplatformbackoffice.Constructors in de.hybris.platform.platformbackoffice.model with parameters of type ItemModel Constructor Description BackofficeSavedQueryModel(ItemModel _owner, UserModel _queryOwner, java.lang.String _typeCode)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBackofficeSearchConditionModel(java.lang.String _attribute, java.lang.String _operatorCode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.platformbackoffice.renderers
Methods in de.hybris.platform.platformbackoffice.renderers with parameters of type ItemModel Modifier and Type Method Description protected booleanDefaultSummaryViewApprovalStatusRenderer. canHandle(ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)protected booleanDefaultSummaryViewOnlineStatusRenderer. canHandle(ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)protected org.zkoss.zul.LabelDefaultSummaryViewOnlineStatusRenderer. createOnlineStatusLabel(ProductModel productModel, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, java.lang.String typeCode, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected java.lang.StringDefaultSummaryViewApprovalStatusRenderer. getIconStatusSClass(org.zkoss.zk.ui.HtmlBasedComponent iconContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected java.lang.StringDefaultSummaryViewOnlineStatusRenderer. getIconStatusSClass(org.zkoss.zk.ui.HtmlBasedComponent iconContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected booleanDefaultSummaryViewApprovalStatusRenderer. hasPermission(ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)protected booleanDefaultSummaryViewOnlineStatusRenderer. hasPermission(ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)protected voidDefaultSummaryViewApprovalStatusRenderer. renderValue(org.zkoss.zul.Div attributeContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected voidDefaultSummaryViewOnlineStatusRenderer. renderValue(org.zkoss.zul.Div attributeContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, ItemModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of ItemModel in de.hybris.platform.platformbackoffice.services.converters
Methods in de.hybris.platform.platformbackoffice.services.converters that return ItemModel Modifier and Type Method Description ItemModelSavedQueryValue. getValueRef()Constructors in de.hybris.platform.platformbackoffice.services.converters with parameters of type ItemModel Constructor Description SavedQueryValue(ItemModel valueRef)SavedQueryValue(java.lang.String localeCode, ItemModel valueRef)SavedQueryValue(java.lang.String localeCode, java.lang.String value, ItemModel valueRef) -
Uses of ItemModel in de.hybris.platform.platformbackoffice.validation.model.constraints
Subclasses of ItemModel in de.hybris.platform.platformbackoffice.validation.model.constraints Modifier and Type Class Description classHybrisEnumValueCodeConstraintModelGenerated model class for type HybrisEnumValueCodeConstraint first defined at extension platformbackoffice.Constructors in de.hybris.platform.platformbackoffice.validation.model.constraints with parameters of type ItemModel Constructor Description HybrisEnumValueCodeConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.processengine.model
Subclasses of ItemModel in de.hybris.platform.processengine.model Modifier and Type Class Description classBusinessProcessModelGenerated model class for type BusinessProcess first defined at extension processing.classBusinessProcessParameterModelGenerated model class for type BusinessProcessParameter first defined at extension processing.classDynamicProcessDefinitionModelGenerated model class for type DynamicProcessDefinition first defined at extension processing.classProcessTaskLogModelGenerated model class for type ProcessTaskLog first defined at extension processing.classProcessTaskModelGenerated model class for type ProcessTask first defined at extension processing.Constructors in de.hybris.platform.processengine.model with parameters of type ItemModel Constructor Description BusinessProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBusinessProcessParameterModel(java.lang.String _name, ItemModel _owner, BusinessProcessModel _process, java.lang.Object _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDynamicProcessDefinitionModel(java.lang.String _code, java.lang.String _content, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProcessTaskLogModel(java.lang.String _actionId, java.lang.Integer _clusterId, ItemModel _owner, BusinessProcessModel _process)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProcessTaskModel(java.lang.String _action, ItemModel _owner, BusinessProcessModel _process, java.lang.String _runnerBean)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.processing.distributed.defaultimpl
Classes in de.hybris.platform.processing.distributed.defaultimpl with type parameters of type ItemModel Modifier and Type Class Description static classDistributedProcessHandler.ModelWithDependencies<T extends ItemModel>Methods in de.hybris.platform.processing.distributed.defaultimpl with type parameters of type ItemModel Modifier and Type Method Description static <T extends ItemModel>
DistributedProcessHandler.ModelWithDependencies<T>DistributedProcessHandler.ModelWithDependencies. modelWithDependencies(T model, ItemModel... dependencies)static <T extends ItemModel>
DistributedProcessHandler.ModelWithDependencies<T>DistributedProcessHandler.ModelWithDependencies. singleModel(T model)Methods in de.hybris.platform.processing.distributed.defaultimpl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Collection<ItemModel>DistributedProcessHandler.ModelWithDependencies. getAllModels()Methods in de.hybris.platform.processing.distributed.defaultimpl with parameters of type ItemModel Modifier and Type Method Description static <T extends ItemModel>
DistributedProcessHandler.ModelWithDependencies<T>DistributedProcessHandler.ModelWithDependencies. modelWithDependencies(T model, ItemModel... dependencies)Method parameters in de.hybris.platform.processing.distributed.defaultimpl with type arguments of type ItemModel Modifier and Type Method Description DistributedProcessHelper.FlushInBatchesContextDistributedProcessHelper.FlushInBatchesContext. add(java.util.Collection<ItemModel> models) -
Uses of ItemModel in de.hybris.platform.processing.model
Subclasses of ItemModel in de.hybris.platform.processing.model Modifier and Type Class Description classAbstractRetentionRuleModelGenerated model class for type AbstractRetentionRule first defined at extension processing.classAfterRetentionCleanupRuleModelGenerated model class for type AfterRetentionCleanupRule first defined at extension processing.classBatchModelGenerated model class for type Batch first defined at extension processing.classDistributedProcessModelGenerated model class for type DistributedProcess first defined at extension processing.classDistributedProcessTransitionTaskModelGenerated model class for type DistributedProcessTransitionTask first defined at extension processing.classDistributedProcessWorkerTaskModelGenerated model class for type DistributedProcessWorkerTask first defined at extension processing.classFlexibleSearchRetentionRuleModelGenerated model class for type FlexibleSearchRetentionRule first defined at extension processing.classSimpleBatchModelGenerated model class for type SimpleBatch first defined at extension processing.classSimpleDistributedProcessModelGenerated model class for type SimpleDistributedProcess first defined at extension processing.Methods in de.hybris.platform.processing.model with parameters of type ItemModel Modifier and Type Method Description voidDistributedProcessTransitionTaskModel. setContextItem(ItemModel value)Generated method - Setter ofTask.contextItemattribute defined at extensionprocessingand redeclared at extensionprocessing.voidDistributedProcessWorkerTaskModel. setContextItem(ItemModel value)Generated method - Setter ofTask.contextItemattribute defined at extensionprocessingand redeclared at extensionprocessing.Constructors in de.hybris.platform.processing.model with parameters of type ItemModel Constructor Description AbstractRetentionRuleModel(java.lang.String _actionReference, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAfterRetentionCleanupRuleModel(java.lang.String _actionReference, java.lang.String _code, ItemModel _owner, ComposedTypeModel _retirementItemType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDistributedProcessModel(java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.String _nodeGroup, ItemModel _owner, DistributedProcessState _state)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDistributedProcessTransitionTaskModel(ItemModel _owner, java.lang.String _runnerBean, DistributedProcessState _state)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDistributedProcessWorkerTaskModel(java.lang.String _conditionId, ItemModel _owner, java.lang.String _runnerBean)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFlexibleSearchRetentionRuleModel(java.lang.String _actionReference, java.lang.String _code, ItemModel _owner, java.lang.String _searchQuery)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleBatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleDistributedProcessModel(int _batchSize, java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.String _nodeGroup, ItemModel _owner, DistributedProcessState _state)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.product.model
Subclasses of ItemModel in de.hybris.platform.product.model Modifier and Type Class Description classAbstractConfiguratorSettingModelGenerated model class for type AbstractConfiguratorSetting first defined at extension catalog.Constructors in de.hybris.platform.product.model with parameters of type ItemModel Constructor Description AbstractConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, java.lang.String _id, ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.productcockpit.components.navigationarea
Methods in de.hybris.platform.productcockpit.components.navigationarea that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>CatalogNavigationAreaModel. getTmpOpenedCatalogItems()java.util.List<ItemModel>NavigationAreaModel. getTmpOpenedCatalogItems() -
Uses of ItemModel in de.hybris.platform.productcockpit.components.navigationarea.renderer
Method parameters in de.hybris.platform.productcockpit.components.navigationarea.renderer with type arguments of type ItemModel Modifier and Type Method Description protected voidCatalogSelectorSectionRenderer. selectionChanged(java.util.List<ItemModel> newSelected)protected voidCatalogSelectorSectionRenderer. selectionChanged(java.util.List<ItemModel> newSelected, boolean doubleClicked)protected voidFavoritesSectionRenderer. selectionChanged(java.util.List<ItemModel> newSelected)protected voidFavoritesSectionRenderer. selectionChanged(java.util.List<ItemModel> newSelected, boolean doubleClicked) -
Uses of ItemModel in de.hybris.platform.productcockpit.services.catalog
Methods in de.hybris.platform.productcockpit.services.catalog with parameters of type ItemModel Modifier and Type Method Description java.util.Collection<java.lang.String>CatalogService. getSubcategoriesHavingSubcategories(ItemModel item)Get a collection of all non-empty sub-categories for a given category or catalog version -
Uses of ItemModel in de.hybris.platform.productcockpit.services.catalog.impl
Methods in de.hybris.platform.productcockpit.services.catalog.impl with parameters of type ItemModel Modifier and Type Method Description java.util.Collection<java.lang.String>CatalogServiceImpl. getSubcategoriesHavingSubcategories(ItemModel item) -
Uses of ItemModel in de.hybris.platform.promotionengineservices.action.impl
Methods in de.hybris.platform.promotionengineservices.action.impl with parameters of type ItemModel Modifier and Type Method Description voidDefaultAddProductToCartActionStrategy. undo(ItemModel item)voidDefaultOrderAdjustTotalActionStrategy. undo(ItemModel action)voidDefaultOrderEntryAdjustActionStrategy. undo(ItemModel action)voidDefaultPotentialPromotionMessageActionStrategy. undo(ItemModel item)voidDefaultShippingActionStrategy. undo(ItemModel item) -
Uses of ItemModel in de.hybris.platform.promotionengineservices.model
Subclasses of ItemModel in de.hybris.platform.promotionengineservices.model Modifier and Type Class Description classAbstractRuleBasedPromotionActionModelGenerated model class for type AbstractRuleBasedPromotionAction first defined at extension promotionengineservices.classCatForPromotionSourceRuleModelGenerated model class for type CatForPromotionSourceRule first defined at extension promotionengineservices.classCombinedCatsForRuleModelGenerated model class for type CombinedCatsForRule first defined at extension promotionengineservices.classExcludedCatForRuleModelGenerated model class for type ExcludedCatForRule first defined at extension promotionengineservices.classExcludedProductForRuleModelGenerated model class for type ExcludedProductForRule first defined at extension promotionengineservices.classProductForPromotionSourceRuleModelGenerated model class for type ProductForPromotionSourceRule first defined at extension promotionengineservices.classPromotionActionParameterModelGenerated model class for type PromotionActionParameter first defined at extension promotionengineservices.classPromotionSourceRuleModelGenerated model class for type PromotionSourceRule first defined at extension promotionengineservices.classPromotionSourceRuleTemplateModelGenerated model class for type PromotionSourceRuleTemplate first defined at extension promotionengineservices.classRuleBasedOrderAddProductActionModelGenerated model class for type RuleBasedOrderAddProductAction first defined at extension promotionengineservices.classRuleBasedOrderAdjustTotalActionModelGenerated model class for type RuleBasedOrderAdjustTotalAction first defined at extension promotionengineservices.classRuleBasedOrderChangeDeliveryModeActionModelGenerated model class for type RuleBasedOrderChangeDeliveryModeAction first defined at extension promotionengineservices.classRuleBasedOrderEntryAdjustActionModelGenerated model class for type RuleBasedOrderEntryAdjustAction first defined at extension promotionengineservices.classRuleBasedPotentialPromotionMessageActionModelGenerated model class for type RuleBasedPotentialPromotionMessageAction first defined at extension promotionengineservices.classRuleBasedPromotionModelGenerated model class for type RuleBasedPromotion first defined at extension promotionengineservices.Constructors in de.hybris.platform.promotionengineservices.model with parameters of type ItemModel Constructor Description AbstractRuleBasedPromotionActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatForPromotionSourceRuleModel(java.lang.String _categoryCode, ItemModel _owner, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCombinedCatsForRuleModel(java.lang.String _categoryCode, java.lang.Integer _conditionId, ItemModel _owner, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExcludedCatForRuleModel(java.lang.String _categoryCode, ItemModel _owner, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExcludedProductForRuleModel(ItemModel _owner, java.lang.String _productCode, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductForPromotionSourceRuleModel(ItemModel _owner, java.lang.String _productCode, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionActionParameterModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionSourceRuleModel(java.lang.String _code, ItemModel _owner, java.lang.String _uuid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionSourceRuleTemplateModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleBasedOrderAddProductActionModel(ItemModel _owner, ProductModel _product, java.lang.Long _quantity)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleBasedOrderAdjustTotalActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleBasedOrderChangeDeliveryModeActionModel(java.math.BigDecimal _deliveryCost, DeliveryModeModel _deliveryMode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleBasedOrderEntryAdjustActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleBasedPotentialPromotionMessageActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleBasedPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.promotionengineservices.promotionengine
Methods in de.hybris.platform.promotionengineservices.promotionengine that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>PromotionActionService. removeDiscountValue(java.lang.String code, AbstractOrderModel order)Removes theDiscountValuewith the given code from the givenorderand its order entries. -
Uses of ItemModel in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultPromotionRuleActionService. applyAllActions(RuleEngineResultRAO ruleEngineResultRAO)java.util.List<ItemModel>DefaultPromotionActionService. removeDiscountValue(java.lang.String code, AbstractOrderModel order)protected java.util.List<ItemModel>DefaultPromotionActionService. removeOrderEntryLevelDiscounts(java.lang.String code, AbstractOrderModel order)Removes theDiscountValuewith the given code from the OrderEntries of the givenorder.Method parameters in de.hybris.platform.promotionengineservices.promotionengine.impl with type arguments of type ItemModel Modifier and Type Method Description protected voidDefaultPromotionRuleActionService. recalculateTotals(java.util.List<ItemModel> actionResults)Gets the order where actions are applied and recalculate it's totals. -
Uses of ItemModel in de.hybris.platform.promotions.impl
Method parameters in de.hybris.platform.promotions.impl with type arguments of type ItemModel Modifier and Type Method Description protected voidAbstractPromotionsService. refreshModifiedModelsAfter(java.util.List<ItemModel> models)Method intended to be called over known set of ItemModel which can get stale while calling jalo logic over their jalo counterparts. -
Uses of ItemModel in de.hybris.platform.promotions.model
Subclasses of ItemModel in de.hybris.platform.promotions.model Modifier and Type Class Description classAbstractPromotionActionModelGenerated model class for type AbstractPromotionAction first defined at extension promotions.classAbstractPromotionModelGenerated model class for type AbstractPromotion first defined at extension promotions.classAbstractPromotionRestrictionModelGenerated model class for type AbstractPromotionRestriction first defined at extension promotions.classCachedPromotionNullActionModelGenerated model class for type CachedPromotionNullAction first defined at extension promotions.classCachedPromotionOrderAddFreeGiftActionModelGenerated model class for type CachedPromotionOrderAddFreeGiftAction first defined at extension promotions.classCachedPromotionOrderAdjustTotalActionModelGenerated model class for type CachedPromotionOrderAdjustTotalAction first defined at extension promotions.classCachedPromotionOrderChangeDeliveryModeActionModelGenerated model class for type CachedPromotionOrderChangeDeliveryModeAction first defined at extension promotions.classCachedPromotionOrderEntryAdjustActionModelGenerated model class for type CachedPromotionOrderEntryAdjustAction first defined at extension promotions.classCachedPromotionOrderEntryConsumedModelGenerated model class for type CachedPromotionOrderEntryConsumed first defined at extension promotions.classCachedPromotionResultModelGenerated model class for type CachedPromotionResult first defined at extension promotions.classOrderPromotionModelGenerated model class for type OrderPromotion first defined at extension promotions.classOrderThresholdChangeDeliveryModePromotionModelGenerated model class for type OrderThresholdChangeDeliveryModePromotion first defined at extension promotions.classOrderThresholdDiscountPromotionModelGenerated model class for type OrderThresholdDiscountPromotion first defined at extension promotions.classOrderThresholdFreeGiftPromotionModelGenerated model class for type OrderThresholdFreeGiftPromotion first defined at extension promotions.classOrderThresholdFreeVoucherPromotionModelGenerated model class for type OrderThresholdFreeVoucherPromotion first defined at extension promotions.classOrderThresholdPerfectPartnerPromotionModelGenerated model class for type OrderThresholdPerfectPartnerPromotion first defined at extension promotions.classProductBOGOFPromotionModelGenerated model class for type ProductBOGOFPromotion first defined at extension promotions.classProductBundlePromotionModelGenerated model class for type ProductBundlePromotion first defined at extension promotions.classProductFixedPricePromotionModelGenerated model class for type ProductFixedPricePromotion first defined at extension promotions.classProductMultiBuyPromotionModelGenerated model class for type ProductMultiBuyPromotion first defined at extension promotions.classProductOneToOnePerfectPartnerPromotionModelGenerated model class for type ProductOneToOnePerfectPartnerPromotion first defined at extension promotions.classProductPercentageDiscountPromotionModelGenerated model class for type ProductPercentageDiscountPromotion first defined at extension promotions.classProductPerfectPartnerBundlePromotionModelGenerated model class for type ProductPerfectPartnerBundlePromotion first defined at extension promotions.classProductPerfectPartnerPromotionModelGenerated model class for type ProductPerfectPartnerPromotion first defined at extension promotions.classProductPromotionModelGenerated model class for type ProductPromotion first defined at extension promotions.classProductSteppedMultiBuyPromotionModelGenerated model class for type ProductSteppedMultiBuyPromotion first defined at extension promotions.classPromotionGroupModelGenerated model class for type PromotionGroup first defined at extension promotions.classPromotionNullActionModelGenerated model class for type PromotionNullAction first defined at extension promotions.classPromotionOrderAddFreeGiftActionModelGenerated model class for type PromotionOrderAddFreeGiftAction first defined at extension promotions.classPromotionOrderAdjustTotalActionModelGenerated model class for type PromotionOrderAdjustTotalAction first defined at extension promotions.classPromotionOrderChangeDeliveryModeActionModelGenerated model class for type PromotionOrderChangeDeliveryModeAction first defined at extension promotions.classPromotionOrderEntryAdjustActionModelGenerated model class for type PromotionOrderEntryAdjustAction first defined at extension promotions.classPromotionOrderEntryConsumedModelGenerated model class for type PromotionOrderEntryConsumed first defined at extension promotions.classPromotionPriceRowModelGenerated model class for type PromotionPriceRow first defined at extension promotions.classPromotionProductRestrictionModelGenerated model class for type PromotionProductRestriction first defined at extension promotions.classPromotionQuantityAndPricesRowModelGenerated model class for type PromotionQuantityAndPricesRow first defined at extension promotions.classPromotionResultModelGenerated model class for type PromotionResult first defined at extension promotions.classPromotionUserRestrictionModelGenerated model class for type PromotionUserRestriction first defined at extension promotions.Constructors in de.hybris.platform.promotions.model with parameters of type ItemModel Constructor Description AbstractPromotionActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractPromotionRestrictionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCachedPromotionNullActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCachedPromotionOrderAddFreeGiftActionModel(ProductModel _freeProduct, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCachedPromotionOrderAdjustTotalActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCachedPromotionOrderChangeDeliveryModeActionModel(DeliveryModeModel _deliveryMode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCachedPromotionOrderEntryAdjustActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCachedPromotionOrderEntryConsumedModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCachedPromotionResultModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderThresholdChangeDeliveryModePromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderThresholdDiscountPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderThresholdFreeGiftPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderThresholdFreeVoucherPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderThresholdPerfectPartnerPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductBOGOFPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductBundlePromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductFixedPricePromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductMultiBuyPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductOneToOnePerfectPartnerPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductPercentageDiscountPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductPerfectPartnerBundlePromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductPerfectPartnerPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductSteppedMultiBuyPromotionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionGroupModel(java.lang.String _Identifier, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionNullActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionOrderAddFreeGiftActionModel(ProductModel _freeProduct, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionOrderAdjustTotalActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionOrderChangeDeliveryModeActionModel(DeliveryModeModel _deliveryMode, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionOrderEntryAdjustActionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionOrderEntryConsumedModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionPriceRowModel(CurrencyModel _currency, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionProductRestrictionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionQuantityAndPricesRowModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionResultModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionUserRestrictionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.refund.model
Subclasses of ItemModel in de.hybris.platform.refund.model Modifier and Type Class Description classOrderRefundRecordEntryModelGenerated model class for type OrderRefundRecordEntry first defined at extension basecommerce.Constructors in de.hybris.platform.refund.model with parameters of type ItemModel Constructor Description OrderRefundRecordEntryModel(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, java.util.Date _timestamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.retention.hook
Classes in de.hybris.platform.retention.hook with type parameters of type ItemModel Modifier and Type Interface Description interfaceItemCleanupHook<MODEL extends ItemModel>A hook strategy to run custom code to cleanup related objects for item cleanup. -
Uses of ItemModel in de.hybris.platform.retention.impl
Classes in de.hybris.platform.retention.impl with type parameters of type ItemModel Modifier and Type Class Description classAbstractExtensibleRemoveCleanupAction<MODEL extends ItemModel>The Class AbstractExtensibleRemoveCleanupAction. -
Uses of ItemModel in de.hybris.platform.returns.model
Subclasses of ItemModel in de.hybris.platform.returns.model Modifier and Type Class Description classOrderEntryReturnRecordEntryModelGenerated model class for type OrderEntryReturnRecordEntry first defined at extension basecommerce.classOrderReplacementRecordEntryModelGenerated model class for type OrderReplacementRecordEntry first defined at extension basecommerce.classOrderReturnRecordEntryModelGenerated model class for type OrderReturnRecordEntry first defined at extension basecommerce.classOrderReturnRecordModelGenerated model class for type OrderReturnRecord first defined at extension basecommerce.classRefundEntryModelGenerated model class for type RefundEntry first defined at extension basecommerce.classReplacementEntryModelGenerated model class for type ReplacementEntry first defined at extension basecommerce.classReplacementOrderEntryModelGenerated model class for type ReplacementOrderEntry first defined at extension basecommerce.classReplacementOrderModelGenerated model class for type ReplacementOrder first defined at extension basecommerce.classReturnEntryModelGenerated model class for type ReturnEntry first defined at extension basecommerce.classReturnOrderEntryModelGenerated model class for type ReturnOrderEntry first defined at extension basecommerce.classReturnOrderModelGenerated model class for type ReturnOrder first defined at extension basecommerce.classReturnProcessModelGenerated model class for type ReturnProcess first defined at extension basecommerce.classReturnRequestModelGenerated model class for type ReturnRequest first defined at extension basecommerce.Constructors in de.hybris.platform.returns.model with parameters of type ItemModel Constructor Description OrderEntryReturnRecordEntryModel(java.lang.String _code, OrderModificationRecordEntryModel _modificationRecordEntry, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderReplacementRecordEntryModel(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, java.util.Date _timestamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderReturnRecordEntryModel(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, java.util.Date _timestamp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderReturnRecordModel(boolean _inProgress, OrderModel _order, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, RefundReason _reason, ReturnStatus _status)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, ReplacementReason _reason, ReturnStatus _status)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementOrderEntryModel(ItemModel _owner, ProductModel _product, java.lang.Long _quantity, UnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementOrderModel(CurrencyModel _currency, java.util.Date _date, ReturnFulfillmentStatus _fulfilmentStatus, OrderModel _originalVersion, ItemModel _owner, UserModel _user, java.lang.String _versionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, ReturnStatus _status)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnOrderEntryModel(ItemModel _owner, ProductModel _product, java.lang.Long _quantity, UnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnOrderModel(CurrencyModel _currency, java.util.Date _date, ReturnFulfillmentStatus _fulfilmentStatus, OrderModel _originalVersion, ItemModel _owner, UserModel _user, java.lang.String _versionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnRequestModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.ruleengine.concurrency
Classes in de.hybris.platform.ruleengine.concurrency with type parameters of type ItemModel Modifier and Type Interface Description interfaceRuleEngineTaskProcessor<I extends ItemModel,T extends TaskResult>Interface encapsulating the behavior of multi-thread executing in tenant-aware context -
Uses of ItemModel in de.hybris.platform.ruleengine.concurrency.impl
Classes in de.hybris.platform.ruleengine.concurrency.impl with type parameters of type ItemModel Modifier and Type Class Description classDefaultRuleEngineTaskProcessor<I extends ItemModel>Default implementation ofRuleEngineTaskProcessor -
Uses of ItemModel in de.hybris.platform.ruleengine.init
Classes in de.hybris.platform.ruleengine.init with type parameters of type ItemModel Modifier and Type Class Description classBulkyTestDataLoader<T extends ItemModel> -
Uses of ItemModel in de.hybris.platform.ruleengine.model
Subclasses of ItemModel in de.hybris.platform.ruleengine.model Modifier and Type Class Description classAbstractRuleEngineContextModelGenerated model class for type AbstractRuleEngineContext first defined at extension ruleengine.classAbstractRuleEngineRuleModelGenerated model class for type AbstractRuleEngineRule first defined at extension ruleengine.classAbstractRulesModuleModelGenerated model class for type AbstractRulesModule first defined at extension ruleengine.classCatalogVersionToRuleEngineContextMappingModelGenerated model class for type CatalogVersionToRuleEngineContextMapping first defined at extension ruleengine.classDroolsKIEBaseModelGenerated model class for type DroolsKIEBase first defined at extension ruleengine.classDroolsKIEModuleMediaModelGenerated model class for type DroolsKIEModuleMedia first defined at extension ruleengine.classDroolsKIEModuleModelGenerated model class for type DroolsKIEModule first defined at extension ruleengine.classDroolsKIESessionModelGenerated model class for type DroolsKIESession first defined at extension ruleengine.classDroolsRuleEngineContextModelGenerated model class for type DroolsRuleEngineContext first defined at extension ruleengine.classDroolsRuleModelGenerated model class for type DroolsRule first defined at extension ruleengine.Constructors in de.hybris.platform.ruleengine.model with parameters of type ItemModel Constructor Description AbstractRuleEngineContextModel(java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractRuleEngineRuleModel(java.lang.String _code, ItemModel _owner, RuleType _ruleType, java.lang.String _uuid, java.lang.Long _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractRulesModuleModel(java.lang.String _name, ItemModel _owner, java.lang.Long _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionToRuleEngineContextMappingModel(CatalogVersionModel _catalogVersion, AbstractRuleEngineContextModel _context, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDroolsKIEBaseModel(DroolsKIEModuleModel _kieModule, java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDroolsKIEModuleMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _kieModuleName, ItemModel _owner, java.lang.String _releaseId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDroolsKIEModuleModel(java.lang.String _mvnArtifactId, java.lang.String _mvnGroupId, java.lang.String _mvnVersion, java.lang.String _name, ItemModel _owner, java.lang.Long _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDroolsKIESessionModel(java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDroolsRuleEngineContextModel(DroolsKIESessionModel _kieSession, java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDroolsRuleModel(java.lang.String _code, ItemModel _owner, RuleType _ruleType, java.lang.String _uuid, java.lang.Long _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.ruleengineservices.action
Classes in de.hybris.platform.ruleengineservices.action with type parameters of type ItemModel Modifier and Type Interface Description interfaceRuleActionStrategy<T extends ItemModel>Defines a strategy that encapsulates the logic of a rule action.Methods in de.hybris.platform.ruleengineservices.action that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>RuleActionService. applyAllActions(RuleEngineResultRAO ruleEngineResultRAO)Applies Actions of Rule Engine Result in a way specific to an Action instance that can change current state of related to the Action object entities (Order, OrderEntries etc.).Methods in de.hybris.platform.ruleengineservices.action with parameters of type ItemModel Modifier and Type Method Description voidRuleActionStrategy. undo(ItemModel action)Revokes the Promotion Action that was applied. -
Uses of ItemModel in de.hybris.platform.ruleengineservices.action.impl
Methods in de.hybris.platform.ruleengineservices.action.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultNoOpRuleActionStrategy. apply(AbstractRuleActionRAO action)java.util.List<ItemModel>DefaultRuleActionService. applyAllActions(RuleEngineResultRAO ruleEngineResultRAO)Takes a RuleEngineResultRAO as argument and gets list of its Actions, then for each Action applies corresponding RuleActionStrategy specified by its strategy field.Methods in de.hybris.platform.ruleengineservices.action.impl with parameters of type ItemModel Modifier and Type Method Description voidDefaultNoOpRuleActionStrategy. undo(ItemModel action) -
Uses of ItemModel in de.hybris.platform.ruleengineservices.maintenance.systemsetup.impl
Methods in de.hybris.platform.ruleengineservices.maintenance.systemsetup.impl with type parameters of type ItemModel Modifier and Type Method Description protected <T extends ItemModel>
java.util.List<T>DefaultRuleEngineSystemSetup. convert(java.util.Set<PK> pks)converts the given set of PKs to source rule model objects.protected <T extends ItemModel>
java.util.Optional<T>DefaultRuleEngineSystemSetup. validateAndConvertFromJalo(PK pk) -
Uses of ItemModel in de.hybris.platform.ruleengineservices.model
Subclasses of ItemModel in de.hybris.platform.ruleengineservices.model Modifier and Type Class Description classAbstractRuleModelGenerated model class for type AbstractRule first defined at extension ruleengineservices.classAbstractRuleTemplateModelGenerated model class for type AbstractRuleTemplate first defined at extension ruleengineservices.classRuleActionDefinitionCategoryModelGenerated model class for type RuleActionDefinitionCategory first defined at extension ruleengineservices.classRuleActionDefinitionModelGenerated model class for type RuleActionDefinition first defined at extension ruleengineservices.classRuleActionDefinitionParameterModelGenerated model class for type RuleActionDefinitionParameter first defined at extension ruleengineservices.classRuleActionDefinitionRuleTypeMappingModelGenerated model class for type RuleActionDefinitionRuleTypeMapping first defined at extension ruleengineservices.classRuleConditionDefinitionCategoryModelGenerated model class for type RuleConditionDefinitionCategory first defined at extension ruleengineservices.classRuleConditionDefinitionModelGenerated model class for type RuleConditionDefinition first defined at extension ruleengineservices.classRuleConditionDefinitionParameterModelGenerated model class for type RuleConditionDefinitionParameter first defined at extension ruleengineservices.classRuleConditionDefinitionRuleTypeMappingModelGenerated model class for type RuleConditionDefinitionRuleTypeMapping first defined at extension ruleengineservices.classRuleEngineCronJobModelGenerated model class for type RuleEngineCronJob first defined at extension ruleengineservices.classRuleEngineJobModelGenerated model class for type RuleEngineJob first defined at extension ruleengineservices.classRuleGroupModelGenerated model class for type RuleGroup first defined at extension ruleengineservices.classRuleToEngineRuleTypeMappingModelGenerated model class for type RuleToEngineRuleTypeMapping first defined at extension ruleengineservices.classSourceRuleModelGenerated model class for type SourceRule first defined at extension ruleengineservices.classSourceRuleTemplateModelGenerated model class for type SourceRuleTemplate first defined at extension ruleengineservices.Constructors in de.hybris.platform.ruleengineservices.model with parameters of type ItemModel Constructor Description AbstractRuleModel(java.lang.String _code, ItemModel _owner, java.lang.String _uuid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractRuleTemplateModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleActionDefinitionCategoryModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleActionDefinitionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleActionDefinitionParameterModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleActionDefinitionRuleTypeMappingModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleConditionDefinitionCategoryModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleConditionDefinitionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleConditionDefinitionParameterModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleConditionDefinitionRuleTypeMappingModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleEngineCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleEngineJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleGroupModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRuleToEngineRuleTypeMappingModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSourceRuleModel(java.lang.String _code, ItemModel _owner, java.lang.String _uuid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSourceRuleTemplateModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.samlsinglesignon.model
Subclasses of ItemModel in de.hybris.platform.samlsinglesignon.model Modifier and Type Class Description classSamlUserGroupModelGenerated model class for type SamlUserGroup first defined at extension samlsinglesignon.Constructors in de.hybris.platform.samlsinglesignon.model with parameters of type ItemModel Constructor Description SamlUserGroupModel(ItemModel _owner, java.lang.String _samlUserGroup, java.util.Set<UserGroupModel> _userGroups, TypeModel _userType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.c4c.quote.model
Subclasses of ItemModel in de.hybris.platform.sap.c4c.quote.model Modifier and Type Class Description classExternalDiscountValueModelGenerated model class for type ExternalDiscountValue first defined at extension c4cquote.Constructors in de.hybris.platform.sap.c4c.quote.model with parameters of type ItemModel Constructor Description ExternalDiscountValueModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.core.configuration.dao
Methods in de.hybris.platform.sap.core.configuration.dao that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>GenericConfigurationDao. getAllModelsForCode(java.lang.String code)Retrieves all models for the given type code. -
Uses of ItemModel in de.hybris.platform.sap.core.configuration.dao.impl
Methods in de.hybris.platform.sap.core.configuration.dao.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultGenericConfigurationDao. getAllModelsForCode(java.lang.String code) -
Uses of ItemModel in de.hybris.platform.sap.core.configuration.datahub
Methods in de.hybris.platform.sap.core.configuration.datahub that return ItemModel Modifier and Type Method Description protected ItemModelConfigurationSaveListener. getItemModel(PK pk)Get item model with the latest properties.Methods in de.hybris.platform.sap.core.configuration.datahub that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Map<PK,ItemModel>RemoveModelMap. getModelsToBeDeleted()get alls models which has to be deleted.Methods in de.hybris.platform.sap.core.configuration.datahub with parameters of type ItemModel Modifier and Type Method Description voidRemoveModelMap. addModelToBeDeleted(PK pk, ItemModel model)Add a model with primary key (pk) to the HashMap.protected java.lang.ObjectDataHubTransferHandler. createConfigurationDTO(ItemModel model, AbstractPopulatingConverter converter)Creates the DTO for the item type of the save event.protected java.util.Map<java.lang.String,java.lang.Object>DataHubTransferHandler. createConfigurationMap(ItemModel model, AbstractPopulatingConverter<ItemModel,java.util.Map<java.lang.String,java.lang.Object>> converter)Creates the property map for the given model.Method parameters in de.hybris.platform.sap.core.configuration.datahub with type arguments of type ItemModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>DataHubTransferHandler. createConfigurationMap(ItemModel model, AbstractPopulatingConverter<ItemModel,java.util.Map<java.lang.String,java.lang.Object>> converter)Creates the property map for the given model.DataHubTransferLogDataHubTransferHandler. invokeDeleteItem(java.lang.String code, java.util.List<ItemModel> models, java.util.List<DataHubTransferConfiguration> dataHubTransferConfigurations, DataHubTransferLog dataHubTransferLog)Delete configuration items in the Data Hub.DataHubTransferLogDataHubTransferHandler. invokeTransfer(java.lang.String code, java.util.List<ItemModel> models, java.util.List<DataHubTransferConfiguration> dataHubTransferConfigurations, DataHubTransferLog dataHubTransferLog)Invokes the data transfer of the given configuration models to data hub. -
Uses of ItemModel in de.hybris.platform.sap.core.configuration.datahub.interceptor
Methods in de.hybris.platform.sap.core.configuration.datahub.interceptor with parameters of type ItemModel Modifier and Type Method Description voidConfigurationItemRemoveInterceptor. onRemove(ItemModel model, InterceptorContext ctx) -
Uses of ItemModel in de.hybris.platform.sap.core.configuration.impl
Methods in de.hybris.platform.sap.core.configuration.impl that return ItemModel Modifier and Type Method Description ItemModelConfigurationPropertyAccessImpl. getConfigurationModel()Returns the current configuration model.Constructors in de.hybris.platform.sap.core.configuration.impl with parameters of type ItemModel Constructor Description ConfigurationPropertyAccessImpl(ItemModel configurationModel)Standard constructor passing the configuration model. -
Uses of ItemModel in de.hybris.platform.sap.core.configuration.model
Subclasses of ItemModel in de.hybris.platform.sap.core.configuration.model Modifier and Type Class Description classRFCDestinationAttributeModelGenerated model class for type RFCDestinationAttribute first defined at extension sapcoreconfiguration.classSAPAdministrationModelGenerated model class for type SAPAdministration first defined at extension sapcoreconfiguration.classSAPConfigurationModelGenerated model class for type SAPConfiguration first defined at extension sapcoreconfiguration.classSAPGlobalConfigurationModelGenerated model class for type SAPGlobalConfiguration first defined at extension sapcoreconfiguration.classSAPHTTPDestinationModelGenerated model class for type SAPHTTPDestination first defined at extension sapcoreconfiguration.classSAPRFCDestinationModelGenerated model class for type SAPRFCDestination first defined at extension sapcoreconfiguration.Constructors in de.hybris.platform.sap.core.configuration.model with parameters of type ItemModel Constructor Description RFCDestinationAttributeModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPAdministrationModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPConfigurationModel(ItemModel _owner, boolean _sapcreditcheckactive, boolean _sapordermgmt_enabled)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPGlobalConfigurationModel(ItemModel _owner, boolean _replicateregistereduser)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPHTTPDestinationModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPRFCDestinationModel(java.lang.String _client, ItemModel _owner, java.lang.String _password, java.lang.String _rfcDestinationName, java.lang.String _userid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.core.configuration.populators
Methods in de.hybris.platform.sap.core.configuration.populators with parameters of type ItemModel Modifier and Type Method Description voidGenericModel2DtoPopulator. populate(ItemModel model, java.lang.Object dto)voidGenericModel2MapPopulator. populate(ItemModel model, java.util.Map<java.lang.String,java.lang.Object> propertyMap) -
Uses of ItemModel in de.hybris.platform.sap.orderexchange.mocks
Methods in de.hybris.platform.sap.orderexchange.mocks with parameters of type ItemModel Modifier and Type Method Description <T> SearchResult<T>MockFlexibleSearchService. searchRelation(ItemModel arg0, java.lang.String arg1, int arg2, int arg3) -
Uses of ItemModel in de.hybris.platform.sap.productconfig.b2bfrontend.model.actions
Subclasses of ItemModel in de.hybris.platform.sap.productconfig.b2bfrontend.model.actions Modifier and Type Class Description classCPQReorderActionModelGenerated model class for type CPQReorderAction first defined at extension sapproductconfigb2baddon.Constructors in de.hybris.platform.sap.productconfig.b2bfrontend.model.actions with parameters of type ItemModel Constructor Description CPQReorderActionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.productconfig.frontend.model
Subclasses of ItemModel in de.hybris.platform.sap.productconfig.frontend.model Modifier and Type Class Description classCartConfigurationDisplayComponentModelGenerated model class for type CartConfigurationDisplayComponent first defined at extension ysapproductconfigaddon.classProductAddConfigToCartComponentModelGenerated model class for type ProductAddConfigToCartComponent first defined at extension ysapproductconfigaddon.classProductConfigOverviewPageModelGenerated model class for type ProductConfigOverviewPage first defined at extension ysapproductconfigaddon.classProductConfigPageModelGenerated model class for type ProductConfigPage first defined at extension ysapproductconfigaddon.classProductConfigurationFilterComponentModelGenerated model class for type ProductConfigurationFilterComponent first defined at extension ysapproductconfigaddon.classProductConfigurationFormComponentModelGenerated model class for type ProductConfigurationFormComponent first defined at extension ysapproductconfigaddon.classProductConfigurationImageComponentModelGenerated model class for type ProductConfigurationImageComponent first defined at extension ysapproductconfigaddon.classProductConfigurationMenuComponentModelGenerated model class for type ProductConfigurationMenuComponent first defined at extension ysapproductconfigaddon.classProductConfigurationOverviewComponentModelGenerated model class for type ProductConfigurationOverviewComponent first defined at extension ysapproductconfigaddon.classProductConfigurationOverviewTitleComponentModelGenerated model class for type ProductConfigurationOverviewTitleComponent first defined at extension ysapproductconfigaddon.classProductConfigurationPrevNextComponentModelGenerated model class for type ProductConfigurationPrevNextComponent first defined at extension ysapproductconfigaddon.classProductConfigurationPriceSummaryComponentModelGenerated model class for type ProductConfigurationPriceSummaryComponent first defined at extension ysapproductconfigaddon.classProductConfigurationTitleSummaryComponentModelGenerated model class for type ProductConfigurationTitleSummaryComponent first defined at extension ysapproductconfigaddon.classProductConfigurationVariantListComponentModelGenerated model class for type ProductConfigurationVariantListComponent first defined at extension ysapproductconfigaddon.Constructors in de.hybris.platform.sap.productconfig.frontend.model with parameters of type ItemModel Constructor Description CartConfigurationDisplayComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductAddConfigToCartComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigOverviewPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationFilterComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationFormComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationImageComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationMenuComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationOverviewComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationOverviewTitleComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationPrevNextComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationPriceSummaryComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationTitleSummaryComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationVariantListComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.productconfig.model.model
Subclasses of ItemModel in de.hybris.platform.sap.productconfig.model.model Modifier and Type Class Description classCPQDataloadStatusModelGenerated model class for type CPQDataloadStatus first defined at extension sapproductconfigmodel.classDataLoaderCronJobModelGenerated model class for type DataLoaderCronJob first defined at extension sapproductconfigmodel.classDataLoaderStopCronJobModelGenerated model class for type DataLoaderStopCronJob first defined at extension sapproductconfigmodel.Constructors in de.hybris.platform.sap.productconfig.model.model with parameters of type ItemModel Constructor Description CPQDataloadStatusModel(java.lang.String _cpqDataloadStatusForSapConfiguration, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDataLoaderCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDataLoaderStopCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.productconfig.rules.cps.model
Subclasses of ItemModel in de.hybris.platform.sap.productconfig.rules.cps.model Modifier and Type Class Description classCharacteristicValueRulesResultModelGenerated model class for type CharacteristicValueRulesResult first defined at extension sapproductconfigrulescps.classDiscountMessageRulesResultModelGenerated model class for type DiscountMessageRulesResult first defined at extension sapproductconfigrulescps.Constructors in de.hybris.platform.sap.productconfig.rules.cps.model with parameters of type ItemModel Constructor Description CharacteristicValueRulesResultModel(ItemModel _owner, ProductConfigurationModel _productConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDiscountMessageRulesResultModel(CharacteristicValueRulesResultModel _csticValueRulesResult, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.productconfig.rules.model
Subclasses of ItemModel in de.hybris.platform.sap.productconfig.rules.model Modifier and Type Class Description classProductConfigSourceRuleModelGenerated model class for type ProductConfigSourceRule first defined at extension sapproductconfigrules.Constructors in de.hybris.platform.sap.productconfig.rules.model with parameters of type ItemModel Constructor Description ProductConfigSourceRuleModel(java.lang.String _code, ItemModel _owner, java.lang.String _uuid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.productconfig.services.model
Subclasses of ItemModel in de.hybris.platform.sap.productconfig.services.model Modifier and Type Class Description classCMSCartConfigurationRestrictionModelGenerated model class for type CMSCartConfigurationRestriction first defined at extension sapproductconfigservices.classCPQConfiguratorSettingsModelGenerated model class for type CPQConfiguratorSettings first defined at extension sapproductconfigservices.classCPQOrderEntryProductInfoModelGenerated model class for type CPQOrderEntryProductInfo first defined at extension sapproductconfigservices.classProductConfigurationModelGenerated model class for type ProductConfiguration first defined at extension sapproductconfigservices.classProductConfigurationPersistenceCleanUpCronJobModelGenerated model class for type ProductConfigurationPersistenceCleanUpCronJob first defined at extension sapproductconfigservices.Constructors in de.hybris.platform.sap.productconfig.services.model with parameters of type ItemModel Constructor Description CMSCartConfigurationRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCPQConfiguratorSettingsModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, java.lang.String _id, ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationModel(ItemModel _owner, java.util.Collection<ProductModel> _product, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationPersistenceCleanUpCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.productconfig.services.strategies.impl
Subclasses of ItemModel in de.hybris.platform.sap.productconfig.services.strategies.impl Modifier and Type Class Description static classProductConfigCloneAbstractOrderStrategyImplTest.CartModelSubClassstatic classProductConfigCloneAbstractOrderStrategyImplTest.QuoteModelSubClass -
Uses of ItemModel in de.hybris.platform.sap.sapcpiadapter.model
Subclasses of ItemModel in de.hybris.platform.sap.sapcpiadapter.model Modifier and Type Class Description classSAPCpiOutboundAddressModelGenerated model class for type SAPCpiOutboundAddress first defined at extension sapcpiadapter.classSAPCpiOutboundB2BContactModelGenerated model class for type SAPCpiOutboundB2BContact first defined at extension sapcpiadapter.classSAPCpiOutboundB2BCustomerModelGenerated model class for type SAPCpiOutboundB2BCustomer first defined at extension sapcpiadapter.classSAPCpiOutboundCardPaymentModelGenerated model class for type SAPCpiOutboundCardPayment first defined at extension sapcpiadapter.classSAPCpiOutboundConfigModelGenerated model class for type SAPCpiOutboundConfig first defined at extension sapcpiadapter.classSAPCpiOutboundCustomerModelGenerated model class for type SAPCpiOutboundCustomer first defined at extension sapcpiadapter.classSAPCpiOutboundOrderCancellationModelGenerated model class for type SAPCpiOutboundOrderCancellation first defined at extension sapcpiadapter.classSAPCpiOutboundOrderItemConfigConditionModelGenerated model class for type SAPCpiOutboundOrderItemConfigCondition first defined at extension sapproductconfigcpiorderexchange.classSAPCpiOutboundOrderItemConfigHeaderModelGenerated model class for type SAPCpiOutboundOrderItemConfigHeader first defined at extension sapproductconfigcpiorderexchange.classSAPCpiOutboundOrderItemConfigHierarchyModelGenerated model class for type SAPCpiOutboundOrderItemConfigHierarchy first defined at extension sapproductconfigcpiorderexchange.classSAPCpiOutboundOrderItemConfigInstanceModelGenerated model class for type SAPCpiOutboundOrderItemConfigInstance first defined at extension sapproductconfigcpiorderexchange.classSAPCpiOutboundOrderItemConfigValueModelGenerated model class for type SAPCpiOutboundOrderItemConfigValue first defined at extension sapproductconfigcpiorderexchange.classSAPCpiOutboundOrderItemModelGenerated model class for type SAPCpiOutboundOrderItem first defined at extension sapcpiadapter.classSAPCpiOutboundOrderModelGenerated model class for type SAPCpiOutboundOrder first defined at extension sapcpiadapter.classSAPCpiOutboundPartnerRoleModelGenerated model class for type SAPCpiOutboundPartnerRole first defined at extension sapcpiadapter.classSAPCpiOutboundPriceComponentModelGenerated model class for type SAPCpiOutboundPriceComponent first defined at extension sapcpiadapter.Constructors in de.hybris.platform.sap.sapcpiadapter.model with parameters of type ItemModel Constructor Description SAPCpiOutboundAddressModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundB2BContactModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundB2BCustomerModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundCardPaymentModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundConfigModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundCustomerModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundOrderCancellationModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundOrderItemConfigConditionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundOrderItemConfigHeaderModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundOrderItemConfigHierarchyModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundOrderItemConfigInstanceModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundOrderItemConfigValueModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundOrderItemModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundOrderModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundPartnerRoleModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundPriceComponentModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.sapcpicustomerexchange.inbound.events
Methods in de.hybris.platform.sap.sapcpicustomerexchange.inbound.events that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiCustomerPersistenceHook. execute(ItemModel item)Methods in de.hybris.platform.sap.sapcpicustomerexchange.inbound.events with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiCustomerPersistenceHook. execute(ItemModel item) -
Uses of ItemModel in de.hybris.platform.sap.sapcpicustomerexchangeb2b.inbound.events
Methods in de.hybris.platform.sap.sapcpicustomerexchangeb2b.inbound.events that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiB2BUnitPersistenceHook. execute(ItemModel item)Methods in de.hybris.platform.sap.sapcpicustomerexchangeb2b.inbound.events with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiB2BUnitPersistenceHook. execute(ItemModel item) -
Uses of ItemModel in de.hybris.platform.sap.sapcpiomsreturnsexchange.inbound.event
Methods in de.hybris.platform.sap.sapcpiomsreturnsexchange.inbound.event that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiOmsCancelReturnOrderConfirmationPersistenceHook. execute(ItemModel item)Methods in de.hybris.platform.sap.sapcpiomsreturnsexchange.inbound.event with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiOmsCancelReturnOrderConfirmationPersistenceHook. execute(ItemModel item) -
Uses of ItemModel in de.hybris.platform.sap.sapcpiomsreturnsexchange.model
Subclasses of ItemModel in de.hybris.platform.sap.sapcpiomsreturnsexchange.model Modifier and Type Class Description classExtendedSAPHTTPDestinationModelGenerated model class for type ExtendedSAPHTTPDestination first defined at extension sapcpiomsreturnsexchange.Constructors in de.hybris.platform.sap.sapcpiomsreturnsexchange.model with parameters of type ItemModel Constructor Description ExtendedSAPHTTPDestinationModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.sapcpiorderexchange.inbound.events
Methods in de.hybris.platform.sap.sapcpiorderexchange.inbound.events that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiOmmDeliveryPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmmGoodsIssuePersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmmOrderCancellationPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmmOrderConfirmationPersistenceHook. execute(ItemModel item)Methods in de.hybris.platform.sap.sapcpiorderexchange.inbound.events with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiOmmDeliveryPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmmGoodsIssuePersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmmOrderCancellationPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmmOrderConfirmationPersistenceHook. execute(ItemModel item) -
Uses of ItemModel in de.hybris.platform.sap.sapcpiorderexchangeoms.inbound.events
Methods in de.hybris.platform.sap.sapcpiorderexchangeoms.inbound.events that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiOmsDeliveryPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmsGoodsIssuePersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmsOrderCancellationPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmsOrderConfirmationPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmsStockLevelPersistenceHook. execute(ItemModel item)Methods in de.hybris.platform.sap.sapcpiorderexchangeoms.inbound.events with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiOmsDeliveryPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmsGoodsIssuePersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmsOrderCancellationPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmsOrderConfirmationPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmsStockLevelPersistenceHook. execute(ItemModel item) -
Uses of ItemModel in de.hybris.platform.sap.sapcpiproductexchange.inbound.events
Methods in de.hybris.platform.sap.sapcpiproductexchange.inbound.events that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiClassAssignmentUnitPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiProductFeatureCleanHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiProductFeaturePersistenceHook. execute(ItemModel item)Methods in de.hybris.platform.sap.sapcpiproductexchange.inbound.events with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiClassAssignmentUnitPersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiProductFeatureCleanHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiProductFeaturePersistenceHook. execute(ItemModel item) -
Uses of ItemModel in de.hybris.platform.sap.sapcpireturnsexchange.inbound.events
Methods in de.hybris.platform.sap.sapcpireturnsexchange.inbound.events that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiOmmReturnGoodsIssuePersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmmReturnOrderConfirmationPersistenceHook. execute(ItemModel item)Methods in de.hybris.platform.sap.sapcpireturnsexchange.inbound.events with parameters of type ItemModel Modifier and Type Method Description java.util.Optional<ItemModel>SapCpiOmmReturnGoodsIssuePersistenceHook. execute(ItemModel item)java.util.Optional<ItemModel>SapCpiOmmReturnOrderConfirmationPersistenceHook. execute(ItemModel item) -
Uses of ItemModel in de.hybris.platform.sap.sapcpireturnsexchange.model
Subclasses of ItemModel in de.hybris.platform.sap.sapcpireturnsexchange.model Modifier and Type Class Description classSAPCpiOutboundReturnOrderItemModelGenerated model class for type SAPCpiOutboundReturnOrderItem first defined at extension sapcpireturnsexchange.classSAPCpiOutboundReturnOrderModelGenerated model class for type SAPCpiOutboundReturnOrder first defined at extension sapcpireturnsexchange.classSAPCpiOutboundReturnOrderPriceComponentModelGenerated model class for type SAPCpiOutboundReturnOrderPriceComponent first defined at extension sapcpireturnsexchange.Constructors in de.hybris.platform.sap.sapcpireturnsexchange.model with parameters of type ItemModel Constructor Description SAPCpiOutboundReturnOrderItemModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundReturnOrderModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundReturnOrderPriceComponentModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.sapinvoiceaddon.model
Subclasses of ItemModel in de.hybris.platform.sap.sapinvoiceaddon.model Modifier and Type Class Description classMaterialModelGenerated model class for type Material first defined at extension sapinvoiceaddon.classPartnerAddressModelGenerated model class for type PartnerAddress first defined at extension sapinvoiceaddon.classSapB2BDocumentModelGenerated model class for type SapB2BDocument first defined at extension sapinvoiceaddon.Constructors in de.hybris.platform.sap.sapinvoiceaddon.model with parameters of type ItemModel Constructor Description MaterialModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPartnerAddressModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSapB2BDocumentModel(java.math.BigDecimal _amount, CurrencyModel _currency, java.lang.String _documentNumber, B2BDocumentTypeModel _documentType, ItemModel _owner, B2BUnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.sapmodel.model
Subclasses of ItemModel in de.hybris.platform.sap.sapmodel.model Modifier and Type Class Description classERPVariantProductModelGenerated model class for type ERPVariantProduct first defined at extension sapmodel.classReferenceDistributionChannelMappingModelGenerated model class for type ReferenceDistributionChannelMapping first defined at extension sapmodel.classReferenceDivisionMappingModelGenerated model class for type ReferenceDivisionMapping first defined at extension sapmodel.classSAPDeliveryModeModelGenerated model class for type SAPDeliveryMode first defined at extension sapmodel.classSAPInboundProductModelGenerated model class for type SAPInboundProduct first defined at extension sapmodel.classSAPInboundVariantModelGenerated model class for type SAPInboundVariant first defined at extension sapmodel.classSAPLogicalSystemModelGenerated model class for type SAPLogicalSystem first defined at extension sapmodel.classSAPOrderModelGenerated model class for type SAPOrder first defined at extension sapmodel.classSAPPaymentModeModelGenerated model class for type SAPPaymentMode first defined at extension sapmodel.classSAPPlantLogSysOrgModelGenerated model class for type SAPPlantLogSysOrg first defined at extension sapmodel.classSAPPricingConditionModelGenerated model class for type SAPPricingCondition first defined at extension sapmodel.classSAPPricingSalesAreaToCatalogModelGenerated model class for type SAPPricingSalesAreaToCatalog first defined at extension sapmodel.classSAPProductIDDataConversionModelGenerated model class for type SAPProductIDDataConversion first defined at extension sapmodel.classSAPProductSalesAreaToCatalogMappingModelGenerated model class for type SAPProductSalesAreaToCatalogMapping first defined at extension sapmodel.classSAPReturnRequestsModelGenerated model class for type SAPReturnRequests first defined at extension ysapomsreturnprocess.classSAPSalesOrganizationModelGenerated model class for type SAPSalesOrganization first defined at extension sapmodel.Constructors in de.hybris.platform.sap.sapmodel.model with parameters of type ItemModel Constructor Description ERPVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReferenceDistributionChannelMappingModel(java.lang.String _distChannel, ItemModel _owner, java.lang.String _refDistChannelConditions, java.lang.String _refDistChannelCustMat, java.lang.String _salesOrganization)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReferenceDivisionMappingModel(java.lang.String _division, ItemModel _owner, java.lang.String _refDivisionConditions, java.lang.String _refDivisionCustomer, java.lang.String _salesOrganization)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPDeliveryModeModel(DeliveryModeModel _deliveryMode, java.lang.String _deliveryValue, ItemModel _owner, SAPConfigurationModel _sapConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPInboundProductModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPInboundVariantModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPLogicalSystemModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPOrderModel(OrderModel _order, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPPaymentModeModel(ItemModel _owner, PaymentModeModel _paymentMode, java.lang.String _paymentName, java.lang.String _paymentValue, SAPConfigurationModel _sapConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPPlantLogSysOrgModel(ItemModel _owner, WarehouseModel _plant)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPPricingConditionModel(java.lang.String _conditionType, java.lang.String _order, AbstractOrderEntryModel _orderEntry, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPPricingSalesAreaToCatalogModel(CatalogVersionModel _catalogVersion, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPProductIDDataConversionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPProductSalesAreaToCatalogMappingModel(CatalogVersionModel _catalogVersion, ItemModel _owner, SAPGlobalConfigurationModel _sapGlobalConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPReturnRequestsModel(ItemModel _owner, ReturnRequestModel _returnRequest)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPSalesOrganizationModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.saporderexchangeoms.model
Subclasses of ItemModel in de.hybris.platform.sap.saporderexchangeoms.model Modifier and Type Class Description classSapConsignmentProcessModelGenerated model class for type SapConsignmentProcess first defined at extension saporderexchangeoms.Constructors in de.hybris.platform.sap.saporderexchangeoms.model with parameters of type ItemModel Constructor Description SapConsignmentProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.sappricingproductcarouseladdon.model
Subclasses of ItemModel in de.hybris.platform.sap.sappricingproductcarouseladdon.model Modifier and Type Class Description classSapProductCarouselComponentModelGenerated model class for type SapProductCarouselComponent first defined at extension sappricingproductcarouseladdon.Constructors in de.hybris.platform.sap.sappricingproductcarouseladdon.model with parameters of type ItemModel Constructor Description SapProductCarouselComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.sap.sapsubscriptionaddon.model.components
Subclasses of ItemModel in de.hybris.platform.sap.sapsubscriptionaddon.model.components Modifier and Type Class Description classSubscriptionProductAddToCartComponentModelGenerated model class for type SubscriptionProductAddToCartComponent first defined at extension sapsubscriptionaddon.classSubscriptionProductGridComponentModelGenerated model class for type SubscriptionProductGridComponent first defined at extension sapsubscriptionaddon.classSubscriptionProductListComponentModelGenerated model class for type SubscriptionProductListComponent first defined at extension sapsubscriptionaddon.classSubscriptionSearchResultsGridComponentModelGenerated model class for type SubscriptionSearchResultsGridComponent first defined at extension sapsubscriptionaddon.classSubscriptionSearchResultsListComponentModelGenerated model class for type SubscriptionSearchResultsListComponent first defined at extension sapsubscriptionaddon.Constructors in de.hybris.platform.sap.sapsubscriptionaddon.model.components with parameters of type ItemModel Constructor Description SubscriptionProductAddToCartComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSubscriptionProductGridComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSubscriptionProductListComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSubscriptionSearchResultsGridComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSubscriptionSearchResultsListComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.savedorderforms.model
Subclasses of ItemModel in de.hybris.platform.savedorderforms.model Modifier and Type Class Description classOrderFormEntryModelGenerated model class for type OrderFormEntry first defined at extension savedorderforms.classOrderFormModelGenerated model class for type OrderForm first defined at extension savedorderforms.Constructors in de.hybris.platform.savedorderforms.model with parameters of type ItemModel Constructor Description OrderFormEntryModel(ItemModel _owner, java.lang.String _sku)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderFormModel(java.lang.String _code, CurrencyModel _currency, java.util.List<OrderFormEntryModel> _entries, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.scimservices.model
Subclasses of ItemModel in de.hybris.platform.scimservices.model Modifier and Type Class Description classScimUserGroupModelGenerated model class for type ScimUserGroup first defined at extension scimservices.Constructors in de.hybris.platform.scimservices.model with parameters of type ItemModel Constructor Description ScimUserGroupModel(ItemModel _owner, java.lang.String _scimUserGroup, java.util.Collection<UserGroupModel> _userGroups, TypeModel _userType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.scripting.model
Subclasses of ItemModel in de.hybris.platform.scripting.model Modifier and Type Class Description classScriptModelGenerated model class for type Script first defined at extension scripting.Constructors in de.hybris.platform.scripting.model with parameters of type ItemModel Constructor Description ScriptModel(java.lang.String _code, java.lang.String _content, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.secaddon.model.components
Subclasses of ItemModel in de.hybris.platform.secaddon.model.components Modifier and Type Class Description classSECAngularScriptComponentModelGenerated model class for type SECAngularScriptComponent first defined at extension secaddon.classSecChatComponentModelGenerated model class for type SecChatComponent first defined at extension secaddon.Constructors in de.hybris.platform.secaddon.model.components with parameters of type ItemModel Constructor Description SECAngularScriptComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSecChatComponentModel(CatalogVersionModel _catalogVersion, java.lang.String _chatScript, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.secureportaladdon.model
Subclasses of ItemModel in de.hybris.platform.secureportaladdon.model Modifier and Type Class Description classB2BRegistrationApprovedProcessModelGenerated model class for type B2BRegistrationApprovedProcess first defined at extension secureportaladdon.classB2BRegistrationModelGenerated model class for type B2BRegistration first defined at extension secureportaladdon.classB2BRegistrationProcessModelGenerated model class for type B2BRegistrationProcess first defined at extension secureportaladdon.classB2BRegistrationRejectedProcessModelGenerated model class for type B2BRegistrationRejectedProcess first defined at extension secureportaladdon.Constructors in de.hybris.platform.secureportaladdon.model with parameters of type ItemModel Constructor Description B2BRegistrationApprovedProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BRegistrationModel(BaseStoreModel _baseStore, CMSSiteModel _cmsSite, java.lang.String _companyAddressCity, CountryModel _companyAddressCountry, java.lang.String _companyAddressPostalCode, java.lang.String _companyAddressStreet, java.lang.String _companyName, CurrencyModel _currency, java.lang.String _email, LanguageModel _language, java.lang.String _name, ItemModel _owner, java.lang.String _position, java.lang.String _telephone)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BRegistrationProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BRegistrationRejectedProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.secureportaladdon.model.restrictions
Subclasses of ItemModel in de.hybris.platform.secureportaladdon.model.restrictions Modifier and Type Class Description classCMSSecurePortalRestrictionModelGenerated model class for type CMSSecurePortalRestriction first defined at extension secureportaladdon.Constructors in de.hybris.platform.secureportaladdon.model.restrictions with parameters of type ItemModel Constructor Description CMSSecurePortalRestrictionModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.secureportaladdon.workflows.actions
Methods in de.hybris.platform.secureportaladdon.workflows.actions with type parameters of type ItemModel Modifier and Type Method Description protected <T extends ItemModel>
TAbstractAutomatedWorkflowTemplateJob. getModelOfType(WorkflowActionModel workflowActionModel, java.lang.Class<T> clazz)Gets a model of the provided class from the list -
Uses of ItemModel in de.hybris.platform.selectivecartaddon.model.components
Subclasses of ItemModel in de.hybris.platform.selectivecartaddon.model.components Modifier and Type Class Description classSelectiveCartCMSComponentModelGenerated model class for type SelectiveCartCMSComponent first defined at extension selectivecartaddon.Constructors in de.hybris.platform.selectivecartaddon.model.components with parameters of type ItemModel Constructor Description SelectiveCartCMSComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.selectivecartsplitlistaddon.model.components
Subclasses of ItemModel in de.hybris.platform.selectivecartsplitlistaddon.model.components Modifier and Type Class Description classSaveForLaterCMSComponentModelGenerated model class for type SaveForLaterCMSComponent first defined at extension selectivecartsplitlistaddon.Constructors in de.hybris.platform.selectivecartsplitlistaddon.model.components with parameters of type ItemModel Constructor Description SaveForLaterCMSComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.servicelayer.interceptor.impl
Methods in de.hybris.platform.servicelayer.interceptor.impl that return ItemModel Modifier and Type Method Description ItemModelUniqueAttributesInterceptor.UniqueAttributeInterceptorException. getModel()Methods in de.hybris.platform.servicelayer.interceptor.impl with parameters of type ItemModel Modifier and Type Method Description protected voidPartOfModelRegisterForRemoveInterceptor. extractAndRegisterForRemoval(InterceptorContext ctx, ItemModel parentModel, java.lang.Object attrValue, java.lang.String partOfAttrQualifier)Goes through theattrValuecontent and calls for each foundItemModelthe methodPartOfModelRegisterForRemoveInterceptor.registerForRemoval(InterceptorContext, ItemModel, ItemModel, String).protected voidPartOfModelRegisterForRemoveInterceptor. registerForRemoval(InterceptorContext ctx, ItemModel parentModel, ItemModel subModel, java.lang.String partOfAttrQualifier)Hook-in method for special attribute dealing.protected voidProductPriceRegisterForRemoveInterceptor. registerForRemoval(InterceptorContext ctx, ItemModel parentModel, ItemModel subModel, java.lang.String partOfAttrQualifier)Constructors in de.hybris.platform.servicelayer.interceptor.impl with parameters of type ItemModel Constructor Description NonSearchableAttributeException(java.lang.String localizedMessage, ValidateInterceptor interceptor, ItemModel model, java.lang.String nonSearchableAttribute)UniqueAttributeInterceptorException(java.lang.String message, ValidateInterceptor inter, ItemModel model, java.util.Set<java.lang.String> attributesKeys)UniqueItem(ItemModel model, java.lang.String type, java.util.Map<java.lang.String,java.lang.Object> keys) -
Uses of ItemModel in de.hybris.platform.servicelayer.internal.dao
Classes in de.hybris.platform.servicelayer.internal.dao with type parameters of type ItemModel Modifier and Type Class Description classDefaultGenericDao<M extends ItemModel>interfaceGenericDao<M extends ItemModel>Generic DAO interface. -
Uses of ItemModel in de.hybris.platform.servicelayer.internal.model
Subclasses of ItemModel in de.hybris.platform.servicelayer.internal.model Modifier and Type Class Description classDynamicMaintenanceCleanupJobModelGenerated model class for type DynamicMaintenanceCleanupJob first defined at extension processing.classIndexTestItemModelGenerated model class for type IndexTestItem first defined at extension core.classMaintenanceCleanupJobModelGenerated model class for type MaintenanceCleanupJob first defined at extension processing.classRetentionJobModelGenerated model class for type RetentionJob first defined at extension processing.classScriptingJobModelGenerated model class for type ScriptingJob first defined at extension processing.classServicelayerJobModelGenerated model class for type ServicelayerJob first defined at extension processing.Constructors in de.hybris.platform.servicelayer.internal.model with parameters of type ItemModel Constructor Description DynamicMaintenanceCleanupJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIndexTestItemModel(java.lang.Short _column1, java.lang.Short _column2, java.lang.Short _column3, java.lang.Short _column4, java.lang.Short _column5, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMaintenanceCleanupJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRetentionJobModel(java.lang.Integer _batchSize, java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, AbstractRetentionRuleModel _retentionRule, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersScriptingJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _scriptURI, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersServicelayerJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.servicelayer.internal.model.impl
Methods in de.hybris.platform.servicelayer.internal.model.impl that return ItemModel Modifier and Type Method Description ItemModelItemModelCloneCreator. copy(ItemModel original)Creates a copy of the given item.ItemModelItemModelCloneCreator. copy(ItemModel original, ItemModelCloneCreator.CopyContext ctx)Creates a copy of the given item.ItemModelItemModelCloneCreator. copy(ItemModel original, ModelCloningContext cloningContext)Creates a copy of the given item.ItemModelItemModelCloneCreator. copy(ComposedTypeModel targetType, ItemModel original, ItemModelCloneCreator.CopyContext ctx)Creates a copy of the given item.ItemModelItemModelCloneCreator. copy(ComposedTypeModel targetType, ItemModel original, ModelCloningContext ctx)Creates a copy of the given item.ItemModelItemModelCloneCreator. copy(ComposedType targetType, ItemModel original, ItemModelCloneCreator.CopyContext ctx)Deprecated.ItemModelItemModelCloneCreator.CopyContext. getCopy(ItemModel original)Returns copy for specified (partOf) source item.ItemModelItemModelCloneCreator.CopyItem. getCopy()Returns the newly created copy ornullif no copy has been created (yet).ItemModelItemModelCloneCreator.CopyItem. getOriginal()Returns the original item to be copied.Methods in de.hybris.platform.servicelayer.internal.model.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>ItemModelCloneCreator. copyAll(ComposedTypeModel targetType, java.util.List<ItemModel> originals, ItemModelCloneCreator.CopyContext ctx)Creates copies of all specified items using a single copy context.java.util.List<ItemModel>ItemModelCloneCreator. copyAll(java.util.List<ItemModel> originals, ItemModelCloneCreator.CopyContext ctx)Creates copies of all specified items using a single copy context.java.util.Collection<ItemModel>ItemModelCloneCreator.CannotCloneException. getCreatedItems()Extracts all newly created copies of the failed clone operation.java.util.Collection<ItemModel>ItemModelCloneCreator.CannotCloneException. getPendingItems()Extracts all pending source items of the failed clone operation.Methods in de.hybris.platform.servicelayer.internal.model.impl with parameters of type ItemModel Modifier and Type Method Description voidItemModelCloneCreator.CopyContext. addPreset(ItemModel srcItem, java.lang.String qualifier, java.lang.Object value)Defines a attribute value to be used when creating a copy instead of the original attribute value.ItemModelItemModelCloneCreator. copy(ItemModel original)Creates a copy of the given item.ItemModelItemModelCloneCreator. copy(ItemModel original, ItemModelCloneCreator.CopyContext ctx)Creates a copy of the given item.ItemModelItemModelCloneCreator. copy(ItemModel original, ModelCloningContext cloningContext)Creates a copy of the given item.ItemModelItemModelCloneCreator. copy(ComposedTypeModel targetType, ItemModel original, ItemModelCloneCreator.CopyContext ctx)Creates a copy of the given item.ItemModelItemModelCloneCreator. copy(ComposedTypeModel targetType, ItemModel original, ModelCloningContext ctx)Creates a copy of the given item.ItemModelItemModelCloneCreator. copy(ComposedType targetType, ItemModel original, ItemModelCloneCreator.CopyContext ctx)Deprecated.voidItemModelCloneCreator. copyAttributes(ItemModel source, ItemModel target, java.util.Set<java.lang.String> attributes)Copies only given set ofattributesfrom thesourceto thetargetmodel.ItemModelItemModelCloneCreator.CopyContext. getCopy(ItemModel original)Returns copy for specified (partOf) source item.protected ItemModelCloneCreator.CopyItemItemModelCloneCreator.CopyContext. getCopyWrapper(ItemModel original)Returns associated copy wrapper for a given (partOf) source itemprotected java.lang.ObjectItemModelCloneCreator.CopyContext. getPreset(ItemModel src, java.lang.String qualifier)protected java.util.Map<java.lang.String,java.lang.Object>ItemModelCloneCreator.CopyContext. getPresets(ItemModel src)Returns all preset values of a source item.ComposedTypeModelItemModelCloneCreator.CopyContext. getTargetType(ItemModel original)Tells which type should be used for creating a copy of the specified original item.protected booleanItemModelCloneCreator.CopyContext. gotPreset(ItemModel src, java.lang.String qualifier)Tells if a attribute got a preset value or not.booleanItemModelCloneCreator.CopyContext. mustBeTranslated(ItemModel original)Tells whether or not the item has been registered as (partOf) item to be copied.protected ItemModelCloneCreator.CopyItemItemModelCloneCreator. prepareCopy(ComposedTypeModel targetType, ItemModel original, ItemModelCloneCreator.CopyContext ctx)prepare copy of original.protected ItemModelCloneCreator.CopyItemItemModelCloneCreator. prepareCopy(ComposedType targetType, ItemModel original, ItemModelCloneCreator.CopyContext ctx)Deprecated.protected voidItemModelCloneCreator. setAllAttributes(ItemModel copy, java.util.Collection<ItemModelCloneCreator.CopyAttribute> attributes)protected voidItemModelCloneCreator.CopyItem. setCopy(ItemModel copy)Registers the copy item.static voidPersistenceTestUtils. verifyThatUnderlyingPersistenceObjectIsSld(ItemModel item)Asserts if a given item is backed by persistence object of SLD type.Method parameters in de.hybris.platform.servicelayer.internal.model.impl with type arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>ItemModelCloneCreator. copyAll(ComposedTypeModel targetType, java.util.List<ItemModel> originals, ItemModelCloneCreator.CopyContext ctx)Creates copies of all specified items using a single copy context.java.util.List<ItemModel>ItemModelCloneCreator. copyAll(java.util.List<ItemModel> originals, ItemModelCloneCreator.CopyContext ctx)Creates copies of all specified items using a single copy context.Constructors in de.hybris.platform.servicelayer.internal.model.impl with parameters of type ItemModel Constructor Description CopyItem(ComposedTypeModel targetType, ItemModel original) -
Uses of ItemModel in de.hybris.platform.servicelayer.internal.model.order
Subclasses of ItemModel in de.hybris.platform.servicelayer.internal.model.order Modifier and Type Class Description classInMemoryCartEntryModelGenerated model class for type InMemoryCartEntry first defined at extension core.classInMemoryCartModelGenerated model class for type InMemoryCart first defined at extension core.Constructors in de.hybris.platform.servicelayer.internal.model.order with parameters of type ItemModel Constructor Description InMemoryCartEntryModel(ItemModel _owner, ProductModel _product, java.lang.Long _quantity, UnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInMemoryCartModel(CurrencyModel _currency, java.util.Date _date, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.servicelayer.locking
Methods in de.hybris.platform.servicelayer.locking with parameters of type ItemModel Modifier and Type Method Description booleanItemLockingService. isLocked(ItemModel item)Checks if theItemModelis locked for processing .voidItemLockingService. lock(ItemModel item)Locks theItemModelfor processing.voidItemLockingService. unlock(ItemModel item)Unlocks theItemModelfor processing.Method parameters in de.hybris.platform.servicelayer.locking with type arguments of type ItemModel Modifier and Type Method Description voidItemLockingService. lockAll(java.util.Collection<ItemModel> items)Locks theCollectionof theItemModelfor processing.voidItemLockingService. unlockAll(java.util.Collection<ItemModel> items)Unlocks theCollectionof theItemModelfor processing. -
Uses of ItemModel in de.hybris.platform.servicelayer.locking.impl
Methods in de.hybris.platform.servicelayer.locking.impl with parameters of type ItemModel Modifier and Type Method Description booleanDefaultItemLockingService. isLocked(ItemModel item)voidDefaultItemLockingService. lock(ItemModel item)voidDefaultItemLockingService. unlock(ItemModel item)Method parameters in de.hybris.platform.servicelayer.locking.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultItemLockingService. lockAll(java.util.Collection<ItemModel> items)voidDefaultItemLockingService. unlockAll(java.util.Collection<ItemModel> items) -
Uses of ItemModel in de.hybris.platform.servicelayer.model
Methods in de.hybris.platform.servicelayer.model that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Class<? extends ItemModel>>ItemModelFetchNoneTest. getModelConvertersToReload()protected abstract java.util.Map<java.lang.String,java.lang.Class<? extends ItemModel>>ItemModelTest. getModelConvertersToReload() -
Uses of ItemModel in de.hybris.platform.servicelayer.model.action
Subclasses of ItemModel in de.hybris.platform.servicelayer.model.action Modifier and Type Class Description classAbstractActionModelGenerated model class for type AbstractAction first defined at extension processing.classSimpleActionModelGenerated model class for type SimpleAction first defined at extension processing.Constructors in de.hybris.platform.servicelayer.model.action with parameters of type ItemModel Constructor Description AbstractActionModel(java.lang.String _code, ItemModel _owner, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleActionModel(java.lang.String _code, ItemModel _owner, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.servicelayer.model.collector
Methods in de.hybris.platform.servicelayer.model.collector with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
java.util.List<ItemModel>DefaultRelatedItemsCollector. collect(T theSource, ItemVisitor<T> theStrategy, java.util.Map<java.lang.String,java.lang.Object> ctx)<T extends ItemModel>
java.util.List<ItemModel>DefaultRelatedItemsCollector. collect(T theSource, java.util.Map<java.lang.String,java.lang.Object> ctx)<T extends ItemModel>
java.util.List<ItemModel>RelatedItemsCollector. collect(T theSource, ItemVisitor<T> theStrategy, java.util.Map<java.lang.String,java.lang.Object> ctx)Travers giventheSourceitem against givenItemVisitorand returns all collected relatives.<T extends ItemModel>
java.util.List<ItemModel>RelatedItemsCollector. collect(T theSource, java.util.Map<java.lang.String,java.lang.Object> ctx)Travers giventheSourceitem against best matchingItemVisitorand returns all collected relatives.Methods in de.hybris.platform.servicelayer.model.collector that return types with arguments of type ItemModel Modifier and Type Method Description <T extends ItemModel>
java.util.List<ItemModel>DefaultRelatedItemsCollector. collect(T theSource, ItemVisitor<T> theStrategy, java.util.Map<java.lang.String,java.lang.Object> ctx)<T extends ItemModel>
java.util.List<ItemModel>DefaultRelatedItemsCollector. collect(T theSource, java.util.Map<java.lang.String,java.lang.Object> ctx)<T extends ItemModel>
java.util.List<ItemModel>RelatedItemsCollector. collect(T theSource, ItemVisitor<T> theStrategy, java.util.Map<java.lang.String,java.lang.Object> ctx)Travers giventheSourceitem against givenItemVisitorand returns all collected relatives.<T extends ItemModel>
java.util.List<ItemModel>RelatedItemsCollector. collect(T theSource, java.util.Map<java.lang.String,java.lang.Object> ctx)Travers giventheSourceitem against best matchingItemVisitorand returns all collected relatives.java.util.List<ItemModel>GenericItemVisitorForTest. visit(ItemModel theSource, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)Methods in de.hybris.platform.servicelayer.model.collector with parameters of type ItemModel Modifier and Type Method Description protected voidDefaultRelatedItemsCollector. collectInternal(ItemModel theSource, java.util.List<ItemModel> collected, java.util.Map<java.lang.String,java.lang.Object> ctx, int currentDepth)java.util.List<ItemModel>GenericItemVisitorForTest. visit(ItemModel theSource, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)Method parameters in de.hybris.platform.servicelayer.model.collector with type arguments of type ItemModel Modifier and Type Method Description protected voidDefaultRelatedItemsCollector. collectInternal(ItemModel theSource, java.util.List<ItemModel> collected, java.util.Map<java.lang.String,java.lang.Object> ctx, int currentDepth)java.util.List<ItemModel>GenericItemVisitorForTest. visit(ItemModel theSource, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx) -
Uses of ItemModel in de.hybris.platform.servicelayer.model.visitor
Classes in de.hybris.platform.servicelayer.model.visitor with type parameters of type ItemModel Modifier and Type Interface Description interfaceItemVisitor<T extends ItemModel>An interface represents the visitor that visit one particular item mode in given context.Methods in de.hybris.platform.servicelayer.model.visitor that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Map<java.lang.String,ItemVisitor<? extends ItemModel>>ItemVisitorRegistry. getVisitors()java.util.List<ItemModel>DefaultItemVisitor. visit(ItemModel theSource, java.util.List<ItemModel> parents, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>ItemVisitor. visit(T theSource, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)Returns visited items for a giventheSourceitem within given contestctxMethods in de.hybris.platform.servicelayer.model.visitor with parameters of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultItemVisitor. visit(ItemModel theSource, java.util.List<ItemModel> parents, java.util.Map<java.lang.String,java.lang.Object> ctx)Method parameters in de.hybris.platform.servicelayer.model.visitor with type arguments of type ItemModel Modifier and Type Method Description voidItemVisitorRegistry. setVisitors(java.util.Map<java.lang.String,ItemVisitor<? extends ItemModel>> visitors)java.util.List<ItemModel>DefaultItemVisitor. visit(ItemModel theSource, java.util.List<ItemModel> parents, java.util.Map<java.lang.String,java.lang.Object> ctx)java.util.List<ItemModel>ItemVisitor. visit(T theSource, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx)Returns visited items for a giventheSourceitem within given contestctx -
Uses of ItemModel in de.hybris.platform.servicelayer.search
Methods in de.hybris.platform.servicelayer.search that return ItemModel Modifier and Type Method Description ItemModelRelationQuery. getModel()Gets the model for which we would like to search.Methods in de.hybris.platform.servicelayer.search with parameters of type ItemModel Modifier and Type Method Description <T> SearchResult<T>FlexibleSearchService. searchRelation(ItemModel model, java.lang.String attribute, int start, int count)This method is not implemented.voidRelationQuery. setModel(ItemModel model)Sets the model for which we would like to search.Constructors in de.hybris.platform.servicelayer.search with parameters of type ItemModel Constructor Description RelationQuery(ItemModel model, java.lang.String attribute, int start, int count)CreatesRelationQueryobject with model, attribute, start and count parameters set. -
Uses of ItemModel in de.hybris.platform.servicelayer.search.impl
Methods in de.hybris.platform.servicelayer.search.impl with parameters of type ItemModel Modifier and Type Method Description <T> SearchResult<T>DefaultFlexibleSearchService. searchRelation(ItemModel model, java.lang.String attribute, int start, int count)This method is not implemented. -
Uses of ItemModel in de.hybris.platform.servicelayer.search.paginated.dao.impl
Classes in de.hybris.platform.servicelayer.search.paginated.dao.impl with type parameters of type ItemModel Modifier and Type Class Description classDefaultPaginatedGenericDao<M extends ItemModel>Default implementation ofPaginatedGenericDao -
Uses of ItemModel in de.hybris.platform.servicelayer.security.permissions
Methods in de.hybris.platform.servicelayer.security.permissions with parameters of type ItemModel Modifier and Type Method Description voidPermissionManagementService. addItemPermission(ItemModel item, PermissionAssignment... permissionAssignment)Adds a permission assignment(s) to an item.voidPermissionManagementService. addItemPermissions(ItemModel item, java.util.Collection<PermissionAssignment> permissionAssignments)Adds all permission assignments defined in given collection to an item.PermissionCheckResultPermissionCheckingService. checkItemPermission(ItemModel item, PrincipalModel principal, java.lang.String permissionName)Checks if a principal has a permission to an item.PermissionCheckResultPermissionCheckingService. checkItemPermission(ItemModel item, java.lang.String permissionName)Same asPermissionCheckingService.checkItemPermission(ItemModel, PrincipalModel, String)but uses default principal.voidPermissionManagementService. clearItemPermissions(ItemModel item)Remove all permission assignments from a given item.java.util.Collection<PermissionAssignment>PermissionManagementService. getItemPermissions(ItemModel item)Returns a collection representing all permission assigned to given item.java.util.Collection<PermissionAssignment>PermissionManagementService. getItemPermissionsForName(ItemModel item, java.lang.String... permissionName)Returns a collection representing permissions with specified name(s) assigned to given item.java.util.Collection<PermissionAssignment>PermissionManagementService. getItemPermissionsForPrincipal(ItemModel item, PrincipalModel... principal)Returns a collection representing permissions assigned to given item for specified principal(s).voidPermissionManagementService. removeItemPermission(ItemModel item, PermissionAssignment... permissionAssignment)Removes permission assignments from an item.voidPermissionManagementService. removeItemPermissions(ItemModel item, java.util.Collection<PermissionAssignment> permissionAssignments)Removes permission assignments from an item.voidPermissionManagementService. removeItemPermissionsForName(ItemModel item, java.lang.String... permissionName)Removes all permission assignments from an item that refer to given permission name(s).voidPermissionManagementService. removeItemPermissionsForPrincipal(ItemModel item, PrincipalModel... principal)Removes all permission assignments from an item that refer to given principal(s).voidPermissionManagementService. setItemPermissions(ItemModel item, java.util.Collection<PermissionAssignment> permissionAssignments)Replaces permission assignments to an item with the ones in given collection. -
Uses of ItemModel in de.hybris.platform.servicelayer.security.permissions.impl
Methods in de.hybris.platform.servicelayer.security.permissions.impl with parameters of type ItemModel Modifier and Type Method Description voidDefaultPermissionManagementService. addItemPermission(ItemModel item, PermissionAssignment... permissionAssignment)voidDefaultPermissionManagementService. addItemPermissions(ItemModel item, java.util.Collection<PermissionAssignment> permissionAssignments)protected voidDefaultPermissionManagementService. addPermissions(ItemModel item, java.util.Collection<PermissionAssignment> permissionAssignments)PermissionCheckResultDefaultPermissionCheckingService. checkItemPermission(ItemModel item, PrincipalModel principal, java.lang.String permissionName)This method tries to check for item permission assignments first.PermissionCheckResultDefaultPermissionCheckingService. checkItemPermission(ItemModel item, java.lang.String permissionName)protected PermissionCheckValueDefaultPermissionCheckingService. checkItemPermissionForPrincipalHierarchy(ItemModel item, PrincipalModel principal, java.lang.String permissionName)Checks permission assignments for given item, permission and principal (with it's groups hierarchy).protected PermissionCheckValueDefaultPermissionCheckingService. checkPermissionForItem(ItemModel item, PrincipalModel principal, java.lang.String permissionName)Checks assignment of given permission to given item for given principal.voidDefaultPermissionManagementService. clearItemPermissions(ItemModel item)protected voidDefaultPermissionManagementService. clearPermissions(ItemModel item)java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getItemPermissions(ItemModel item)java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getItemPermissionsForName(ItemModel item, java.lang.String... permissionName)protected java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getItemPermissionsForName(ItemModel item, java.util.List<java.lang.String> permissionNames)java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getItemPermissionsForPrincipal(ItemModel item, PrincipalModel... principal)protected java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getItemPermissionsForPrincipals(ItemModel item, java.util.Collection<PrincipalModel> principals)voidDefaultPermissionManagementService. removeItemPermission(ItemModel item, PermissionAssignment... permissionAssignment)voidDefaultPermissionManagementService. removeItemPermissions(ItemModel item, java.util.Collection<PermissionAssignment> permissionAssignments)voidDefaultPermissionManagementService. removeItemPermissionsForName(ItemModel item, java.lang.String... permissionName)voidDefaultPermissionManagementService. removeItemPermissionsForPrincipal(ItemModel item, PrincipalModel... principal)protected voidDefaultPermissionManagementService. removePermissions(ItemModel item, java.util.Collection<PermissionAssignment> permissionAssignments)protected voidDefaultPermissionManagementService. removePermissionsForNames(ItemModel item, java.util.Collection<java.lang.String> permissionNames)protected voidDefaultPermissionManagementService. removePermissionsForPrincipals(ItemModel item, java.util.Collection<PrincipalModel> principals)protected voidDefaultPermissionManagementService. removePermissionsForPrincipalsPK(ItemModel item, java.util.Collection<PK> principals)voidDefaultPermissionManagementService. setItemPermissions(ItemModel item, java.util.Collection<PermissionAssignment> permissionAssignments)protected voidDefaultPermissionManagementService. setPermissions(ItemModel item, java.util.Collection<PermissionAssignment> permissionAssignments) -
Uses of ItemModel in de.hybris.platform.servicelayer.tx
Classes in de.hybris.platform.servicelayer.tx with type parameters of type ItemModel Modifier and Type Class Description classModelAwareTransactionCallback<M extends ItemModel>Model-aware transaction wrapper which internally consist of preparation , performing the logic fromModelAwareTransactionCallback.doInModelAwareTransaction(TransactionStatus)and storing phase.classModelAwareTransactionCallbackWithoutResult<M extends ItemModel>Model-aware transaction call-back used for transaction bodies without result. -
Uses of ItemModel in de.hybris.platform.servicelayer.type
Methods in de.hybris.platform.servicelayer.type with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
java.lang.Class<T>TypeService. getModelClass(ComposedTypeModel type)Returns model class for a type.<T extends ItemModel>
java.lang.Class<T>TypeService. getModelClass(java.lang.String typeCode)Returns model class for a type code. -
Uses of ItemModel in de.hybris.platform.servicelayer.type.impl
Methods in de.hybris.platform.servicelayer.type.impl with type parameters of type ItemModel Modifier and Type Method Description <T extends ItemModel>
java.lang.Class<T>DefaultTypeService. getModelClass(ComposedTypeModel type)<T extends ItemModel>
java.lang.Class<T>DefaultTypeService. getModelClass(java.lang.String typeCode) -
Uses of ItemModel in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user with parameters of type ItemModel Modifier and Type Method Description AddressModelAddressService. cloneAddressForOwner(AddressModel address, ItemModel owner)Clones an address but for the given owner and sets a link on the new address to the original address.AddressModelAddressService. createAddressForOwner(ItemModel owner)Creates a new, not persistedAddressModelfor the given owner.java.util.Collection<AddressModel>AddressService. getAddressesForOwner(ItemModel owner)Gets aCollectionofaddressesfor the given owner e.g. -
Uses of ItemModel in de.hybris.platform.servicelayer.user.daos
Methods in de.hybris.platform.servicelayer.user.daos with parameters of type ItemModel Modifier and Type Method Description java.util.Collection<AddressModel>AddressDao. findAddressesForOwner(ItemModel owner)Finds all addresses for the given owner. -
Uses of ItemModel in de.hybris.platform.servicelayer.user.daos.impl
Methods in de.hybris.platform.servicelayer.user.daos.impl with parameters of type ItemModel Modifier and Type Method Description java.util.Collection<AddressModel>DefaultAddressDao. findAddressesForOwner(ItemModel owner) -
Uses of ItemModel in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl with parameters of type ItemModel Modifier and Type Method Description AddressModelDefaultAddressService. cloneAddressForOwner(AddressModel address, ItemModel owner)AddressModelDefaultAddressService. createAddressForOwner(ItemModel owner)java.util.Collection<AddressModel>DefaultAddressService. getAddressesForOwner(ItemModel owner) -
Uses of ItemModel in de.hybris.platform.smarteditwebservices.model
Subclasses of ItemModel in de.hybris.platform.smarteditwebservices.model Modifier and Type Class Description classSmarteditConfigurationModelGenerated model class for type SmarteditConfiguration first defined at extension smarteditwebservices.Constructors in de.hybris.platform.smarteditwebservices.model with parameters of type ItemModel Constructor Description SmarteditConfigurationModel(java.lang.String _key, ItemModel _owner, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.common
Methods in de.hybris.platform.solrfacetsearch.common with parameters of type ItemModel Modifier and Type Method Description static java.lang.IntegerConfigurationUtils. getInteger(ItemModel item, java.lang.String property, java.lang.String template, java.lang.Object... args)static java.lang.ObjectConfigurationUtils. getObject(ItemModel item, java.lang.String property, java.lang.String template, java.lang.Object... args)static java.lang.StringConfigurationUtils. getString(ItemModel item, java.lang.String property, java.lang.String template, java.lang.Object... args) -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.config.mapping.converters
Methods in de.hybris.platform.solrfacetsearch.config.mapping.converters that return ItemModel Modifier and Type Method Description ItemModelItemModelConverter. convert(ItemModel source, ma.glasnost.orika.metadata.Type<? extends ItemModel> destinationType, ma.glasnost.orika.MappingContext mappingContext)Methods in de.hybris.platform.solrfacetsearch.config.mapping.converters with parameters of type ItemModel Modifier and Type Method Description ItemModelItemModelConverter. convert(ItemModel source, ma.glasnost.orika.metadata.Type<? extends ItemModel> destinationType, ma.glasnost.orika.MappingContext mappingContext)Method parameters in de.hybris.platform.solrfacetsearch.config.mapping.converters with type arguments of type ItemModel Modifier and Type Method Description ItemModelItemModelConverter. convert(ItemModel source, ma.glasnost.orika.metadata.Type<? extends ItemModel> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.indexer
Methods in de.hybris.platform.solrfacetsearch.indexer that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>IndexerBatchContext. getItems()Returns the items to be indexed in this batch.java.util.List<ItemModel>IndexerQueriesExecutor. getItems(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<PK> pks)Gets the model instances based on a list of pks.Method parameters in de.hybris.platform.solrfacetsearch.indexer with type arguments of type ItemModel Modifier and Type Method Description voidIndexerBatchContext. setItems(java.util.List<ItemModel> items)Sets the items to be indexed in this batch. -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.indexer.cron
Method parameters in de.hybris.platform.solrfacetsearch.indexer.cron with type arguments of type ItemModel Modifier and Type Method Description protected voidSolrIndexerHotUpdateJob. indexItems(SolrIndexerHotUpdateCronJobModel indexerCronJob, FacetSearchConfig facetSearchConfig, java.util.Collection<ItemModel> items) -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected IdentityProvider<ItemModel>DefaultIndexer. getIdentityProvider(IndexedType indexedType)protected IdentityProvider<ItemModel>DefaultSolrDocumentFactory. getIdentityProvider(IndexedType indexedType)Deprecated.java.util.List<ItemModel>DefaultIndexerBatchContext. getItems()java.util.List<ItemModel>DefaultIndexerQueriesExecutor. getItems(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<PK> pks)Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type ItemModel Modifier and Type Method Description protected voidDefaultIndexer. addCommonFields(org.apache.solr.common.SolrInputDocument document, IndexerBatchContext batchContext, ItemModel model)protected voidDefaultSolrDocumentFactory. addCommonFields(org.apache.solr.common.SolrInputDocument document, IndexerBatchContext batchContext, ItemModel model)Deprecated.protected voidDefaultIndexer. addIndexedPropertyFields(InputDocument document, IndexerBatchContext batchContext, ItemModel model)protected voidDefaultSolrDocumentFactory. addIndexedPropertyFields(InputDocument document, IndexerBatchContext batchContext, ItemModel model)Deprecated.protected voidDefaultIndexer. addIndexedPropertyFieldsForNewApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.util.Collection<IndexedProperty> indexedProperties, java.lang.String valueProviderId, ValueResolver<ItemModel> valueProvider)protected voidDefaultSolrDocumentFactory. addIndexedPropertyFieldsForNewApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.util.Collection<IndexedProperty> indexedProperties, java.lang.String valueProviderId, ValueResolver<ItemModel> valueProvider)Deprecated.protected voidDefaultIndexer. addIndexedPropertyFieldsForOldApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.util.Collection<IndexedProperty> indexedProperties, java.lang.String valueProviderId, FieldValueProvider valueProvider)protected voidDefaultSolrDocumentFactory. addIndexedPropertyFieldsForOldApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.util.Collection<IndexedProperty> indexedProperties, java.lang.String valueProviderId, FieldValueProvider valueProvider)Deprecated.protected voidDefaultIndexer. addIndexedTypeFields(InputDocument document, IndexerBatchContext batchContext, ItemModel model)protected voidDefaultSolrDocumentFactory. addIndexedTypeFields(InputDocument document, IndexerBatchContext batchContext, ItemModel model)Deprecated.protected voidDefaultIndexer. addIndexedTypeFieldsForNewApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.lang.String typeValueProviderBeanId, TypeValueResolver<ItemModel> typeValueProvider)protected voidDefaultSolrDocumentFactory. addIndexedTypeFieldsForNewApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.lang.String typeValueProviderBeanId, TypeValueResolver<ItemModel> typeValueProvider)Deprecated.protected voidDefaultIndexer. addIndexedTypeFieldsForOldApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.lang.String typeValueProviderBeanId, IndexedTypeFieldsValuesProvider typeValueProvider)protected voidDefaultSolrDocumentFactory. addIndexedTypeFieldsForOldApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.lang.String typeValueProviderBeanId, IndexedTypeFieldsValuesProvider typeValueProvider)Deprecated.protected org.apache.solr.common.SolrInputDocumentDefaultIndexer. createInputDocument(ItemModel model, IndexConfig indexConfig, IndexedType indexedType)protected org.apache.solr.common.SolrInputDocumentDefaultIndexer. createInputDocument(ItemModel model, IndexConfig indexConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties)org.apache.solr.common.SolrInputDocumentDefaultSolrDocumentFactory. createInputDocument(ItemModel model, IndexConfig indexConfig, IndexedType indexedType)Deprecated.org.apache.solr.common.SolrInputDocumentDefaultSolrDocumentFactory. createInputDocument(ItemModel model, IndexConfig indexConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties)Deprecated.protected voidDefaultIndexer. validateCommonRequiredParameters(ItemModel item, IndexConfig indexConfig, IndexedType indexedType)protected voidDefaultSolrDocumentFactory. validateCommonRequiredParameters(ItemModel item, IndexConfig indexConfig, IndexedType indexedType)Deprecated.Method parameters in de.hybris.platform.solrfacetsearch.indexer.impl with type arguments of type ItemModel Modifier and Type Method Description protected voidDefaultIndexer. addIndexedPropertyFieldsForNewApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.util.Collection<IndexedProperty> indexedProperties, java.lang.String valueProviderId, ValueResolver<ItemModel> valueProvider)protected voidDefaultSolrDocumentFactory. addIndexedPropertyFieldsForNewApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.util.Collection<IndexedProperty> indexedProperties, java.lang.String valueProviderId, ValueResolver<ItemModel> valueProvider)Deprecated.protected voidDefaultIndexer. addIndexedTypeFieldsForNewApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.lang.String typeValueProviderBeanId, TypeValueResolver<ItemModel> typeValueProvider)protected voidDefaultSolrDocumentFactory. addIndexedTypeFieldsForNewApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.lang.String typeValueProviderBeanId, TypeValueResolver<ItemModel> typeValueProvider)Deprecated.java.util.Collection<org.apache.solr.common.SolrInputDocument>DefaultIndexer. indexItems(java.util.Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType)java.util.Collection<org.apache.solr.common.SolrInputDocument>DefaultIndexer. indexItems(java.util.Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties)voidDefaultIndexerBatchContext. setItems(java.util.List<ItemModel> items) -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.indexer.spi
Methods in de.hybris.platform.solrfacetsearch.indexer.spi with parameters of type ItemModel Modifier and Type Method Description org.apache.solr.common.SolrInputDocumentSolrDocumentFactory. createInputDocument(ItemModel item, IndexConfig indexConfig, IndexedType indexedType)Deprecated.Converts fromItemModeltoSolrInputDocument.org.apache.solr.common.SolrInputDocumentSolrDocumentFactory. createInputDocument(ItemModel item, IndexConfig indexConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties)Deprecated.Converts fromItemModeltoSolrInputDocument(for partial updates).Method parameters in de.hybris.platform.solrfacetsearch.indexer.spi with type arguments of type ItemModel Modifier and Type Method Description java.util.Collection<org.apache.solr.common.SolrInputDocument>Indexer. indexItems(java.util.Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType)Method send items to indexer.java.util.Collection<org.apache.solr.common.SolrInputDocument>Indexer. indexItems(java.util.Collection<ItemModel> items, FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties)Method send items to indexer. -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.List<ItemModel>DefaultIndexerBatchStrategy. executeIndexerQuery(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks) -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.integration
Method parameters in de.hybris.platform.solrfacetsearch.integration with type arguments of type ItemModel Modifier and Type Method Description protected java.util.Collection<ProductModel>AllAsItemsTest. checkProductCollection(CatalogVersionModel catalogVersion, java.util.Collection<? extends ItemModel> items)protected java.util.Collection<ProductModel>FacetDrillDownTest. checkProductCollection(CatalogVersionModel catalogVersion, java.util.Collection<? extends ItemModel> items) -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.model
Subclasses of ItemModel in de.hybris.platform.solrfacetsearch.model Modifier and Type Class Description classSolrIndexerBatchModelGenerated model class for type SolrIndexerBatch first defined at extension solrfacetsearch.classSolrIndexerDistributedProcessModelGenerated model class for type SolrIndexerDistributedProcess first defined at extension solrfacetsearch.classSolrIndexModelGenerated model class for type SolrIndex first defined at extension solrfacetsearch.classSolrIndexOperationModelGenerated model class for type SolrIndexOperation first defined at extension solrfacetsearch.classSolrIndexOperationRecordModelGenerated model class for type SolrIndexOperationRecord first defined at extension solrfacetsearch.classSolrSearchQueryPropertyModelGenerated model class for type SolrSearchQueryProperty first defined at extension solrfacetsearch.classSolrSearchQuerySortModelGenerated model class for type SolrSearchQuerySort first defined at extension solrfacetsearch.classSolrSearchQueryTemplateModelGenerated model class for type SolrSearchQueryTemplate first defined at extension solrfacetsearch.classSolrSortFieldModelGenerated model class for type SolrSortField first defined at extension solrfacetsearch.classSolrSortModelGenerated model class for type SolrSort first defined at extension solrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type ItemModel Constructor Description SolrIndexerBatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerDistributedProcessModel(int _batchSize, java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.String _nodeGroup, ItemModel _owner, DistributedProcessState _state)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexModel(SolrFacetSearchConfigModel _facetSearchConfig, SolrIndexedTypeModel _indexedType, ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, ItemModel _owner, IndexerOperationStatus _status)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, ItemModel _owner, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, java.lang.String _threadId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSearchQueryPropertyModel(SolrIndexedPropertyModel _indexedProperty, ItemModel _owner, SolrSearchQueryTemplateModel _searchQueryTemplate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSearchQuerySortModel(ItemModel _owner, SolrSearchQueryTemplateModel _searchQueryTemplate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSearchQueryTemplateModel(SolrIndexedTypeModel _indexedType, java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSortFieldModel(boolean _ascending, java.lang.String _fieldName, ItemModel _owner, SolrSortModel _sort)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSortModel(java.lang.String _code, SolrIndexedTypeModel _indexedType, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.model.config
Subclasses of ItemModel in de.hybris.platform.solrfacetsearch.model.config Modifier and Type Class Description classSolrEndpointUrlModelGenerated model class for type SolrEndpointUrl first defined at extension solrfacetsearch.classSolrFacetSearchConfigModelGenerated model class for type SolrFacetSearchConfig first defined at extension solrfacetsearch.classSolrIndexConfigModelGenerated model class for type SolrIndexConfig first defined at extension solrfacetsearch.classSolrIndexedPropertyModelGenerated model class for type SolrIndexedProperty first defined at extension solrfacetsearch.classSolrIndexedTypeModelGenerated model class for type SolrIndexedType first defined at extension solrfacetsearch.classSolrIndexerQueryModelGenerated model class for type SolrIndexerQuery first defined at extension solrfacetsearch.classSolrIndexerQueryParameterModelGenerated model class for type SolrIndexerQueryParameter first defined at extension solrfacetsearch.classSolrSearchConfigModelGenerated model class for type SolrSearchConfig first defined at extension solrfacetsearch.classSolrServerConfigModelGenerated model class for type SolrServerConfig first defined at extension solrfacetsearch.classSolrStopWordModelGenerated model class for type SolrStopWord first defined at extension solrfacetsearch.classSolrSynonymConfigModelGenerated model class for type SolrSynonymConfig first defined at extension solrfacetsearch.classSolrValueRangeModelGenerated model class for type SolrValueRange first defined at extension solrfacetsearch.classSolrValueRangeSetModelGenerated model class for type SolrValueRangeSet first defined at extension solrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.config with parameters of type ItemModel Constructor Description SolrEndpointUrlModel(ItemModel _owner, java.lang.String _url)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrFacetSearchConfigModel(boolean _enabledLanguageFallbackMechanism, java.lang.String _name, ItemModel _owner, SolrSearchConfigModel _solrSearchConfig)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexConfigModel(java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexedPropertyModel(java.lang.String _name, ItemModel _owner, SolrPropertiesTypes _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexedTypeModel(java.lang.String _identifier, ItemModel _owner, ComposedTypeModel _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerQueryModel(java.lang.String _identifier, ItemModel _owner, java.lang.String _query, IndexerOperationValues _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerQueryParameterModel(java.lang.String _name, ItemModel _owner, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSearchConfigModel(ItemModel _owner, java.lang.Integer _pageSize)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrServerConfigModel(SolrServerModes _mode, java.lang.String _name, ItemModel _owner, boolean _useMasterNodeExclusivelyForIndexing)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrStopWordModel(java.lang.String _StopWord, LanguageModel _language, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSynonymConfigModel(LanguageModel _language, ItemModel _owner, java.lang.String _synonymFrom)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrValueRangeModel(java.lang.String _from, java.lang.String _name, ItemModel _owner, SolrValueRangeSetModel _solrValueRangeSet)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrValueRangeSetModel(java.lang.String _name, ItemModel _owner, java.lang.String _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.model.cron
Subclasses of ItemModel in de.hybris.platform.solrfacetsearch.model.cron Modifier and Type Class Description classSolrQueryStatisticsCollectorCronJobModelGenerated model class for type SolrQueryStatisticsCollectorCronJob first defined at extension solrfacetsearch.classSolrUpdateStopWordsCronJobModelGenerated model class for type SolrUpdateStopWordsCronJob first defined at extension solrfacetsearch.classSolrUpdateSynonymsCronJobModelGenerated model class for type SolrUpdateSynonymsCronJob first defined at extension solrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.cron with parameters of type ItemModel Constructor Description SolrQueryStatisticsCollectorCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrUpdateStopWordsCronJobModel(JobModel _job, ItemModel _owner, SolrFacetSearchConfigModel _solrFacetSearchConfig)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrUpdateSynonymsCronJobModel(JobModel _job, ItemModel _owner, SolrFacetSearchConfigModel _solrFacetSearchConfig)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.model.hmc
Subclasses of ItemModel in de.hybris.platform.solrfacetsearch.model.hmc Modifier and Type Class Description classComposedIndexedTypeModelGenerated model class for type ComposedIndexedType first defined at extension solrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.hmc with parameters of type ItemModel Constructor Description ComposedIndexedTypeModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.model.indexer
Subclasses of ItemModel in de.hybris.platform.solrfacetsearch.model.indexer Modifier and Type Class Description classSolrIndexedCoresRecordModelGenerated model class for type SolrIndexedCoresRecord first defined at extension solrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.indexer with parameters of type ItemModel Constructor Description SolrIndexedCoresRecordModel(java.lang.String _coreName, java.lang.String _indexName, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.model.indexer.cron
Subclasses of ItemModel in de.hybris.platform.solrfacetsearch.model.indexer.cron Modifier and Type Class Description classSolrExtIndexerCronJobModelGenerated model class for type SolrExtIndexerCronJob first defined at extension solrfacetsearch.classSolrIndexerCronJobModelGenerated model class for type SolrIndexerCronJob first defined at extension solrfacetsearch.classSolrIndexerHotUpdateCronJobModelGenerated model class for type SolrIndexerHotUpdateCronJob first defined at extension solrfacetsearch.classSolrIndexOptimizationCronJobModelGenerated model class for type SolrIndexOptimizationCronJob first defined at extension solrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.indexer.cron that return types with arguments of type ItemModel Modifier and Type Method Description java.util.Collection<ItemModel>SolrIndexerHotUpdateCronJobModel. getItems()Generated method - Getter of theSolrIndexerHotUpdateCronJob.itemsattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.indexer.cron with type arguments of type ItemModel Modifier and Type Method Description voidSolrIndexerHotUpdateCronJobModel. setItems(java.util.Collection<ItemModel> value)Generated method - Setter ofSolrIndexerHotUpdateCronJob.itemsattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.indexer.cron with parameters of type ItemModel Constructor Description SolrExtIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, java.lang.String _indexedType, JobModel _job, ItemModel _owner, java.lang.String _query)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerHotUpdateCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, java.lang.String _indexTypeName, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOptimizationCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.model.redirect
Subclasses of ItemModel in de.hybris.platform.solrfacetsearch.model.redirect Modifier and Type Class Description classSolrAbstractKeywordRedirectModelGenerated model class for type SolrAbstractKeywordRedirect first defined at extension solrfacetsearch.classSolrCategoryRedirectModelGenerated model class for type SolrCategoryRedirect first defined at extension solrfacetsearch.classSolrFacetSearchKeywordRedirectModelGenerated model class for type SolrFacetSearchKeywordRedirect first defined at extension solrfacetsearch.classSolrProductRedirectModelGenerated model class for type SolrProductRedirect first defined at extension solrfacetsearch.classSolrURIRedirectModelGenerated model class for type SolrURIRedirect first defined at extension solrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.redirect with parameters of type ItemModel Constructor Description SolrAbstractKeywordRedirectModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrCategoryRedirectModel(ItemModel _owner, CategoryModel _redirectItem)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrFacetSearchKeywordRedirectModel(java.lang.String _keyword, LanguageModel _language, ItemModel _owner, SolrAbstractKeywordRedirectModel _redirect)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrProductRedirectModel(ItemModel _owner, ProductModel _redirectItem)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrURIRedirectModel(ItemModel _owner, java.lang.String _url)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.model.reporting
Subclasses of ItemModel in de.hybris.platform.solrfacetsearch.model.reporting Modifier and Type Class Description classSolrQueryAggregatedStatsModelGenerated model class for type SolrQueryAggregatedStats first defined at extension solrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.reporting with parameters of type ItemModel Constructor Description SolrQueryAggregatedStatsModel(double _avgNumberOfResults, long _count, SolrFacetSearchConfigModel _indexConfig, LanguageModel _language, ItemModel _owner, java.lang.String _query, java.util.Date _time)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.provider
Classes in de.hybris.platform.solrfacetsearch.provider with type parameters of type ItemModel Modifier and Type Interface Description interfaceValueResolver<T extends ItemModel>Implementations of this interface are responsible for resolving the values to be indexed. -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.provider.impl
Classes in de.hybris.platform.solrfacetsearch.provider.impl with type parameters of type ItemModel Modifier and Type Class Description classAbstractValueResolver<T extends ItemModel,M,Q>Abstract class for value resolvers that want to use aQualifierProviderclassModelAttributesValueResolver<T extends ItemModel>Resolver that gets the values from attributes on the model.Methods in de.hybris.platform.solrfacetsearch.provider.impl with parameters of type ItemModel Modifier and Type Method Description protected voidModelPropertyFieldValueProvider. addFieldValues(java.util.Collection<FieldValue> fieldValues, ItemModel model, IndexedProperty indexedProperty, java.lang.String language)java.lang.StringItemIdentityProvider. getIdentifier(IndexConfig indexConfig, ItemModel item)protected java.lang.StringItemIdentityProvider. prepareCatalogAwareItemIdentifier(ItemModel item) -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<? extends ItemModel>SearchResult. getResults()Searches for all result items. -
Uses of ItemModel in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<? extends ItemModel>SolrSearchResult. getResults() -
Uses of ItemModel in de.hybris.platform.stock.model
Subclasses of ItemModel in de.hybris.platform.stock.model Modifier and Type Class Description classStockLevelHistoryEntryModelGenerated model class for type StockLevelHistoryEntry first defined at extension basecommerce.Constructors in de.hybris.platform.stock.model with parameters of type ItemModel Constructor Description StockLevelHistoryEntryModel(int _actual, ItemModel _owner, int _reserved, StockLevelModel _stockLevel, java.util.Date _updateDate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.stocknotificationservices.cronjob
Method parameters in de.hybris.platform.stocknotificationservices.cronjob with type arguments of type ItemModel Modifier and Type Method Description protected abstract StockNotificationTaskAbstractStockLevelStatusJob. createTask(java.util.Map<java.lang.String,ItemModel> data)protected StockNotificationTaskStockLevelStatusJob. createTask(java.util.Map<java.lang.String,ItemModel> data)Constructor parameters in de.hybris.platform.stocknotificationservices.cronjob with type arguments of type ItemModel Constructor Description StockNotificationTask(NotificationService notificationService, ModelService modelService, java.util.Map<java.lang.String,ItemModel> data) -
Uses of ItemModel in de.hybris.platform.stocknotificationservices.email.processor.impl
Method parameters in de.hybris.platform.stocknotificationservices.email.processor.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultStockNotificationEmailProcessor. process(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap) -
Uses of ItemModel in de.hybris.platform.stocknotificationservices.model
Subclasses of ItemModel in de.hybris.platform.stocknotificationservices.model Modifier and Type Class Description classStockNotificationProcessModelGenerated model class for type StockNotificationProcess first defined at extension stocknotificationservices.Constructors in de.hybris.platform.stocknotificationservices.model with parameters of type ItemModel Constructor Description StockNotificationProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl
Method parameters in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl with type arguments of type ItemModel Modifier and Type Method Description voidStockNotificationSiteMessageProcessor. process(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap) -
Uses of ItemModel in de.hybris.platform.stocknotificationservices.sms.processor.impl
Method parameters in de.hybris.platform.stocknotificationservices.sms.processor.impl with type arguments of type ItemModel Modifier and Type Method Description voidDefaultStockNotificationSmsProcessor. process(CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap) -
Uses of ItemModel in de.hybris.platform.store
Subclasses of ItemModel in de.hybris.platform.store Modifier and Type Class Description classBaseStoreModelGenerated model class for type BaseStore first defined at extension basecommerce.Constructors in de.hybris.platform.store with parameters of type ItemModel Constructor Description BaseStoreModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.storelocator.model
Subclasses of ItemModel in de.hybris.platform.storelocator.model Modifier and Type Class Description classGeocodeAddressesCronJobModelGenerated model class for type GeocodeAddressesCronJob first defined at extension basecommerce.classOpeningDayModelGenerated model class for type OpeningDay first defined at extension basecommerce.classOpeningScheduleModelGenerated model class for type OpeningSchedule first defined at extension basecommerce.classPointOfServiceModelGenerated model class for type PointOfService first defined at extension basecommerce.classSpecialOpeningDayModelGenerated model class for type SpecialOpeningDay first defined at extension basecommerce.classWeekdayOpeningDayModelGenerated model class for type WeekdayOpeningDay first defined at extension basecommerce.Constructors in de.hybris.platform.storelocator.model with parameters of type ItemModel Constructor Description GeocodeAddressesCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOpeningDayModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOpeningScheduleModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPointOfServiceModel(java.lang.String _name, ItemModel _owner, PointOfServiceTypeEnum _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSpecialOpeningDayModel(java.util.Date _date, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWeekdayOpeningDayModel(WeekDay _dayOfWeek, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.subscriptioncockpits.services.label.impl
Classes in de.hybris.platform.subscriptioncockpits.services.label.impl with type parameters of type ItemModel Modifier and Type Class Description classAbstractSubscriptionModelLabelProvider<R extends ItemModel>Abstract label provider implementation forItemModel -
Uses of ItemModel in de.hybris.platform.subscriptionservices.interceptor.impl
Methods in de.hybris.platform.subscriptionservices.interceptor.impl with parameters of type ItemModel Modifier and Type Method Description voidAbstractParentChildValidateInterceptor. markParentItemsAsModified(ItemModel item)Method parameters in de.hybris.platform.subscriptionservices.interceptor.impl with type arguments of type ItemModel Modifier and Type Method Description protected voidAbstractParentChildValidateInterceptor. markItemsAsModified(java.util.List<ItemModel> items) -
Uses of ItemModel in de.hybris.platform.subscriptionservices.model
Classes in de.hybris.platform.subscriptionservices.model with type parameters of type ItemModel Modifier and Type Interface Description interfaceModelSortService<T extends ItemModel>Service interface for sorting collections of model instances.Subclasses of ItemModel in de.hybris.platform.subscriptionservices.model Modifier and Type Class Description classBillingEventModelGenerated model class for type BillingEvent first defined at extension subscriptionservices.classBillingFrequencyModelGenerated model class for type BillingFrequency first defined at extension subscriptionservices.classBillingPlanModelGenerated model class for type BillingPlan first defined at extension subscriptionservices.classBillingTimeModelGenerated model class for type BillingTime first defined at extension subscriptionservices.classChargeEntryModelGenerated model class for type ChargeEntry first defined at extension subscriptionservices.classOneTimeChargeEntryModelGenerated model class for type OneTimeChargeEntry first defined at extension subscriptionservices.classOverageUsageChargeEntryModelGenerated model class for type OverageUsageChargeEntry first defined at extension subscriptionservices.classPerUnitUsageChargeModelGenerated model class for type PerUnitUsageCharge first defined at extension subscriptionservices.classPriceRowsValidConstraintModelGenerated model class for type PriceRowsValidConstraint first defined at extension subscriptionservices.classPromotionBillingTimeRestrictionModelGenerated model class for type PromotionBillingTimeRestriction first defined at extension subscriptionservices.classRecurringChargeEntryModelGenerated model class for type RecurringChargeEntry first defined at extension subscriptionservices.classSubscriptionModelGenerated model class for type Subscription first defined at extension subscriptionservices.classSubscriptionPricePlanModelGenerated model class for type SubscriptionPricePlan first defined at extension subscriptionservices.classSubscriptionProductModelGenerated model class for type SubscriptionProduct first defined at extension subscriptionservices.classSubscriptionTermModelGenerated model class for type SubscriptionTerm first defined at extension subscriptionservices.classTierUsageChargeEntryModelGenerated model class for type TierUsageChargeEntry first defined at extension subscriptionservices.classUsageChargeEntryModelGenerated model class for type UsageChargeEntry first defined at extension subscriptionservices.classUsageChargeModelGenerated model class for type UsageCharge first defined at extension subscriptionservices.classUsageUnitModelGenerated model class for type UsageUnit first defined at extension subscriptionservices.classVolumeUsageChargeModelGenerated model class for type VolumeUsageCharge first defined at extension subscriptionservices.Constructors in de.hybris.platform.subscriptionservices.model with parameters of type ItemModel Constructor Description BillingEventModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBillingFrequencyModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBillingPlanModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBillingTimeModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersChargeEntryModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, java.lang.Double _price)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOneTimeChargeEntryModel(BillingEventModel _billingEvent, CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, java.lang.Double _price)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOverageUsageChargeEntryModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, java.lang.Double _price)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPerUnitUsageChargeModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, UsageUnitModel _usageUnit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPriceRowsValidConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner, java.lang.String _priceRowType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionBillingTimeRestrictionModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRecurringChargeEntryModel(CatalogVersionModel _catalogVersion, java.lang.Integer _cycleStart, java.lang.String _id, ItemModel _owner, java.lang.Double _price)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSubscriptionModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSubscriptionPricePlanModel(CurrencyModel _currency, ItemModel _owner, ProductPriceGroup _pg, java.lang.Double _price, ProductModel _product, java.lang.String _productId, UnitModel _unit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSubscriptionProductModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSubscriptionTermModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTierUsageChargeEntryModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, java.lang.Double _price, java.lang.Integer _tierEnd, java.lang.Integer _tierStart)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUsageChargeEntryModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, java.lang.Double _price)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUsageChargeModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, UsageUnitModel _usageUnit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUsageUnitModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVolumeUsageChargeModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner, UsageUnitModel _usageUnit)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.task
Subclasses of ItemModel in de.hybris.platform.task Modifier and Type Class Description classTaskConditionModelGenerated model class for type TaskCondition first defined at extension processing.classTaskModelGenerated model class for type Task first defined at extension processing.Methods in de.hybris.platform.task that return ItemModel Modifier and Type Method Description ItemModelTaskModel. getContextItem()Generated method - Getter of theTask.contextItemattribute defined at extensionprocessing.Methods in de.hybris.platform.task with parameters of type ItemModel Modifier and Type Method Description voidTaskModel. setContextItem(ItemModel value)Generated method - Setter ofTask.contextItemattribute defined at extensionprocessing.Constructors in de.hybris.platform.task with parameters of type ItemModel Constructor Description TaskConditionModel(ItemModel _owner, java.lang.String _uniqueID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTaskModel(ItemModel _owner, java.lang.String _runnerBean)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.task.model
Subclasses of ItemModel in de.hybris.platform.task.model Modifier and Type Class Description classScriptingTaskModelGenerated model class for type ScriptingTask first defined at extension processing.classTriggerTaskModelGenerated model class for type TriggerTask first defined at extension processing.Constructors in de.hybris.platform.task.model with parameters of type ItemModel Constructor Description ScriptingTaskModel(ItemModel _owner, java.lang.String _runnerBean, java.lang.String _scriptURI)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTriggerTaskModel(ItemModel _owner, java.lang.String _runnerBean, TriggerModel _trigger)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.test
Methods in de.hybris.platform.test with parameters of type ItemModel Modifier and Type Method Description protected voidLinkModelTest. assertLink(LinkModel link, java.lang.String type, java.lang.String qualifier, ItemModel src, ItemModel tgt, java.lang.Integer seq, java.lang.Integer rSeq)protected LinkModelLinkModelTest. createTypedLink(java.lang.String type, ItemModel src, ItemModel tgt, java.lang.Integer seq, java.lang.Integer rSeq)protected java.util.Collection<LinkModel>LinkModelTest. getLinks(ItemModel src, ItemModel tgt, java.lang.String qualifier) -
Uses of ItemModel in de.hybris.platform.testframework
Methods in de.hybris.platform.testframework with type parameters of type ItemModel Modifier and Type Method Description static <T extends ItemModel>
TTestModelUtils. reReadModel(T _model)Re-reads model from database. -
Uses of ItemModel in de.hybris.platform.testframework.seed
Methods in de.hybris.platform.testframework.seed with parameters of type ItemModel Modifier and Type Method Description AddressModelTestDataCreator. createAddress(java.lang.String town, java.lang.String streetName, ItemModel owner) -
Uses of ItemModel in de.hybris.platform.textfieldconfiguratortemplateservices.model
Subclasses of ItemModel in de.hybris.platform.textfieldconfiguratortemplateservices.model Modifier and Type Class Description classTextFieldConfiguratorSettingModelGenerated model class for type TextFieldConfiguratorSetting first defined at extension textfieldconfiguratortemplateservices.classTextFieldConfiguredProductInfoModelGenerated model class for type TextFieldConfiguredProductInfo first defined at extension textfieldconfiguratortemplateservices.Constructors in de.hybris.platform.textfieldconfiguratortemplateservices.model with parameters of type ItemModel Constructor Description TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, java.lang.String _id, ItemModel _owner, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.ticket.events.model
Subclasses of ItemModel in de.hybris.platform.ticket.events.model Modifier and Type Class Description classCsCustomerEventModelGenerated model class for type CsCustomerEvent first defined at extension ticketsystem.classCsTicketChangeEventCsAgentGroupEntryModelGenerated model class for type CsTicketChangeEventCsAgentGroupEntry first defined at extension ticketsystem.classCsTicketChangeEventCsTicketCategoryEntryModelGenerated model class for type CsTicketChangeEventCsTicketCategoryEntry first defined at extension ticketsystem.classCsTicketChangeEventCsTicketPriorityEntryModelGenerated model class for type CsTicketChangeEventCsTicketPriorityEntry first defined at extension ticketsystem.classCsTicketChangeEventCsTicketStateEntryModelGenerated model class for type CsTicketChangeEventCsTicketStateEntry first defined at extension ticketsystem.classCsTicketChangeEventEmployeeEntryModelGenerated model class for type CsTicketChangeEventEmployeeEntry first defined at extension ticketsystem.classCsTicketChangeEventEntryModelGenerated model class for type CsTicketChangeEventEntry first defined at extension ticketsystem.classCsTicketChangeEventStringEntryModelGenerated model class for type CsTicketChangeEventStringEntry first defined at extension ticketsystem.classCsTicketEmailModelGenerated model class for type CsTicketEmail first defined at extension ticketsystem.classCsTicketEventModelGenerated model class for type CsTicketEvent first defined at extension ticketsystem.classCsTicketResolutionEventModelGenerated model class for type CsTicketResolutionEvent first defined at extension ticketsystem.Constructors in de.hybris.platform.ticket.events.model with parameters of type ItemModel Constructor Description CsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketChangeEventCsAgentGroupEntryModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketChangeEventCsTicketCategoryEntryModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketChangeEventCsTicketPriorityEntryModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketChangeEventCsTicketStateEntryModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketChangeEventEmployeeEntryModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketChangeEventEntryModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketChangeEventStringEntryModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketEmailModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, CsResolutionType _resolutionType, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.ticket.model
Subclasses of ItemModel in de.hybris.platform.ticket.model Modifier and Type Class Description classCsAgentGroupModelGenerated model class for type CsAgentGroup first defined at extension ticketsystem.classCsTicketEventEmailConfigurationModelGenerated model class for type CsTicketEventEmailConfiguration first defined at extension ticketsystem.classCsTicketModelGenerated model class for type CsTicket first defined at extension ticketsystem.Constructors in de.hybris.platform.ticket.model with parameters of type ItemModel Constructor Description CsAgentGroupModel(ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketEventEmailConfigurationModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketModel(ItemModel _owner, java.lang.String _ticketID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.ticket.strategies.impl
Methods in de.hybris.platform.ticket.strategies.impl with parameters of type ItemModel Modifier and Type Method Description protected java.lang.ObjectDefaultTicketAttributeChangeEventStrategy. getNewAttributeValue(ItemModel item, java.lang.String attribute)protected java.lang.ObjectDefaultTicketAttributeChangeEventStrategy. getOriginalAttributeValue(ItemModel item, java.lang.String attribute) -
Uses of ItemModel in de.hybris.platform.ticketsystem.events.model
Subclasses of ItemModel in de.hybris.platform.ticketsystem.events.model Modifier and Type Class Description classSessionEndEventModelGenerated model class for type SessionEndEvent first defined at extension ticketsystem.classSessionEventModelGenerated model class for type SessionEvent first defined at extension ticketsystem.classSessionStartEventModelGenerated model class for type SessionStartEvent first defined at extension ticketsystem.Constructors in de.hybris.platform.ticketsystem.events.model with parameters of type ItemModel Constructor Description SessionEndEventModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSessionEventModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSessionStartEventModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.ticketsystem.model
Subclasses of ItemModel in de.hybris.platform.ticketsystem.model Modifier and Type Class Description classCSTicketStagnationCronJobModelDeprecated.Since 6.6: replaced with ticketRetentionCronJob from ycoreaccelerator module.classSessionEventsRemovalCronJobModelGenerated model class for type SessionEventsRemovalCronJob first defined at extension ticketsystem.Constructors in de.hybris.platform.ticketsystem.model with parameters of type ItemModel Constructor Description CSTicketStagnationCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSessionEventsRemovalCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.timedaccesspromotionengineservices.model
Subclasses of ItemModel in de.hybris.platform.timedaccesspromotionengineservices.model Modifier and Type Class Description classFlashBuyCouponModelGenerated model class for type FlashBuyCoupon first defined at extension timedaccesspromotionengineservices.classFlashBuyCronJobModelGenerated model class for type FlashBuyCronJob first defined at extension timedaccesspromotionengineservices.Constructors in de.hybris.platform.timedaccesspromotionengineservices.model with parameters of type ItemModel Constructor Description FlashBuyCouponModel(java.lang.String _couponId, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFlashBuyCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.validation.coverage
Methods in de.hybris.platform.validation.coverage with parameters of type ItemModel Modifier and Type Method Description CoverageInfoCoverageCalculationService. calculate(ItemModel item, java.lang.String domainId)Calculates the coverage of the givenitem.CoverageInfoCoverageCalculationService. calculate(ItemModel item, java.lang.String templateCode, java.lang.String domainId)Calculates the coverage of the givenitem. -
Uses of ItemModel in de.hybris.platform.validation.coverage.impl
Methods in de.hybris.platform.validation.coverage.impl with parameters of type ItemModel Modifier and Type Method Description CoverageInfoDefaultCoverageCalculationService. calculate(ItemModel item, java.lang.String domainId)CoverageInfoDefaultCoverageCalculationService. calculate(ItemModel item, java.lang.String templateCode, java.lang.String domainId) -
Uses of ItemModel in de.hybris.platform.validation.coverage.strategies
Methods in de.hybris.platform.validation.coverage.strategies with parameters of type ItemModel Modifier and Type Method Description CoverageInfoCoverageCalculationStrategy. calculate(ItemModel item)Calculates the coverage of the givenitem. -
Uses of ItemModel in de.hybris.platform.validation.coverage.strategies.impl
Methods in de.hybris.platform.validation.coverage.strategies.impl with parameters of type ItemModel Modifier and Type Method Description CoverageInfoValidationBasedCoverageCalculationStrategy. calculate(ItemModel item) -
Uses of ItemModel in de.hybris.platform.validation.model.constraints
Subclasses of ItemModel in de.hybris.platform.validation.model.constraints Modifier and Type Class Description classAbstractConstraintModelGenerated model class for type AbstractConstraint first defined at extension validation.classAttributeConstraintModelGenerated model class for type AttributeConstraint first defined at extension validation.classConstraintGroupModelGenerated model class for type ConstraintGroup first defined at extension validation.classDynamicConstraintModelGenerated model class for type DynamicConstraint first defined at extension validation.classHybrisDecimalMaxConstraintModelGenerated model class for type HybrisDecimalMaxConstraint first defined at extension validation.classHybrisDecimalMinConstraintModelGenerated model class for type HybrisDecimalMinConstraint first defined at extension validation.classNotBlankConstraintModelGenerated model class for type NotBlankConstraint first defined at extension validation.classNotEmptyConstraintModelGenerated model class for type NotEmptyConstraint first defined at extension validation.classRegExpConstraintModelGenerated model class for type RegExpConstraint first defined at extension personalizationservices.classTypeConstraintModelGenerated model class for type TypeConstraint first defined at extension validation.classXorNullReferenceConstraintModelGenerated model class for type XorNullReferenceConstraint first defined at extension validation.Constructors in de.hybris.platform.validation.model.constraints with parameters of type ItemModel Constructor Description AbstractConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAttributeConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConstraintGroupModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDynamicConstraintModel(java.lang.Class _annotation, java.lang.String _expression, java.lang.String _id, ValidatorLanguage _language, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersHybrisDecimalMaxConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner, java.math.BigDecimal _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersHybrisDecimalMinConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner, java.math.BigDecimal _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNotBlankConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNotEmptyConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRegExpConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTypeConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersXorNullReferenceConstraintModel(java.lang.Class _annotation, java.lang.String _firstFieldName, java.lang.String _id, ItemModel _owner, java.lang.String _secondFieldName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.validation.model.constraints.jsr303
Subclasses of ItemModel in de.hybris.platform.validation.model.constraints.jsr303 Modifier and Type Class Description classAssertFalseConstraintModelGenerated model class for type AssertFalseConstraint first defined at extension validation.classAssertTrueConstraintModelGenerated model class for type AssertTrueConstraint first defined at extension validation.classDecimalMaxConstraintModelGenerated model class for type DecimalMaxConstraint first defined at extension validation.classDecimalMinConstraintModelGenerated model class for type DecimalMinConstraint first defined at extension validation.classDigitsConstraintModelGenerated model class for type DigitsConstraint first defined at extension validation.classFutureConstraintModelGenerated model class for type FutureConstraint first defined at extension validation.classMaxConstraintModelGenerated model class for type MaxConstraint first defined at extension validation.classMinConstraintModelGenerated model class for type MinConstraint first defined at extension validation.classNotNullConstraintModelGenerated model class for type NotNullConstraint first defined at extension validation.classNullConstraintModelGenerated model class for type NullConstraint first defined at extension validation.classObjectPatternConstraintModelGenerated model class for type ObjectPatternConstraint first defined at extension ruleengineservices.classPastConstraintModelGenerated model class for type PastConstraint first defined at extension validation.classPatternConstraintModelGenerated model class for type PatternConstraint first defined at extension validation.classSizeConstraintModelGenerated model class for type SizeConstraint first defined at extension validation.Constructors in de.hybris.platform.validation.model.constraints.jsr303 with parameters of type ItemModel Constructor Description AssertFalseConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAssertTrueConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDecimalMaxConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner, java.math.BigDecimal _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDecimalMinConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner, java.math.BigDecimal _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDigitsConstraintModel(java.lang.Class _annotation, java.lang.Integer _fraction, java.lang.String _id, java.lang.Integer _integer, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFutureConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMaxConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner, java.lang.Long _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMinConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner, java.lang.Long _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNotNullConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNullConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersObjectPatternConstraintModel(java.lang.Class _annotation, java.util.Set<RegexpFlag> _flags, java.lang.String _id, ItemModel _owner, java.lang.String _regexp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPastConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPatternConstraintModel(java.lang.Class _annotation, java.util.Set<RegexpFlag> _flags, java.lang.String _id, ItemModel _owner, java.lang.String _regexp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSizeConstraintModel(java.lang.Class _annotation, java.lang.String _id, java.lang.Long _max, java.lang.Long _min, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.variants.model
Subclasses of ItemModel in de.hybris.platform.variants.model Modifier and Type Class Description classGenericVariantProductModelGenerated model class for type GenericVariantProduct first defined at extension basecommerce.classVariantAttributeDescriptorModelGenerated model class for type VariantAttributeDescriptor first defined at extension catalog.classVariantCategoryModelGenerated model class for type VariantCategory first defined at extension basecommerce.classVariantProductModelGenerated model class for type VariantProduct first defined at extension catalog.classVariantTypeModelGenerated model class for type VariantType first defined at extension catalog.classVariantValueCategoryModelGenerated model class for type VariantValueCategory first defined at extension basecommerce.Constructors in de.hybris.platform.variants.model with parameters of type ItemModel Constructor Description GenericVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVariantAttributeDescriptorModel(TypeModel _attributeType, VariantTypeModel _enclosingType, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _partOf, java.lang.String _qualifier)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVariantCategoryModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVariantTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVariantValueCategoryModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.verticalnavigationaddon.model.cms.components
Subclasses of ItemModel in de.hybris.platform.verticalnavigationaddon.model.cms.components Modifier and Type Class Description classVerticalNavigationListComponentModelGenerated model class for type VerticalNavigationListComponent first defined at extension verticalnavigationaddon.Constructors in de.hybris.platform.verticalnavigationaddon.model.cms.components with parameters of type ItemModel Constructor Description VerticalNavigationListComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.voucher.model
Subclasses of ItemModel in de.hybris.platform.voucher.model Modifier and Type Class Description classDateRestrictionModelGenerated model class for type DateRestriction first defined at extension voucher.classNewCustomerRestrictionModelGenerated model class for type NewCustomerRestriction first defined at extension voucher.classOrderRestrictionModelGenerated model class for type OrderRestriction first defined at extension voucher.classProductCategoryRestrictionModelGenerated model class for type ProductCategoryRestriction first defined at extension voucher.classProductQuantityRestrictionModelGenerated model class for type ProductQuantityRestriction first defined at extension voucher.classProductRestrictionModelGenerated model class for type ProductRestriction first defined at extension voucher.classPromotionVoucherModelGenerated model class for type PromotionVoucher first defined at extension voucher.classRegularCustomerOrderQuantityRestrictionModelGenerated model class for type RegularCustomerOrderQuantityRestriction first defined at extension voucher.classRegularCustomerOrderTotalRestrictionModelGenerated model class for type RegularCustomerOrderTotalRestriction first defined at extension voucher.classRestrictionModelGenerated model class for type Restriction first defined at extension voucher.classSerialVoucherModelGenerated model class for type SerialVoucher first defined at extension voucher.classUserRestrictionModelGenerated model class for type UserRestriction first defined at extension voucher.classVoucherInvalidationModelGenerated model class for type VoucherInvalidation first defined at extension voucher.classVoucherModelGenerated model class for type Voucher first defined at extension voucher.Constructors in de.hybris.platform.voucher.model with parameters of type ItemModel Constructor Description DateRestrictionModel(java.util.Date _endDate, ItemModel _owner, java.util.Date _startDate, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersNewCustomerRestrictionModel(ItemModel _owner, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderRestrictionModel(CurrencyModel _currency, ItemModel _owner, java.lang.Double _total, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductCategoryRestrictionModel(ItemModel _owner, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductQuantityRestrictionModel(ItemModel _owner, java.lang.Long _quantity, UnitModel _unit, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductRestrictionModel(ItemModel _owner, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPromotionVoucherModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRegularCustomerOrderQuantityRestrictionModel(java.lang.Integer _orderQuantity, ItemModel _owner, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRegularCustomerOrderTotalRestrictionModel(java.lang.Double _allOrdersTotal, CurrencyModel _currency, ItemModel _owner, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRestrictionModel(ItemModel _owner, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSerialVoucherModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUserRestrictionModel(ItemModel _owner, java.util.Collection<PrincipalModel> _users, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVoucherInvalidationModel(java.lang.String _code, OrderModel _order, ItemModel _owner, UserModel _user, VoucherModel _voucher)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVoucherModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.warehousing.data.comment
Methods in de.hybris.platform.warehousing.data.comment that return ItemModel Modifier and Type Method Description ItemModelWarehousingCommentContext. getItem()Methods in de.hybris.platform.warehousing.data.comment with parameters of type ItemModel Modifier and Type Method Description voidWarehousingCommentContext. setItem(ItemModel item) -
Uses of ItemModel in de.hybris.platform.warehousing.model
Subclasses of ItemModel in de.hybris.platform.warehousing.model Modifier and Type Class Description classAdvancedShippingNoticeEntryModelGenerated model class for type AdvancedShippingNoticeEntry first defined at extension warehousing.classAdvancedShippingNoticeModelGenerated model class for type AdvancedShippingNotice first defined at extension warehousing.classAdvancedShippingNoticeValidConstraintModelGenerated model class for type AdvancedShippingNoticeValidConstraint first defined at extension warehousing.classAllocationEventModelGenerated model class for type AllocationEvent first defined at extension warehousing.classAtpFormulaModelGenerated model class for type AtpFormula first defined at extension warehousing.classCancellationEventModelGenerated model class for type CancellationEvent first defined at extension warehousing.classConsignmentEntryEventModelGenerated model class for type ConsignmentEntryEvent first defined at extension warehousing.classDeclineConsignmentEntryEventModelGenerated model class for type DeclineConsignmentEntryEvent first defined at extension warehousing.classIncreaseEventModelGenerated model class for type IncreaseEvent first defined at extension warehousing.classInventoryEventModelGenerated model class for type InventoryEvent first defined at extension warehousing.classPackagingInfoModelGenerated model class for type PackagingInfo first defined at extension warehousing.classReservationEventModelGenerated model class for type ReservationEvent first defined at extension warehousing.classRestockConfigModelGenerated model class for type RestockConfig first defined at extension warehousing.classShrinkageEventModelGenerated model class for type ShrinkageEvent first defined at extension warehousing.classSourcingBanModelGenerated model class for type SourcingBan first defined at extension warehousing.classSourcingConfigModelGenerated model class for type SourcingConfig first defined at extension warehousing.classWarehouseBinEntryModelGenerated model class for type WarehouseBinEntry first defined at extension warehousing.classWarehouseBinModelGenerated model class for type WarehouseBin first defined at extension warehousing.classWarehouseTransferEntryModelGenerated model class for type WarehouseTransferEntry first defined at extension warehousing.classWarehouseTransferModelGenerated model class for type WarehouseTransfer first defined at extension warehousing.classWastageEventModelGenerated model class for type WastageEvent first defined at extension warehousing.Constructors in de.hybris.platform.warehousing.model with parameters of type ItemModel Constructor Description AdvancedShippingNoticeEntryModel(AdvancedShippingNoticeModel _asn, ItemModel _owner, java.lang.String _productCode)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAdvancedShippingNoticeModel(java.lang.String _externalId, java.lang.String _internalId, ItemModel _owner, PointOfServiceModel _pointOfService, java.util.Date _releaseDate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAdvancedShippingNoticeValidConstraintModel(java.lang.Class _annotation, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAllocationEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAtpFormulaModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCancellationEventModel(ItemModel _owner, java.lang.String _reason, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentEntryEventModel(ItemModel _owner, java.lang.Long _quantity)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDeclineConsignmentEntryEventModel(ItemModel _owner, java.lang.Long _quantity, DeclineReason _reason)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIncreaseEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInventoryEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPackagingInfoModel(ConsignmentModel _consignment, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReservationEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRestockConfigModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersShrinkageEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSourcingBanModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSourcingConfigModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWarehouseBinEntryModel(ItemModel _owner, java.lang.String _productCode, int _quantity, WarehouseBinModel _warehouseBin)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWarehouseBinModel(java.lang.String _code, ItemModel _owner, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWarehouseTransferEntryModel(WarehouseBinModel _destination, ItemModel _owner, java.lang.String _productCode, int _quantityAccepted, int _quantityDeclined, int _quantityRequested, WarehouseBinModel _source, WarehouseTransferModel _warehouseTransfer)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWarehouseTransferModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWastageEventModel(ItemModel _owner, StockLevelModel _stockLevel)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.warehousing.process
Classes in de.hybris.platform.warehousing.process with type parameters of type ItemModel Modifier and Type Class Description classAbstractWarehousingBusinessProcessService<T extends ItemModel>Abstract implementation of theWarehousingBusinessProcessServiceprovides implementations for event triggering and only requires that subclasses provide an means to obtain the business process code associated with the item model provided.interfaceWarehousingBusinessProcessService<T extends ItemModel>Service to simplify working with theBusinessProcessService. -
Uses of ItemModel in de.hybris.platform.warehousing.taskassignment.actions
Methods in de.hybris.platform.warehousing.taskassignment.actions that return types with arguments of type ItemModel Modifier and Type Method Description protected java.util.Optional<ItemModel>AbstractTaskAssignmentActions. getAttachedAsn(WorkflowActionModel action)Fetches theAdvancedShippingNoticeModelassociated to the receivedWorkflowActionModelprotected java.util.Optional<ItemModel>AbstractTaskAssignmentActions. getAttachedConsignment(WorkflowActionModel action)Fetches the consignmentConsignmentModelassociated to the receivedWorkflowActionModel -
Uses of ItemModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type ItemModel Modifier and Type Method Description AddressModelBuilderAddressModelBuilder. withOwner(ItemModel owner)ProductModelBuilderProductModelBuilder. withOwner(ItemModel owner) -
Uses of ItemModel in de.hybris.platform.warehousing.util.models
Classes in de.hybris.platform.warehousing.util.models with type parameters of type ItemModel Modifier and Type Class Description classAbstractItems<T extends ItemModel> -
Uses of ItemModel in de.hybris.platform.warehousingfacades.search.dao.impl
Classes in de.hybris.platform.warehousingfacades.search.dao.impl with type parameters of type ItemModel Modifier and Type Class Description classWarehousesByBaseStorePagedDao<M extends ItemModel>WarehousesByPointOfServicePagedDao is a specific dao that will getWarehouseModelperBaseStoreModelclassWarehousesByPointOfServicePagedDao<M extends ItemModel>WarehousesByPointOfServicePagedDao is a specific dao that will getWarehouseModelperPointOfServiceModel -
Uses of ItemModel in de.hybris.platform.webservicescommons.model
Subclasses of ItemModel in de.hybris.platform.webservicescommons.model Modifier and Type Class Description classOAuthAccessTokenModelGenerated model class for type OAuthAccessToken first defined at extension oauth2.classOAuthClientDetailsModelGenerated model class for type OAuthClientDetails first defined at extension oauth2.classOAuthRefreshTokenModelGenerated model class for type OAuthRefreshToken first defined at extension oauth2.classOpenIDClientDetailsModelGenerated model class for type OpenIDClientDetails first defined at extension oauth2.classOpenIDExternalScopesModelGenerated model class for type OpenIDExternalScopes first defined at extension oauth2.Constructors in de.hybris.platform.webservicescommons.model with parameters of type ItemModel Constructor Description OAuthAccessTokenModel(java.lang.String _authenticationId, OAuthClientDetailsModel _client, ItemModel _owner, OAuthRefreshTokenModel _refreshToken, java.lang.Object _token, java.lang.String _tokenId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOAuthClientDetailsModel(java.lang.String _clientId, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOAuthRefreshTokenModel(ItemModel _owner, java.lang.String _tokenId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOpenIDClientDetailsModel(java.lang.String _clientId, java.lang.String _issuer, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOpenIDExternalScopesModel(OpenIDClientDetailsModel _clientDetailsId, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.wishlist2.model
Subclasses of ItemModel in de.hybris.platform.wishlist2.model Modifier and Type Class Description classWishlist2EntryModelGenerated model class for type Wishlist2Entry first defined at extension wishlist.classWishlist2ModelGenerated model class for type Wishlist2 first defined at extension wishlist.Constructors in de.hybris.platform.wishlist2.model with parameters of type ItemModel Constructor Description Wishlist2EntryModel(java.util.Date _addedDate, ItemModel _owner, Wishlist2EntryPriority _priority, ProductModel _product)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWishlist2Model(java.lang.String _name, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return ItemModel Modifier and Type Method Description ItemModelWorkflowAttachmentService. containsItem(WorkflowModel workflow, java.util.List<? extends ItemModel> itemsToCheck)Checks if workflow contains item as an attachment and returns this item or null if not foundMethods in de.hybris.platform.workflow that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>WorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action)Returns attachments assigned to action or empty listjava.util.List<ItemModel>WorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action, java.lang.String attachmentClassName)Returns attachments assigned to action that match class name or empty listjava.util.List<ItemModel>WorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action, java.util.List<java.lang.String> attachmentClassNames)Returns attachments assigned to action that match all class names passed as a paremeterMethods in de.hybris.platform.workflow with parameters of type ItemModel Modifier and Type Method Description WorkflowModelWorkflowService. createWorkflow(WorkflowTemplateModel template, ItemModel attachment, UserModel owner)Creates workflow based on a template and adds an attachment to it.WorkflowModelScriptEvaluationService. evaluateActivationScripts(ItemModel item, java.util.Map currentValues, java.util.Map initialValues, java.lang.String action)Evaluates activation script for actionMethod parameters in de.hybris.platform.workflow with type arguments of type ItemModel Modifier and Type Method Description java.util.List<WorkflowItemAttachmentModel>WorkflowAttachmentService. addItems(WorkflowModel workflow, java.util.List<? extends ItemModel> itemsToAdd)Adds items to workflow as an attachmentItemModelWorkflowAttachmentService. containsItem(WorkflowModel workflow, java.util.List<? extends ItemModel> itemsToCheck)Checks if workflow contains item as an attachment and returns this item or null if not foundWorkflowModelWorkflowService. createAdhocWorkflow(java.lang.String workflowName, java.util.List<ItemModel> itemsToAdd, UserModel owner)Creates adhoc workflow with a name and adds an attachment to it.WorkflowModelWorkflowService. createWorkflow(java.lang.String workflowName, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd, UserModel owner)Creates workflow based on a template and adds an attachment to it. -
Uses of ItemModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl that return ItemModel Modifier and Type Method Description ItemModelDefaultWorkflowAttachmentService. containsItem(WorkflowModel workflowModel, java.util.List<? extends ItemModel> itemsToAdd)Methods in de.hybris.platform.workflow.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>DefaultWorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action)java.util.List<ItemModel>DefaultWorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action, java.lang.String attachmentClassName)java.util.List<ItemModel>DefaultWorkflowAttachmentService. getAttachmentsForAction(WorkflowActionModel action, java.util.List<java.lang.String> attachmentClassNames)Methods in de.hybris.platform.workflow.impl with parameters of type ItemModel Modifier and Type Method Description WorkflowModelDefaultWorkflowService. createWorkflow(WorkflowTemplateModel template, ItemModel attachmentItem, UserModel owner)WorkflowModelDefaultScriptEvaluationService. evaluateActivationScripts(ItemModel itemModel, java.util.Map currentValues, java.util.Map initialValues, java.lang.String action)Method parameters in de.hybris.platform.workflow.impl with type arguments of type ItemModel Modifier and Type Method Description java.util.List<WorkflowItemAttachmentModel>DefaultWorkflowAttachmentService. addItems(WorkflowModel workflowModel, java.util.List<? extends ItemModel> itemsToAdd)ItemModelDefaultWorkflowAttachmentService. containsItem(WorkflowModel workflowModel, java.util.List<? extends ItemModel> itemsToAdd)WorkflowModelDefaultWorkflowService. createAdhocWorkflow(java.lang.String defaultName, java.util.List<ItemModel> itemsToAdd, UserModel owner)WorkflowModelDefaultWorkflowService. createWorkflow(java.lang.String workflowName, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd, UserModel owner) -
Uses of ItemModel in de.hybris.platform.workflow.model
Subclasses of ItemModel in de.hybris.platform.workflow.model Modifier and Type Class Description classAbstractWorkflowActionModelGenerated model class for type AbstractWorkflowAction first defined at extension workflow.classAbstractWorkflowDecisionModelGenerated model class for type AbstractWorkflowDecision first defined at extension workflow.classAutomatedWorkflowActionTemplateModelGenerated model class for type AutomatedWorkflowActionTemplate first defined at extension workflow.classWorkflowActionCommentModelGenerated model class for type WorkflowActionComment first defined at extension workflow.classWorkflowActionModelGenerated model class for type WorkflowAction first defined at extension workflow.classWorkflowActionTemplateModelGenerated model class for type WorkflowActionTemplate first defined at extension workflow.classWorkflowDecisionModelGenerated model class for type WorkflowDecision first defined at extension workflow.classWorkflowDecisionTemplateModelGenerated model class for type WorkflowDecisionTemplate first defined at extension workflow.classWorkflowItemAttachmentModelGenerated model class for type WorkflowItemAttachment first defined at extension workflow.classWorkflowModelGenerated model class for type Workflow first defined at extension workflow.classWorkflowTemplateModelGenerated model class for type WorkflowTemplate first defined at extension workflow.Methods in de.hybris.platform.workflow.model that return ItemModel Modifier and Type Method Description ItemModelWorkflowItemAttachmentModel. getItem()Generated method - Getter of theWorkflowItemAttachment.itemattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>WorkflowActionModel. getAttachmentItems()Generated method - Getter of theWorkflowAction.attachmentItemsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type ItemModel Modifier and Type Method Description voidWorkflowItemAttachmentModel. setItem(ItemModel value)Generated method - Setter ofWorkflowItemAttachment.itemattribute defined at extensionworkflow.voidAbstractWorkflowActionModel. setOwner(ItemModel value)Generated method - Setter ofItem.ownerattribute defined at extensioncoreand redeclared at extensionworkflow.voidWorkflowModel. setOwner(ItemModel value)Generated method - Setter ofItem.ownerattribute defined at extensioncoreand redeclared at extensionworkflow.voidWorkflowTemplateModel. setOwner(ItemModel value)Generated method - Setter ofItem.ownerattribute defined at extensioncoreand redeclared at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type ItemModel Constructor Description AbstractWorkflowDecisionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionCommentModel(java.lang.String _comment, ItemModel _owner, AbstractWorkflowActionModel _workflowAction)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowDecisionModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowDecisionTemplateModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowItemAttachmentModel(ItemModel _item, WorkflowModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowItemAttachmentModel(java.lang.String _code, ItemModel _item, ItemModel _owner, WorkflowModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.workflow.services
Methods in de.hybris.platform.workflow.services that return ItemModel Modifier and Type Method Description ItemModelWorkflowService. containsItem(ItemModel modelData, java.util.List<ItemModel> itemsToAdd)Deprecated.since ages - as of release 4.3, please useWorkflowAttachmentService.containsItem(WorkflowModel, List)Methods in de.hybris.platform.workflow.services that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>WorkflowService. getAttachmentsForAction(WorkflowActionModel action)Deprecated.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel)java.util.List<ItemModel>WorkflowService. getAttachmentsForAction(WorkflowActionModel action, java.lang.String attachmentClassName)Deprecated.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel, String)java.util.List<ItemModel>WorkflowService. getAttachmentsForAction(WorkflowActionModel action, java.util.List<java.lang.String> attachmentClassNames)Deprecated.since ages - as of release 4.3, please useWorkflowAttachmentService.getAttachmentsForAction(WorkflowActionModel, List)Methods in de.hybris.platform.workflow.services with parameters of type ItemModel Modifier and Type Method Description voidWorkflowService. addItems(ItemModel workflowModel, java.util.List<ItemModel> itemsToAdd)Deprecated.since ages - as of release 4.3, please useWorkflowAttachmentService.addItems(WorkflowModel, List)ItemModelWorkflowService. containsItem(ItemModel modelData, java.util.List<ItemModel> itemsToAdd)Deprecated.since ages - as of release 4.3, please useWorkflowAttachmentService.containsItem(WorkflowModel, List)WorkflowModelWorkflowService. createWorkflow(WorkflowTemplateModel templateModel, ItemModel itemModel)Deprecated.since ages - as of release 4.3, please useWorkflowService.createWorkflow(WorkflowTemplateModel, ItemModel, de.hybris.platform.core.model.user.UserModel)voidWorkflowService. evaluteActivationScripts(ItemModel item, java.util.Map currentValues, java.util.Map initialValues, java.lang.String action)Deprecated.since ages - as of release 4.3, please useScriptEvaluationService.evaluateActivationScripts(ItemModel, Map, Map, String)voidWorkflowService. startWorkflow(ItemModel workflowModel)Deprecated.since ages - as of release 4.3, please useWorkflowProcessingService.startWorkflow(WorkflowModel)voidWorkflowService. terminateWorkflow(ItemModel workflowModel)Deprecated.since agesMethod parameters in de.hybris.platform.workflow.services with type arguments of type ItemModel Modifier and Type Method Description voidWorkflowService. addItems(ItemModel workflowModel, java.util.List<ItemModel> itemsToAdd)Deprecated.since ages - as of release 4.3, please useWorkflowAttachmentService.addItems(WorkflowModel, List)ItemModelWorkflowService. containsItem(ItemModel modelData, java.util.List<ItemModel> itemsToAdd)Deprecated.since ages - as of release 4.3, please useWorkflowAttachmentService.containsItem(WorkflowModel, List)WorkflowModelWorkflowService. createAdhocWorkflow(java.lang.String defaultName, java.util.List<ItemModel> itemsToAdd)Deprecated.since ages - as of release 4.3, please useWorkflowService.createAdhocWorkflow(String, List, de.hybris.platform.core.model.user.UserModel)WorkflowModelWorkflowService. createWorkflow(java.lang.String workflowName, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd)Deprecated.since ages - as of release 4.3, please useWorkflowService.createWorkflow(String, WorkflowTemplateModel, List, de.hybris.platform.core.model.user.UserModel) -
Uses of ItemModel in de.hybris.platform.workflow.services.impl
Methods in de.hybris.platform.workflow.services.impl that return ItemModel Modifier and Type Method Description ItemModelWorkflowServiceImpl. containsItem(ItemModel workflowModel, java.util.List<ItemModel> itemsToAdd)Deprecated.Methods in de.hybris.platform.workflow.services.impl that return types with arguments of type ItemModel Modifier and Type Method Description java.util.List<ItemModel>WorkflowServiceImpl. getAttachmentsForAction(WorkflowActionModel action)Deprecated.java.util.List<ItemModel>WorkflowServiceImpl. getAttachmentsForAction(WorkflowActionModel action, java.lang.String attachmentClassName)Deprecated.java.util.List<ItemModel>WorkflowServiceImpl. getAttachmentsForAction(WorkflowActionModel action, java.util.List<java.lang.String> attachmentClassNames)Deprecated.Methods in de.hybris.platform.workflow.services.impl with parameters of type ItemModel Modifier and Type Method Description voidWorkflowServiceImpl. addItems(ItemModel workflowModel, java.util.List<ItemModel> itemsToAdd)Deprecated.ItemModelWorkflowServiceImpl. containsItem(ItemModel workflowModel, java.util.List<ItemModel> itemsToAdd)Deprecated.WorkflowModelWorkflowServiceImpl. createWorkflow(WorkflowTemplateModel templateModel, ItemModel itemModel)Deprecated.Creates workflow out of given template and starts it.voidWorkflowServiceImpl. evaluteActivationScripts(ItemModel itemModel, java.util.Map currentValues, java.util.Map initialValues, java.lang.String action)Deprecated.voidWorkflowServiceImpl. startWorkflow(ItemModel workflowModel)Deprecated.voidWorkflowServiceImpl. terminateWorkflow(ItemModel workflowModel)Deprecated.Method parameters in de.hybris.platform.workflow.services.impl with type arguments of type ItemModel Modifier and Type Method Description voidWorkflowServiceImpl. addItems(ItemModel workflowModel, java.util.List<ItemModel> itemsToAdd)Deprecated.ItemModelWorkflowServiceImpl. containsItem(ItemModel workflowModel, java.util.List<ItemModel> itemsToAdd)Deprecated.WorkflowModelWorkflowServiceImpl. createAdhocWorkflow(java.lang.String defaultName, java.util.List<ItemModel> itemsToAdd)Deprecated.WorkflowModelWorkflowServiceImpl. createWorkflow(java.lang.String workflowName, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd)Deprecated.Creates workflow out of given template with given name but does NOT start it. -
Uses of ItemModel in de.hybris.platform.xyformsbackoffice.core
Classes in de.hybris.platform.xyformsbackoffice.core with type parameters of type ItemModel Modifier and Type Class Description classDefaultYFormsFieldSearchFacadeStrategy<T extends ItemModel>FieldSearchFacadeStrategy that filters out system records for yForms. -
Uses of ItemModel in de.hybris.platform.xyformsservices.model
Subclasses of ItemModel in de.hybris.platform.xyformsservices.model Modifier and Type Class Description classYFormDataHistoryModelGenerated model class for type YFormDataHistory first defined at extension xyformsservices.classYFormDataModelGenerated model class for type YFormData first defined at extension xyformsservices.classYFormDefinitionModelGenerated model class for type YFormDefinition first defined at extension xyformsservices.Constructors in de.hybris.platform.xyformsservices.model with parameters of type ItemModel Constructor Description YFormDataHistoryModel(java.lang.String _formDataId, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersYFormDataModel(java.lang.String _applicationId, java.lang.String _formId, java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersYFormDefinitionModel(java.lang.String _applicationId, java.lang.String _formId, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.xyformsservices.model.component
Subclasses of ItemModel in de.hybris.platform.xyformsservices.model.component Modifier and Type Class Description classYFormCMSComponentModelGenerated model class for type YFormCMSComponent first defined at extension xyformsservices.Constructors in de.hybris.platform.xyformsservices.model.component with parameters of type ItemModel Constructor Description YFormCMSComponentModel(java.lang.String _applicationId, CatalogVersionModel _catalogVersion, java.lang.String _formId, ItemModel _owner, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.yacceleratorcore.model
Subclasses of ItemModel in de.hybris.platform.yacceleratorcore.model Modifier and Type Class Description classApparelProductModelGenerated model class for type ApparelProduct first defined at extension yacceleratorcore.classApparelSizeVariantProductModelGenerated model class for type ApparelSizeVariantProduct first defined at extension yacceleratorcore.classApparelStyleVariantProductModelGenerated model class for type ApparelStyleVariantProduct first defined at extension yacceleratorcore.classElectronicsColorVariantProductModelGenerated model class for type ElectronicsColorVariantProduct first defined at extension yacceleratorcore.Constructors in de.hybris.platform.yacceleratorcore.model with parameters of type ItemModel Constructor Description ApparelProductModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersApparelSizeVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersApparelStyleVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersElectronicsColorVariantProductModel(ProductModel _baseProduct, CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.ycommercewebservices.model
Subclasses of ItemModel in de.hybris.platform.ycommercewebservices.model Modifier and Type Class Description classOldCartRemovalCronJobModelGenerated model class for type OldCartRemovalCronJob first defined at extension ycommercewebservices.Constructors in de.hybris.platform.ycommercewebservices.model with parameters of type ItemModel Constructor Description OldCartRemovalCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.platform.ycommercewebservices.model.expressupdate.cron
Subclasses of ItemModel in de.hybris.platform.ycommercewebservices.model.expressupdate.cron Modifier and Type Class Description classOrderStatusUpdateCleanerCronJobModelGenerated model class for type OrderStatusUpdateCleanerCronJob first defined at extension ycommercewebservices.classProductExpressUpdateCleanerCronJobModelGenerated model class for type ProductExpressUpdateCleanerCronJob first defined at extension ycommercewebservices.Constructors in de.hybris.platform.ycommercewebservices.model.expressupdate.cron with parameters of type ItemModel Constructor Description OrderStatusUpdateCleanerCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductExpressUpdateCleanerCronJobModel(JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.y2ysync.model
Subclasses of ItemModel in de.hybris.y2ysync.model Modifier and Type Class Description classY2YBatchModelGenerated model class for type Y2YBatch first defined at extension y2ysync.classY2YColumnDefinitionModelGenerated model class for type Y2YColumnDefinition first defined at extension y2ysync.classY2YDistributedProcessModelGenerated model class for type Y2YDistributedProcess first defined at extension y2ysync.classY2YStreamConfigurationContainerModelGenerated model class for type Y2YStreamConfigurationContainer first defined at extension y2ysync.classY2YStreamConfigurationModelGenerated model class for type Y2YStreamConfiguration first defined at extension y2ysync.classY2YSyncCronJobModelGenerated model class for type Y2YSyncCronJob first defined at extension y2ysync.classY2YSyncJobModelGenerated model class for type Y2YSyncJob first defined at extension y2ysync.Constructors in de.hybris.y2ysync.model with parameters of type ItemModel Constructor Description Y2YBatchModel(java.lang.String _executionId, boolean _finalize, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YColumnDefinitionModel(AttributeDescriptorModel _attributeDescriptor, java.lang.String _impexHeader, ItemModel _owner, Y2YStreamConfigurationModel _streamConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YDistributedProcessModel(int _batchSize, java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.String _nodeGroup, ItemModel _owner, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YStreamConfigurationContainerModel(java.lang.String _id, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, ItemModel _owner, java.lang.String _streamId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YSyncCronJobModel(Y2YSyncJobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YSyncJobModel(java.lang.String _code, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId, Y2YStreamConfigurationContainerModel _streamConfigurationContainer, Y2YSyncType _syncType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ItemModel in de.hybris.y2ysync.model.media
Subclasses of ItemModel in de.hybris.y2ysync.model.media Modifier and Type Class Description classConsumeMarkerMediaModelGenerated model class for type ConsumeMarkerMedia first defined at extension y2ysync.classSyncImpExMediaModelGenerated model class for type SyncImpExMedia first defined at extension y2ysync.Constructors in de.hybris.y2ysync.model.media with parameters of type ItemModel Constructor Description ConsumeMarkerMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _syncExecutionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSyncImpExMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _impexHeader, ItemModel _owner, ComposedTypeModel _syncType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-