Uses of Interface
com.elasticpath.service.catalogview.SfSearchLogService

Packages that use SfSearchLogService
com.elasticpath.service.catalogview   
com.elasticpath.service.catalogview.impl   
 

Uses of SfSearchLogService in com.elasticpath.service.catalogview
 

Methods in com.elasticpath.service.catalogview that return SfSearchLogService
 SfSearchLogService SearchService.getSfSearchLogService()
          Gets the SfSearchLogService.
 

Methods in com.elasticpath.service.catalogview with parameters of type SfSearchLogService
 void SearchService.setSfSearchLogService(SfSearchLogService sfSearchLogService)
          Sets the SfSearchLogService.
 

Uses of SfSearchLogService in com.elasticpath.service.catalogview.impl
 

Classes in com.elasticpath.service.catalogview.impl that implement SfSearchLogService
 class SfSearchLogServiceImpl
          A default implementation of SfSearchLogService.
 

Methods in com.elasticpath.service.catalogview.impl that return SfSearchLogService
 SfSearchLogService SearchServiceImpl.getSfSearchLogService()
          Gets the SfSearchLogService.
 

Methods in com.elasticpath.service.catalogview.impl with parameters of type SfSearchLogService
 void SearchServiceImpl.setSfSearchLogService(SfSearchLogService sfSearchLogService)
          Sets the SfSearchLogService.