|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemCollection | |
---|---|
org.starhope.appius.game.inventory | |
org.starhope.appius.game.inventory.collections |
Uses of ItemCollection in org.starhope.appius.game.inventory |
---|
Methods in org.starhope.appius.game.inventory that return types with arguments of type ItemCollection | |
---|---|
Collection<ItemCollection> |
GenericItemReference.getCollections()
XXX contains SQL, TODO check SQL |
Collection<ItemCollection> |
AbstractItem.getCollections()
|
Uses of ItemCollection in org.starhope.appius.game.inventory.collections |
---|
Methods in org.starhope.appius.game.inventory.collections that return ItemCollection | |
---|---|
ItemCollection |
ItemCollectionSQLLoader.loadRecord(int id)
|
ItemCollection |
ItemCollectionSQLLoader.loadRecord(String identifier)
|
ItemCollection |
ItemCollectionSQLLoader.set(PreparedStatement selectHeader,
PreparedStatement selectItems)
WRITEME: Document this method brpocock@star-hope.org |
Methods in org.starhope.appius.game.inventory.collections with parameters of type ItemCollection | |
---|---|
void |
ItemCollectionSQLLoader.changed(ItemCollection changedRecord)
|
void |
ItemCollectionSQLLoader.refresh(ItemCollection record)
|
void |
ItemCollectionSQLLoader.removeRecord(ItemCollection record)
|
void |
ItemCollectionSQLLoader.saveRecord(ItemCollection record)
|
Constructor parameters in org.starhope.appius.game.inventory.collections with type arguments of type ItemCollection | |
---|---|
ItemCollection(RecordLoader<ItemCollection> loader)
constructor for collection being loaded |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |