| Modifier and Type | Method and Description |
|---|---|
protected void |
PointOfServiceDistancePopulator.calculateFormattedDistance(PointOfServiceModel pointOfServiceModel,
PointOfServiceData pointOfServiceData) |
void |
PointOfServiceDistancePopulator.populate(PointOfServiceModel source,
PointOfServiceData target) |
| Modifier and Type | Method and Description |
|---|---|
double |
CustomerLocationService.calculateDistance(GeoPoint origin,
PointOfServiceModel pointOfServiceModel)
Calculates distance between given origin point and given point of service data object
|
| Modifier and Type | Method and Description |
|---|---|
double |
DefaultCustomerLocationService.calculateDistance(GeoPoint origin,
PointOfServiceModel pointOfServiceModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
AcceleratorCheckoutService.consolidateCheckoutCart(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel)
Runs calculation again and updates cart
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
DefaultAcceleratorCheckoutService.consolidateCheckoutCart(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel) |
protected AbstractOrderEntryModel |
DefaultAcceleratorCheckoutService.getAnchorEntryToConsolidate(AbstractOrderEntryModel entry,
CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel)
Gets the anchor entry to consolidate.
|
protected java.util.List<AbstractOrderEntryModel> |
DefaultAcceleratorCheckoutService.getEntriesToConsolidate(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel,
java.util.List<AbstractOrderEntryModel> entriesToBeRemovedDueToPOS,
java.util.List<AbstractOrderEntryModel> consolidatedEntriesToBeRemoved,
java.util.List<CommerceCartModification> unsuccessfulModifications)
Gets the consolidate entries.
|
protected boolean |
DefaultAcceleratorCheckoutService.isInStock(ProductModel productModel,
PointOfServiceModel pointOfServiceModel) |
protected void |
DefaultAcceleratorCheckoutService.updatePOS(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel,
java.util.List<CommerceCartModification> unsuccessfulModifications,
AbstractOrderEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PointOfServiceModel> |
PointOfServicePageSiteMapGenerator.getDataInternal(CMSSiteModel siteModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SiteMapUrlData> |
PointOfServicePageSiteMapGenerator.getSiteMapUrlData(java.util.List<PointOfServiceModel> models) |
| Modifier and Type | Method and Description |
|---|---|
UrlResolver<PointOfServiceModel> |
PointOfServiceModellToSiteMapUrlDataPopulator.getUrlResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceModellToSiteMapUrlDataPopulator.populate(PointOfServiceModel pointOfServiceModel,
SiteMapUrlData siteMapUrlData) |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceModellToSiteMapUrlDataPopulator.setUrlResolver(UrlResolver<PointOfServiceModel> urlResolver) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PointOfServiceModel> |
LocalStorePreferencesService.getFavoritePointOfServices()
Returns user's favourite stores list
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalStorePreferencesService.addToFavouritePointOfServices(PointOfServiceModel favorite)
Adds given point of service to favorite
|
void |
LocalStorePreferencesService.removeFromFavoritePointOfServices(PointOfServiceModel pointOfServiceModel)
Removes given point of service from favorite
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalStorePreferencesService.setFavoritesPointOfServices(java.util.List<PointOfServiceModel> storesList)
Stores user's favourite stores list
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PointOfServiceModel> |
DefaultLocalStorePreferencesService.getFavoritePointOfServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLocalStorePreferencesService.addToFavouritePointOfServices(PointOfServiceModel favorite) |
void |
DefaultLocalStorePreferencesService.removeFromFavoritePointOfServices(PointOfServiceModel pointOfServiceModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLocalStorePreferencesService.setFavoritesPointOfServices(java.util.List<PointOfServiceModel> storesList) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultPickupPointOfServiceConsolidationStrategy.checkAllStockAvailableAtPointOfService(java.util.Set<ProductModel> products,
PointOfServiceModel posModel,
CartModel cartModel) |
protected boolean |
DefaultPickupPointOfServiceConsolidationStrategy.checkStockAvailableAtPointOfService(ProductModel productModel,
PointOfServiceModel posModel,
CartModel cartModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultPickupPointOfServiceConsolidationStrategy.collectPickupPoints(CartModel cartModel,
java.util.Set<PointOfServiceModel> potentialPickupPoints,
java.util.Set<ProductModel> productsForPickup) |
protected void |
DefaultPickupPointOfServiceConsolidationStrategy.processPotentialPickupPoints(CartModel cartModel,
java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints,
java.util.Set<PointOfServiceModel> potentialPickupPoints,
UserLocationData userLocation,
java.util.Set<ProductModel> productsForPickup) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
AssistedServiceService.getAssistedServiceAgentStore()
Returns the PointOfServiceModel for the logged in as agent.
|
PointOfServiceModel |
AssistedServiceService.getAssistedServiceAgentStore(UserModel agent)
Returns the PointOfServiceModel for the given as agent.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends CustomerModel> |
CustomerGroupDao.findAllCustomersByConsignmentsInPointOfServices(java.util.List<PointOfServiceModel> pointOfServiceModels,
PageableData pageableData)
Get paginated customers for specific pos-list where customer have a consignment.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends CustomerModel> |
DefaultCustomerGroupDao.findAllCustomersByConsignmentsInPointOfServices(java.util.List<PointOfServiceModel> poses,
PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
DefaultAssistedServiceService.getAssistedServiceAgentStore() |
PointOfServiceModel |
DefaultAssistedServiceService.getAssistedServiceAgentStore(UserModel agent) |
| 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,
java.util.Date geocodeTimestamp,
PointOfServiceModel pos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChineseCheckoutFacade.reserveStock(java.lang.String orderCode,
java.lang.String productCode,
int quantity,
java.util.Optional<PointOfServiceModel> pos)
Reserve the stock after place order
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultChineseCheckoutFacade.reserveStock(java.lang.String orderCode,
java.lang.String productCode,
int quantity,
java.util.Optional<PointOfServiceModel> pos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChineseCheckoutService.reserveStock(java.lang.String orderCode,
java.lang.String productCode,
int quantity,
java.util.Optional<PointOfServiceModel> pos)
Reserve the stock after place order
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultChineseCheckoutService.reserveStock(java.lang.String orderCode,
java.lang.String productCode,
int quantity,
java.util.Optional<PointOfServiceModel> pos) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PointOfServiceModel,PointOfServiceData> |
BaseStorePopulator.getPointOfServiceConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStorePopulator.setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PointOfServiceModel,PointOfServiceData> |
OrderEntryPopulator.getPointOfServiceConverter() |
protected Converter<PointOfServiceModel,PointOfServiceData> |
ConsignmentPopulator.getPointOfServiceConverter() |
protected Converter<PointOfServiceModel,PointOfServiceData> |
PickupOrderEntryGroupPopulator.getPointOfServiceConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderEntryPopulator.setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) |
void |
ConsignmentPopulator.setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) |
void |
PickupOrderEntryGroupPopulator.setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Populator<PointOfServiceModel,PointOfServiceData> |
StoreStockPopulator.getPointOfServicePopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreStockPopulator.setPointOfServicePopulator(Populator<PointOfServiceModel,PointOfServiceData> pointOfServicePopulator) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PointOfServiceModel,PointOfServiceData> |
PointOfServiceDistanceConverter.getPointOfServiceConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceDistanceConverter.setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PointOfServiceModel,PointOfServiceData> |
DefaultStoreFinderFacade.getPointOfServiceConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStoreFinderFacade.setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServicePopulator.populate(PointOfServiceModel source,
PointOfServiceData target) |
protected void |
PointOfServicePopulator.setGeoPoint(PointOfServiceModel source,
PointOfServiceData target) |
| 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 |
|---|---|
protected Converter<PointOfServiceModel,PointOfServiceData> |
DefaultStoreLocatorFacade.getPointOfServiceConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStoreLocatorFacade.setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PointOfServiceModel,java.util.List<StockLevelModel>> |
StorePickupDao.getLocalStockLevelsForProductAndBaseStore(java.lang.String productCode,
BaseStoreModel baseStoreModel)
Get stock levels for given given product and base store.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PointOfServiceModel,java.util.List<StockLevelModel>> |
DefaultStorePickupDao.getLocalStockLevelsForProductAndBaseStore(java.lang.String productCode,
BaseStoreModel baseStoreModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.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 |
|---|---|
CommerceCartModification |
CommerceCartService.addToCart(CartModel cartModel,
ProductModel productModel,
PointOfServiceModel deliveryPointOfService,
long quantity,
UnitModel unit,
boolean forceNewEntry)
Deprecated.
|
CommerceCartModification |
CommerceCartService.updatePointOfServiceForCartEntry(CartModel cartModel,
long entryNumber,
PointOfServiceModel pointOfServiceModel)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CartEntryModel> |
CartEntryDao.findEntriesByProductAndPointOfService(CartModel cart,
ProductModel product,
PointOfServiceModel pointOfService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CartEntryModel> |
DefaultCartEntryDao.findEntriesByProductAndPointOfService(CartModel cart,
ProductModel product,
PointOfServiceModel pointOfService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
DefaultCommerceCartService.addToCart(CartModel cartModel,
ProductModel productModel,
PointOfServiceModel deliveryPointOfService,
long quantity,
UnitModel unit,
boolean forceNewEntry)
Deprecated.
Since 5.2.
|
protected long |
AbstractCommerceCartStrategy.checkCartLevel(ProductModel productModel,
CartModel cartModel,
PointOfServiceModel pointOfServiceModel) |
protected long |
AbstractCommerceCartStrategy.getAllowedCartAdjustmentForProduct(CartModel cartModel,
ProductModel productModel,
long quantityToAdd,
PointOfServiceModel pointOfServiceModel)
Work out the allowed quantity adjustment for a product in the cart given a requested quantity change.
|
protected long |
AbstractCommerceCartStrategy.getAvailableStockLevel(ProductModel productModel,
PointOfServiceModel pointOfServiceModel) |
protected java.lang.Integer |
AbstractCommerceCartStrategy.getEntryForProductAndPointOfService(CartModel cartModel,
ProductModel productModel,
PointOfServiceModel pointOfServiceModel) |
protected boolean |
AbstractCommerceCartStrategy.isStockLevelSufficient(CartModel cartModel,
ProductModel productModel,
PointOfServiceModel pointOfServiceModel,
long quantityToAdd)
Work out if the stock level is sufficient for a product in the cart given a requested quantity change.
|
CommerceCartModification |
DefaultCommerceCartService.updatePointOfServiceForCartEntry(CartModel cartModel,
long entryNumber,
PointOfServiceModel pointOfServiceModel)
Deprecated.
Since 5.2.
|
| 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 |
|---|---|
java.util.Map<PointOfServiceModel,StockLevelStatus> |
CommerceStockService.getPosAndStockLevelStatusForProduct(ProductModel product,
BaseStoreModel baseStore)
Returns the StockLevelStatus for the Product at Points of Service where it is in stock.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
CommerceStockService.getStockLevelForProductAndPointOfService(ProductModel product,
PointOfServiceModel pointOfServiceModel)
Returns stock level value for given product and point of service (that also indicates warehouse)
|
StockLevelStatus |
CommerceStockService.getStockLevelStatusForProductAndPointOfService(ProductModel product,
PointOfServiceModel pointOfServiceModel)
Returns stock level status for given product and point of service (that also indicates warehouse)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PointOfServiceModel,StockLevelStatus> |
DefaultCommerceStockService.getPosAndStockLevelStatusForProduct(ProductModel product,
BaseStoreModel baseStore) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
SubscriptionCommerceStockService.getStockLevelForProductAndPointOfService(ProductModel product,
PointOfServiceModel pointOfService) |
java.lang.Long |
DefaultCommerceStockService.getStockLevelForProductAndPointOfService(ProductModel product,
PointOfServiceModel pointOfService) |
StockLevelStatus |
SubscriptionCommerceStockService.getStockLevelStatusForProductAndPointOfService(ProductModel product,
PointOfServiceModel pointOfService) |
StockLevelStatus |
DefaultCommerceStockService.getStockLevelStatusForProductAndPointOfService(ProductModel product,
PointOfServiceModel pointOfService) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
StoreFinderService.getPointOfServiceForName(BaseStoreModel baseStore,
java.lang.String name)
Gets the
PointOfServiceModel for the given name that should be unique |
| 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 |
|---|---|
protected PointOfServiceModel |
DefaultStoreFinderServiceTest.createPos(double lat,
double lon) |
PointOfServiceModel |
DefaultStoreFinderService.getPointOfServiceForName(BaseStoreModel baseStore,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected GenericDao<PointOfServiceModel> |
DefaultStoreFinderService.getPointOfServiceGenericDao() |
protected PagedGenericDao<PointOfServiceModel> |
DefaultStoreFinderService.getPointOfServicePagedGenericDao() |
protected java.util.Collection<PointOfServiceModel> |
DefaultStoreFinderService.getPointsOfServiceNear(GeoPoint centerPoint,
double radiusKm,
BaseStoreModel baseStore) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
DefaultStoreFinderService.calculateDistance(GeoPoint centerPoint,
PointOfServiceModel posModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ITEM> |
DefaultStoreFinderService.calculateDistances(GeoPoint centerPoint,
java.util.Collection<PointOfServiceModel> pointsOfService) |
void |
DefaultStoreFinderService.setPointOfServiceGenericDao(GenericDao<PointOfServiceModel> pointOfServiceGenericDao) |
void |
DefaultStoreFinderService.setPointOfServicePagedGenericDao(PagedGenericDao<PointOfServiceModel> pointOfServicePagedGenericDao) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultPointOfServiceUrlResolver.getKey(PointOfServiceModel source) |
protected java.lang.String |
DefaultPointOfServiceUrlResolver.resolveInternal(PointOfServiceModel source) |
| 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 |
|---|---|
java.util.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(java.util.Collection<PointOfServiceModel> value)
Generated method - Setter of
Warehouse.pointsOfService attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
protected long |
CommerceConfigAddToCartStrategy.getAllowedCartAdjustmentForProduct(CartModel cartModel,
ProductModel productModel,
long quantityToAdd,
PointOfServiceModel pointOfServiceModel) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
DefaultAddToCartStrategy.getAllowedCartAdjustmentForProduct(CartModel cartModel,
ProductModel productModel,
long quantityToAdd,
PointOfServiceModel pointOfServiceModel) |
| 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 |
|---|---|
java.util.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(java.util.List<PointOfServiceModel> value)
Generated method - Setter of
BaseStore.pointsOfService attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PointOfServiceDao.getPosByName(java.lang.String name)
Returns a Point of Service with the name given
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PointOfServiceModel> |
PointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius)
return all POS items from the given neighborhood
|
java.util.Collection<PointOfServiceModel> |
PointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius,
BaseStoreModel baseStore)
return all POS items from the given neighborhood belonging to given store
|
java.util.Collection<PointOfServiceModel> |
PointOfServiceDao.getAllPos()
return all POS items
|
java.util.List<PointOfServiceModel> |
PointOfServiceDao.getPosForCountry(java.lang.String countryIsoCode,
BaseStoreModel baseStore)
Gets a list of
PointOfServiceModel in a given country |
java.util.List<PointOfServiceModel> |
PointOfServiceDao.getPosForRegion(java.lang.String countryIsoCode,
java.lang.String regionIsoCode,
BaseStoreModel baseStore)
Gets a list of
PointOfServiceModel in a given country and region |
java.util.Collection<PointOfServiceModel> |
PointOfServiceDao.getPosToGeocode()
Get collection of PointOfServiceModel that need to be geocoded.
|
java.util.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 java.lang.String |
GeocodingJob.buildErrorMessage(PointOfServiceModel pos,
DistanceUnawareLocation location,
GeoServiceWrapperException geoServiceWrapperException) |
protected boolean |
GeocodingJobIT.isMockedForFailure(PointOfServiceModel pos) |
protected void |
GeocodingJob.storeDistanceUnawareLocation(PointOfServiceModel pos)
calculates and stores the GPS information for the given point of service
|
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
DefaultPointOfServiceDao.getPosByName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius) |
java.util.Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius,
BaseStoreModel baseStore) |
java.util.Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getAllPos() |
java.util.List<PointOfServiceModel> |
DefaultPointOfServiceDao.getPosForCountry(java.lang.String countryIsoCode,
BaseStoreModel baseStore) |
java.util.List<PointOfServiceModel> |
DefaultPointOfServiceDao.getPosForRegion(java.lang.String countryIsoCode,
java.lang.String regionIsoCode,
BaseStoreModel baseStore) |
java.util.Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getPosToGeocode() |
java.util.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,
java.lang.Double distance) |
DistanceUnawareLocation(PointOfServiceModel posModel)
creates a new location using the given point of service.
|
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PointOfServiceService.getPointOfServiceForName(java.lang.String name)
Returns point of service by its name.
|
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
DefaultPointOfServiceService.getPointOfServiceForName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PointOfServiceResource.getPointOfServiceModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected PointOfServiceModel |
PointOfServiceResource.readResource(java.lang.String resourceId)
Gets the
PointOfServiceModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PointOfServiceModel> |
PointOfServicesResource.getPointOfServicesCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<PointOfServiceModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
long |
SubscriptionCommerceCartStrategy.getAvailableStockLevel(ProductModel productModel,
PointOfServiceModel pointOfServiceModel)
|
| 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 |
|---|---|
java.lang.Long |
WarehousingCommerceStockService.getStockLevelForProductAndPointOfService(ProductModel product,
PointOfServiceModel pos) |
StockLevelStatus |
WarehousingCommerceStockService.getStockLevelStatusForProductAndPointOfService(ProductModel product,
PointOfServiceModel pointOfService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WarehouseModel> |
PickupWarehouseSelectionStrategy.getWarehouses(PointOfServiceModel pos)
Get all warehouses associated to the point of service that allow pickup.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.lang.String _externalId,
java.lang.String _internalId,
ItemModel _owner,
PointOfServiceModel _pointOfService,
java.util.Date _releaseDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AdvancedShippingNoticeModel(java.lang.String _externalId,
java.lang.String _internalId,
PointOfServiceModel _pointOfService,
java.util.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,
java.util.Map<java.lang.String,java.lang.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 |
|---|---|
boolean |
WarehousingWarehouseService.isWarehouseInPoS(WarehouseModel warehouse,
PointOfServiceModel pointOfService)
Check if given
WarehouseModel belong to given PointOfServiceModel |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultWarehousingWarehouseService.isWarehouseInPoS(WarehouseModel warehouse,
PointOfServiceModel pointOfService) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
ExportPointsOfServiceAction.getDailySchedule(PointOfServiceModel pointOfService,
int dayOfWeek)
Generates a formatted 24 hour representation of the opening hours of a
PointOfServiceModel for a given day of the week |
protected boolean |
ExportPointsOfServiceAction.validatePointOfServiceMeetsRequirements(PointOfServiceModel pointOfService)
Returns true if the
PointOfServiceModel contains or references all of the data required to pass minimum requirements
for an import to Google My Business |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
ExportPointsOfServiceAction.createCsv(java.util.List<PointOfServiceModel> pointsOfService)
Builds a CSV based upon a list of
PointOfServiceModels |
protected void |
ExportPointsOfServiceAction.createCsvContent(java.lang.StringBuilder stringBuilder,
java.util.List<PointOfServiceModel> pointsOfService)
Creates a CSV body representing a list of
PointOfServiceModels |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PointOfServiceModel,PointOfServiceData> |
DefaultWarehousingBaseStoreFacade.getPointOfServiceConverter() |
protected PagedGenericDao<PointOfServiceModel> |
DefaultWarehousingBaseStoreFacade.getPointsOfServicePagedDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingBaseStoreFacade.setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) |
void |
DefaultWarehousingBaseStoreFacade.setPointsOfServicePagedDao(PagedGenericDao<PointOfServiceModel> pointsOfServicePagedDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehousingPointOfServicePopulator.populate(PointOfServiceModel source,
PointOfServiceData target) |
| Modifier and Type | Method and Description |
|---|---|
protected PointOfServiceModel |
DefaultWarehousingPointOfServiceFacade.getPointOfServiceModelByName(java.lang.String posName)
Finds
PointOfServiceModel for the given NAME |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PointOfServiceModel,PointOfServiceData> |
DefaultWarehousingPointOfServiceFacade.getPointOfServiceConverter() |
protected GenericDao<PointOfServiceModel> |
DefaultWarehousingPointOfServiceFacade.getPointOfServiceGenericDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingPointOfServiceFacade.setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) |
void |
DefaultWarehousingPointOfServiceFacade.setPointOfServiceGenericDao(GenericDao<PointOfServiceModel> pointOfServiceGenericDao) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PointOfServiceModel,PointOfServiceData> |
WarehousingWarehousePopulator.getPointOfServiceConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehousingWarehousePopulator.setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.