Package | Description |
---|---|
org.josef.demo.jpa |
Demo of Java Persistence API (JPA).
|
org.josef.demo.ws.rest.nobelprize |
RESTful web services, using the different Nobel Prize entities.
|
org.josef.web.jsf.beans.demo.crud.jpa |
JSF Managed Beans to demonstrate CRUD actions.
|
Modifier and Type | Method and Description |
---|---|
NobelPrizeCategory |
NobelPrize.getNobelPrizeCategory()
Gets the NobelPrizeCategory of this NobelPrize.
|
Modifier and Type | Method and Description |
---|---|
void |
NobelPrize.setNobelPrizeCategory(NobelPrizeCategory nobelPrizeCategory)
Sets the NobelPrizeCategory for this NobelPrize.
|
Constructor and Description |
---|
NobelPrize(NobelPrizeCategory nobelPrizeCategory,
Integer year)
Constructs this NobelPrize from the supplied nobelPrizeCategory and year.
|
Modifier and Type | Method and Description |
---|---|
NobelPrizeCategory |
NobelPrizeCategoryResource.getNobelPrizeCategory()
Gets the NobelPrizeCategory with the id that was supplied at construction time.
|
Modifier and Type | Method and Description |
---|---|
List<NobelPrizeCategory> |
NobelPrizeCategoriesResource.getNobelPrizeCategories()
Gets all the NobelPrizeCategories.
|
Modifier and Type | Method and Description |
---|---|
NobelPrizeCategory |
NobelPrizeCategoryBean.getNobelPrizeCategory()
Gets the NobelPrizeCategory.
|
Modifier and Type | Method and Description |
---|---|
Class<NobelPrizeCategory> |
NobelPrizeCategoryBean.getItemType()
Gets the type of the Entity to maintain.
|
Copyright © 2008–2018. All rights reserved.