Package | Description |
---|---|
org.josef.demo.ejb | |
org.josef.demo.ws.rest.elements |
RESTful web services using the Periodic Table of the Elements.
|
org.josef.web.jsf.beans.demo.crud.jpa |
JSF Managed Beans to demonstrate CRUD actions.
|
org.josef.web.jsf.beans.demo.rest |
JSF Demo Managed Beans to demonstrate using REST services.
|
Modifier and Type | Method and Description |
---|---|
List<Element> |
PeriodicTableControllerRemote.findAll()
Finds all Elements.
|
List<Element> |
PeriodicTableControllerBean.findAll()
Finds all Elements.
|
List<Element> |
PeriodicTableControllerBean.findByCriteria(Searchable criteria)
Finds Elements based upon criteria.
|
Class<Element> |
PeriodicTableControllerBean.getItemType()
Gets the type of the Entity to maintain.
|
Modifier and Type | Method and Description |
---|---|
Element |
PeriodicTableElementResource.getElementAsJasonOrXml()
Gets the Element with the id that was supplied at construction time.
|
Modifier and Type | Method and Description |
---|---|
List<Element> |
PeriodicTableResource.getElementsAsJasonOrXml()
Gets all the Elements of the Periodic Table.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PeriodicTableElementResource.createOrUpdateElement(javax.ws.rs.core.UriInfo uriInfo,
Element element)
Creates a new Element or updates an existing Element.
|
javax.ws.rs.core.Response |
PeriodicTableElementResource.createOrUpdateElementFromJasonOrXML(javax.ws.rs.core.UriInfo uriInfo,
Element element)
Creates a new Element or updates an existing Element from either JASON or XML.
|
Modifier and Type | Method and Description |
---|---|
Element |
ElementBean.getElement()
Gets the Element.
|
Modifier and Type | Method and Description |
---|---|
Class<Element> |
ElementBean.getItemType()
Gets the type of the Entity to maintain.
|
Modifier and Type | Method and Description |
---|---|
Element |
ElementRestBean.getElement()
Gets the element.
|
Modifier and Type | Method and Description |
---|---|
List<Element> |
ElementsRestBean.getElements()
Gets all the previously fetched elements of the periodic table.
|
Copyright © 2008–2018. All rights reserved.