Searched refs:priorityPromotionList (Results 1 – 2 of 2) sorted by relevance
33 private ImmutableList<Promotion> priorityPromotionList; field in PromotionManager36 public PromotionManager(ImmutableList<Promotion> priorityPromotionList) { in PromotionManager() argument37 this.priorityPromotionList = priorityPromotionList; in PromotionManager()53 for (Promotion promotion : priorityPromotionList) { in getHighestPriorityPromotion()
31 public abstract ImmutableList<Promotion> priorityPromotionList(); in priorityPromotionList() method in PromotionComponent