Uses of Class
com.yahoo.marketing.apt.DateRange

Packages that use DateRange
com.yahoo.marketing.apt   
 

Uses of DateRange in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as DateRange
private  DateRange[] Inventory.soldOutPeriods
           
 

Methods in com.yahoo.marketing.apt that return DateRange
 DateRange[] Inventory.getSoldOutPeriods()
          Gets the soldOutPeriods value for this Inventory.
 

Methods in com.yahoo.marketing.apt with parameters of type DateRange
 CostFeed[] CostFeedServiceHttpBindingStub.getCostFeedsByDateRange(DateRange dateRange)
           
 CostFeed[] CostFeedService.getCostFeedsByDateRange(DateRange dateRange)
           
 void Inventory.setSoldOutPeriods(DateRange[] soldOutPeriods)
          Sets the soldOutPeriods value for this Inventory.
 

Constructors in com.yahoo.marketing.apt with parameters of type DateRange
Inventory(java.lang.Long availableImpressions, java.lang.Long bookableImpressions, java.lang.Double floorPrice, java.lang.Double listPrice, DateRange[] soldOutPeriods, java.lang.Double targetPrice, java.lang.Long totalImpressions)