Uses of Interface
com.elasticpath.domain.search.SfSearchLog

Packages that use SfSearchLog
com.elasticpath.domain.search.impl   
com.elasticpath.service.catalogview   
com.elasticpath.service.catalogview.impl   
 

Uses of SfSearchLog in com.elasticpath.domain.search.impl
 

Classes in com.elasticpath.domain.search.impl that implement SfSearchLog
 class SfSearchLogImpl
          The default implementation of SfSearchLog.
 

Uses of SfSearchLog in com.elasticpath.service.catalogview
 

Methods in com.elasticpath.service.catalogview that return SfSearchLog
 SfSearchLog SfSearchLogService.add(SfSearchLog log)
          Adds the given SfSearhLog.
 SfSearchLog SfSearchLogService.get(long sfSearchLogUid)
          Gets the SfSearhLog indicated by the given Uid.
 SfSearchLog SfSearchLogService.load(long sfSearchLogUid)
          Loads the SfSearhLog indicated by the given Uid.
 

Methods in com.elasticpath.service.catalogview with parameters of type SfSearchLog
 SfSearchLog SfSearchLogService.add(SfSearchLog log)
          Adds the given SfSearhLog.
 void SfSearchLogService.update(SfSearchLog log)
          Updates the given SfSearhLog.
 

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

Methods in com.elasticpath.service.catalogview.impl that return SfSearchLog
 SfSearchLog SfSearchLogServiceImpl.add(SfSearchLog log)
          Adds the given SfSearhLog.
 SfSearchLog SfSearchLogServiceImpl.get(long sfSearchLogUid)
          Gets the SfSearhLog indicated by the given Uid.
 SfSearchLog SfSearchLogServiceImpl.load(long sfSearchLogUid)
          Loads the SfSearhLog indicated by the given Uid.
 

Methods in com.elasticpath.service.catalogview.impl with parameters of type SfSearchLog
 SfSearchLog SfSearchLogServiceImpl.add(SfSearchLog log)
          Adds the given SfSearhLog.
 void SfSearchLogServiceImpl.update(SfSearchLog log)
          Updates the given SfSearhLog.