Uses of Class
de.hybris.platform.warehouse.WarehouseConsignmentStatus
-
Packages that use WarehouseConsignmentStatus Package Description de.hybris.platform.warehouse de.hybris.platform.yacceleratorfulfilmentprocess.warehouse -
-
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.Methods in de.hybris.platform.warehouse with parameters of type WarehouseConsignmentStatus Modifier and Type Method Description voidWarehouse2ProcessAdapter. receiveConsignmentStatus(ConsignmentModel consignment, WarehouseConsignmentStatus status)Receive warehouse consignment status. -
Uses of WarehouseConsignmentStatus in de.hybris.platform.yacceleratorfulfilmentprocess.warehouse
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.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.yacceleratorfulfilmentprocess.warehouse with parameters of type WarehouseConsignmentStatus Modifier and Type Method Description voidDefaultWarehouse2ProcessAdapter. receiveConsignmentStatus(ConsignmentModel consignment, WarehouseConsignmentStatus status)Method parameters in de.hybris.platform.yacceleratorfulfilmentprocess.warehouse with type arguments of type WarehouseConsignmentStatus Modifier and Type Method Description voidDefaultWarehouse2ProcessAdapter. setStatusMap(java.util.Map<WarehouseConsignmentStatus,WarehouseConsignmentState> statusMap)
-