Uses of Interface
lcanals.tc.core.Plan

Packages that use Plan
lcanals.tc.core Core classes and interfaces for the time calculator. 
lcanals.tc.model.file Factories and beans implementations to use filesystem as persistent storage. 
 

Uses of Plan in lcanals.tc.core
 

Methods in lcanals.tc.core that return Plan
 Plan Factory.createPlan(java.lang.String userName, java.lang.String description)
          Creates new empty plan
 Plan Factory.obtainCurrentPlan(java.lang.String userName)
          Takes the current plan for the given user name
 

Uses of Plan in lcanals.tc.model.file
 

Classes in lcanals.tc.model.file that implement Plan
 class PlanBean
          Set of tasks.
 

Methods in lcanals.tc.model.file that return Plan
 Plan FactoryFile.createPlan(java.lang.String userName, java.lang.String description)
          Builds a new plan which will be stored automatically into a file for each access to each member function.
 Plan FactoryFile.obtainCurrentPlan(java.lang.String userName)
          Takes the current plan for the given user name from file
 



Luis F. Canals. Supported by www.sourceforge.net