Class NeverCreateItemStrategy
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.persistence.creation.NeverCreateItemStrategy
-
- All Implemented Interfaces:
CreateItemStrategy
@Deprecated(since="1905.07-CEP", forRemoval=true) public class NeverCreateItemStrategy extends java.lang.Object implements CreateItemStrategyDeprecated, 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()
-
-
Constructor Summary
Constructors Constructor Description NeverCreateItemStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ItemModelcreateItem(PersistenceContext ctx)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
createItem
public ItemModel createItem(PersistenceContext ctx)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createItemin interfaceCreateItemStrategy
-
-