Uses of Class
org.promotego.logic.storehours.HourSpecification

Packages that use HourSpecification
org.promotego.logic.storehours   
 

Uses of HourSpecification in org.promotego.logic.storehours
 

Methods in org.promotego.logic.storehours that return HourSpecification
 HourSpecification HourSpecification.mergeWith(HourSpecification otherSpec)
          Return a new HourSpecification with all days and hour ranges of this HourSpecification and the one provided.
 

Methods in org.promotego.logic.storehours that return types with arguments of type HourSpecification
 java.util.Set<HourSpecification> StoreHours.getHourSpecifications()
           
 java.util.Set<HourSpecification> NullStoreHours.getHourSpecifications()
           
 

Methods in org.promotego.logic.storehours with parameters of type HourSpecification
 int HourSpecificationComparator.compare(HourSpecification arg0, HourSpecification arg1)
           
 HourSpecification HourSpecification.mergeWith(HourSpecification otherSpec)
          Return a new HourSpecification with all days and hour ranges of this HourSpecification and the one provided.
 boolean HourSpecification.sameDays(HourSpecification otherSpec)
           
 boolean HourSpecification.sameHours(HourSpecification otherSpec)
           
 

Constructor parameters in org.promotego.logic.storehours with type arguments of type HourSpecification
StoreHours(java.util.Collection<HourSpecification> hourSpecs)
           
 



Copyright © 2007. All Rights Reserved.