|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Item | |
|---|---|
| org.kemet.orm | |
| org.kemet.orm.castor | |
| Uses of Item in org.kemet.orm |
|---|
| Methods in org.kemet.orm that return types with arguments of type Item | |
|---|---|
java.util.List<Item> |
IRequests.getLexicographicalItems()
return all lexicographical items. |
java.util.List<Item> |
DAL.getLexicographicalItems()
get the lexicographical items. |
| Uses of Item in org.kemet.orm.castor |
|---|
| Methods in org.kemet.orm.castor that return Item | |
|---|---|
Item[] |
Items.getItem()
Method getItem.Returns the contents of the collection in an Array. |
Item |
Items.getItem(int index)
Method getItem. |
Item |
Items.removeItemAt(int index)
Method removeItemAt. |
| Methods in org.kemet.orm.castor with parameters of type Item | |
|---|---|
void |
Items.addItem(int index,
Item vItem)
|
void |
Items.addItem(Item vItem)
|
boolean |
Items.removeItem(Item vItem)
Method removeItem. |
void |
Items.setItem(int index,
Item vItem)
|
void |
Items.setItem(Item[] vItemArray)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||