Uses of Class
de.hybris.platform.commerceservices.enums.WarehouseConsignmentState
-
Packages that use WarehouseConsignmentState Package Description de.hybris.platform.commerceservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.de.hybris.platform.sap.saporderexchangeoms.model Contains generated models for each type of de.hybris.platform.sap.saporderexchangeoms.jalo package.de.hybris.platform.yacceleratorfulfilmentprocess.warehouse -
-
Uses of WarehouseConsignmentState in de.hybris.platform.commerceservices.enums
Methods in de.hybris.platform.commerceservices.enums that return WarehouseConsignmentState Modifier and Type Method Description static WarehouseConsignmentStateWarehouseConsignmentState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WarehouseConsignmentState[]WarehouseConsignmentState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WarehouseConsignmentState in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return WarehouseConsignmentState Modifier and Type Method Description WarehouseConsignmentStateConsignmentProcessModel. getWarehouseConsignmentState()Generated method - Getter of theConsignmentProcess.warehouseConsignmentStateattribute defined at extensionyacceleratorfulfilmentprocess.Methods in de.hybris.platform.ordersplitting.model with parameters of type WarehouseConsignmentState Modifier and Type Method Description voidConsignmentProcessModel. setWarehouseConsignmentState(WarehouseConsignmentState value)Generated method - Setter ofConsignmentProcess.warehouseConsignmentStateattribute defined at extensionyacceleratorfulfilmentprocess. -
Uses of WarehouseConsignmentState in de.hybris.platform.sap.saporderexchangeoms.model
Methods in de.hybris.platform.sap.saporderexchangeoms.model that return WarehouseConsignmentState Modifier and Type Method Description WarehouseConsignmentStateSapConsignmentProcessModel. getWarehouseConsignmentState()Generated method - Getter of theSapConsignmentProcess.warehouseConsignmentStateattribute defined at extensionsaporderexchangeoms.Methods in de.hybris.platform.sap.saporderexchangeoms.model with parameters of type WarehouseConsignmentState Modifier and Type Method Description voidSapConsignmentProcessModel. setWarehouseConsignmentState(WarehouseConsignmentState value)Generated method - Setter ofSapConsignmentProcess.warehouseConsignmentStateattribute defined at extensionsaporderexchangeoms. -
Uses of WarehouseConsignmentState in de.hybris.platform.yacceleratorfulfilmentprocess.warehouse
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.warehouse that return types with arguments of type WarehouseConsignmentState Modifier and Type Method Description protected java.util.Map<WarehouseConsignmentStatus,WarehouseConsignmentState>DefaultWarehouse2ProcessAdapter. getStatusMap()Method parameters in de.hybris.platform.yacceleratorfulfilmentprocess.warehouse with type arguments of type WarehouseConsignmentState Modifier and Type Method Description voidDefaultWarehouse2ProcessAdapter. setStatusMap(java.util.Map<WarehouseConsignmentStatus,WarehouseConsignmentState> statusMap)
-