Class AlwaysCreateItemStrategy
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.persistence.creation.AlwaysCreateItemStrategy
-
- All Implemented Interfaces:
CreateItemStrategy
@Deprecated(since="1905.07-CEP", forRemoval=true) public class AlwaysCreateItemStrategy extends java.lang.Object implements CreateItemStrategyDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description AlwaysCreateItemStrategy()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.protected IntegrationObjectServicegetIntegrationObjectService()Deprecated, for removal: This API element is subject to removal in a future version.Not used since 1905.07-CEPprotected ModelServicegetModelService()Deprecated, for removal: This API element is subject to removal in a future version.Not used since 1905.07-CEPvoidsetIntegrationObjectService(IntegrationObjectService integrationObjectService)Deprecated, for removal: This API element is subject to removal in a future version.voidsetItemFactory(ItemModelFactory factory)Deprecated, for removal: This API element is subject to removal in a future version.voidsetModelService(ModelService modelService)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
-
getModelService
protected ModelService getModelService()
Deprecated, for removal: This API element is subject to removal in a future version.Not used since 1905.07-CEP
-
setModelService
public void setModelService(ModelService modelService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getIntegrationObjectService
protected IntegrationObjectService getIntegrationObjectService()
Deprecated, for removal: This API element is subject to removal in a future version.Not used since 1905.07-CEP
-
setIntegrationObjectService
public void setIntegrationObjectService(IntegrationObjectService integrationObjectService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
setItemFactory
public void setItemFactory(ItemModelFactory factory)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-