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, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindById, merge, persist, removepublic Class<Car> getItemType()
getItemType in class AbstractCrudControllerBean<Car>public List<Car> findAll()
findAll in interface CarControllerLocalpublic List<Car> findByCriteria(Searchable criteria)
findByCriteria in interface CrudActions<Car>criteria - The search criteria.Copyright © 2008–2018. All rights reserved.