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 Summary
Constructors -
Method Summary
-
Constructor Details
-
CarSearchServiceImpl
-
-
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 interfacenet.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 interfacenet.andresbustamante.yafoot.core.services.CarSearchService
- Throws:
net.andresbustamante.yafoot.commons.exceptions.ApplicationException
-