Uses of Enum Class
de.hybris.platform.warehouse.WarehouseConsignmentStatus
Packages that use WarehouseConsignmentStatus
Package
Description
-
Uses of WarehouseConsignmentStatus in de.hybris.platform.b2ctelcofulfillmentprocess.warehouse
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.warehouse that return types with arguments of type WarehouseConsignmentStatusMethods in de.hybris.platform.b2ctelcofulfillmentprocess.warehouse with parameters of type WarehouseConsignmentStatusModifier and TypeMethodDescriptionvoidDefaultWarehouse2ProcessAdapter.receiveConsignmentStatus(ConsignmentModel consignment, WarehouseConsignmentStatus status) Method parameters in de.hybris.platform.b2ctelcofulfillmentprocess.warehouse with type arguments of type WarehouseConsignmentStatusModifier and TypeMethodDescriptionvoidDefaultWarehouse2ProcessAdapter.setStatusMap(Map<WarehouseConsignmentStatus, WarehouseConsignmentState> statusMap) -
Uses of WarehouseConsignmentStatus in de.hybris.platform.warehouse
Methods in de.hybris.platform.warehouse that return WarehouseConsignmentStatusModifier and TypeMethodDescriptionstatic WarehouseConsignmentStatusReturns the enum constant of this class with the specified name.static WarehouseConsignmentStatus[]WarehouseConsignmentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.