| Modifier and Type | Method and Description |
|---|---|
Set<ConsignmentModel> |
AbstractOrderModel.getConsignments()
Generated method - Getter of the
AbstractOrder.consignments attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderModel.setConsignments(Set<ConsignmentModel> value)
Generated method - Setter of
AbstractOrder.consignments attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
protected OrderCancelState |
DefaultOrderCancelStateMappingStrategy.checkConsignments(Collection<ConsignmentModel> consignments) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
ConsignmentService.createConsignment(AbstractOrderModel order,
String code,
List<AbstractOrderEntryModel> orderEntries)
Creates the consignment.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConsignmentModel> |
OrderSplittingService.splitOrderForConsignment(AbstractOrderModel order,
List<AbstractOrderEntryModel> orderEntryList)
Split order entries for consignments.
|
List<ConsignmentModel> |
OrderSplittingService.splitOrderForConsignmentNotPersist(AbstractOrderModel order,
List<AbstractOrderEntryModel> orderEntryList) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
DefaultConsignmentService.createConsignment(AbstractOrderModel order,
String code,
List<AbstractOrderEntryModel> orderEntries) |
| Modifier and Type | Method and Description |
|---|---|
List<ConsignmentModel> |
DefaultOrderSplittingService.splitOrderForConsignment(AbstractOrderModel order,
List<AbstractOrderEntryModel> orderEntryList) |
List<ConsignmentModel> |
DefaultOrderSplittingService.splitOrderForConsignmentNotPersist(AbstractOrderModel order,
List<AbstractOrderEntryModel> orderEntryList) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
ConsignmentEntryModel.getConsignment()
Generated method - Getter of the
ConsignmentEntry.consignment attribute defined at extension basecommerce. |
ConsignmentModel |
ConsignmentProcessModel.getConsignment()
Generated method - Getter of the
ConsignmentProcess.consignment attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
Set<ConsignmentModel> |
WarehouseModel.getConsignments()
Generated method - Getter of the
Warehouse.consignments attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentEntryModel.setConsignment(ConsignmentModel value)
Generated method - Initial setter of
ConsignmentEntry.consignment attribute defined at extension basecommerce. |
void |
ConsignmentProcessModel.setConsignment(ConsignmentModel value)
Generated method - Setter of
ConsignmentProcess.consignment attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseModel.setConsignments(Set<ConsignmentModel> value)
Generated method - Setter of
Warehouse.consignments attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
ConsignmentEntryModel(ConsignmentModel _consignment,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner,
Long _quantity)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ConsignmentEntryModel(ConsignmentModel _consignment,
AbstractOrderEntryModel _orderEntry,
Long _quantity)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
ConsignmentResource.getConsignmentModel()
Convenience method which just delegates to
#getResourceValue() |
protected ConsignmentModel |
ConsignmentResource.readResource(String resourceId)
Gets the
ConsignmentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConsignmentModel> |
ConsignmentsResource.getConsignmentsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentResource.setConsignmentModel(ConsignmentModel value)
Convenience method which just delegates to
#setResourceValue(ConsignmentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentsResource.setConsignmentsCollection(Collection<ConsignmentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractSplittingStrategy.afterSplitting(Object groupingObject,
ConsignmentModel createdOne)
After splitting.
|
void |
AbstractSplittingStrategy.afterSplitting(OrderEntryGroup group,
ConsignmentModel createdOne) |
void |
SplittingStrategy.afterSplitting(OrderEntryGroup group,
ConsignmentModel createdOne)
After splitting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SplitByEntryDeliveryAddress.afterSplitting(Object groupingObject,
ConsignmentModel createdOne) |
void |
SplitByAvailableCount.afterSplitting(Object groupingObject,
ConsignmentModel createdOne) |
void |
SplitByNamedDeliveryDate.afterSplitting(Object groupingObject,
ConsignmentModel createdOne) |
void |
SplitByDeliveryMode.afterSplitting(Object groupingObject,
ConsignmentModel createdOne) |
void |
SplitByWarehouse.afterSplitting(OrderEntryGroup group,
ConsignmentModel createdOne) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConsignmentModel> |
SAPOrderModel.getConsignments()
Generated method - Getter of the
SAPOrder.consignments attribute defined at extension sapmodel. |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPOrderModel.setConsignments(Set<ConsignmentModel> value)
Generated method - Setter of
SAPOrder.consignments attribute defined at extension sapmodel. |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
SapConsignmentProcessModel.getConsignment()
Generated method - Getter of the
SapConsignmentProcess.consignment attribute defined at extension ysapomsfulfillment. |
| Modifier and Type | Method and Description |
|---|---|
void |
SapConsignmentProcessModel.setConsignment(ConsignmentModel value)
Generated method - Setter of
SapConsignmentProcess.consignment attribute defined at extension ysapomsfulfillment. |
| Modifier and Type | Method and Description |
|---|---|
void |
Process2WarehouseAdapter.prepareConsignment(ConsignmentModel consignment)
Send consignment.
|
void |
Warehouse2ProcessAdapter.receiveConsignmentStatus(ConsignmentModel consignment,
WarehouseConsignmentStatus status)
Receive warehouse consignment status.
|
void |
Process2WarehouseAdapter.shipConsignment(ConsignmentModel consignment)
Ship consignment.
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
AllocationService.createConsignment(AbstractOrderModel order,
String code,
SourcingResult result)
Create a consignment for the sourcing result.
The consignment and the order will be persisted after creation and updates. |
ConsignmentModel |
AllocationService.reallocate(DeclineEntries declinedEntries)
Deprecated.
use
AllocationService.autoReallocate(DeclineEntries) for auto Reallocation
& use AllocationService.manualReallocate(DeclineEntries) for manual Reallocation |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConsignmentModel> |
AllocationService.createConsignments(AbstractOrderModel order,
String code,
SourcingResults results)
Create consignments for the sourcing results gathered from the sourcing strategies executions.
All consignments and order will be persisted after creations and updates. |
Collection<ConsignmentModel> |
AllocationService.manualReallocate(DeclineEntries declinedEntries)
Manually reallocate the consignment entries provided to a new point of service.
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
DefaultAllocationService.createConsignment(AbstractOrderModel order,
String code,
SourcingResult result)
This implementation assumes that all order entries in SourcingResult have the same delivery POS.
|
ConsignmentModel |
DefaultAllocationService.reallocate(DeclineEntries declinedEntries)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ConsignmentModel> |
DefaultAllocationService.createConsignments(AbstractOrderModel order,
String code,
SourcingResults results) |
Collection<ConsignmentModel> |
DefaultAllocationService.manualReallocate(DeclineEntries declinedEntries) |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentEntryModel |
DefaultAllocationService.createConsignmentEntry(AbstractOrderEntryModel orderEntry,
Long quantity,
ConsignmentModel consignment)
Create a consignment entry.
|
protected int |
DefaultAllocationService.getNumDeclines(ConsignmentModel consignment)
Gets the number of decline entry event for the given consignment.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
ShippingDateStrategy.getExpectedShippingDate(ConsignmentModel consignment)
Determine the expected shipping date of the consignment
|
| Modifier and Type | Method and Description |
|---|---|
Date |
NextDayShippingDateStrategy.getExpectedShippingDate(ConsignmentModel consignment)
Sets next day as the consignment's shipping date.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,Long> |
ConsignmentCancellationService.cancelConsignment(ConsignmentModel consignment,
OrderCancelResponse orderCancelResponse)
Cancel a consignment.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,Long> |
DefaultConsignmentCancellationService.cancelConsignment(ConsignmentModel consignment,
OrderCancelResponse orderCancelResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected OrderCancelState |
WarehousingOrderCancelStateMappingStrategy.checkConsignments(Collection<ConsignmentModel> consignments) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentPackagingInfoPrepareInterceptor.onPrepare(ConsignmentModel consignment,
InterceptorContext context) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AllocationEventModel> |
InventoryEventService.createAllocationEvents(ConsignmentModel consignment)
Persists allocation events to account for the changes in stock quantities.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AllocationEventModel> |
DefaultInventoryEventService.createAllocationEvents(ConsignmentModel consignment) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
CommonPrintLabelContext.getConsignment() |
| Modifier and Type | Method and Description |
|---|---|
protected ExportForm |
ExportFormContext.createExportFormContent(ConsignmentModel consignment)
Creates
ExportForm object with item and total prices calculated according to
ExportFormPriceStrategy |
protected ReturnForm |
ReturnFormContext.createReturnFormForConsignment(ConsignmentModel consignment)
Creates
ReturnForm object which holds lists of return entries |
String |
ShippingLabelContext.getBarcodeMediaImageURL(ConsignmentModel consignmentModel)
Extracts the image url for the barcode of the label
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
PackagingInfoModel.getConsignment()
Generated method - Getter of the
PackagingInfo.consignment attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
PackagingInfoModel.setConsignment(ConsignmentModel value)
Generated method - Initial setter of
PackagingInfo.consignment attribute defined at extension warehousing. |
| Constructor and Description |
|---|
PackagingInfoModel(ConsignmentModel _consignment)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PackagingInfoModel(ConsignmentModel _consignment,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultConsignmentProcessService.getProcessCode(ConsignmentModel consignment) |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentModel |
OrderManagementOrderCancelPartialTest.createConsignmentModel(String code,
AddressModel deliveryAddress,
WarehouseModel warehouse,
ConsignmentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentEntryModel |
OrderManagementOrderCancelPartialTest.createConsignmentEntry(ConsignmentModel consignment,
AbstractOrderEntryModel orderEntry,
Long qty) |
protected ConsignmentEntryModel |
OrderManagementReturnsServiceTest.getConsignmentEntryModel(AbstractOrderEntryModel orderEntryModel,
ConsignmentModel consignment) |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehousingShippingService.confirmPickupConsignment(ConsignmentModel consignment)
Confirms the pickup of
ConsignmentModel |
void |
WarehousingShippingService.confirmShipConsignment(ConsignmentModel consignment)
Confirms the shipping of
ConsignmentModel |
boolean |
WarehousingShippingService.isConsignmentConfirmable(ConsignmentModel consignment)
Checks if the confirm ship/pickup is possible for the given
ConsignmentModel |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
DefaultWarehousingShippingService.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingShippingService.confirmPickupConsignment(ConsignmentModel consignment) |
void |
DefaultWarehousingShippingService.confirmShipConsignment(ConsignmentModel consignment) |
boolean |
DefaultWarehousingShippingService.isConsignmentConfirmable(ConsignmentModel consignment) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingShippingService.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
String |
DeliveryTrackingIdStrategy.generateTrackingId(ConsignmentModel consignment)
Generates the
TRACKINGID for the given ConsignmentModel |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultDeliveryTrackingIdStrategy.generateTrackingId(ConsignmentModel consignment) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
ConsignmentModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentEntryModelBuilder |
ConsignmentEntryModelBuilder.withConsignment(ConsignmentModel consignment) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
Consignments.Camera_ShippedFromBostonToMontrealNancyHome(ConsignmentStatus status,
Long quantity) |
ConsignmentModel |
Consignments.Camera_ShippedFromMontrealToMontrealNancyHome(ConsignmentStatus status,
Long quantity) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingDao<ConsignmentModel> |
ReturnRequests.getWarehousingConsignmentDao() |
WarehousingDao<ConsignmentModel> |
Consignments.getWarehousingConsignmentDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnRequests.setWarehousingConsignmentDao(WarehousingDao<ConsignmentModel> warehousingConsignmentDao) |
void |
Consignments.setWarehousingConsignmentDao(WarehousingDao<ConsignmentModel> warehousingConsignmentDao) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
ConfirmPickupAction.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentStatus |
ConfirmPickupAction.getUpdatedReturnStatus(ConsignmentModel consignmentModel)
Returns the updated
ConsignmentStatus of the given ConsignmentModel as a result of workflow event
triggered by this action |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfirmPickupAction.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
BusinessProcessModel |
AbstractPrintLabelAction.getConsignmentProcess(ConsignmentModel consignmentModel)
Returns the
ConsignmentProcessModel asscoiated by Ordermanagement, to the ConsignmentModel |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
PrintPackLabelAction.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintPackLabelAction.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
ConfirmShippedConsignmentAction.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentStatus |
ConfirmShippedConsignmentAction.getUpdatedReturnStatus(ConsignmentModel consignmentModel)
Returns the updated
ConsignmentStatus of the given ConsignmentModel as a result of workflow event
triggered by this action |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfirmShippedConsignmentAction.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentModel |
ConsignmentToReallocateController.getConsignment() |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
ConsignmentToReallocateController.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentToReallocateController.initReallocationConsignmentForm(ConsignmentModel inputObject)
Initialize the popup to reallocate consignment entries
|
protected boolean |
ConsignmentToReallocateController.isDeclinedQuantityCorrect(ConsignmentModel latestConsignmentModel,
DeclineEntry declineEntry)
Check if the declined quantity of the passed consignment model matches the expected quantity to be declined.
|
protected boolean |
ConsignmentToReallocateController.isDeclineProcessDone(ConsignmentModel latestConsignmentModel,
Collection<DeclineEntry> entriesToReallocate)
Check if the decline process is done or not.
|
void |
ConsignmentToReallocateController.setConsignment(ConsignmentModel consignment) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentToReallocateController.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
Copyright © 2017 SAP SE. All Rights Reserved.