Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method SetWeightLevelsForEIS ( 
 | 
  WeightLevelNonFinancial weightlevels 
 | 
) 
 | 
{ 
 | 
  TextBody: 
 | 
  [* 
 | 
    this.BlendingLevel( weightlevels.BlendingLevel() );  
 | 
    this.BlendingWeight( weightlevels.BlendingWeight() );  
 | 
    this.CampaignLevel( weightlevels.CampaignLevel() );  
 | 
    this.CampaignWeight( weightlevels.CampaignWeight() );  
 | 
    this.CapacitySmoothingLevel( weightlevels.CapacitySmoothingLevel() );  
 | 
    this.CapacitySmoothingWeight( weightlevels.CapacitySmoothingWeight() );  
 | 
    this.ExpiredQtyLevel( weightlevels.ExpiredQtyLevel() );  
 | 
    this.ExpiredQtyWeight( weightlevels.ExpiredQtyWeight() );  
 | 
    this.FulfillmentLevel( weightlevels.FulfillmentLevel() );  
 | 
    this.FulfillmentWeight( weightlevels.FulfillmentWeight() ); 
 | 
    this.FulfillmentTargetLevel( weightlevels.FulfillmentTargetLevel() );  
 | 
    this.FulfillmentTargetWeight( weightlevels.FulfillmentTargetWeight() );   
 | 
    this.InventoryMixBalancingLevel( weightlevels.InventoryMixBalancingLevel() );  
 | 
    this.InventoryMixBalancingWeight( weightlevels.InventoryMixBalancingWeight() );  
 | 
    this.LotSizeLevel( weightlevels.LotSizeLevel() );  
 | 
    this.LotSizeWeight( weightlevels.LotSizeWeight() );  
 | 
    this.MaximumInventoryLevel( weightlevels.MaximumInventoryLevel() );  
 | 
    this.MaximumInventoryLevelWeight( weightlevels.MaximumInventoryLevelWeight() );  
 | 
    this.MaximumSupplyLevel( weightlevels.MaximumSupplyLevel() );  
 | 
    this.MaximumSupplyWeight( weightlevels.MaximumSupplyWeight() );  
 | 
    this.MinimumInventoryLevel( weightlevels.MinimumInventoryLevel() );  
 | 
    this.MinimumInventoryLevelWeight( weightlevels.MinimumInventoryLevelWeight() );  
 | 
    this.MinimumSupplyLevel( weightlevels.MinimumSupplyLevel() );  
 | 
    this.MinimumSupplyWeight( weightlevels.MinimumSupplyWeight() );  
 | 
    this.MinimumUnitCapacityLevel( weightlevels.MinimumUnitCapacityLevel() );  
 | 
    this.MinimumUnitCapacityWeight( weightlevels.MinimumUnitCapacityWeight() );  
 | 
    this.PostponementPenaltyLevel( weightlevels.PostponementPenaltyLevel() );  
 | 
    this.PostponementPenaltyWeight( weightlevels.PostponementPenaltyWeight() );  
 | 
    this.ProcessMaximumQuantityLevel( weightlevels.ProcessMaximumQuantityLevel() );  
 | 
    this.ProcessMaximumQuantityWeight( weightlevels.ProcessMaximumQuantityWeight() );  
 | 
    this.ProcessMinimumQuantityLevel( weightlevels.ProcessMinimumQuantityLevel() );  
 | 
    this.ProcessMinimumQuantityWeight( weightlevels.ProcessMinimumQuantityWeight() );   
 | 
    this.SalesDemandPriorityLevel( weightlevels.SalesDemandPriorityLevel() );  
 | 
    this.SalesDemandPriorityWeight( weightlevels.SalesDemandPriorityWeight() );  
 | 
    this.ServiceLevelLevel( weightlevels.ServiceLevelLevel() );  
 | 
    this.ServiceLevelWeight( weightlevels.ServiceLevelWeight() );  
 | 
    this.SlackLevel( weightlevels.SlackLevel() );  
 | 
    this.SlackWeight( weightlevels.SlackWeight() );  
 | 
    this.StockingPointCapacityLevel( weightlevels.StockingPointCapacityLevel() );  
 | 
    this.StockingPointCapacityWeight( weightlevels.StockingPointCapacityWeight() );  
 | 
    this.SupplyTargetLevel( weightlevels.SupplyTargetLevel() );  
 | 
    this.SupplyTargetWeight( weightlevels.SupplyTargetWeight() );  
 | 
    this.TargetInventoryLevel( weightlevels.TargetInventoryLevel() );  
 | 
    this.TargetInventoryLevelWeight( weightlevels.TargetInventoryLevelWeight() );  
 | 
    this.UnitCapacityLevel( weightlevels.UnitCapacityLevel() );  
 | 
    this.UnitCapacityWeight( weightlevels.UnitCapacityWeight() ); 
 | 
  *] 
 | 
  InterfaceProperties { Accessibility: 'Module' } 
 | 
} 
 |