fido.db
Class InstructionGroupTable
java.lang.Object
|
+--fido.db.InstructionGroupTable
- public class InstructionGroupTable
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstructionGroupTable
public InstructionGroupTable()
addInstructionAt
public void addInstructionAt(java.sql.Statement stmt,
int id,
int row,
int groupId)
throws java.sql.SQLException
java.sql.SQLException
deleteInstruction
public void deleteInstruction(java.sql.Statement stmt,
int id)
throws java.sql.SQLException
java.sql.SQLException
addGroupInstruction
public void addGroupInstruction(int id,
int groupId)
throws FidoDatabaseException,
InstructionNotFoundException
FidoDatabaseException
InstructionNotFoundException
deleteGroupInstruction
public void deleteGroupInstruction(int id,
int rank)
throws FidoDatabaseException,
InstructionNotFoundException
FidoDatabaseException
InstructionNotFoundException
moveRowUp
public void moveRowUp(int id,
int row)
throws FidoDatabaseException
FidoDatabaseException
moveRowDown
public void moveRowDown(int id,
int row)
throws FidoDatabaseException
- Moves the row specified by row down in priority. The String row
must be a number.
- Throws:
java.sql.SQLException
- Input / Output error saving WordClassifications object
to database
FidoDatabaseException
listGroupInstructions
public java.util.Collection listGroupInstructions(int id)
throws FidoDatabaseException
FidoDatabaseException