Uses of Class
net.ponec.jworksheet.bo.Project

Packages that use Project
net.ponec.jworksheet.bo Business objects (BO) All classes in the package are presistent. 
net.ponec.jworksheet.gui.models   
net.ponec.jworksheet.report Report clasess 
 

Uses of Project in net.ponec.jworksheet.bo
 

Fields in net.ponec.jworksheet.bo with type parameters of type Project
static UjoProperty<Project,java.lang.Boolean> Project.P_DEFAULT
          Is the project default?
static UjoProperty<Project,java.lang.String> Project.P_DESCR
          Project descripton
static UjoProperty<Project,java.lang.Boolean> Project.P_FINISHED
          Is the project finished?
static UjoProperty<Project,java.lang.Integer> Project.P_ID
          Project ID
static UjoProperty<Project,java.lang.Boolean> Project.P_PRIVATE
          Is the project non business type?
static UjoProperty<Event,Project> Event.P_PROJ
          Project (object)
static ListProperty<WorkSpace,Project> WorkSpace.P_PROJS
          Code-book of all projects.
static ListProperty<Project,TaskType> Project.P_TASKS
          List of task
 

Methods in net.ponec.jworksheet.bo that return Project
 Project WorkSpace.findDefaultProject()
          Returns the first "default" TaskType, null.
 Project WorkSpace.findProject(java.lang.Integer id)
          Find a workDay.
 Project Event.getProject()
          Deprecated. This is a JavaBean method however the method is deprecated because the jWorkSheet application want to use an UJO access only.
 

Methods in net.ponec.jworksheet.bo that return types with arguments of type Project
 java.util.ArrayList<Project> WorkSpace.getOpenProjects()
          Returns all open Projects.
 

Methods in net.ponec.jworksheet.bo with parameters of type Project
 void Event.setProject(Project project)
          Deprecated. This is a JavaBean method however the method is deprecated because the jWorkSheet application want to use an UJO access only.
 

Uses of Project in net.ponec.jworksheet.gui.models
 

Fields in net.ponec.jworksheet.gui.models declared as Project
static Project ProjectTableModel.PROPS
          Properties
 

Methods in net.ponec.jworksheet.gui.models with parameters of type Project
 void ProjectTableModel.addRow(Project proj)
           
 

Uses of Project in net.ponec.jworksheet.report
 

Fields in net.ponec.jworksheet.report with type parameters of type Project
static UjoProperty<TaskGroup,Project> TaskGroup.P_PROJ
           
 



Copyright © 2007-2009 PPonec