Uses of Class
de.hybris.platform.odata2services.odata.persistence.ItemLookupRequest
-
-
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence that return ItemLookupRequest Modifier and Type Method Description ItemLookupRequestDefaultItemLookupRequestFactory. create(org.apache.olingo.odata2.api.processor.ODataContext context, org.apache.olingo.odata2.api.edm.EdmEntitySet edmEntitySet, org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.String> attribute)ItemLookupRequestDefaultItemLookupRequestFactory. 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, java.lang.String integrationKey)ItemLookupRequestDefaultItemLookupRequestFactory. create(org.apache.olingo.odata2.api.uri.info.DeleteUriInfo uriInfo, org.apache.olingo.odata2.api.processor.ODataContext context)ItemLookupRequestDefaultItemLookupRequestFactory. create(org.apache.olingo.odata2.api.uri.UriInfo uriInfo, org.apache.olingo.odata2.api.processor.ODataContext context, java.lang.String contentType)ItemLookupRequestItemLookupRequestFactory. create(org.apache.olingo.odata2.api.processor.ODataContext context, org.apache.olingo.odata2.api.edm.EdmEntitySet edmEntitySet, org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.String> attribute)Creates anItemLookupRequestthat can be used to filter items matching the given attribute (e.g.ItemLookupRequestItemLookupRequestFactory. 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, java.lang.String integrationKey)Creates anItemLookupRequestthat can be used to filter items matching the integration keyItemLookupRequestItemLookupRequestFactory. create(org.apache.olingo.odata2.api.uri.info.DeleteUriInfo uriInfo, org.apache.olingo.odata2.api.processor.ODataContext context)Creates anItemLookupRequestfrom the given parametersItemLookupRequestItemLookupRequestFactory. create(org.apache.olingo.odata2.api.uri.UriInfo uriInfo, org.apache.olingo.odata2.api.processor.ODataContext context, java.lang.String contentType)Creates anItemLookupRequestfrom the given parametersItemLookupRequestDefaultItemLookupRequestFactory. createFrom(ItemLookupRequest request, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry)ItemLookupRequestItemLookupRequestFactory. createFrom(ItemLookupRequest request, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry)Creates anItemLookupRequestfrom the given parametersItemLookupRequestStorageRequest. toLookupRequest()Creates anItemLookupRequestfrom thisStorageRequestMethods in de.hybris.platform.odata2services.odata.persistence with parameters of type ItemLookupRequest Modifier and Type Method Description intModelEntityService. count(ItemLookupRequest lookupRequest)Counts how many items in the platform match the provided request conditions.ItemLookupRequestDefaultItemLookupRequestFactory. createFrom(ItemLookupRequest request, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry)ItemLookupRequestItemLookupRequestFactory. 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)Deletes the item matching the conditions of the specified requestItemLookupResult<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 ODataEntryItemModelModelEntityService. lookup(ItemLookupRequest lookupRequest)gets an itemModel based on the given information.ItemLookupResult<ItemModel>ModelEntityService. lookupItems(ItemLookupRequest lookupRequest)Searches for item models matching the conditions in the specified request. -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.persistence.impl
Methods in de.hybris.platform.odata2services.odata.persistence.impl with parameters of type ItemLookupRequest Modifier and Type Method Description intDefaultModelEntityService. 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)ItemModelDefaultModelEntityService. lookup(ItemLookupRequest lookupRequest)ItemLookupResult<ItemModel>DefaultModelEntityService. lookupItems(ItemLookupRequest lookupRequest) -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.persistence.lookup
Methods in de.hybris.platform.odata2services.odata.persistence.lookup with parameters of type ItemLookupRequest Modifier and Type Method Description protected FlexibleSearchQueryBuilderDefaultItemLookupStrategy. buildWhereForKeyNavProperties(FlexibleSearchQueryBuilder queryBuilder, ItemLookupRequest lookupRequest)intDefaultItemLookupStrategy. count(ItemLookupRequest lookupRequest)intItemLookupStrategy. count(ItemLookupRequest lookupRequest)Counts how many items in the platform match the provided request conditions.protected booleanDefaultItemLookupStrategy. isCollectionNavigationPropertyQuery(ItemLookupRequest lookupRequest)ItemModelDefaultItemLookupStrategy. lookup(ItemLookupRequest lookupRequest)ItemModelItemLookupStrategy. lookup(ItemLookupRequest lookupRequest)Looks for anItemon the commerce suite based on the given information.protected ItemModelDefaultItemLookupStrategy. lookupInternal(ItemLookupRequest lookupRequest)ItemLookupResult<ItemModel>DefaultItemLookupStrategy. lookupItems(ItemLookupRequest lookupRequest)ItemLookupResult<ItemModel>ItemLookupStrategy. lookupItems(ItemLookupRequest lookupRequest)Looks forItems in the commerce suite based on the given request parameters.protected FlexibleSearchQueryBuilderDefaultItemLookupStrategy. queryBuilder(ItemLookupRequest lookupRequest) -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.processor
Methods in de.hybris.platform.odata2services.odata.processor with parameters of type ItemLookupRequest Modifier and Type Method Description ExpandedEntityDefaultNavigationSegmentExplorer. expandForEntityList(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)ExpandedEntityNavigationSegmentExplorer. expandForEntityList(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)ExpandedEntityDefaultNavigationSegmentExplorer. expandForSingleEntity(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)ExpandedEntityNavigationSegmentExplorer. expandForSingleEntity(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)ODataNextLink.BuilderODataNextLink.Builder. withLookupRequest(ItemLookupRequest lookupRequest) -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.processor.reader
Methods in de.hybris.platform.odata2services.odata.processor.reader with parameters of type ItemLookupRequest Modifier and Type Method Description org.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) -
Uses of ItemLookupRequest in de.hybris.platform.odata2services.odata.processor.writer
Methods in de.hybris.platform.odata2services.odata.processor.writer with parameters of type ItemLookupRequest Modifier and Type Method Description java.util.Collection<ResponseWriterPropertyPopulator>ResponseWriterPropertyPopulatorRegistry. 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, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.Object> data)Writes a single data set as anODataResponse
-