|
|||||||||
| Home >> All >> org >> jeteam >> bean >> task >> [ web overview ] | PREV NEXT | ||||||||
A
- assignedByUser - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- assignedByUserName - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- assignedToUserNames - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- assignedToUsers - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
C
- create(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- create(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
D
- days - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- description - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- dueDay - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- dueMonth - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- dueYear - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
G
- getAssignedByUser() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getAssignedByUserName() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getAssignedToUserNames() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getAssignedToUsers() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getDays() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getDescription() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getDueDay() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getDueMonth() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getDueYear() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getMessage() - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- getMonths() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getName() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getNote(NoteCRUDDispatchForm) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- Gets the note as a DTO from the form bean.
- getNote() - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- getNoteSubject() - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- getNotes() - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- getNotes() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getPercentageCompleted() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getPercentages() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getPriorities() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getPriority(TaskCRUDDispatchForm) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Gets the priority as a DTO from the form bean.
- getPriority() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getPriorityName() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getProject() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getProjectName() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getProjectTasks(HttpServletRequest) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- Returns only those tasks that are registered under the current project (as cached into the session)
- getProjectTasks(HttpServletRequest) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Returns only those tasks that are registered under the current project (as cached into the session)
- getProjects() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getStatus(TaskCRUDDispatchForm) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Gets the status as a DTO from the form bean.
- getStatus() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getStatusName() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getStatusses() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getSubject() - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- getTask(NoteCRUDDispatchForm) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- Gets the task as a DTO from the form bean.
- getTask() - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- getTask(TaskCRUDDispatchForm) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Gets the task as a DTO from the form bean.
- getTask() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getTaskName() - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- getTaskName() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getTasks() - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- getTasks() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- getUsers(TaskCRUDDispatchForm) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Retrieves the selected users from the form bean and returns the associated DTOs.
- getYears() - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- goCreate(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- goCreate(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Gets the days, month and year representations from the session cache (different per user locale) and put them in the form bean.
- goRead(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
-
If there is a request parameter with key "subject" or the form bean has a non-null "noteSubject" property this
method will execute a call to
read(...)to populate the form bean with the properties of the note associated with the specified note subject, prior to forwarding. - goRead(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Sets the tasks and forwards to "read".
- goRemove(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- goRemove(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Sets the tasks into the form bean and forwards to "remove".
- goUpdate(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- goUpdate(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
M
- message - Variable in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- months - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
N
- NoteCRUDDispatchAction - class org.jeteam.bean.task.web.NoteCRUDDispatchAction.
- NoteCRUDDispatchAction() - Constructor for class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- NoteCRUDDispatchForm - class org.jeteam.bean.task.web.NoteCRUDDispatchForm.
- NoteCRUDDispatchForm() - Constructor for class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- name - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- note - Variable in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- noteSubject - Variable in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- notes - Variable in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- notes - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
O
- org.jeteam.bean.task.web - package org.jeteam.bean.task.web
P
- percentageCompleted - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- percentages - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- populate(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- Populates the form with the values of the note DTO instance corresponding with the current note name.
- populate(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Populates the form with the values of the task DTO instance corresponding with the current task name.
- priorities - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- priority - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- priorityName - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- project - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- projectName - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- projects - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
R
- read(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- read(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Reads the task and all associated details into the form bean, these include AssignedByUser, AssignedToUsers, Status, Project and Priority.
- remove(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- remove(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- reset(ActionMapping, HttpServletRequest) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- reset(ActionMapping, HttpServletRequest) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
S
- setAssignedByUser(UserDTO) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setAssignedByUserName(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setAssignedToUserNames(String[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setAssignedToUsers(UserDTO[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setDays(String[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setDescription(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setDueDay(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setDueMonth(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setDueYear(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setMessage(String) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- setMonths(String[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setName(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setNote(NoteDTO) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- setNoteSubject(String) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- setNotes(NoteDTO[]) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- setNotes(NoteDTO[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setPercentageCompleted(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setPercentages(String[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setPriorities(PriorityDTO[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setPriority(PriorityDTO) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setPriorityName(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setProject(ProjectDTO) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setProjectName(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setProjects(ProjectDTO[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setRequestParameterValue(HttpServletRequest, NoteCRUDDispatchForm) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- Reads the request and looks for a parameter with key "item", if found this value will be set as the note subject in the form bean.
- setRequestParameterValue(HttpServletRequest, TaskCRUDDispatchForm) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- Reads the request and looks for a parameter with key "item", if found this value will be set as the task name in the form bean.
- setStatus(StatusDTO) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setStatusName(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setStatusses(StatusDTO[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setSubject(String) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- setTask(TaskDTO) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- setTask(TaskDTO) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setTaskName(String) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- setTaskName(String) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setTasks(TaskDTO[]) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- setTasks(TaskDTO[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- setYears(String[]) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- status - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- statusName - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- statusses - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- subject - Variable in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
T
- TaskCRUDDispatchAction - class org.jeteam.bean.task.web.TaskCRUDDispatchAction.
- TaskCRUDDispatchAction() - Constructor for class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- TaskCRUDDispatchForm - class org.jeteam.bean.task.web.TaskCRUDDispatchForm.
- TaskCRUDDispatchForm() - Constructor for class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- task - Variable in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- task - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- taskName - Variable in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- taskName - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
- tasks - Variable in class org.jeteam.bean.task.web.NoteCRUDDispatchForm
- tasks - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
U
- unspecified(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- This is the default executor for this dispatch action, it will simply return the "home" forward.
- unspecified(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- This is the default executor for this dispatch action, it will simply return the "home" forward.
- update(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.NoteCRUDDispatchAction
- update(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.task.web.TaskCRUDDispatchAction
- The assigned-by-user field cannot be updated, it is set once: at creation time.
Y
- years - Variable in class org.jeteam.bean.task.web.TaskCRUDDispatchForm
A C D G M N O P R S T U Y
|
|||||||||
| Home >> All >> org >> jeteam >> bean >> task >> [ web overview ] | PREV NEXT | ||||||||