| Package | Description |
|---|---|
| org.jboss.seam.faces.examples.viewconfig | |
| org.jboss.seam.faces.examples.viewconfig.model | |
| org.jboss.seam.faces.examples.viewconfig.security |
| Modifier and Type | Method and Description |
|---|---|
Item |
PageController.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
PageController.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageController.setItem(Item item) |
| Modifier and Type | Method and Description |
|---|---|
Item |
ItemDao.find(Integer id) |
Item |
ItemConverter.toObject(javax.faces.component.UIComponent uic,
String string) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
ItemDao.findAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemDao.create(Item item) |
void |
ItemDao.remove(Item item) |
String |
ItemConverter.toString(javax.faces.component.UIComponent uic,
Item t) |
void |
ItemDao.update(Item item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecurityRules.ownerChecker(org.jboss.seam.security.Identity identity,
Item item) |
Copyright © 2009-2013 Seam Framework. All Rights Reserved.