| Package | Description |
|---|---|
| de.hybris.platform.basecommerce.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.commercefacades.order.data | |
| de.hybris.platform.orderprocessing.events | |
| de.hybris.platform.ordersplitting.model |
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
|
| de.hybris.platform.warehousing.cancellation.impl | |
| de.hybris.platform.warehousing.cancellation.strategy.impl | |
| de.hybris.platform.warehousing.replacement | |
| de.hybris.platform.warehousing.shipping.service.impl | |
| de.hybris.platform.warehousing.util.builder | |
| de.hybris.platform.warehousing.util.models | |
| de.hybris.platform.warehousingbackoffice.actions.confirmpickup | |
| de.hybris.platform.warehousingbackoffice.actions.ship | |
| de.hybris.platform.warehousingfacade.order.data |
| Modifier and Type | Method and Description |
|---|---|
static ConsignmentStatus |
ConsignmentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsignmentStatus[] |
ConsignmentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentStatus |
ConsignmentData.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentData.setStatus(ConsignmentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentStatus |
ConsignmentProcessingEvent.getConsignmentStatus() |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentStatus |
ConsignmentModel.getStatus()
Generated method - Getter of the
Consignment.status attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentModel.setStatus(ConsignmentStatus value)
Generated method - Setter of
Consignment.status attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
ConsignmentModel(String _code,
AddressModel _shippingAddress,
ConsignmentStatus _status,
WarehouseModel _warehouse)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ConsignmentModel(String _code,
DeliveryModeModel _deliveryMode,
Date _namedDeliveryDate,
AbstractOrderModel _order,
ItemModel _owner,
SAPOrderModel _sapOrder,
AddressModel _shippingAddress,
ConsignmentStatus _status,
WarehouseModel _warehouse)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ConsignmentStatus> |
DefaultConsignmentCancellationService.getNonCancellableConsignmentStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConsignmentCancellationService.setNonCancellableConsignmentStatus(List<ConsignmentStatus> nonCancellableConsignmentStatus) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ConsignmentStatus> |
WarehousingOrderCancelStateMappingStrategy.getConfirmedConsignmentStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehousingOrderCancelStateMappingStrategy.setConfirmedConsignmentStatus(List<ConsignmentStatus> confirmedConsignmentStatus) |
| 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 List<ConsignmentStatus> |
DefaultWarehousingShippingService.getValidConsConfirmConsignmentStatusList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingShippingService.setValidConsConfirmConsignmentStatusList(List<ConsignmentStatus> validConsConfirmConsignmentStatusList) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModelBuilder |
ConsignmentModelBuilder.withStatus(ConsignmentStatus status) |
| 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 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 |
|---|---|
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 |
|---|---|
List<ConsignmentStatus> |
ConsignmentStatusDataList.getStatuses() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentStatusDataList.setStatuses(List<ConsignmentStatus> statuses) |
Copyright © 2017 SAP SE. All Rights Reserved.