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