public class CarControllerBean extends AbstractCrudControllerBean<Car> implements CarControllerLocal
Constructor and Description |
---|
CarControllerBean() |
Modifier and Type | Method and Description |
---|---|
List<Car> |
findAll()
Finds all Cars.
|
List<Car> |
findByCriteria(Searchable criteria)
Finds Cars based upon criteria.
|
Class<Car> |
getItemType()
Gets the type of the Entity to maintain.
|
findById, getEntityManager, merge, persist, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findById, merge, persist, remove
public Class<Car> getItemType()
getItemType
in class AbstractCrudControllerBean<Car>
public List<Car> findAll()
findAll
in interface CarControllerLocal
public List<Car> findByCriteria(Searchable criteria)
findByCriteria
in interface CrudActions<Car>
criteria
- The search criteria.Copyright © 2008–2018. All rights reserved.