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

Packages that use TaskType
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 TaskType in net.ponec.jworksheet.bo
 

Fields in net.ponec.jworksheet.bo with type parameters of type TaskType
static UjoProperty<TaskType,java.lang.Boolean> TaskType.P_DEFAULT
          Is the task default?
static UjoProperty<TaskType,java.lang.String> TaskType.P_DESCR
          Description of the task.
static UjoProperty<TaskType,java.lang.Boolean> TaskType.P_FINISHED
          Is the task finished?
static UjoProperty<TaskType,java.lang.Integer> TaskType.P_ID
          Task ID
static UjoProperty<Event,TaskType> Event.P_TASK
          Task (object)
static ListProperty<Project,TaskType> Project.P_TASKS
          List of task
 

Methods in net.ponec.jworksheet.bo that return TaskType
 TaskType Project.findDefaultTask()
          Returns the first "default" TaskType, null.
 TaskType Project.findTaskType(java.lang.Integer taskId)
          Find a TaskType by its id
 TaskType Event.getTask()
          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 TaskType
 java.util.ArrayList<TaskType> Project.getOpenTasks()
          Returns all open tasks.
 

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

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

Fields in net.ponec.jworksheet.gui.models declared as TaskType
static TaskType TaskTableModel.PROPS
          Properties
 

Methods in net.ponec.jworksheet.gui.models with parameters of type TaskType
 void TaskTableModel.addRow(TaskType row)
           
 

Uses of TaskType in net.ponec.jworksheet.report
 

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



Copyright © 2007-2009 PPonec