Uses of Class
de.hybris.platform.ordersplitting.jalo.Warehouse
Packages that use Warehouse
Package
Description
-
Uses of Warehouse in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that return WarehouseModifier and TypeMethodDescriptionGeneratedBasecommerceManager.createWarehouse(SessionContext ctx, Map attributeValues) GeneratedBasecommerceManager.createWarehouse(Map attributeValues) -
Uses of Warehouse in de.hybris.platform.chinesepaymentservices.jalo
Methods in de.hybris.platform.chinesepaymentservices.jalo that return WarehouseModifier and TypeMethodDescriptionGeneratedStockLevelReservationHistoryEntry.getWarehouse()Generated method - Getter of theStockLevelReservationHistoryEntry.warehouseattribute.GeneratedStockLevelReservationHistoryEntry.getWarehouse(SessionContext ctx) Generated method - Getter of theStockLevelReservationHistoryEntry.warehouseattribute.Methods in de.hybris.platform.chinesepaymentservices.jalo with parameters of type WarehouseModifier and TypeMethodDescriptionvoidGeneratedStockLevelReservationHistoryEntry.setWarehouse(SessionContext ctx, Warehouse value) Generated method - Setter of theStockLevelReservationHistoryEntry.warehouseattribute.voidGeneratedStockLevelReservationHistoryEntry.setWarehouse(Warehouse value) Generated method - Setter of theStockLevelReservationHistoryEntry.warehouseattribute. -
Uses of Warehouse in de.hybris.platform.commerceservices.jalo
Methods in de.hybris.platform.commerceservices.jalo that return types with arguments of type WarehouseModifier and TypeMethodDescriptionGeneratedCommerceServicesManager.getWarehouses(SessionContext ctx, BaseStore item) Generated method - Getter of theBaseStore.warehousesattribute.GeneratedCommerceServicesManager.getWarehouses(SessionContext ctx, PointOfService item) Generated method - Getter of thePointOfService.warehousesattribute.GeneratedCommerceServicesManager.getWarehouses(BaseStore item) Generated method - Getter of theBaseStore.warehousesattribute.GeneratedCommerceServicesManager.getWarehouses(PointOfService item) Generated method - Getter of thePointOfService.warehousesattribute.Methods in de.hybris.platform.commerceservices.jalo with parameters of type WarehouseModifier and TypeMethodDescriptionvoidGeneratedCommerceServicesManager.addToBaseStores(SessionContext ctx, Warehouse item, BaseStore value) Generated method - Addsvalueto baseStores.voidGeneratedCommerceServicesManager.addToBaseStores(Warehouse item, BaseStore value) Generated method - Addsvalueto baseStores.voidGeneratedCommerceServicesManager.addToPointsOfService(SessionContext ctx, Warehouse item, PointOfService value) Generated method - Addsvalueto pointsOfService.voidGeneratedCommerceServicesManager.addToPointsOfService(Warehouse item, PointOfService value) Generated method - Addsvalueto pointsOfService.voidGeneratedCommerceServicesManager.addToWarehouses(SessionContext ctx, BaseStore item, Warehouse value) Generated method - Addsvalueto warehouses.voidGeneratedCommerceServicesManager.addToWarehouses(SessionContext ctx, PointOfService item, Warehouse value) Generated method - Addsvalueto warehouses.voidGeneratedCommerceServicesManager.addToWarehouses(BaseStore item, Warehouse value) Generated method - Addsvalueto warehouses.voidGeneratedCommerceServicesManager.addToWarehouses(PointOfService item, Warehouse value) Generated method - Addsvalueto warehouses.GeneratedCommerceServicesManager.getBaseStores(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.baseStoresattribute.GeneratedCommerceServicesManager.getBaseStores(Warehouse item) Generated method - Getter of theWarehouse.baseStoresattribute.longGeneratedCommerceServicesManager.getBaseStoresCount(SessionContext ctx, Warehouse item) longGeneratedCommerceServicesManager.getBaseStoresCount(Warehouse item) GeneratedCommerceServicesManager.getPointsOfService(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.pointsOfServiceattribute.GeneratedCommerceServicesManager.getPointsOfService(Warehouse item) Generated method - Getter of theWarehouse.pointsOfServiceattribute.longGeneratedCommerceServicesManager.getPointsOfServiceCount(SessionContext ctx, Warehouse item) longGeneratedCommerceServicesManager.getPointsOfServiceCount(Warehouse item) voidGeneratedCommerceServicesManager.removeFromBaseStores(SessionContext ctx, Warehouse item, BaseStore value) Generated method - Removesvaluefrom baseStores.voidGeneratedCommerceServicesManager.removeFromBaseStores(Warehouse item, BaseStore value) Generated method - Removesvaluefrom baseStores.voidGeneratedCommerceServicesManager.removeFromPointsOfService(SessionContext ctx, Warehouse item, PointOfService value) Generated method - Removesvaluefrom pointsOfService.voidGeneratedCommerceServicesManager.removeFromPointsOfService(Warehouse item, PointOfService value) Generated method - Removesvaluefrom pointsOfService.voidGeneratedCommerceServicesManager.removeFromWarehouses(SessionContext ctx, BaseStore item, Warehouse value) Generated method - Removesvaluefrom warehouses.voidGeneratedCommerceServicesManager.removeFromWarehouses(SessionContext ctx, PointOfService item, Warehouse value) Generated method - Removesvaluefrom warehouses.voidGeneratedCommerceServicesManager.removeFromWarehouses(BaseStore item, Warehouse value) Generated method - Removesvaluefrom warehouses.voidGeneratedCommerceServicesManager.removeFromWarehouses(PointOfService item, Warehouse value) Generated method - Removesvaluefrom warehouses.voidGeneratedCommerceServicesManager.setBaseStores(SessionContext ctx, Warehouse item, Collection<BaseStore> value) Generated method - Setter of theWarehouse.baseStoresattribute.voidGeneratedCommerceServicesManager.setBaseStores(Warehouse item, Collection<BaseStore> value) Generated method - Setter of theWarehouse.baseStoresattribute.voidGeneratedCommerceServicesManager.setPointsOfService(SessionContext ctx, Warehouse item, Collection<PointOfService> value) Generated method - Setter of theWarehouse.pointsOfServiceattribute.voidGeneratedCommerceServicesManager.setPointsOfService(Warehouse item, Collection<PointOfService> value) Generated method - Setter of theWarehouse.pointsOfServiceattribute.Method parameters in de.hybris.platform.commerceservices.jalo with type arguments of type WarehouseModifier and TypeMethodDescriptionvoidGeneratedCommerceServicesManager.setWarehouses(SessionContext ctx, BaseStore item, List<Warehouse> value) Generated method - Setter of theBaseStore.warehousesattribute.voidGeneratedCommerceServicesManager.setWarehouses(SessionContext ctx, PointOfService item, List<Warehouse> value) Generated method - Setter of thePointOfService.warehousesattribute.voidGeneratedCommerceServicesManager.setWarehouses(BaseStore item, List<Warehouse> value) Generated method - Setter of theBaseStore.warehousesattribute.voidGeneratedCommerceServicesManager.setWarehouses(PointOfService item, List<Warehouse> value) Generated method - Setter of thePointOfService.warehousesattribute. -
Uses of Warehouse in de.hybris.platform.ordersplitting.jalo
Fields in de.hybris.platform.ordersplitting.jalo with type parameters of type WarehouseModifier and TypeFieldDescriptionprotected static final OneToManyHandler<Warehouse>GeneratedVendor.WAREHOUSESHANDLEROneToManyHandlerfor handling 1:n WAREHOUSES's relation attributes from 'many' side.Methods in de.hybris.platform.ordersplitting.jalo that return WarehouseModifier and TypeMethodDescriptionGeneratedConsignment.getWarehouse()Generated method - Getter of theConsignment.warehouseattribute.GeneratedConsignment.getWarehouse(SessionContext ctx) Generated method - Getter of theConsignment.warehouseattribute.GeneratedStockLevel.getWarehouse()Generated method - Getter of theStockLevel.warehouseattribute.GeneratedStockLevel.getWarehouse(SessionContext ctx) Generated method - Getter of theStockLevel.warehouseattribute.Methods in de.hybris.platform.ordersplitting.jalo that return types with arguments of type WarehouseModifier and TypeMethodDescriptionGeneratedVendor.getWarehouses()Generated method - Getter of theVendor.warehousesattribute.GeneratedVendor.getWarehouses(SessionContext ctx) Generated method - Getter of theVendor.warehousesattribute.Methods in de.hybris.platform.ordersplitting.jalo with parameters of type WarehouseModifier and TypeMethodDescriptionvoidGeneratedVendor.addToWarehouses(SessionContext ctx, Warehouse value) Generated method - Addsvalueto warehouses.voidGeneratedVendor.addToWarehouses(Warehouse value) Generated method - Addsvalueto warehouses.voidGeneratedVendor.removeFromWarehouses(SessionContext ctx, Warehouse value) Generated method - Removesvaluefrom warehouses.voidGeneratedVendor.removeFromWarehouses(Warehouse value) Generated method - Removesvaluefrom warehouses.protected voidGeneratedConsignment.setWarehouse(SessionContext ctx, Warehouse value) Generated method - Setter of theConsignment.warehouseattribute.protected voidGeneratedConsignment.setWarehouse(Warehouse value) Generated method - Setter of theConsignment.warehouseattribute.protected voidGeneratedStockLevel.setWarehouse(SessionContext ctx, Warehouse value) Generated method - Setter of theStockLevel.warehouseattribute.protected voidGeneratedStockLevel.setWarehouse(Warehouse value) Generated method - Setter of theStockLevel.warehouseattribute.Method parameters in de.hybris.platform.ordersplitting.jalo with type arguments of type WarehouseModifier and TypeMethodDescriptionvoidGeneratedVendor.setWarehouses(SessionContext ctx, Set<Warehouse> value) Generated method - Setter of theVendor.warehousesattribute.voidGeneratedVendor.setWarehouses(Set<Warehouse> value) Generated method - Setter of theVendor.warehousesattribute. -
Uses of Warehouse in de.hybris.platform.returns.jalo
Methods in de.hybris.platform.returns.jalo that return WarehouseModifier and TypeMethodDescriptionGeneratedReturnRequest.getReturnWarehouse()Generated method - Getter of theReturnRequest.returnWarehouseattribute.GeneratedReturnRequest.getReturnWarehouse(SessionContext ctx) Generated method - Getter of theReturnRequest.returnWarehouseattribute.Methods in de.hybris.platform.returns.jalo with parameters of type WarehouseModifier and TypeMethodDescriptionvoidGeneratedReturnRequest.setReturnWarehouse(SessionContext ctx, Warehouse value) Generated method - Setter of theReturnRequest.returnWarehouseattribute.voidGeneratedReturnRequest.setReturnWarehouse(Warehouse value) Generated method - Setter of theReturnRequest.returnWarehouseattribute. -
Uses of Warehouse in de.hybris.platform.warehousing.jalo
Methods in de.hybris.platform.warehousing.jalo that return WarehouseModifier and TypeMethodDescriptionGeneratedDeclineConsignmentEntryEvent.getReallocatedWarehouse()Generated method - Getter of theDeclineConsignmentEntryEvent.reallocatedWarehouseattribute.GeneratedDeclineConsignmentEntryEvent.getReallocatedWarehouse(SessionContext ctx) Generated method - Getter of theDeclineConsignmentEntryEvent.reallocatedWarehouseattribute.GeneratedAdvancedShippingNotice.getWarehouse()Generated method - Getter of theAdvancedShippingNotice.warehouseattribute.GeneratedAdvancedShippingNotice.getWarehouse(SessionContext ctx) Generated method - Getter of theAdvancedShippingNotice.warehouseattribute.GeneratedSourcingBan.getWarehouse()Generated method - Getter of theSourcingBan.warehouseattribute.GeneratedSourcingBan.getWarehouse(SessionContext ctx) Generated method - Getter of theSourcingBan.warehouseattribute.GeneratedWarehouseBin.getWarehouse()Generated method - Getter of theWarehouseBin.warehouseattribute.GeneratedWarehouseBin.getWarehouse(SessionContext ctx) Generated method - Getter of theWarehouseBin.warehouseattribute.Methods in de.hybris.platform.warehousing.jalo that return types with arguments of type WarehouseModifier and TypeMethodDescriptionGeneratedWarehousingManager.getWarehouses(DeliveryMode item) Generated method - Getter of theDeliveryMode.warehousesattribute.GeneratedWarehousingManager.getWarehouses(SessionContext ctx, DeliveryMode item) Generated method - Getter of theDeliveryMode.warehousesattribute.Methods in de.hybris.platform.warehousing.jalo with parameters of type WarehouseModifier and TypeMethodDescriptionvoidGeneratedWarehousingManager.addToAdvancedShippingNotices(SessionContext ctx, Warehouse item, AdvancedShippingNotice value) Generated method - Addsvalueto advancedShippingNotices.voidGeneratedWarehousingManager.addToAdvancedShippingNotices(Warehouse item, AdvancedShippingNotice value) Generated method - Addsvalueto advancedShippingNotices.voidGeneratedWarehousingManager.addToDeliveryModes(SessionContext ctx, Warehouse item, DeliveryMode value) Generated method - Addsvalueto deliveryModes.voidGeneratedWarehousingManager.addToDeliveryModes(Warehouse item, DeliveryMode value) Generated method - Addsvalueto deliveryModes.voidGeneratedWarehousingManager.addToSourcingban(SessionContext ctx, Warehouse item, SourcingBan value) Generated method - Addsvalueto sourcingban.voidGeneratedWarehousingManager.addToSourcingban(Warehouse item, SourcingBan value) Generated method - Addsvalueto sourcingban.voidGeneratedWarehousingManager.addToWarehouseBins(SessionContext ctx, Warehouse item, WarehouseBin value) Generated method - Addsvalueto warehouseBins.voidGeneratedWarehousingManager.addToWarehouseBins(Warehouse item, WarehouseBin value) Generated method - Addsvalueto warehouseBins.voidGeneratedWarehousingManager.addToWarehouses(DeliveryMode item, Warehouse value) Generated method - Addsvalueto warehouses.voidGeneratedWarehousingManager.addToWarehouses(SessionContext ctx, DeliveryMode item, Warehouse value) Generated method - Addsvalueto warehouses.GeneratedWarehousingManager.getAdvancedShippingNotices(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.advancedShippingNoticesattribute.GeneratedWarehousingManager.getAdvancedShippingNotices(Warehouse item) Generated method - Getter of theWarehouse.advancedShippingNoticesattribute.GeneratedWarehousingManager.getDeliveryModes(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.deliveryModesattribute.GeneratedWarehousingManager.getDeliveryModes(Warehouse item) Generated method - Getter of theWarehouse.deliveryModesattribute.longGeneratedWarehousingManager.getDeliveryModesCount(SessionContext ctx, Warehouse item) longGeneratedWarehousingManager.getDeliveryModesCount(Warehouse item) GeneratedWarehousingManager.getPriority(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.priorityattribute.GeneratedWarehousingManager.getPriority(Warehouse item) Generated method - Getter of theWarehouse.priorityattribute.intGeneratedWarehousingManager.getPriorityAsPrimitive(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.priorityattribute.intGeneratedWarehousingManager.getPriorityAsPrimitive(Warehouse item) Generated method - Getter of theWarehouse.priorityattribute.GeneratedWarehousingManager.getScore(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.scoreattribute.Generated method - Getter of theWarehouse.scoreattribute.doubleGeneratedWarehousingManager.getScoreAsPrimitive(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.scoreattribute.doubleGeneratedWarehousingManager.getScoreAsPrimitive(Warehouse item) Generated method - Getter of theWarehouse.scoreattribute.GeneratedWarehousingManager.getSourcingban(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.sourcingbanattribute.GeneratedWarehousingManager.getSourcingban(Warehouse item) Generated method - Getter of theWarehouse.sourcingbanattribute.GeneratedWarehousingManager.getWarehouseBins(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.warehouseBinsattribute.GeneratedWarehousingManager.getWarehouseBins(Warehouse item) Generated method - Getter of theWarehouse.warehouseBinsattribute.GeneratedWarehousingManager.getWarehouseBinTransferWorkflowName(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.warehouseBinTransferWorkflowNameattribute.GeneratedWarehousingManager.getWarehouseBinTransferWorkflowName(Warehouse item) Generated method - Getter of theWarehouse.warehouseBinTransferWorkflowNameattribute.GeneratedWarehousingManager.isExternal(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.externalattribute.GeneratedWarehousingManager.isExternal(Warehouse item) Generated method - Getter of theWarehouse.externalattribute.booleanGeneratedWarehousingManager.isExternalAsPrimitive(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.externalattribute.booleanGeneratedWarehousingManager.isExternalAsPrimitive(Warehouse item) Generated method - Getter of theWarehouse.externalattribute.GeneratedWarehousingManager.isIsAllowRestock(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.isAllowRestockattribute.GeneratedWarehousingManager.isIsAllowRestock(Warehouse item) Generated method - Getter of theWarehouse.isAllowRestockattribute.booleanGeneratedWarehousingManager.isIsAllowRestockAsPrimitive(SessionContext ctx, Warehouse item) Generated method - Getter of theWarehouse.isAllowRestockattribute.booleanGeneratedWarehousingManager.isIsAllowRestockAsPrimitive(Warehouse item) Generated method - Getter of theWarehouse.isAllowRestockattribute.voidGeneratedWarehousingManager.removeFromAdvancedShippingNotices(SessionContext ctx, Warehouse item, AdvancedShippingNotice value) Generated method - Removesvaluefrom advancedShippingNotices.voidGeneratedWarehousingManager.removeFromAdvancedShippingNotices(Warehouse item, AdvancedShippingNotice value) Generated method - Removesvaluefrom advancedShippingNotices.voidGeneratedWarehousingManager.removeFromDeliveryModes(SessionContext ctx, Warehouse item, DeliveryMode value) Generated method - Removesvaluefrom deliveryModes.voidGeneratedWarehousingManager.removeFromDeliveryModes(Warehouse item, DeliveryMode value) Generated method - Removesvaluefrom deliveryModes.voidGeneratedWarehousingManager.removeFromSourcingban(SessionContext ctx, Warehouse item, SourcingBan value) Generated method - Removesvaluefrom sourcingban.voidGeneratedWarehousingManager.removeFromSourcingban(Warehouse item, SourcingBan value) Generated method - Removesvaluefrom sourcingban.voidGeneratedWarehousingManager.removeFromWarehouseBins(SessionContext ctx, Warehouse item, WarehouseBin value) Generated method - Removesvaluefrom warehouseBins.voidGeneratedWarehousingManager.removeFromWarehouseBins(Warehouse item, WarehouseBin value) Generated method - Removesvaluefrom warehouseBins.voidGeneratedWarehousingManager.removeFromWarehouses(DeliveryMode item, Warehouse value) Generated method - Removesvaluefrom warehouses.voidGeneratedWarehousingManager.removeFromWarehouses(SessionContext ctx, DeliveryMode item, Warehouse value) Generated method - Removesvaluefrom warehouses.voidGeneratedWarehousingManager.setAdvancedShippingNotices(SessionContext ctx, Warehouse item, Set<AdvancedShippingNotice> value) Generated method - Setter of theWarehouse.advancedShippingNoticesattribute.voidGeneratedWarehousingManager.setAdvancedShippingNotices(Warehouse item, Set<AdvancedShippingNotice> value) Generated method - Setter of theWarehouse.advancedShippingNoticesattribute.voidGeneratedWarehousingManager.setDeliveryModes(SessionContext ctx, Warehouse item, Set<DeliveryMode> value) Generated method - Setter of theWarehouse.deliveryModesattribute.voidGeneratedWarehousingManager.setDeliveryModes(Warehouse item, Set<DeliveryMode> value) Generated method - Setter of theWarehouse.deliveryModesattribute.voidGeneratedWarehousingManager.setExternal(SessionContext ctx, Warehouse item, boolean value) Generated method - Setter of theWarehouse.externalattribute.voidGeneratedWarehousingManager.setExternal(SessionContext ctx, Warehouse item, Boolean value) Generated method - Setter of theWarehouse.externalattribute.voidGeneratedWarehousingManager.setExternal(Warehouse item, boolean value) Generated method - Setter of theWarehouse.externalattribute.voidGeneratedWarehousingManager.setExternal(Warehouse item, Boolean value) Generated method - Setter of theWarehouse.externalattribute.voidGeneratedWarehousingManager.setIsAllowRestock(SessionContext ctx, Warehouse item, boolean value) Generated method - Setter of theWarehouse.isAllowRestockattribute.voidGeneratedWarehousingManager.setIsAllowRestock(SessionContext ctx, Warehouse item, Boolean value) Generated method - Setter of theWarehouse.isAllowRestockattribute.voidGeneratedWarehousingManager.setIsAllowRestock(Warehouse item, boolean value) Generated method - Setter of theWarehouse.isAllowRestockattribute.voidGeneratedWarehousingManager.setIsAllowRestock(Warehouse item, Boolean value) Generated method - Setter of theWarehouse.isAllowRestockattribute.voidGeneratedWarehousingManager.setPriority(SessionContext ctx, Warehouse item, int value) Generated method - Setter of theWarehouse.priorityattribute.voidGeneratedWarehousingManager.setPriority(SessionContext ctx, Warehouse item, Integer value) Generated method - Setter of theWarehouse.priorityattribute.voidGeneratedWarehousingManager.setPriority(Warehouse item, int value) Generated method - Setter of theWarehouse.priorityattribute.voidGeneratedWarehousingManager.setPriority(Warehouse item, Integer value) Generated method - Setter of theWarehouse.priorityattribute.voidGeneratedDeclineConsignmentEntryEvent.setReallocatedWarehouse(SessionContext ctx, Warehouse value) Generated method - Setter of theDeclineConsignmentEntryEvent.reallocatedWarehouseattribute.voidGeneratedDeclineConsignmentEntryEvent.setReallocatedWarehouse(Warehouse value) Generated method - Setter of theDeclineConsignmentEntryEvent.reallocatedWarehouseattribute.voidGeneratedWarehousingManager.setScore(SessionContext ctx, Warehouse item, double value) Generated method - Setter of theWarehouse.scoreattribute.voidGeneratedWarehousingManager.setScore(SessionContext ctx, Warehouse item, Double value) Generated method - Setter of theWarehouse.scoreattribute.voidGenerated method - Setter of theWarehouse.scoreattribute.voidGenerated method - Setter of theWarehouse.scoreattribute.voidGeneratedWarehousingManager.setSourcingban(SessionContext ctx, Warehouse item, Collection<SourcingBan> value) Generated method - Setter of theWarehouse.sourcingbanattribute.voidGeneratedWarehousingManager.setSourcingban(Warehouse item, Collection<SourcingBan> value) Generated method - Setter of theWarehouse.sourcingbanattribute.voidGeneratedAdvancedShippingNotice.setWarehouse(SessionContext ctx, Warehouse value) Generated method - Setter of theAdvancedShippingNotice.warehouseattribute.voidGeneratedAdvancedShippingNotice.setWarehouse(Warehouse value) Generated method - Setter of theAdvancedShippingNotice.warehouseattribute.voidGeneratedSourcingBan.setWarehouse(SessionContext ctx, Warehouse value) Generated method - Setter of theSourcingBan.warehouseattribute.voidGeneratedSourcingBan.setWarehouse(Warehouse value) Generated method - Setter of theSourcingBan.warehouseattribute.voidGeneratedWarehouseBin.setWarehouse(SessionContext ctx, Warehouse value) Generated method - Setter of theWarehouseBin.warehouseattribute.voidGeneratedWarehouseBin.setWarehouse(Warehouse value) Generated method - Setter of theWarehouseBin.warehouseattribute.voidGeneratedWarehousingManager.setWarehouseBins(SessionContext ctx, Warehouse item, List<WarehouseBin> value) Generated method - Setter of theWarehouse.warehouseBinsattribute.voidGeneratedWarehousingManager.setWarehouseBins(Warehouse item, List<WarehouseBin> value) Generated method - Setter of theWarehouse.warehouseBinsattribute.voidGeneratedWarehousingManager.setWarehouseBinTransferWorkflowName(SessionContext ctx, Warehouse item, String value) Generated method - Setter of theWarehouse.warehouseBinTransferWorkflowNameattribute.voidGeneratedWarehousingManager.setWarehouseBinTransferWorkflowName(Warehouse item, String value) Generated method - Setter of theWarehouse.warehouseBinTransferWorkflowNameattribute.Method parameters in de.hybris.platform.warehousing.jalo with type arguments of type WarehouseModifier and TypeMethodDescriptionvoidGeneratedWarehousingManager.setWarehouses(DeliveryMode item, Set<Warehouse> value) Generated method - Setter of theDeliveryMode.warehousesattribute.voidGeneratedWarehousingManager.setWarehouses(SessionContext ctx, DeliveryMode item, Set<Warehouse> value) Generated method - Setter of theDeliveryMode.warehousesattribute.