Uses of Interface
de.hybris.platform.odata2services.odata.persistence.creation.CreateItemStrategy
-
-
Uses of CreateItemStrategy in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence with parameters of type CreateItemStrategy Modifier and Type Method Description ItemModelModelEntityService. createOrUpdateItem(StorageRequest request, CreateItemStrategy createItemStrategy)Deprecated, for removal: This API element is subject to removal in a future version.use one of theContextItemModelServicemethods depending on whether the item creation is allowed or not. -
Uses of CreateItemStrategy in de.hybris.platform.odata2services.odata.persistence.creation
Classes in de.hybris.platform.odata2services.odata.persistence.creation that implement CreateItemStrategy Modifier and Type Class Description classAlwaysCreateItemStrategyDeprecated, for removal: This API element is subject to removal in a future version.classNeverCreateItemStrategyDeprecated, for removal: This API element is subject to removal in a future version.useContextReferencedItemModelService.deriveReferencedItemModel(TypeAttributeDescriptor, PersistenceContext)method instead and then throw an exception, if it returnOptional.empty() -
Uses of CreateItemStrategy in de.hybris.platform.odata2services.odata.persistence.impl
Methods in de.hybris.platform.odata2services.odata.persistence.impl that return CreateItemStrategy Modifier and Type Method Description protected CreateItemStrategyDefaultModelEntityService. getCreateItemStrategy()protected CreateItemStrategyDefaultPersistenceService. getCreateItemStrategy()Deprecated, for removal: This API element is subject to removal in a future version.not used anymoreMethods in de.hybris.platform.odata2services.odata.persistence.impl with parameters of type CreateItemStrategy 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)Deprecated, for removal: This API element is subject to removal in a future version.No alternative methodvoidDefaultModelEntityService. setCreateItemStrategy(CreateItemStrategy strategy)voidDefaultPersistenceService. setCreateItemStrategy(CreateItemStrategy strategy) -
Uses of CreateItemStrategy in de.hybris.platform.odata2services.odata.persistence.populator.processor
Methods in de.hybris.platform.odata2services.odata.persistence.populator.processor that return CreateItemStrategy Modifier and Type Method Description protected CreateItemStrategyEntityPropertyProcessor. determineCreateStrategy(org.apache.olingo.odata2.api.edm.EdmEntityType entityType, java.lang.String propertyName)protected CreateItemStrategyEntityCollectionPropertyProcessor. getCreateItemStrategy()protected CreateItemStrategyEntityPropertyProcessor. getCreateItemStrategy()Deprecated, for removal: This API element is subject to removal in a future version.this method is not going to be used afterAbstractPropertyProcessor.processItem(ItemModel, StorageRequest)is removed.protected CreateItemStrategyPrimitiveCollectionPropertyProcessor. getCreateItemStrategy()Deprecated, for removal: This API element is subject to removal in a future version.This is not being used in this class and will be removedMethods in de.hybris.platform.odata2services.odata.persistence.populator.processor with parameters of type CreateItemStrategy Modifier and Type Method Description voidEntityCollectionPropertyProcessor. setCreateItemStrategy(CreateItemStrategy createItemStrategy)voidEntityPropertyProcessor. setCreateItemStrategy(CreateItemStrategy createItemStrategy)Deprecated, for removal: This API element is subject to removal in a future version.this method is not going to be used afterAbstractPropertyProcessor.processItem(ItemModel, StorageRequest)is removed.voidPrimitiveCollectionPropertyProcessor. setCreateItemStrategy(CreateItemStrategy createItemStrategy)Deprecated, for removal: This API element is subject to removal in a future version.This is not being used in this class and will be removed
-