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