Uses of Class
de.hybris.platform.odata2services.odata.persistence.ItemLookupRequest
Packages that use ItemLookupRequest
Package
Description
-
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence that return ItemLookupRequestModifier and TypeMethodDescriptionDefaultItemLookupRequestFactory.create(org.apache.olingo.odata2.api.processor.ODataContext context, org.apache.olingo.odata2.api.edm.EdmEntitySet edmEntitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String integrationKey) DefaultItemLookupRequestFactory.create(org.apache.olingo.odata2.api.uri.info.DeleteUriInfo uriInfo, org.apache.olingo.odata2.api.processor.ODataContext context) DefaultItemLookupRequestFactory.create(org.apache.olingo.odata2.api.uri.UriInfo uriInfo, org.apache.olingo.odata2.api.processor.ODataContext context, String contentType) ItemLookupRequestFactory.create(org.apache.olingo.odata2.api.processor.ODataContext context, org.apache.olingo.odata2.api.edm.EdmEntitySet edmEntitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String integrationKey) Creates anItemLookupRequestthat can be used to filter items matching the integration keyItemLookupRequestFactory.create(org.apache.olingo.odata2.api.uri.info.DeleteUriInfo uriInfo, org.apache.olingo.odata2.api.processor.ODataContext context) Creates anItemLookupRequestfrom the given parametersItemLookupRequestFactory.create(org.apache.olingo.odata2.api.uri.UriInfo uriInfo, org.apache.olingo.odata2.api.processor.ODataContext context, String contentType) Creates anItemLookupRequestfrom the given parametersDefaultItemLookupRequestFactory.createFrom(ItemLookupRequest request, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry) ItemLookupRequestFactory.createFrom(ItemLookupRequest request, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry) Creates anItemLookupRequestfrom the given parameters@NotNull ItemLookupRequestDefaultItemLookupRequestFactory.createWithFilter(org.apache.olingo.odata2.api.processor.ODataContext context, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, WhereClauseConditions filter) @NotNull ItemLookupRequestItemLookupRequestFactory.createWithFilter(org.apache.olingo.odata2.api.processor.ODataContext context, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, WhereClauseConditions filter) Creates anItemLookupRequestthat can be used to filter items matching a given attribute, e.g.StorageRequest.toLookupRequest()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.odata2services.odata.persistence with parameters of type ItemLookupRequestModifier and TypeMethodDescriptionintModelEntityService.count(ItemLookupRequest lookupRequest) Counts how many items in the platform match the provided request conditions.DefaultItemLookupRequestFactory.createFrom(ItemLookupRequest request, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry) ItemLookupRequestFactory.createFrom(ItemLookupRequest request, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry) Creates anItemLookupRequestfrom the given parametersvoidPersistenceService.deleteItem(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version.useItemDeletionServiceinsteadItemLookupResult<org.apache.olingo.odata2.api.ep.entry.ODataEntry>PersistenceService.getEntities(ItemLookupRequest lookupRequest, ConversionOptions options) Searches for items matching the conditions of the specified requestorg.apache.olingo.odata2.api.ep.entry.ODataEntryPersistenceService.getEntityData(ItemLookupRequest lookupRequest, ConversionOptions options) Get a commerce suite item as an ODataEntry -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.persistence.impl
Methods in de.hybris.platform.odata2services.odata.persistence.impl with parameters of type ItemLookupRequestModifier and TypeMethodDescriptionintDefaultModelEntityService.count(ItemLookupRequest lookupRequest) voidDefaultPersistenceService.deleteItem(ItemLookupRequest lookupRequest) ItemLookupResult<org.apache.olingo.odata2.api.ep.entry.ODataEntry>DefaultPersistenceService.getEntities(ItemLookupRequest lookupRequest, ConversionOptions options) org.apache.olingo.odata2.api.ep.entry.ODataEntryDefaultPersistenceService.getEntityData(ItemLookupRequest lookupRequest, ConversionOptions options) -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.persistence.lookup
Methods in de.hybris.platform.odata2services.odata.persistence.lookup with parameters of type ItemLookupRequestModifier and TypeMethodDescriptionDefaultItemLookupStrategy.buildWhereForKeyNavProperties(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version.intDefaultItemLookupStrategy.count(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version.intItemLookupStrategy.count(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version.Counts how many items in the platform match the provided request conditions.protected booleanDefaultItemLookupStrategy.isCollectionNavigationPropertyQuery(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version.DefaultItemLookupStrategy.lookup(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version.ItemLookupStrategy.lookup(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version.Looks for anItemon the commerce suite based on the given information.protected ItemModelDefaultItemLookupStrategy.lookupInternal(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version.DefaultItemLookupStrategy.lookupItems(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version.ItemLookupStrategy.lookupItems(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version.Looks forItems in the commerce suite based on the given request parameters.protected FlexibleSearchQueryBuilderDefaultItemLookupStrategy.queryBuilder(ItemLookupRequest lookupRequest) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.processor
Methods in de.hybris.platform.odata2services.odata.processor with parameters of type ItemLookupRequestModifier and TypeMethodDescriptionDefaultNavigationSegmentExplorer.expandForEntityList(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) NavigationSegmentExplorer.expandForEntityList(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) DefaultNavigationSegmentExplorer.expandForSingleEntity(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) NavigationSegmentExplorer.expandForSingleEntity(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) ODataNextLinkBuilder.withLookupRequest(ItemLookupRequest lookupRequest) -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.processor.handler.read
Methods in de.hybris.platform.odata2services.odata.processor.handler.read with parameters of type ItemLookupRequestModifier and TypeMethodDescriptionprotected org.apache.olingo.odata2.api.processor.ODataResponseReadHandler.augmentResponse(ItemLookupRequest itemLookupRequest, org.apache.olingo.odata2.api.processor.ODataResponse readerResponse) Augment the givenODataResponse -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.processor.reader
Methods in de.hybris.platform.odata2services.odata.processor.reader with parameters of type ItemLookupRequestModifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.processor.ODataResponseCountReader.read(ItemLookupRequest request) Reads from the commerce suite the requested informationorg.apache.olingo.odata2.api.processor.ODataResponseEntityListReader.read(ItemLookupRequest itemLookupRequest) org.apache.olingo.odata2.api.processor.ODataResponseEntityReader.read(ItemLookupRequest itemLookupRequest) Reads from the commerce suite the requested informationorg.apache.olingo.odata2.api.processor.ODataResponseExpandedEntityReader.read(ItemLookupRequest itemLookupRequest) org.apache.olingo.odata2.api.processor.ODataResponseSingleEntityReader.read(ItemLookupRequest itemLookupRequest) protected voidAbstractEntityReader.validateReadPermission(ItemLookupRequest itemLookupRequest) -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.processor.writer
Methods in de.hybris.platform.odata2services.odata.processor.writer with parameters of type ItemLookupRequestModifier and TypeMethodDescriptionResponseWriterPropertyPopulatorRegistry.getPopulators(ItemLookupRequest itemLookupRequest) Iterate over the populators and return the ones that apply based on the ItemLookupRequest information.booleanCountPropertyPopulator.isApplicable(ItemLookupRequest itemLookupRequest) booleanExpandPropertyPopulator.isApplicable(ItemLookupRequest itemLookupRequest) booleanNextLinkPropertyPopulator.isApplicable(ItemLookupRequest itemLookupRequest) booleanResponseWriterPropertyPopulator.isApplicable(ItemLookupRequest itemLookupRequest) org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilderCountPropertyPopulator.populate(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties properties, ItemLookupRequest itemLookupRequest, ItemLookupResult result) org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilderExpandPropertyPopulator.populate(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties properties, ItemLookupRequest itemLookupRequest, ItemLookupResult result) org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilderNextLinkPropertyPopulator.populate(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties properties, ItemLookupRequest itemLookupRequest, ItemLookupResult result) org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilderResponseWriterPropertyPopulator.populate(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties properties, ItemLookupRequest itemLookupRequest, ItemLookupResult result) org.apache.olingo.odata2.api.processor.ODataResponseDefaultResponseWriter.write(ItemLookupRequest request, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, ItemLookupResult<org.apache.olingo.odata2.api.ep.entry.ODataEntry> result) org.apache.olingo.odata2.api.processor.ODataResponseDefaultResponseWriter.write(ItemLookupRequest itemLookupRequest, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, Map<String, Object> data) org.apache.olingo.odata2.api.processor.ODataResponseResponseWriter.write(ItemLookupRequest itemLookupRequest, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, ItemLookupResult<org.apache.olingo.odata2.api.ep.entry.ODataEntry> result) Writes a collection of data set as an ODataResponseorg.apache.olingo.odata2.api.processor.ODataResponseResponseWriter.write(ItemLookupRequest itemLookupRequest, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, Map<String, Object> data) Writes a single data set as anODataResponse
StorageRequest.toItemSearchRequest()