Uses of Interface
com.elasticpath.service.misc.TimeService

Packages that use TimeService
com.elasticpath.service.catalog.impl   
com.elasticpath.service.index.impl   
com.elasticpath.service.misc.impl   
com.elasticpath.service.rules.impl   
 

Uses of TimeService in com.elasticpath.service.catalog.impl
 

Methods in com.elasticpath.service.catalog.impl that return TimeService
 TimeService TopSellerServiceImpl.getTimeService()
          Returns the time service.
 

Methods in com.elasticpath.service.catalog.impl with parameters of type TimeService
 void TopSellerServiceImpl.setTimeService(TimeService timeService)
          Sets the time service.
 

Uses of TimeService in com.elasticpath.service.index.impl
 

Methods in com.elasticpath.service.index.impl that return TimeService
 TimeService AbstractIndexServiceImpl.getTimeService()
          Returns the time service.
 

Methods in com.elasticpath.service.index.impl with parameters of type TimeService
 void AbstractIndexServiceImpl.setTimeService(TimeService timeService)
          Sets the time service.
 

Uses of TimeService in com.elasticpath.service.misc.impl
 

Classes in com.elasticpath.service.misc.impl that implement TimeService
 class DatabaseServerTimeServiceImpl
          Provides an implementation of TimeService to retrieve a timestamp from the database server.
 

Uses of TimeService in com.elasticpath.service.rules.impl
 

Methods in com.elasticpath.service.rules.impl that return TimeService
 TimeService RuleSetServiceImpl.getTimeService()
          Returns the time service.
 TimeService EpRuleEngineImpl.getTimeService()
          Returns the time service.
 

Methods in com.elasticpath.service.rules.impl with parameters of type TimeService
 void RuleSetServiceImpl.setTimeService(TimeService timeService)
          Sets the time service.
 void EpRuleEngineImpl.setTimeService(TimeService timeService)
          Sets the time service.