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