Uses of Interface
de.hybris.platform.odata2services.odata.persistence.ModelEntityService
-
-
Uses of ModelEntityService in de.hybris.platform.odata2services.converter
Methods in de.hybris.platform.odata2services.converter that return ModelEntityService Modifier and Type Method Description protected ModelEntityServiceDefaultODataEntryToIntegrationItemConverter. getModelEntityService()Deprecated, for removal: This API element is subject to removal in a future version.this injected service was used only for calculating integration key and now it's not used.Methods in de.hybris.platform.odata2services.converter with parameters of type ModelEntityService Modifier and Type Method Description voidDefaultODataEntryToIntegrationItemConverter. setModelEntityService(ModelEntityService service)Deprecated, for removal: This API element is subject to removal in a future version.not used anymore and does not have to be injected. -
Uses of ModelEntityService in de.hybris.platform.odata2services.odata.persistence.impl
Classes in de.hybris.platform.odata2services.odata.persistence.impl that implement ModelEntityService Modifier and Type Class Description classDefaultModelEntityServiceDefault implementation forModelEntityServiceMethods in de.hybris.platform.odata2services.odata.persistence.impl that return ModelEntityService Modifier and Type Method Description protected ModelEntityServiceDefaultPersistenceService. getModelEntityService()Methods in de.hybris.platform.odata2services.odata.persistence.impl with parameters of type ModelEntityService Modifier and Type Method Description voidDefaultPersistenceService. setModelEntityService(ModelEntityService service) -
Uses of ModelEntityService in de.hybris.platform.odata2services.odata.persistence.populator.processor
Methods in de.hybris.platform.odata2services.odata.persistence.populator.processor that return ModelEntityService Modifier and Type Method Description protected ModelEntityServiceEntityCollectionPropertyProcessor. getModelEntityService()protected ModelEntityServiceEntityPropertyProcessor. getModelEntityService()protected ModelEntityServicePrimitiveCollectionPropertyProcessor. getModelEntityService()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 ModelEntityService Modifier and Type Method Description voidEntityCollectionPropertyProcessor. setModelEntityService(ModelEntityService modelEntityService)voidEntityPropertyProcessor. setModelEntityService(ModelEntityService modelEntityService)voidPrimitiveCollectionPropertyProcessor. setModelEntityService(ModelEntityService modelEntityService)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 -
Uses of ModelEntityService in de.hybris.platform.odata2services.odata.processor.reader
Methods in de.hybris.platform.odata2services.odata.processor.reader that return ModelEntityService Modifier and Type Method Description protected ModelEntityServiceCountReader. getEntityService()Methods in de.hybris.platform.odata2services.odata.processor.reader with parameters of type ModelEntityService Modifier and Type Method Description voidCountReader. setEntityService(ModelEntityService service)
-