|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskDetail | |
---|---|
com.silverpeas.projectManager.control | |
com.silverpeas.projectManager.control.ejb | |
com.silverpeas.projectManager.model |
Uses of TaskDetail in com.silverpeas.projectManager.control |
---|
Methods in com.silverpeas.projectManager.control that return TaskDetail | |
---|---|
TaskDetail |
ProjectManagerSessionController.getCurrentProject()
|
TaskDetail |
ProjectManagerSessionController.getCurrentTask()
|
TaskDetail |
ProjectManagerSessionController.getTask(String id)
|
TaskDetail |
ProjectManagerSessionController.getTask(String id,
boolean getAttachments)
|
TaskDetail |
ProjectManagerSessionController.getTaskByTodoId(String todoId)
|
TaskDetail |
ProjectManagerSessionController.getTaskMere(int mereId)
|
TaskDetail |
ProjectManagerSessionController.getTaskMere(String mereId)
|
Methods in com.silverpeas.projectManager.control that return types with arguments of type TaskDetail | |
---|---|
List<TaskDetail> |
ProjectManagerSessionController.getAllTasks()
|
List<TaskDetail> |
ProjectManagerSessionController.getPotentialPreviousTasks()
|
List<TaskDetail> |
ProjectManagerSessionController.getPotentialPreviousTasks(boolean onCreation)
|
List<TaskDetail> |
ProjectManagerSessionController.getTasks()
|
List<TaskDetail> |
ProjectManagerSessionController.getTasks(String id)
|
List<TaskDetail> |
ProjectManagerSessionController.getTasksNotCancelled(String id)
Retrieve the list of tasks which are not cancelled |
Methods in com.silverpeas.projectManager.control with parameters of type TaskDetail | |
---|---|
int |
ProjectManagerSessionController.addTask(TaskDetail task)
|
void |
ProjectManagerSessionController.checkBeginDate(TaskDetail task)
Vérifie la date de début d'une tâche. |
void |
ProjectManagerSessionController.createProject(TaskDetail project)
Create a new project |
void |
ProjectManagerSessionController.enrichirTask(TaskDetail task)
|
Date |
ProjectManagerSessionController.processEndDate(TaskDetail task)
|
void |
ProjectManagerSessionController.setCurrentProject(TaskDetail currentProject)
|
void |
ProjectManagerSessionController.updateOccupation(TaskDetail task)
|
Uses of TaskDetail in com.silverpeas.projectManager.control.ejb |
---|
Methods in com.silverpeas.projectManager.control.ejb that return TaskDetail | |
---|---|
TaskDetail |
ProjectManagerBm.getMostDistantTask(String instanceId,
int taskId)
|
TaskDetail |
ProjectManagerBmEJB.getMostDistantTask(String instanceId,
int taskId)
|
TaskDetail |
ProjectManagerBm.getTask(int id)
|
TaskDetail |
ProjectManagerBmEJB.getTask(int id)
|
TaskDetail |
ProjectManagerBm.getTaskByTodoId(String todoId)
|
TaskDetail |
ProjectManagerBmEJB.getTaskByTodoId(String todoId)
|
Methods in com.silverpeas.projectManager.control.ejb that return types with arguments of type TaskDetail | |
---|---|
List<TaskDetail> |
ProjectManagerBm.getAllTasks(String instanceId,
Filtre filtre)
|
List<TaskDetail> |
ProjectManagerBmEJB.getAllTasks(String instanceId,
Filtre filtre)
|
List<TaskDetail> |
ProjectManagerBm.getProjects(String instanceId)
|
List<TaskDetail> |
ProjectManagerBmEJB.getProjects(String instanceId)
|
List<TaskDetail> |
ProjectManagerBm.getTasksByMotherId(String instanceId,
int motherId)
|
List<TaskDetail> |
ProjectManagerBmEJB.getTasksByMotherId(String instanceId,
int motherId)
|
List<TaskDetail> |
ProjectManagerBm.getTasksByMotherId(String instanceId,
int motherId,
Filtre filtre)
|
List<TaskDetail> |
ProjectManagerBmEJB.getTasksByMotherId(String instanceId,
int motherId,
Filtre filtre)
|
List<TaskDetail> |
ProjectManagerBm.getTasksByMotherIdAndPreviousId(String instanceId,
int motherId,
int previousId)
|
List<TaskDetail> |
ProjectManagerBmEJB.getTasksByMotherIdAndPreviousId(String instanceId,
int motherId,
int previousId)
|
List<TaskDetail> |
ProjectManagerBm.getTasksNotCancelledByMotherId(String instanceId,
int motherId,
Filtre filtre)
|
List<TaskDetail> |
ProjectManagerBmEJB.getTasksNotCancelledByMotherId(String instanceId,
int motherId,
Filtre filtre)
|
Methods in com.silverpeas.projectManager.control.ejb with parameters of type TaskDetail | |
---|---|
int |
ProjectManagerBm.addTask(TaskDetail task)
|
int |
ProjectManagerBmEJB.addTask(TaskDetail task)
|
Date |
ProjectManagerBm.processEndDate(TaskDetail task)
|
Date |
ProjectManagerBmEJB.processEndDate(TaskDetail task)
|
void |
ProjectManagerBm.updateTask(TaskDetail task,
String userId)
|
void |
ProjectManagerBmEJB.updateTask(TaskDetail task,
String userId)
|
Uses of TaskDetail in com.silverpeas.projectManager.model |
---|
Methods in com.silverpeas.projectManager.model that return TaskDetail | |
---|---|
static TaskDetail |
ProjectManagerDAO.getMostDistantTask(Connection con,
String instanceId,
int taskId)
|
static TaskDetail |
ProjectManagerDAO.getTask(Connection con,
int id)
|
static TaskDetail |
ProjectManagerDAO.getTask(Connection con,
String id)
|
Methods in com.silverpeas.projectManager.model that return types with arguments of type TaskDetail | |
---|---|
static List<TaskDetail> |
ProjectManagerDAO.getAllTasks(Connection con,
String instanceId,
Filtre filtre)
|
static List<TaskDetail> |
ProjectManagerDAO.getNextTasks(Connection con,
int taskId)
|
static List<TaskDetail> |
ProjectManagerDAO.getTasks(Connection con,
int actionId,
Filtre filtre,
String instanceId)
|
static List<TaskDetail> |
ProjectManagerDAO.getTasksByMotherId(Connection con,
String instanceId,
int motherId,
Filtre filtre)
|
static List<TaskDetail> |
ProjectManagerDAO.getTasksByMotherIdAndPreviousId(Connection con,
String instanceId,
int motherId,
int previousId)
|
static List<TaskDetail> |
ProjectManagerDAO.getTasksNotCancelledByMotherId(Connection con,
String instanceId,
int motherId,
Filtre filtre)
|
static List<TaskDetail> |
ProjectManagerDAO.getTree(Connection con,
int actionId)
|
Methods in com.silverpeas.projectManager.model with parameters of type TaskDetail | |
---|---|
static int |
ProjectManagerDAO.addTask(Connection con,
TaskDetail task)
|
static void |
ProjectManagerDAO.updateTask(Connection con,
TaskDetail task)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |