Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D G N O P R S T U

A

assignedUserNames - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 

C

create(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
Reads the project name and description from the form bean, together with the users to whom this project will be assigned as well as the status.

D

description - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 

G

getAssignedUserNames() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
getDescription() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
getName() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
getProject(ProjectCRUDDispatchForm) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
Gets the project as a DTO from the form bean.
getProject() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
getProjectName() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
getProjects() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
getStatus(ProjectCRUDDispatchForm) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
Gets the status as a DTO from the form bean.
getStatus() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
getStatusName() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
getStatusses() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
getTasks() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
getUsers(ProjectCRUDDispatchForm) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
Retrieves the selected users from the form bean and returns the associated DTOs.
getUsers() - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
goCreate(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
This method should be called prior to an attempt to create a new project, this method sets the current list of active users and the list of statusses in the form bean and forwards to "create".
goRead(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
This method should be called prior to an attempt to read one of the projects, this method sets the current list of active projects in the form bean and forwards to "read".
goRemove(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
Sets the current list of active projects in the form bean and forwards to "remove".
goUpdate(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
This method is needed to populate the form bean prior to making an update to a project, in order to be able to do such an update the user needs to know the set of users statusses and projects.

N

name - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 

O

org.jeteam.bean.project.web - package org.jeteam.bean.project.web
 

P

ProjectCRUDDispatchAction - class org.jeteam.bean.project.web.ProjectCRUDDispatchAction.
This class extends the AbstractCRUDDispatchAction class to provide a means to gather similar functionality for CRUD operations on a project.
ProjectCRUDDispatchAction() - Constructor for class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
 
ProjectCRUDDispatchForm - class org.jeteam.bean.project.web.ProjectCRUDDispatchForm.
 
ProjectCRUDDispatchForm() - Constructor for class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
populate(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
Populates the form with the values of the project DTO instance corresponding with the current project name.
project - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
projectName - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
projects - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 

R

read(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
Takes the project name from the form, retrieves the associated project from the data-source and populates the form bean with the users, status and tasks associated to this project.
remove(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
Removes the project as specified by name in the form bean.
reset(ActionMapping, HttpServletRequest) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 

S

setAssignedUserNames(String[]) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
setDescription(String) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
setName(String) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
setProject(ProjectDTO) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
setProjectName(String) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
setProjects(ProjectDTO[]) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
setRequestParameterValue(HttpServletRequest, ProjectCRUDDispatchForm) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
Reads the request and looks for a parameter with key "item", if this value is found it will be set as the project name in the form bean.
setStatus(StatusDTO) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
setStatusName(String) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
setStatusses(StatusDTO[]) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
setTasks(TaskDTO[]) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
setUsers(UserDTO[]) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
status - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
statusName - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 
statusses - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 

T

tasks - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 

U

unspecified(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.jeteam.bean.project.web.ProjectCRUDDispatchAction
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.project.web.ProjectCRUDDispatchAction
Gets the users, status and project from the form bean and updates the project with the specified values.
users - Variable in class org.jeteam.bean.project.web.ProjectCRUDDispatchForm
 

A C D G N O P R S T U