Uses of Class
de.hybris.platform.warehouse.WarehouseConsignmentStatus
-
Packages that use WarehouseConsignmentStatus Package Description de.hybris.platform.b2ctelcofulfillmentprocess.warehouse de.hybris.platform.warehouse -
-
Uses of WarehouseConsignmentStatus in de.hybris.platform.b2ctelcofulfillmentprocess.warehouse
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.warehouse that return types with arguments of type WarehouseConsignmentStatus Modifier and Type Method Description protected java.util.Map<WarehouseConsignmentStatus,WarehouseConsignmentState>DefaultWarehouse2ProcessAdapter. getStatusMap()Methods in de.hybris.platform.b2ctelcofulfillmentprocess.warehouse with parameters of type WarehouseConsignmentStatus Modifier and Type Method Description voidDefaultWarehouse2ProcessAdapter. receiveConsignmentStatus(ConsignmentModel consignment, WarehouseConsignmentStatus status)Method parameters in de.hybris.platform.b2ctelcofulfillmentprocess.warehouse with type arguments of type WarehouseConsignmentStatus Modifier and Type Method Description voidDefaultWarehouse2ProcessAdapter. setStatusMap(java.util.Map<WarehouseConsignmentStatus,WarehouseConsignmentState> statusMap) -
Uses of WarehouseConsignmentStatus in de.hybris.platform.warehouse
Methods in de.hybris.platform.warehouse that return WarehouseConsignmentStatus Modifier and Type Method Description static WarehouseConsignmentStatusWarehouseConsignmentStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WarehouseConsignmentStatus[]WarehouseConsignmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-