Class GeneratedWarehousingManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.warehousing.jalo.GeneratedWarehousingManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
WarehousingManager

public abstract class GeneratedWarehousingManager extends Extension
Generated class for type WarehousingManager.
See Also:
  • Field Details

    • WAREHOUSE2DELIVERYMODERELATION_SRC_ORDERED

      protected static String WAREHOUSE2DELIVERYMODERELATION_SRC_ORDERED
      Relation ordering override parameter constants for Warehouse2DeliveryModeRelation from ((warehousing))
    • WAREHOUSE2DELIVERYMODERELATION_TGT_ORDERED

      protected static String WAREHOUSE2DELIVERYMODERELATION_TGT_ORDERED
    • WAREHOUSE2DELIVERYMODERELATION_MARKMODIFIED

      protected static String WAREHOUSE2DELIVERYMODERELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for Warehouse2DeliveryModeRelation from ((warehousing))
    • WAREHOUSE2SOURCINGBANRELATIONSOURCINGBANHANDLER

      protected static final OneToManyHandler<SourcingBan> WAREHOUSE2SOURCINGBANRELATIONSOURCINGBANHANDLER
      OneToManyHandler for handling 1:n SOURCINGBAN's relation attributes from 'many' side.
    • ADVANCEDSHIPPINGNOTICE2WAREHOUSERELATIONADVANCEDSHIPPINGNOTICESHANDLER

      protected static final OneToManyHandler<AdvancedShippingNotice> ADVANCEDSHIPPINGNOTICE2WAREHOUSERELATIONADVANCEDSHIPPINGNOTICESHANDLER
      OneToManyHandler for handling 1:n ADVANCEDSHIPPINGNOTICES's relation attributes from 'many' side.
    • WAREHOUSE2WAREHOUSEBINRELATIONWAREHOUSEBINSHANDLER

      protected static final OneToManyHandler<WarehouseBin> WAREHOUSE2WAREHOUSEBINRELATIONWAREHOUSEBINSHANDLER
      OneToManyHandler for handling 1:n WAREHOUSEBINS's relation attributes from 'many' side.
    • STOCKLEVEL2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLER

      protected static final OneToManyHandler<InventoryEvent> STOCKLEVEL2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLER
      OneToManyHandler for handling 1:n INVENTORYEVENTS's relation attributes from 'many' side.
    • CONSIGNMENT2PACKAGINGINFORELATIONPACKAGINGINFOSHANDLER

      protected static final OneToManyHandler<PackagingInfo> CONSIGNMENT2PACKAGINGINFORELATIONPACKAGINGINFOSHANDLER
      OneToManyHandler for handling 1:n PACKAGINGINFOS's relation attributes from 'many' side.
    • CONSIGNMENT2PAYMENTTRANSACTIONENTRYRELATIONPAYMENTTRANSACTIONENTRIESHANDLER

      protected static final OneToManyHandler<PaymentTransactionEntry> CONSIGNMENT2PAYMENTTRANSACTIONENTRYRELATIONPAYMENTTRANSACTIONENTRIESHANDLER
      OneToManyHandler for handling 1:n PAYMENTTRANSACTIONENTRIES's relation attributes from 'many' side.
    • DECLINECONSIGNMENTENTRYEVENTCONSIGNMENTENTRYRELATIONDECLINEENTRYEVENTSHANDLER

      protected static final OneToManyHandler<DeclineConsignmentEntryEvent> DECLINECONSIGNMENTENTRYEVENTCONSIGNMENTENTRYRELATIONDECLINEENTRYEVENTSHANDLER
      OneToManyHandler for handling 1:n DECLINEENTRYEVENTS's relation attributes from 'many' side.
    • CONSIGNMENTENTRY2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLER

      protected static final OneToManyHandler<InventoryEvent> CONSIGNMENTENTRY2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLER
      OneToManyHandler for handling 1:n INVENTORYEVENTS's relation attributes from 'many' side.
    • ORDERENTRY2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLER

      protected static final OneToManyHandler<InventoryEvent> ORDERENTRY2INVENTORYEVENTRELATIONINVENTORYEVENTSHANDLER
      OneToManyHandler for handling 1:n INVENTORYEVENTS's relation attributes from 'many' side.
    • ADVANCEDSHIPPINGNOTICE2POSRELATIONADVANCEDSHIPPINGNOTICESHANDLER

      protected static final OneToManyHandler<AdvancedShippingNotice> ADVANCEDSHIPPINGNOTICE2POSRELATIONADVANCEDSHIPPINGNOTICESHANDLER
      OneToManyHandler for handling 1:n ADVANCEDSHIPPINGNOTICES's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedWarehousingManager

      public GeneratedWarehousingManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • getAdvancedShippingNotices

      public Set<AdvancedShippingNotice> getAdvancedShippingNotices(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.advancedShippingNotices attribute.
      Returns:
      the advancedShippingNotices
    • getAdvancedShippingNotices

      public Set<AdvancedShippingNotice> getAdvancedShippingNotices(Warehouse item)
      Generated method - Getter of the Warehouse.advancedShippingNotices attribute.
      Returns:
      the advancedShippingNotices
    • setAdvancedShippingNotices

      public void setAdvancedShippingNotices(SessionContext ctx, Warehouse item, Set<AdvancedShippingNotice> value)
      Generated method - Setter of the Warehouse.advancedShippingNotices attribute.
      Parameters:
      value - the advancedShippingNotices
    • setAdvancedShippingNotices

      public void setAdvancedShippingNotices(Warehouse item, Set<AdvancedShippingNotice> value)
      Generated method - Setter of the Warehouse.advancedShippingNotices attribute.
      Parameters:
      value - the advancedShippingNotices
    • addToAdvancedShippingNotices

      public void addToAdvancedShippingNotices(SessionContext ctx, Warehouse item, AdvancedShippingNotice value)
      Generated method - Adds value to advancedShippingNotices.
      Parameters:
      value - the item to add to advancedShippingNotices
    • addToAdvancedShippingNotices

      public void addToAdvancedShippingNotices(Warehouse item, AdvancedShippingNotice value)
      Generated method - Adds value to advancedShippingNotices.
      Parameters:
      value - the item to add to advancedShippingNotices
    • removeFromAdvancedShippingNotices

      public void removeFromAdvancedShippingNotices(SessionContext ctx, Warehouse item, AdvancedShippingNotice value)
      Generated method - Removes value from advancedShippingNotices.
      Parameters:
      value - the item to remove from advancedShippingNotices
    • removeFromAdvancedShippingNotices

      public void removeFromAdvancedShippingNotices(Warehouse item, AdvancedShippingNotice value)
      Generated method - Removes value from advancedShippingNotices.
      Parameters:
      value - the item to remove from advancedShippingNotices
    • getAdvancedShippingNotices

      public Set<AdvancedShippingNotice> getAdvancedShippingNotices(SessionContext ctx, PointOfService item)
      Generated method - Getter of the PointOfService.advancedShippingNotices attribute.
      Returns:
      the advancedShippingNotices
    • getAdvancedShippingNotices

      public Set<AdvancedShippingNotice> getAdvancedShippingNotices(PointOfService item)
      Generated method - Getter of the PointOfService.advancedShippingNotices attribute.
      Returns:
      the advancedShippingNotices
    • setAdvancedShippingNotices

      public void setAdvancedShippingNotices(SessionContext ctx, PointOfService item, Set<AdvancedShippingNotice> value)
      Generated method - Setter of the PointOfService.advancedShippingNotices attribute.
      Parameters:
      value - the advancedShippingNotices
    • setAdvancedShippingNotices

      public void setAdvancedShippingNotices(PointOfService item, Set<AdvancedShippingNotice> value)
      Generated method - Setter of the PointOfService.advancedShippingNotices attribute.
      Parameters:
      value - the advancedShippingNotices
    • addToAdvancedShippingNotices

      public void addToAdvancedShippingNotices(SessionContext ctx, PointOfService item, AdvancedShippingNotice value)
      Generated method - Adds value to advancedShippingNotices.
      Parameters:
      value - the item to add to advancedShippingNotices
    • addToAdvancedShippingNotices

      public void addToAdvancedShippingNotices(PointOfService item, AdvancedShippingNotice value)
      Generated method - Adds value to advancedShippingNotices.
      Parameters:
      value - the item to add to advancedShippingNotices
    • removeFromAdvancedShippingNotices

      public void removeFromAdvancedShippingNotices(SessionContext ctx, PointOfService item, AdvancedShippingNotice value)
      Generated method - Removes value from advancedShippingNotices.
      Parameters:
      value - the item to remove from advancedShippingNotices
    • removeFromAdvancedShippingNotices

      public void removeFromAdvancedShippingNotices(PointOfService item, AdvancedShippingNotice value)
      Generated method - Removes value from advancedShippingNotices.
      Parameters:
      value - the item to remove from advancedShippingNotices
    • getAsnEntry

      public AdvancedShippingNoticeEntry getAsnEntry(SessionContext ctx, StockLevel item)
      Generated method - Getter of the StockLevel.asnEntry attribute.
      Returns:
      the asnEntry
    • getAsnEntry

      public AdvancedShippingNoticeEntry getAsnEntry(StockLevel item)
      Generated method - Getter of the StockLevel.asnEntry attribute.
      Returns:
      the asnEntry
    • setAsnEntry

      public void setAsnEntry(SessionContext ctx, StockLevel item, AdvancedShippingNoticeEntry value)
      Generated method - Setter of the StockLevel.asnEntry attribute.
      Parameters:
      value - the asnEntry
    • setAsnEntry

      public void setAsnEntry(StockLevel item, AdvancedShippingNoticeEntry value)
      Generated method - Setter of the StockLevel.asnEntry attribute.
      Parameters:
      value - the asnEntry
    • getBin

      public String getBin(SessionContext ctx, StockLevel item)
      Generated method - Getter of the StockLevel.bin attribute.
      Returns:
      the bin
    • getBin

      public String getBin(StockLevel item)
      Generated method - Getter of the StockLevel.bin attribute.
      Returns:
      the bin
    • setBin

      public void setBin(SessionContext ctx, StockLevel item, String value)
      Generated method - Setter of the StockLevel.bin attribute.
      Parameters:
      value - the bin
    • setBin

      public void setBin(StockLevel item, String value)
      Generated method - Setter of the StockLevel.bin attribute.
      Parameters:
      value - the bin
    • getConsignment

      public Consignment getConsignment(SessionContext ctx, PaymentTransactionEntry item)
      Generated method - Getter of the PaymentTransactionEntry.consignment attribute.
      Returns:
      the consignment
    • getConsignment

      public Consignment getConsignment(PaymentTransactionEntry item)
      Generated method - Getter of the PaymentTransactionEntry.consignment attribute.
      Returns:
      the consignment
    • setConsignment

      public void setConsignment(SessionContext ctx, PaymentTransactionEntry item, Consignment value)
      Generated method - Setter of the PaymentTransactionEntry.consignment attribute.
      Parameters:
      value - the consignment
    • setConsignment

      public void setConsignment(PaymentTransactionEntry item, Consignment value)
      Generated method - Setter of the PaymentTransactionEntry.consignment attribute.
      Parameters:
      value - the consignment
    • createAdvancedShippingNotice

      public AdvancedShippingNotice createAdvancedShippingNotice(SessionContext ctx, Map attributeValues)
    • createAdvancedShippingNotice

      public AdvancedShippingNotice createAdvancedShippingNotice(Map attributeValues)
    • createAdvancedShippingNoticeEntry

      public AdvancedShippingNoticeEntry createAdvancedShippingNoticeEntry(SessionContext ctx, Map attributeValues)
    • createAdvancedShippingNoticeEntry

      public AdvancedShippingNoticeEntry createAdvancedShippingNoticeEntry(Map attributeValues)
    • createAdvancedShippingNoticeValidConstraint

      public AdvancedShippingNoticeValidConstraint createAdvancedShippingNoticeValidConstraint(SessionContext ctx, Map attributeValues)
    • createAdvancedShippingNoticeValidConstraint

      public AdvancedShippingNoticeValidConstraint createAdvancedShippingNoticeValidConstraint(Map attributeValues)
    • createAllocationEvent

      public AllocationEvent createAllocationEvent(SessionContext ctx, Map attributeValues)
    • createAllocationEvent

      public AllocationEvent createAllocationEvent(Map attributeValues)
    • createAtpFormula

      public AtpFormula createAtpFormula(SessionContext ctx, Map attributeValues)
    • createAtpFormula

      public AtpFormula createAtpFormula(Map attributeValues)
    • createCancellationEvent

      public CancellationEvent createCancellationEvent(SessionContext ctx, Map attributeValues)
    • createCancellationEvent

      public CancellationEvent createCancellationEvent(Map attributeValues)
    • createDeclineConsignmentEntryEvent

      public DeclineConsignmentEntryEvent createDeclineConsignmentEntryEvent(SessionContext ctx, Map attributeValues)
    • createDeclineConsignmentEntryEvent

      public DeclineConsignmentEntryEvent createDeclineConsignmentEntryEvent(Map attributeValues)
    • createIncreaseEvent

      public IncreaseEvent createIncreaseEvent(SessionContext ctx, Map attributeValues)
    • createIncreaseEvent

      public IncreaseEvent createIncreaseEvent(Map attributeValues)
    • createPackagingInfo

      public PackagingInfo createPackagingInfo(SessionContext ctx, Map attributeValues)
    • createPackagingInfo

      public PackagingInfo createPackagingInfo(Map attributeValues)
    • createReservationEvent

      public ReservationEvent createReservationEvent(SessionContext ctx, Map attributeValues)
    • createReservationEvent

      public ReservationEvent createReservationEvent(Map attributeValues)
    • createRestockConfig

      public RestockConfig createRestockConfig(SessionContext ctx, Map attributeValues)
    • createRestockConfig

      public RestockConfig createRestockConfig(Map attributeValues)
    • createShrinkageEvent

      public ShrinkageEvent createShrinkageEvent(SessionContext ctx, Map attributeValues)
    • createShrinkageEvent

      public ShrinkageEvent createShrinkageEvent(Map attributeValues)
    • createSourcingBan

      public SourcingBan createSourcingBan(SessionContext ctx, Map attributeValues)
    • createSourcingBan

      public SourcingBan createSourcingBan(Map attributeValues)
    • createSourcingConfig

      public SourcingConfig createSourcingConfig(SessionContext ctx, Map attributeValues)
    • createSourcingConfig

      public SourcingConfig createSourcingConfig(Map attributeValues)
    • createWarehouseBin

      public WarehouseBin createWarehouseBin(SessionContext ctx, Map attributeValues)
    • createWarehouseBin

      public WarehouseBin createWarehouseBin(Map attributeValues)
    • createWarehouseBinEntry

      public WarehouseBinEntry createWarehouseBinEntry(SessionContext ctx, Map attributeValues)
    • createWarehouseBinEntry

      public WarehouseBinEntry createWarehouseBinEntry(Map attributeValues)
    • createWarehouseTransfer

      public WarehouseTransfer createWarehouseTransfer(SessionContext ctx, Map attributeValues)
    • createWarehouseTransfer

      public WarehouseTransfer createWarehouseTransfer(Map attributeValues)
    • createWarehouseTransferEntry

      public WarehouseTransferEntry createWarehouseTransferEntry(SessionContext ctx, Map attributeValues)
    • createWarehouseTransferEntry

      public WarehouseTransferEntry createWarehouseTransferEntry(Map attributeValues)
    • createWastageEvent

      public WastageEvent createWastageEvent(SessionContext ctx, Map attributeValues)
    • createWastageEvent

      public WastageEvent createWastageEvent(Map attributeValues)
    • getDeclineEntryEvents

      public Set<DeclineConsignmentEntryEvent> getDeclineEntryEvents(SessionContext ctx, ConsignmentEntry item)
      Generated method - Getter of the ConsignmentEntry.declineEntryEvents attribute.
      Returns:
      the declineEntryEvents
    • getDeclineEntryEvents

      public Set<DeclineConsignmentEntryEvent> getDeclineEntryEvents(ConsignmentEntry item)
      Generated method - Getter of the ConsignmentEntry.declineEntryEvents attribute.
      Returns:
      the declineEntryEvents
    • setDeclineEntryEvents

      public void setDeclineEntryEvents(SessionContext ctx, ConsignmentEntry item, Set<DeclineConsignmentEntryEvent> value)
      Generated method - Setter of the ConsignmentEntry.declineEntryEvents attribute.
      Parameters:
      value - the declineEntryEvents
    • setDeclineEntryEvents

      public void setDeclineEntryEvents(ConsignmentEntry item, Set<DeclineConsignmentEntryEvent> value)
      Generated method - Setter of the ConsignmentEntry.declineEntryEvents attribute.
      Parameters:
      value - the declineEntryEvents
    • addToDeclineEntryEvents

      public void addToDeclineEntryEvents(SessionContext ctx, ConsignmentEntry item, DeclineConsignmentEntryEvent value)
      Generated method - Adds value to declineEntryEvents.
      Parameters:
      value - the item to add to declineEntryEvents
    • addToDeclineEntryEvents

      public void addToDeclineEntryEvents(ConsignmentEntry item, DeclineConsignmentEntryEvent value)
      Generated method - Adds value to declineEntryEvents.
      Parameters:
      value - the item to add to declineEntryEvents
    • removeFromDeclineEntryEvents

      public void removeFromDeclineEntryEvents(SessionContext ctx, ConsignmentEntry item, DeclineConsignmentEntryEvent value)
      Generated method - Removes value from declineEntryEvents.
      Parameters:
      value - the item to remove from declineEntryEvents
    • removeFromDeclineEntryEvents

      public void removeFromDeclineEntryEvents(ConsignmentEntry item, DeclineConsignmentEntryEvent value)
      Generated method - Removes value from declineEntryEvents.
      Parameters:
      value - the item to remove from declineEntryEvents
    • getDefaultAtpFormula

      public AtpFormula getDefaultAtpFormula(SessionContext ctx, BaseStore item)
      Generated method - Getter of the BaseStore.defaultAtpFormula attribute.
      Returns:
      the defaultAtpFormula
    • getDefaultAtpFormula

      public AtpFormula getDefaultAtpFormula(BaseStore item)
      Generated method - Getter of the BaseStore.defaultAtpFormula attribute.
      Returns:
      the defaultAtpFormula
    • setDefaultAtpFormula

      public void setDefaultAtpFormula(SessionContext ctx, BaseStore item, AtpFormula value)
      Generated method - Setter of the BaseStore.defaultAtpFormula attribute.
      Parameters:
      value - the defaultAtpFormula
    • setDefaultAtpFormula

      public void setDefaultAtpFormula(BaseStore item, AtpFormula value)
      Generated method - Setter of the BaseStore.defaultAtpFormula attribute.
      Parameters:
      value - the defaultAtpFormula
    • getDeliveryModes

      public Set<DeliveryMode> getDeliveryModes(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.deliveryModes attribute.
      Returns:
      the deliveryModes
    • getDeliveryModes

      public Set<DeliveryMode> getDeliveryModes(Warehouse item)
      Generated method - Getter of the Warehouse.deliveryModes attribute.
      Returns:
      the deliveryModes
    • getDeliveryModesCount

      public long getDeliveryModesCount(SessionContext ctx, Warehouse item)
    • getDeliveryModesCount

      public long getDeliveryModesCount(Warehouse item)
    • setDeliveryModes

      public void setDeliveryModes(SessionContext ctx, Warehouse item, Set<DeliveryMode> value)
      Generated method - Setter of the Warehouse.deliveryModes attribute.
      Parameters:
      value - the deliveryModes
    • setDeliveryModes

      public void setDeliveryModes(Warehouse item, Set<DeliveryMode> value)
      Generated method - Setter of the Warehouse.deliveryModes attribute.
      Parameters:
      value - the deliveryModes
    • addToDeliveryModes

      public void addToDeliveryModes(SessionContext ctx, Warehouse item, DeliveryMode value)
      Generated method - Adds value to deliveryModes.
      Parameters:
      value - the item to add to deliveryModes
    • addToDeliveryModes

      public void addToDeliveryModes(Warehouse item, DeliveryMode value)
      Generated method - Adds value to deliveryModes.
      Parameters:
      value - the item to add to deliveryModes
    • removeFromDeliveryModes

      public void removeFromDeliveryModes(SessionContext ctx, Warehouse item, DeliveryMode value)
      Generated method - Removes value from deliveryModes.
      Parameters:
      value - the item to remove from deliveryModes
    • removeFromDeliveryModes

      public void removeFromDeliveryModes(Warehouse item, DeliveryMode value)
      Generated method - Removes value from deliveryModes.
      Parameters:
      value - the item to remove from deliveryModes
    • isExternal

      public Boolean isExternal(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.external attribute.
      Returns:
      the external - Flag to indicate if the warehouse is external or internal
    • isExternal

      public Boolean isExternal(Warehouse item)
      Generated method - Getter of the Warehouse.external attribute.
      Returns:
      the external - Flag to indicate if the warehouse is external or internal
    • isExternalAsPrimitive

      public boolean isExternalAsPrimitive(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.external attribute.
      Returns:
      the external - Flag to indicate if the warehouse is external or internal
    • isExternalAsPrimitive

      public boolean isExternalAsPrimitive(Warehouse item)
      Generated method - Getter of the Warehouse.external attribute.
      Returns:
      the external - Flag to indicate if the warehouse is external or internal
    • setExternal

      public void setExternal(SessionContext ctx, Warehouse item, Boolean value)
      Generated method - Setter of the Warehouse.external attribute.
      Parameters:
      value - the external - Flag to indicate if the warehouse is external or internal
    • setExternal

      public void setExternal(Warehouse item, Boolean value)
      Generated method - Setter of the Warehouse.external attribute.
      Parameters:
      value - the external - Flag to indicate if the warehouse is external or internal
    • setExternal

      public void setExternal(SessionContext ctx, Warehouse item, boolean value)
      Generated method - Setter of the Warehouse.external attribute.
      Parameters:
      value - the external - Flag to indicate if the warehouse is external or internal
    • setExternal

      public void setExternal(Warehouse item, boolean value)
      Generated method - Setter of the Warehouse.external attribute.
      Parameters:
      value - the external - Flag to indicate if the warehouse is external or internal
    • getFulfillmentSystemConfig

      public Object getFulfillmentSystemConfig(SessionContext ctx, Consignment item)
      Generated method - Getter of the Consignment.fulfillmentSystemConfig attribute.
      Returns:
      the fulfillmentSystemConfig - Property that represents configuration to route the fulfillment of a consignment
    • getFulfillmentSystemConfig

      public Object getFulfillmentSystemConfig(Consignment item)
      Generated method - Getter of the Consignment.fulfillmentSystemConfig attribute.
      Returns:
      the fulfillmentSystemConfig - Property that represents configuration to route the fulfillment of a consignment
    • setFulfillmentSystemConfig

      public void setFulfillmentSystemConfig(SessionContext ctx, Consignment item, Object value)
      Generated method - Setter of the Consignment.fulfillmentSystemConfig attribute.
      Parameters:
      value - the fulfillmentSystemConfig - Property that represents configuration to route the fulfillment of a consignment
    • setFulfillmentSystemConfig

      public void setFulfillmentSystemConfig(Consignment item, Object value)
      Generated method - Setter of the Consignment.fulfillmentSystemConfig attribute.
      Parameters:
      value - the fulfillmentSystemConfig - Property that represents configuration to route the fulfillment of a consignment
    • getName

      public String getName()
      Specified by:
      getName in class Extension
    • getInventoryEvents

      public Collection<InventoryEvent> getInventoryEvents(SessionContext ctx, StockLevel item)
      Generated method - Getter of the StockLevel.inventoryEvents attribute.
      Returns:
      the inventoryEvents
    • getInventoryEvents

      public Collection<InventoryEvent> getInventoryEvents(StockLevel item)
      Generated method - Getter of the StockLevel.inventoryEvents attribute.
      Returns:
      the inventoryEvents
    • setInventoryEvents

      public void setInventoryEvents(SessionContext ctx, StockLevel item, Collection<InventoryEvent> value)
      Generated method - Setter of the StockLevel.inventoryEvents attribute.
      Parameters:
      value - the inventoryEvents
    • setInventoryEvents

      public void setInventoryEvents(StockLevel item, Collection<InventoryEvent> value)
      Generated method - Setter of the StockLevel.inventoryEvents attribute.
      Parameters:
      value - the inventoryEvents
    • addToInventoryEvents

      public void addToInventoryEvents(SessionContext ctx, StockLevel item, InventoryEvent value)
      Generated method - Adds value to inventoryEvents.
      Parameters:
      value - the item to add to inventoryEvents
    • addToInventoryEvents

      public void addToInventoryEvents(StockLevel item, InventoryEvent value)
      Generated method - Adds value to inventoryEvents.
      Parameters:
      value - the item to add to inventoryEvents
    • removeFromInventoryEvents

      public void removeFromInventoryEvents(SessionContext ctx, StockLevel item, InventoryEvent value)
      Generated method - Removes value from inventoryEvents.
      Parameters:
      value - the item to remove from inventoryEvents
    • removeFromInventoryEvents

      public void removeFromInventoryEvents(StockLevel item, InventoryEvent value)
      Generated method - Removes value from inventoryEvents.
      Parameters:
      value - the item to remove from inventoryEvents
    • getInventoryEvents

      public Collection<InventoryEvent> getInventoryEvents(SessionContext ctx, ConsignmentEntry item)
      Generated method - Getter of the ConsignmentEntry.inventoryEvents attribute.
      Returns:
      the inventoryEvents
    • getInventoryEvents

      public Collection<InventoryEvent> getInventoryEvents(ConsignmentEntry item)
      Generated method - Getter of the ConsignmentEntry.inventoryEvents attribute.
      Returns:
      the inventoryEvents
    • setInventoryEvents

      public void setInventoryEvents(SessionContext ctx, ConsignmentEntry item, Collection<InventoryEvent> value)
      Generated method - Setter of the ConsignmentEntry.inventoryEvents attribute.
      Parameters:
      value - the inventoryEvents
    • setInventoryEvents

      public void setInventoryEvents(ConsignmentEntry item, Collection<InventoryEvent> value)
      Generated method - Setter of the ConsignmentEntry.inventoryEvents attribute.
      Parameters:
      value - the inventoryEvents
    • addToInventoryEvents

      public void addToInventoryEvents(SessionContext ctx, ConsignmentEntry item, InventoryEvent value)
      Generated method - Adds value to inventoryEvents.
      Parameters:
      value - the item to add to inventoryEvents
    • addToInventoryEvents

      public void addToInventoryEvents(ConsignmentEntry item, InventoryEvent value)
      Generated method - Adds value to inventoryEvents.
      Parameters:
      value - the item to add to inventoryEvents
    • removeFromInventoryEvents

      public void removeFromInventoryEvents(SessionContext ctx, ConsignmentEntry item, InventoryEvent value)
      Generated method - Removes value from inventoryEvents.
      Parameters:
      value - the item to remove from inventoryEvents
    • removeFromInventoryEvents

      public void removeFromInventoryEvents(ConsignmentEntry item, InventoryEvent value)
      Generated method - Removes value from inventoryEvents.
      Parameters:
      value - the item to remove from inventoryEvents
    • getInventoryEvents

      public Collection<InventoryEvent> getInventoryEvents(SessionContext ctx, OrderEntry item)
      Generated method - Getter of the OrderEntry.inventoryEvents attribute.
      Returns:
      the inventoryEvents
    • getInventoryEvents

      public Collection<InventoryEvent> getInventoryEvents(OrderEntry item)
      Generated method - Getter of the OrderEntry.inventoryEvents attribute.
      Returns:
      the inventoryEvents
    • setInventoryEvents

      public void setInventoryEvents(SessionContext ctx, OrderEntry item, Collection<InventoryEvent> value)
      Generated method - Setter of the OrderEntry.inventoryEvents attribute.
      Parameters:
      value - the inventoryEvents
    • setInventoryEvents

      public void setInventoryEvents(OrderEntry item, Collection<InventoryEvent> value)
      Generated method - Setter of the OrderEntry.inventoryEvents attribute.
      Parameters:
      value - the inventoryEvents
    • addToInventoryEvents

      public void addToInventoryEvents(SessionContext ctx, OrderEntry item, InventoryEvent value)
      Generated method - Adds value to inventoryEvents.
      Parameters:
      value - the item to add to inventoryEvents
    • addToInventoryEvents

      public void addToInventoryEvents(OrderEntry item, InventoryEvent value)
      Generated method - Adds value to inventoryEvents.
      Parameters:
      value - the item to add to inventoryEvents
    • removeFromInventoryEvents

      public void removeFromInventoryEvents(SessionContext ctx, OrderEntry item, InventoryEvent value)
      Generated method - Removes value from inventoryEvents.
      Parameters:
      value - the item to remove from inventoryEvents
    • removeFromInventoryEvents

      public void removeFromInventoryEvents(OrderEntry item, InventoryEvent value)
      Generated method - Removes value from inventoryEvents.
      Parameters:
      value - the item to remove from inventoryEvents
    • isIsAllowRestock

      public Boolean isIsAllowRestock(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.isAllowRestock attribute.
      Returns:
      the isAllowRestock - Flag to indicate if returned inventory allow to be updated in this warehouse
    • isIsAllowRestock

      public Boolean isIsAllowRestock(Warehouse item)
      Generated method - Getter of the Warehouse.isAllowRestock attribute.
      Returns:
      the isAllowRestock - Flag to indicate if returned inventory allow to be updated in this warehouse
    • isIsAllowRestockAsPrimitive

      public boolean isIsAllowRestockAsPrimitive(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.isAllowRestock attribute.
      Returns:
      the isAllowRestock - Flag to indicate if returned inventory allow to be updated in this warehouse
    • isIsAllowRestockAsPrimitive

      public boolean isIsAllowRestockAsPrimitive(Warehouse item)
      Generated method - Getter of the Warehouse.isAllowRestock attribute.
      Returns:
      the isAllowRestock - Flag to indicate if returned inventory allow to be updated in this warehouse
    • setIsAllowRestock

      public void setIsAllowRestock(SessionContext ctx, Warehouse item, Boolean value)
      Generated method - Setter of the Warehouse.isAllowRestock attribute.
      Parameters:
      value - the isAllowRestock - Flag to indicate if returned inventory allow to be updated in this warehouse
    • setIsAllowRestock

      public void setIsAllowRestock(Warehouse item, Boolean value)
      Generated method - Setter of the Warehouse.isAllowRestock attribute.
      Parameters:
      value - the isAllowRestock - Flag to indicate if returned inventory allow to be updated in this warehouse
    • setIsAllowRestock

      public void setIsAllowRestock(SessionContext ctx, Warehouse item, boolean value)
      Generated method - Setter of the Warehouse.isAllowRestock attribute.
      Parameters:
      value - the isAllowRestock - Flag to indicate if returned inventory allow to be updated in this warehouse
    • setIsAllowRestock

      public void setIsAllowRestock(Warehouse item, boolean value)
      Generated method - Setter of the Warehouse.isAllowRestock attribute.
      Parameters:
      value - the isAllowRestock - Flag to indicate if returned inventory allow to be updated in this warehouse
    • getLatitude

      public Double getLatitude(SessionContext ctx, Address item)
      Generated method - Getter of the Address.latitude attribute.
      Returns:
      the latitude
    • getLatitude

      public Double getLatitude(Address item)
      Generated method - Getter of the Address.latitude attribute.
      Returns:
      the latitude
    • getLatitudeAsPrimitive

      public double getLatitudeAsPrimitive(SessionContext ctx, Address item)
      Generated method - Getter of the Address.latitude attribute.
      Returns:
      the latitude
    • getLatitudeAsPrimitive

      public double getLatitudeAsPrimitive(Address item)
      Generated method - Getter of the Address.latitude attribute.
      Returns:
      the latitude
    • setLatitude

      public void setLatitude(SessionContext ctx, Address item, Double value)
      Generated method - Setter of the Address.latitude attribute.
      Parameters:
      value - the latitude
    • setLatitude

      public void setLatitude(Address item, Double value)
      Generated method - Setter of the Address.latitude attribute.
      Parameters:
      value - the latitude
    • setLatitude

      public void setLatitude(SessionContext ctx, Address item, double value)
      Generated method - Setter of the Address.latitude attribute.
      Parameters:
      value - the latitude
    • setLatitude

      public void setLatitude(Address item, double value)
      Generated method - Setter of the Address.latitude attribute.
      Parameters:
      value - the latitude
    • getLongitude

      public Double getLongitude(SessionContext ctx, Address item)
      Generated method - Getter of the Address.longitude attribute.
      Returns:
      the longitude
    • getLongitude

      public Double getLongitude(Address item)
      Generated method - Getter of the Address.longitude attribute.
      Returns:
      the longitude
    • getLongitudeAsPrimitive

      public double getLongitudeAsPrimitive(SessionContext ctx, Address item)
      Generated method - Getter of the Address.longitude attribute.
      Returns:
      the longitude
    • getLongitudeAsPrimitive

      public double getLongitudeAsPrimitive(Address item)
      Generated method - Getter of the Address.longitude attribute.
      Returns:
      the longitude
    • setLongitude

      public void setLongitude(SessionContext ctx, Address item, Double value)
      Generated method - Setter of the Address.longitude attribute.
      Parameters:
      value - the longitude
    • setLongitude

      public void setLongitude(Address item, Double value)
      Generated method - Setter of the Address.longitude attribute.
      Parameters:
      value - the longitude
    • setLongitude

      public void setLongitude(SessionContext ctx, Address item, double value)
      Generated method - Setter of the Address.longitude attribute.
      Parameters:
      value - the longitude
    • setLongitude

      public void setLongitude(Address item, double value)
      Generated method - Setter of the Address.longitude attribute.
      Parameters:
      value - the longitude
    • getPackagingInfo

      public PackagingInfo getPackagingInfo(SessionContext ctx, Consignment item)
      Generated method - Getter of the Consignment.packagingInfo attribute.
      Returns:
      the packagingInfo
    • getPackagingInfo

      public PackagingInfo getPackagingInfo(Consignment item)
      Generated method - Getter of the Consignment.packagingInfo attribute.
      Returns:
      the packagingInfo
    • setPackagingInfo

      public void setPackagingInfo(SessionContext ctx, Consignment item, PackagingInfo value)
      Generated method - Setter of the Consignment.packagingInfo attribute.
      Parameters:
      value - the packagingInfo
    • setPackagingInfo

      public void setPackagingInfo(Consignment item, PackagingInfo value)
      Generated method - Setter of the Consignment.packagingInfo attribute.
      Parameters:
      value - the packagingInfo
    • getPackaginginfos

      public List<PackagingInfo> getPackaginginfos(SessionContext ctx, Consignment item)
      Generated method - Getter of the Consignment.packaginginfos attribute.
      Returns:
      the packaginginfos
    • getPackaginginfos

      public List<PackagingInfo> getPackaginginfos(Consignment item)
      Generated method - Getter of the Consignment.packaginginfos attribute.
      Returns:
      the packaginginfos
    • setPackaginginfos

      public void setPackaginginfos(SessionContext ctx, Consignment item, List<PackagingInfo> value)
      Generated method - Setter of the Consignment.packaginginfos attribute.
      Parameters:
      value - the packaginginfos
    • setPackaginginfos

      public void setPackaginginfos(Consignment item, List<PackagingInfo> value)
      Generated method - Setter of the Consignment.packaginginfos attribute.
      Parameters:
      value - the packaginginfos
    • addToPackaginginfos

      public void addToPackaginginfos(SessionContext ctx, Consignment item, PackagingInfo value)
      Generated method - Adds value to packaginginfos.
      Parameters:
      value - the item to add to packaginginfos
    • addToPackaginginfos

      public void addToPackaginginfos(Consignment item, PackagingInfo value)
      Generated method - Adds value to packaginginfos.
      Parameters:
      value - the item to add to packaginginfos
    • removeFromPackaginginfos

      public void removeFromPackaginginfos(SessionContext ctx, Consignment item, PackagingInfo value)
      Generated method - Removes value from packaginginfos.
      Parameters:
      value - the item to remove from packaginginfos
    • removeFromPackaginginfos

      public void removeFromPackaginginfos(Consignment item, PackagingInfo value)
      Generated method - Removes value from packaginginfos.
      Parameters:
      value - the item to remove from packaginginfos
    • getPaymentTransactionEntries

      public Set<PaymentTransactionEntry> getPaymentTransactionEntries(SessionContext ctx, Consignment item)
      Generated method - Getter of the Consignment.paymentTransactionEntries attribute.
      Returns:
      the paymentTransactionEntries
    • getPaymentTransactionEntries

      public Set<PaymentTransactionEntry> getPaymentTransactionEntries(Consignment item)
      Generated method - Getter of the Consignment.paymentTransactionEntries attribute.
      Returns:
      the paymentTransactionEntries
    • setPaymentTransactionEntries

      public void setPaymentTransactionEntries(SessionContext ctx, Consignment item, Set<PaymentTransactionEntry> value)
      Generated method - Setter of the Consignment.paymentTransactionEntries attribute.
      Parameters:
      value - the paymentTransactionEntries
    • setPaymentTransactionEntries

      public void setPaymentTransactionEntries(Consignment item, Set<PaymentTransactionEntry> value)
      Generated method - Setter of the Consignment.paymentTransactionEntries attribute.
      Parameters:
      value - the paymentTransactionEntries
    • addToPaymentTransactionEntries

      public void addToPaymentTransactionEntries(SessionContext ctx, Consignment item, PaymentTransactionEntry value)
      Generated method - Adds value to paymentTransactionEntries.
      Parameters:
      value - the item to add to paymentTransactionEntries
    • addToPaymentTransactionEntries

      public void addToPaymentTransactionEntries(Consignment item, PaymentTransactionEntry value)
      Generated method - Adds value to paymentTransactionEntries.
      Parameters:
      value - the item to add to paymentTransactionEntries
    • removeFromPaymentTransactionEntries

      public void removeFromPaymentTransactionEntries(SessionContext ctx, Consignment item, PaymentTransactionEntry value)
      Generated method - Removes value from paymentTransactionEntries.
      Parameters:
      value - the item to remove from paymentTransactionEntries
    • removeFromPaymentTransactionEntries

      public void removeFromPaymentTransactionEntries(Consignment item, PaymentTransactionEntry value)
      Generated method - Removes value from paymentTransactionEntries.
      Parameters:
      value - the item to remove from paymentTransactionEntries
    • getPriority

      public Integer getPriority(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.priority attribute.
      Returns:
      the priority
    • getPriority

      public Integer getPriority(Warehouse item)
      Generated method - Getter of the Warehouse.priority attribute.
      Returns:
      the priority
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.priority attribute.
      Returns:
      the priority
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive(Warehouse item)
      Generated method - Getter of the Warehouse.priority attribute.
      Returns:
      the priority
    • setPriority

      public void setPriority(SessionContext ctx, Warehouse item, Integer value)
      Generated method - Setter of the Warehouse.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(Warehouse item, Integer value)
      Generated method - Setter of the Warehouse.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(SessionContext ctx, Warehouse item, int value)
      Generated method - Setter of the Warehouse.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(Warehouse item, int value)
      Generated method - Setter of the Warehouse.priority attribute.
      Parameters:
      value - the priority
    • getReturnForm

      public Media getReturnForm(SessionContext ctx, Consignment item)
      Generated method - Getter of the Consignment.returnForm attribute.
      Returns:
      the returnForm - The return form for the consignment.
    • getReturnForm

      public Media getReturnForm(Consignment item)
      Generated method - Getter of the Consignment.returnForm attribute.
      Returns:
      the returnForm - The return form for the consignment.
    • setReturnForm

      public void setReturnForm(SessionContext ctx, Consignment item, Media value)
      Generated method - Setter of the Consignment.returnForm attribute.
      Parameters:
      value - the returnForm - The return form for the consignment.
    • setReturnForm

      public void setReturnForm(Consignment item, Media value)
      Generated method - Setter of the Consignment.returnForm attribute.
      Parameters:
      value - the returnForm - The return form for the consignment.
    • getReturnLabel

      public Media getReturnLabel(SessionContext ctx, Consignment item)
      Generated method - Getter of the Consignment.returnLabel attribute.
      Returns:
      the returnLabel - The return label for the consignment.
    • getReturnLabel

      public Media getReturnLabel(Consignment item)
      Generated method - Getter of the Consignment.returnLabel attribute.
      Returns:
      the returnLabel - The return label for the consignment.
    • setReturnLabel

      public void setReturnLabel(SessionContext ctx, Consignment item, Media value)
      Generated method - Setter of the Consignment.returnLabel attribute.
      Parameters:
      value - the returnLabel - The return label for the consignment.
    • setReturnLabel

      public void setReturnLabel(Consignment item, Media value)
      Generated method - Setter of the Consignment.returnLabel attribute.
      Parameters:
      value - the returnLabel - The return label for the consignment.
    • getReturnRequest

      public ReturnRequest getReturnRequest(SessionContext ctx, OrderReturnRecordEntry item)
      Generated method - Getter of the OrderReturnRecordEntry.returnRequest attribute.
      Returns:
      the returnRequest
    • getReturnRequest

      public ReturnRequest getReturnRequest(OrderReturnRecordEntry item)
      Generated method - Getter of the OrderReturnRecordEntry.returnRequest attribute.
      Returns:
      the returnRequest
    • setReturnRequest

      public void setReturnRequest(SessionContext ctx, OrderReturnRecordEntry item, ReturnRequest value)
      Generated method - Setter of the OrderReturnRecordEntry.returnRequest attribute.
      Parameters:
      value - the returnRequest
    • setReturnRequest

      public void setReturnRequest(OrderReturnRecordEntry item, ReturnRequest value)
      Generated method - Setter of the OrderReturnRecordEntry.returnRequest attribute.
      Parameters:
      value - the returnRequest
    • getScore

      public Double getScore(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.score attribute.
      Returns:
      the score - Score of given Warehouse that should reflect its performance.
    • getScore

      public Double getScore(Warehouse item)
      Generated method - Getter of the Warehouse.score attribute.
      Returns:
      the score - Score of given Warehouse that should reflect its performance.
    • getScoreAsPrimitive

      public double getScoreAsPrimitive(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.score attribute.
      Returns:
      the score - Score of given Warehouse that should reflect its performance.
    • getScoreAsPrimitive

      public double getScoreAsPrimitive(Warehouse item)
      Generated method - Getter of the Warehouse.score attribute.
      Returns:
      the score - Score of given Warehouse that should reflect its performance.
    • setScore

      public void setScore(SessionContext ctx, Warehouse item, Double value)
      Generated method - Setter of the Warehouse.score attribute.
      Parameters:
      value - the score - Score of given Warehouse that should reflect its performance.
    • setScore

      public void setScore(Warehouse item, Double value)
      Generated method - Setter of the Warehouse.score attribute.
      Parameters:
      value - the score - Score of given Warehouse that should reflect its performance.
    • setScore

      public void setScore(SessionContext ctx, Warehouse item, double value)
      Generated method - Setter of the Warehouse.score attribute.
      Parameters:
      value - the score - Score of given Warehouse that should reflect its performance.
    • setScore

      public void setScore(Warehouse item, double value)
      Generated method - Setter of the Warehouse.score attribute.
      Parameters:
      value - the score - Score of given Warehouse that should reflect its performance.
    • getShippingLabel

      public Media getShippingLabel(SessionContext ctx, Consignment item)
      Generated method - Getter of the Consignment.shippingLabel attribute.
      Returns:
      the shippingLabel - The shipping label for the consignment.
    • getShippingLabel

      public Media getShippingLabel(Consignment item)
      Generated method - Getter of the Consignment.shippingLabel attribute.
      Returns:
      the shippingLabel - The shipping label for the consignment.
    • setShippingLabel

      public void setShippingLabel(SessionContext ctx, Consignment item, Media value)
      Generated method - Setter of the Consignment.shippingLabel attribute.
      Parameters:
      value - the shippingLabel - The shipping label for the consignment.
    • setShippingLabel

      public void setShippingLabel(Consignment item, Media value)
      Generated method - Setter of the Consignment.shippingLabel attribute.
      Parameters:
      value - the shippingLabel - The shipping label for the consignment.
    • getSourceOrderEntry

      public OrderEntry getSourceOrderEntry(SessionContext ctx, ConsignmentEntry item)
      Generated method - Getter of the ConsignmentEntry.sourceOrderEntry attribute.
      Returns:
      the sourceOrderEntry
    • getSourceOrderEntry

      public OrderEntry getSourceOrderEntry(ConsignmentEntry item)
      Generated method - Getter of the ConsignmentEntry.sourceOrderEntry attribute.
      Returns:
      the sourceOrderEntry
    • setSourceOrderEntry

      public void setSourceOrderEntry(SessionContext ctx, ConsignmentEntry item, OrderEntry value)
      Generated method - Setter of the ConsignmentEntry.sourceOrderEntry attribute.
      Parameters:
      value - the sourceOrderEntry
    • setSourceOrderEntry

      public void setSourceOrderEntry(ConsignmentEntry item, OrderEntry value)
      Generated method - Setter of the ConsignmentEntry.sourceOrderEntry attribute.
      Parameters:
      value - the sourceOrderEntry
    • getSourcingban

      public Collection<SourcingBan> getSourcingban(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.sourcingban attribute.
      Returns:
      the sourcingban
    • getSourcingban

      public Collection<SourcingBan> getSourcingban(Warehouse item)
      Generated method - Getter of the Warehouse.sourcingban attribute.
      Returns:
      the sourcingban
    • setSourcingban

      public void setSourcingban(SessionContext ctx, Warehouse item, Collection<SourcingBan> value)
      Generated method - Setter of the Warehouse.sourcingban attribute.
      Parameters:
      value - the sourcingban
    • setSourcingban

      public void setSourcingban(Warehouse item, Collection<SourcingBan> value)
      Generated method - Setter of the Warehouse.sourcingban attribute.
      Parameters:
      value - the sourcingban
    • addToSourcingban

      public void addToSourcingban(SessionContext ctx, Warehouse item, SourcingBan value)
      Generated method - Adds value to sourcingban.
      Parameters:
      value - the item to add to sourcingban
    • addToSourcingban

      public void addToSourcingban(Warehouse item, SourcingBan value)
      Generated method - Adds value to sourcingban.
      Parameters:
      value - the item to add to sourcingban
    • removeFromSourcingban

      public void removeFromSourcingban(SessionContext ctx, Warehouse item, SourcingBan value)
      Generated method - Removes value from sourcingban.
      Parameters:
      value - the item to remove from sourcingban
    • removeFromSourcingban

      public void removeFromSourcingban(Warehouse item, SourcingBan value)
      Generated method - Removes value from sourcingban.
      Parameters:
      value - the item to remove from sourcingban
    • getSourcingConfig

      public SourcingConfig getSourcingConfig(SessionContext ctx, BaseStore item)
      Generated method - Getter of the BaseStore.sourcingConfig attribute.
      Returns:
      the sourcingConfig
    • getSourcingConfig

      public SourcingConfig getSourcingConfig(BaseStore item)
      Generated method - Getter of the BaseStore.sourcingConfig attribute.
      Returns:
      the sourcingConfig
    • setSourcingConfig

      public void setSourcingConfig(SessionContext ctx, BaseStore item, SourcingConfig value)
      Generated method - Setter of the BaseStore.sourcingConfig attribute.
      Parameters:
      value - the sourcingConfig
    • setSourcingConfig

      public void setSourcingConfig(BaseStore item, SourcingConfig value)
      Generated method - Setter of the BaseStore.sourcingConfig attribute.
      Parameters:
      value - the sourcingConfig
    • getTaskAssignmentWorkflow

      public String getTaskAssignmentWorkflow(SessionContext ctx, Consignment item)
      Generated method - Getter of the Consignment.taskAssignmentWorkflow attribute.
      Returns:
      the taskAssignmentWorkflow - The task assignment workflow code assigned to the consignment.
    • getTaskAssignmentWorkflow

      public String getTaskAssignmentWorkflow(Consignment item)
      Generated method - Getter of the Consignment.taskAssignmentWorkflow attribute.
      Returns:
      the taskAssignmentWorkflow - The task assignment workflow code assigned to the consignment.
    • setTaskAssignmentWorkflow

      public void setTaskAssignmentWorkflow(SessionContext ctx, Consignment item, String value)
      Generated method - Setter of the Consignment.taskAssignmentWorkflow attribute.
      Parameters:
      value - the taskAssignmentWorkflow - The task assignment workflow code assigned to the consignment.
    • setTaskAssignmentWorkflow

      public void setTaskAssignmentWorkflow(Consignment item, String value)
      Generated method - Setter of the Consignment.taskAssignmentWorkflow attribute.
      Parameters:
      value - the taskAssignmentWorkflow - The task assignment workflow code assigned to the consignment.
    • getWarehouseBins

      public List<WarehouseBin> getWarehouseBins(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.warehouseBins attribute.
      Returns:
      the warehouseBins
    • getWarehouseBins

      public List<WarehouseBin> getWarehouseBins(Warehouse item)
      Generated method - Getter of the Warehouse.warehouseBins attribute.
      Returns:
      the warehouseBins
    • setWarehouseBins

      public void setWarehouseBins(SessionContext ctx, Warehouse item, List<WarehouseBin> value)
      Generated method - Setter of the Warehouse.warehouseBins attribute.
      Parameters:
      value - the warehouseBins
    • setWarehouseBins

      public void setWarehouseBins(Warehouse item, List<WarehouseBin> value)
      Generated method - Setter of the Warehouse.warehouseBins attribute.
      Parameters:
      value - the warehouseBins
    • addToWarehouseBins

      public void addToWarehouseBins(SessionContext ctx, Warehouse item, WarehouseBin value)
      Generated method - Adds value to warehouseBins.
      Parameters:
      value - the item to add to warehouseBins
    • addToWarehouseBins

      public void addToWarehouseBins(Warehouse item, WarehouseBin value)
      Generated method - Adds value to warehouseBins.
      Parameters:
      value - the item to add to warehouseBins
    • removeFromWarehouseBins

      public void removeFromWarehouseBins(SessionContext ctx, Warehouse item, WarehouseBin value)
      Generated method - Removes value from warehouseBins.
      Parameters:
      value - the item to remove from warehouseBins
    • removeFromWarehouseBins

      public void removeFromWarehouseBins(Warehouse item, WarehouseBin value)
      Generated method - Removes value from warehouseBins.
      Parameters:
      value - the item to remove from warehouseBins
    • getWarehouseBinTransferWorkflowName

      public String getWarehouseBinTransferWorkflowName(SessionContext ctx, Warehouse item)
      Generated method - Getter of the Warehouse.warehouseBinTransferWorkflowName attribute.
      Returns:
      the warehouseBinTransferWorkflowName
    • getWarehouseBinTransferWorkflowName

      public String getWarehouseBinTransferWorkflowName(Warehouse item)
      Generated method - Getter of the Warehouse.warehouseBinTransferWorkflowName attribute.
      Returns:
      the warehouseBinTransferWorkflowName
    • setWarehouseBinTransferWorkflowName

      public void setWarehouseBinTransferWorkflowName(SessionContext ctx, Warehouse item, String value)
      Generated method - Setter of the Warehouse.warehouseBinTransferWorkflowName attribute.
      Parameters:
      value - the warehouseBinTransferWorkflowName
    • setWarehouseBinTransferWorkflowName

      public void setWarehouseBinTransferWorkflowName(Warehouse item, String value)
      Generated method - Setter of the Warehouse.warehouseBinTransferWorkflowName attribute.
      Parameters:
      value - the warehouseBinTransferWorkflowName
    • getWarehouses

      public Set<Warehouse> getWarehouses(SessionContext ctx, DeliveryMode item)
      Generated method - Getter of the DeliveryMode.warehouses attribute.
      Returns:
      the warehouses
    • getWarehouses

      public Set<Warehouse> getWarehouses(DeliveryMode item)
      Generated method - Getter of the DeliveryMode.warehouses attribute.
      Returns:
      the warehouses
    • getWarehousesCount

      public long getWarehousesCount(SessionContext ctx, DeliveryMode item)
    • getWarehousesCount

      public long getWarehousesCount(DeliveryMode item)
    • setWarehouses

      public void setWarehouses(SessionContext ctx, DeliveryMode item, Set<Warehouse> value)
      Generated method - Setter of the DeliveryMode.warehouses attribute.
      Parameters:
      value - the warehouses
    • setWarehouses

      public void setWarehouses(DeliveryMode item, Set<Warehouse> value)
      Generated method - Setter of the DeliveryMode.warehouses attribute.
      Parameters:
      value - the warehouses
    • addToWarehouses

      public void addToWarehouses(SessionContext ctx, DeliveryMode item, Warehouse value)
      Generated method - Adds value to warehouses.
      Parameters:
      value - the item to add to warehouses
    • addToWarehouses

      public void addToWarehouses(DeliveryMode item, Warehouse value)
      Generated method - Adds value to warehouses.
      Parameters:
      value - the item to add to warehouses
    • removeFromWarehouses

      public void removeFromWarehouses(SessionContext ctx, DeliveryMode item, Warehouse value)
      Generated method - Removes value from warehouses.
      Parameters:
      value - the item to remove from warehouses
    • removeFromWarehouses

      public void removeFromWarehouses(DeliveryMode item, Warehouse value)
      Generated method - Removes value from warehouses.
      Parameters:
      value - the item to remove from warehouses