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()Methods in de.hybris.platform.odata2services.converter with parameters of type ModelEntityService Modifier and Type Method Description voidDefaultODataEntryToIntegrationItemConverter. setModelEntityService(ModelEntityService service) -
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()Methods 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) -
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)
-