|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.inigma.waragent.crud.AbstractCrud
org.inigma.waragent.crud.SpellCrud
public class SpellCrud
Field Summary |
---|
Fields inherited from class org.inigma.waragent.crud.AbstractCrud |
---|
configuration, connection |
Constructor Summary | |
---|---|
SpellCrud()
|
Method Summary | |
---|---|
boolean |
deleteSpell(org.inigma.utopia.spellbook.Spell spell)
|
org.inigma.utopia.spellbook.Spellbook |
getSpellbook(java.lang.String accountId)
|
java.util.Map<java.lang.String,org.inigma.utopia.spellbook.Spell> |
getSpellDescription()
|
boolean |
saveSpellbook(org.inigma.utopia.spellbook.Spellbook spellbook)
|
Methods inherited from class org.inigma.waragent.crud.AbstractCrud |
---|
commit, getConfig, initialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpellCrud()
Method Detail |
---|
public boolean deleteSpell(org.inigma.utopia.spellbook.Spell spell) throws java.sql.SQLException
java.sql.SQLException
public org.inigma.utopia.spellbook.Spellbook getSpellbook(java.lang.String accountId) throws java.sql.SQLException
java.sql.SQLException
public java.util.Map<java.lang.String,org.inigma.utopia.spellbook.Spell> getSpellDescription() throws java.sql.SQLException
java.sql.SQLException
public boolean saveSpellbook(org.inigma.utopia.spellbook.Spellbook spellbook) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |