Uses of Class
net.sf.tomp.el.author.Practice

Packages that use Practice
net.sf.tomp.el.author   
net.sf.tomp.el.author.io   
 

Uses of Practice in net.sf.tomp.el.author
 

Methods in net.sf.tomp.el.author that return Practice
 Practice Practices.getFirstPractice()
          Returns first practice in practices map.
 Practice Practices.getPractice(java.lang.String id)
          Returns practice with selected ID.
 Practice Practices.newPractice(java.lang.String id)
          Creates a new practice and puts it into practices.
 

Methods in net.sf.tomp.el.author that return types with arguments of type Practice
 java.util.Collection<Practice> Practices.getPractices()
          Returns practices' values.
 

Methods in net.sf.tomp.el.author with parameters of type Practice
 void Practices.addPractice(Practice c)
          Adds a practice to practices.
 void Practices.removePractice(Practice l)
          Remove the practice from practices collection and deletes its XML file.
 

Uses of Practice in net.sf.tomp.el.author.io
 

Methods in net.sf.tomp.el.author.io that return Practice
 Practice AuthorIO.loadPractice(Course course, java.lang.String id)
          Loads a practice of the course
 

Methods in net.sf.tomp.el.author.io with parameters of type Practice
 void AuthorIO.savePractice(Practice t)
          Builds up a new XML document for practice using DOM4J factory and saves it.