public class ScientistControllerBean extends AbstractCrudControllerBean<Scientist> implements ScientistControllerLocal
| Constructor and Description |
|---|
ScientistControllerBean() |
| Modifier and Type | Method and Description |
|---|---|
List<Scientist> |
findAll()
Finds all Scientists.
|
List<Scientist> |
findByCriteria(Searchable criteria)
Finds Scientists based upon criteria.
|
Class<Scientist> |
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<Scientist> getItemType()
getItemType in class AbstractCrudControllerBean<Scientist>public List<Scientist> findAll()
findAll in interface ScientistControllerRemotepublic List<Scientist> findByCriteria(Searchable criteria)
findByCriteria in interface CrudActions<Scientist>criteria - The search criteria.Copyright © 2008–2018. All rights reserved.