| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
InStoreService.getDefaultPointOfServiceForCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
List<PointOfServiceModel> |
InStoreService.getPointsOfServiceForCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
DefaultInStoreService.getDefaultPointOfServiceForCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
List<PointOfServiceModel> |
DefaultInStoreService.getPointsOfServiceForCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelStatus |
InStoreProductAvailabilityProvider.getProductStockLevelStatus(ProductModel product,
PointOfServiceModel pointOfService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GeoCodePosSectionRenderer.geoCodeAddress(AddressData address,
PointOfServiceModel pos,
WidgetInstanceManager widgetInstanceManager) |
protected boolean |
GeoCodePosSectionRenderer.hasUserPermissionToWrite(PointOfServiceModel pos) |
protected void |
GeoCodePosSectionRenderer.updatePointOfService(GPS gps,
Date geocodeTimestamp,
PointOfServiceModel pos) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
StoreStockHolder.getPointOfService() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreStockHolder.setPointOfService(PointOfServiceModel pointOfService) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PointOfServiceModel> |
StoreLocatorFeatureModel.getPointOfServices()
Generated method - Getter of the
StoreLocatorFeature.pointOfServices attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreLocatorFeatureModel.setPointOfServices(Collection<PointOfServiceModel> value)
Generated method - Setter of
StoreLocatorFeature.pointOfServices attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
StoreEmployeeGroupModel.getStore()
Generated method - Getter of the
StoreEmployeeGroup.store attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreEmployeeGroupModel.setStore(PointOfServiceModel value)
Generated method - Setter of
StoreEmployeeGroup.store attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
CommerceCartParameter.getPointOfService() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceCartParameter.setPointOfService(PointOfServiceModel pointOfService) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PointOfServiceDistanceData.getPointOfService() |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceDistanceData.setPointOfService(PointOfServiceModel pointOfService) |
| Modifier and Type | Method and Description |
|---|---|
List<CommerceCartModification> |
DefaultBundleCheckoutService.consolidateCheckoutCart(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel) |
protected Integer |
NonMergingUpdateCartStrategy.getEntryForProductAndPointOfService(CartModel cartModel,
ProductModel productModel,
PointOfServiceModel pointOfServiceModel) |
protected Optional<CartEntryModel> |
NonMergingUpdateCartStrategy.getMergeCandidate(CartModel cartModel,
ProductModel productModel,
PointOfServiceModel pointOfServiceModel,
Integer sampleEntryIndex) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
AbstractOrderEntryModel.getDeliveryPointOfService()
Generated method - Getter of the
AbstractOrderEntry.deliveryPointOfService attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryModel.setDeliveryPointOfService(PointOfServiceModel value)
Generated method - Setter of
AbstractOrderEntry.deliveryPointOfService attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
ConsignmentModel.getDeliveryPointOfService()
Generated method - Getter of the
Consignment.deliveryPointOfService attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PointOfServiceModel> |
WarehouseModel.getPointsOfService()
Generated method - Getter of the
Warehouse.pointsOfService attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentModel.setDeliveryPointOfService(PointOfServiceModel value)
Generated method - Setter of
Consignment.deliveryPointOfService attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseModel.setPointsOfService(Collection<PointOfServiceModel> value)
Generated method - Setter of
Warehouse.pointsOfService attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
BaseStoreModel.getDefaultDeliveryOrigin()
Generated method - Getter of the
BaseStore.defaultDeliveryOrigin attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
List<PointOfServiceModel> |
BaseStoreModel.getPointsOfService()
Generated method - Getter of the
BaseStore.pointsOfService attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreModel.setDefaultDeliveryOrigin(PointOfServiceModel value)
Generated method - Setter of
BaseStore.defaultDeliveryOrigin attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreModel.setPointsOfService(List<PointOfServiceModel> value)
Generated method - Setter of
BaseStore.pointsOfService attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PointOfServiceDao.getPosByName(String name)
Returns a Point of Service with the name given
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PointOfServiceModel> |
PointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius)
return all POS items from the given neighborhood
|
Collection<PointOfServiceModel> |
PointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius,
BaseStoreModel baseStore)
return all POS items from the given neighborhood belonging to given store
|
Collection<PointOfServiceModel> |
PointOfServiceDao.getAllPos()
return all POS items
|
Collection<PointOfServiceModel> |
PointOfServiceDao.getPosToGeocode()
Get collection of PointOfServiceModel that need to be geocoded.
|
Collection<PointOfServiceModel> |
PointOfServiceDao.getPosToGeocode(int size)
Get a size limited collection of PointOfServiceModel that need to be geocoded.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
GeocodingJob.buildErrorMessage(PointOfServiceModel pos,
DistanceUnawareLocation location,
GeoServiceWrapperException geoServiceWrapperException) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
DefaultPointOfServiceDao.getPosByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius) |
Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius,
BaseStoreModel baseStore) |
Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getAllPos() |
Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getPosToGeocode() |
Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getPosToGeocode(int size) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
DefaultLocationService.calculateDistance(GPS referenceGps,
PointOfServiceModel posModel) |
protected AddressData |
AbstractAddress.extractAddressData(PointOfServiceModel pos) |
| Constructor and Description |
|---|
DefaultLocation(PointOfServiceModel posModel,
Double distance) |
DistanceUnawareLocation(PointOfServiceModel posModel) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PointOfServiceService.getPointOfServiceForName(String name)
Returns point of service by its name.
|
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
DefaultPointOfServiceService.getPointOfServiceForName(String name) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PointOfServiceResource.getPointOfServiceModel()
Convenience method which just delegates to
#getResourceValue() |
protected PointOfServiceModel |
PointOfServiceResource.readResource(String resourceId)
Gets the
PointOfServiceModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PointOfServiceModel> |
PointOfServicesResource.getPointOfServicesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceResource.setPointOfServiceModel(PointOfServiceModel value)
Convenience method which just delegates to
#setResourceValue(PointOfServiceModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServicesResource.setPointOfServicesCollection(Collection<PointOfServiceModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
long |
SubscriptionCommerceCartStrategy.getAvailableStockLevel(ProductModel productModel,
PointOfServiceModel pointOfServiceModel)
see
AbstractCommerceCartStrategy#getAvailableStockLevel. |
| Modifier and Type | Method and Description |
|---|---|
protected long |
DefaultSubscriptionCommerceCartService.getAvailableStockLevel(ProductModel productModel,
PointOfServiceModel pointOfServiceModel)
Find the available stock quantity for a product.
|
long |
DefaultSubscriptionCommerceCartStrategy.getAvailableStockLevel(ProductModel productModel,
PointOfServiceModel pointOfServiceModel) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WarehousingCommerceStockService.getStockLevelForProductAndPointOfService(ProductModel product,
PointOfServiceModel pos) |
StockLevelStatus |
WarehousingCommerceStockService.getStockLevelStatusForProductAndPointOfService(ProductModel product,
PointOfServiceModel pointOfService) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
PickupWarehouseSelectionStrategy.getWarehouses(PointOfServiceModel pos)
Get all warehouses associated to the point of service that allow pickup.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
DefaultPickupWarehouseSelectionStrategy.getWarehouses(PointOfServiceModel pos) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
AdvancedShippingNoticeModel.getPointOfService()
Generated method - Getter of the
AdvancedShippingNotice.pointOfService attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedShippingNoticeModel.setPointOfService(PointOfServiceModel value)
Generated method - Setter of
AdvancedShippingNotice.pointOfService attribute defined at extension warehousing. |
| Constructor and Description |
|---|
AdvancedShippingNoticeModel(String _externalId,
String _internalId,
ItemModel _owner,
PointOfServiceModel _pointOfService,
Date _releaseDate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AdvancedShippingNoticeModel(String _externalId,
String _internalId,
PointOfServiceModel _pointOfService,
Date _releaseDate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PosSelectionStrategy.getPointOfService(AbstractOrderModel orderModel,
WarehouseModel warehouse)
Retrieve a specific point of service for a specific warehouse and a specific order
|
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PosOrderEntryMatcher.getMatchingObject(AbstractOrderEntryModel orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
FirstPosSelectionStrategy.getPointOfService(AbstractOrderModel orderModel,
WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
OrderBuilder.build(AddressModel address,
CurrencyModel currency,
ProductService productService,
Map<String,Long> productInfo,
PointOfServiceModel pointOfServiceModel,
DeliveryModeModel deliveryModeModel) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PointOfServiceModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
OrderEntryModelBuilder |
OrderEntryModelBuilder.withDeliveryPointOfService(PointOfServiceModel deliveryPointOfService) |
AsnModelBuilder |
AsnModelBuilder.withPoS(PointOfServiceModel pos) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PointsOfService.Boston() |
PointOfServiceModel |
PointsOfService.Montreal_Downtown() |
PointOfServiceModel |
PointsOfService.Montreal_External() |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
AtpFormDto.getPointOfService() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtpFormDto.setPointOfService(PointOfServiceModel pointOfService) |
| Constructor and Description |
|---|
AtpFormDto(ProductModel product,
BaseStoreModel baseStore,
PointOfServiceModel pointOfService) |
Copyright © 2017 SAP SE. All Rights Reserved.