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 |
---|---|
NobelPrize |
NobelPrizeLaureate.getNobelPrize()
Gets the NobelPrize.
|
Modifier and Type | Method and Description |
---|---|
Set<NobelPrize> |
NobelPrizeCategory.getNobelPrizes()
Gets all the NobelPrizes corresponding with this NobelPrizeCategory.
|
Modifier and Type | Method and Description |
---|---|
void |
NobelPrizeLaureate.setNobelPrize(NobelPrize nobelPrize)
Sets the NobelPrize.
|
Modifier and Type | Method and Description |
---|---|
void |
NobelPrizeCategory.setNobelPrizes(Set<NobelPrize> nobelPrizes)
Sets all the NobelPrizes corresponding with this NobelPrizeCategory.
|
Constructor and Description |
---|
NobelPrizeLaureate(Scientist scientist,
NobelPrize nobelPrize)
Constructs this Element from all the supplied, mandatory fields.
|
Modifier and Type | Method and Description |
---|---|
List<NobelPrize> |
NobelPrizesResource.getNobelPrizes()
Gets all the Nobel Prizes.
|
List<NobelPrize> |
NobelPrizesofCategoryResource.getNobelprizesOfCategory()
Gets all NobelPrizes of a single NobelPrizeCategory.
|
Modifier and Type | Method and Description |
---|---|
NobelPrize |
NobelPrizeBean.getNobelPrize()
Gets the NobelPrize.
|
Modifier and Type | Method and Description |
---|---|
Class<NobelPrize> |
NobelPrizeBean.getItemType()
Gets the type of the Entity to maintain.
|
Copyright © 2008–2018. All rights reserved.