Class CarSearchServiceImpl

java.lang.Object
net.andresbustamante.yafoot.core.services.impl.CarSearchServiceImpl
All Implemented Interfaces:
net.andresbustamante.yafoot.core.services.CarSearchService

@Service public class CarSearchServiceImpl extends Object implements net.andresbustamante.yafoot.core.services.CarSearchService
  • Constructor Details

    • CarSearchServiceImpl

      public CarSearchServiceImpl(CarDao carDAO, PlayerDao playerDao)
  • Method Details

    • findCars

      @Transactional(readOnly=true) public List<net.andresbustamante.yafoot.core.model.Car> findCars(net.andresbustamante.yafoot.commons.model.UserContext ctx)
      Specified by:
      findCars in interface net.andresbustamante.yafoot.core.services.CarSearchService
    • loadCar

      @Transactional(readOnly=true) public net.andresbustamante.yafoot.core.model.Car loadCar(Integer id, net.andresbustamante.yafoot.commons.model.UserContext ctx) throws net.andresbustamante.yafoot.commons.exceptions.ApplicationException
      Specified by:
      loadCar in interface net.andresbustamante.yafoot.core.services.CarSearchService
      Throws:
      net.andresbustamante.yafoot.commons.exceptions.ApplicationException