A B C D F G H L N O P R S T U W

A

authenticate(SystemUser) - Method in class net.sf.mindoro.domain.SecurityFacade
Attempt to authenticate the given SystemUser.

B

BeanUtils - class net.sf.mindoro.commons.util.BeanUtils.
 
beanToString(Object) - Static method in class net.sf.mindoro.commons.util.BeanUtils
Return a String representation of the given object listing all public properties (suitable for logging or debugging).

C

createProject(String) - Method in class net.sf.mindoro.domain.ProjectsFacade
 

D

DefaultController - class net.sf.mindoro.web.DefaultController.
The default MVC controller for Project Mindoro.
DefaultController(ProjectsFacade) - Constructor for class net.sf.mindoro.web.DefaultController
 
Deliverable - class net.sf.mindoro.model.Deliverable.
A deliverable in a Project.
Deliverable() - Constructor for class net.sf.mindoro.model.Deliverable
 
Developer - class net.sf.mindoro.model.Developer.
A Developer (Role)
Developer() - Constructor for class net.sf.mindoro.model.Developer
 
deleteProject(Project) - Method in interface net.sf.mindoro.dao.ProjectDao
Delete an existing Project.
deleteProject(Project) - Method in class net.sf.mindoro.dao.hibernate.ProjectDaoImpl
(non-Javadoc)
deleteUser(SystemUser) - Method in interface net.sf.mindoro.dao.UserDao
 
deleteUser(SystemUser) - Method in class net.sf.mindoro.dao.hibernate.UserDaoImpl
(non-Javadoc)

F

findUserByLogin(String) - Method in interface net.sf.mindoro.dao.UserDao
 
findUserByLogin(String) - Method in class net.sf.mindoro.dao.hibernate.UserDaoImpl
 

G

getDeliverable() - Method in class net.sf.mindoro.model.Requirement
 
getDeliverables() - Method in class net.sf.mindoro.model.Project
 
getDependencies() - Method in class net.sf.mindoro.model.Task
 
getDescription() - Method in class net.sf.mindoro.model.Deliverable
 
getDescription() - Method in class net.sf.mindoro.model.Project
 
getDescription() - Method in class net.sf.mindoro.model.Requirement
 
getDescription() - Method in class net.sf.mindoro.model.Task
 
getDevelopers() - Method in class net.sf.mindoro.model.Task
 
getDisplayName() - Method in class net.sf.mindoro.model.Person
 
getDisplayName() - Method in class net.sf.mindoro.model.SystemUser
 
getEmail() - Method in class net.sf.mindoro.model.Person
 
getEndDate() - Method in class net.sf.mindoro.model.Task
 
getFirstName() - Method in class net.sf.mindoro.model.Person
 
getId() - Method in class net.sf.mindoro.model.Deliverable
 
getId() - Method in class net.sf.mindoro.model.Developer
 
getId() - Method in class net.sf.mindoro.model.Person
 
getId() - Method in class net.sf.mindoro.model.Project
 
getId() - Method in class net.sf.mindoro.model.Requirement
 
getId() - Method in class net.sf.mindoro.model.SystemUser
 
getId() - Method in class net.sf.mindoro.model.Task
 
getLastName() - Method in class net.sf.mindoro.model.Person
 
getLogin() - Method in class net.sf.mindoro.model.SystemUser
 
getMiddleName() - Method in class net.sf.mindoro.model.Person
 
getName() - Method in class net.sf.mindoro.model.Deliverable
 
getName() - Method in class net.sf.mindoro.model.Project
 
getName() - Method in class net.sf.mindoro.model.Requirement
 
getName() - Method in class net.sf.mindoro.model.Task
 
getPassword() - Method in class net.sf.mindoro.web.LoginForm
 
getPasswordHash() - Method in class net.sf.mindoro.model.SystemUser
 
getPerson() - Method in class net.sf.mindoro.model.Developer
 
getPerson() - Method in class net.sf.mindoro.model.SystemUser
 
getProject() - Method in class net.sf.mindoro.model.Deliverable
 
getRequestProperties(HttpServletRequest) - Static method in class net.sf.mindoro.web.WebUtil
 
getRequirement() - Method in class net.sf.mindoro.model.Task
 
getRequirements() - Method in class net.sf.mindoro.model.Deliverable
 
getStartDate() - Method in class net.sf.mindoro.model.Task
 
getSystemUser() - Method in class net.sf.mindoro.model.Person
 
getTargetDate() - Method in class net.sf.mindoro.model.Deliverable
 
getTasks() - Method in class net.sf.mindoro.model.Developer
 
getTasks() - Method in class net.sf.mindoro.model.Requirement
 
getUsername() - Method in class net.sf.mindoro.web.LoginForm
 

H

handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class net.sf.mindoro.web.DefaultController
(non-Javadoc)
hash(String) - Static method in class net.sf.mindoro.commons.util.Sha256Util
 

L

LoginForm - class net.sf.mindoro.web.LoginForm.
TODO change the description of LoginForm
LoginForm() - Constructor for class net.sf.mindoro.web.LoginForm
 
LoginFormController - class net.sf.mindoro.web.LoginFormController.
TODO change the description of LoginFormController
LoginFormController(SecurityFacade) - Constructor for class net.sf.mindoro.web.LoginFormController
 
listProjects() - Method in interface net.sf.mindoro.dao.ProjectDao
List all the Projects.
listProjects() - Method in class net.sf.mindoro.dao.hibernate.ProjectDaoImpl
(non-Javadoc)
listProjects() - Method in class net.sf.mindoro.domain.ProjectsFacade
 
listUsers() - Method in interface net.sf.mindoro.dao.UserDao
 
listUsers() - Method in class net.sf.mindoro.dao.hibernate.UserDaoImpl
(non-Javadoc)

N

net.sf.mindoro.commons.util - package net.sf.mindoro.commons.util
 
net.sf.mindoro.dao - package net.sf.mindoro.dao
 
net.sf.mindoro.dao.hibernate - package net.sf.mindoro.dao.hibernate
 
net.sf.mindoro.domain - package net.sf.mindoro.domain
 
net.sf.mindoro.model - package net.sf.mindoro.model
 
net.sf.mindoro.web - package net.sf.mindoro.web
 
newProject(String) - Method in interface net.sf.mindoro.dao.ProjectDao
Create a new Project.
newProject(String) - Method in class net.sf.mindoro.dao.hibernate.ProjectDaoImpl
(non-Javadoc)
newUser(String, String) - Method in interface net.sf.mindoro.dao.UserDao
 
newUser(String, String) - Method in class net.sf.mindoro.dao.hibernate.UserDaoImpl
(non-Javadoc)

O

onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class net.sf.mindoro.web.LoginFormController
(non-Javadoc)

P

Person - class net.sf.mindoro.model.Person.
A person in the domain model.
Person() - Constructor for class net.sf.mindoro.model.Person
 
Project - class net.sf.mindoro.model.Project.
A Project.
Project() - Constructor for class net.sf.mindoro.model.Project
 
ProjectDao - interface net.sf.mindoro.dao.ProjectDao.
 
ProjectDaoImpl - class net.sf.mindoro.dao.hibernate.ProjectDaoImpl.
 
ProjectDaoImpl() - Constructor for class net.sf.mindoro.dao.hibernate.ProjectDaoImpl
 
ProjectsFacade - class net.sf.mindoro.domain.ProjectsFacade.
 
ProjectsFacade(ProjectDao) - Constructor for class net.sf.mindoro.domain.ProjectsFacade
 

R

Requirement - class net.sf.mindoro.model.Requirement.
A Requirement for a Deliverable.
Requirement() - Constructor for class net.sf.mindoro.model.Requirement
 

S

SecurityFacade - class net.sf.mindoro.domain.SecurityFacade.
The SecurityFacade provides a simplified and unified interface to the underlying Users/Roles/Permissions model.
SecurityFacade(UserDao) - Constructor for class net.sf.mindoro.domain.SecurityFacade
 
Sha256Util - class net.sf.mindoro.commons.util.Sha256Util.
A utility class to calculate SHA-256 message digests.
StringUtils - class net.sf.mindoro.commons.util.StringUtils.
StringUtils provides a set of utility functions for dealing with Strings
SystemUser - class net.sf.mindoro.model.SystemUser.
The system user role.
SystemUser() - Constructor for class net.sf.mindoro.model.SystemUser
Default constructor
SystemUser(Person, String, String) - Constructor for class net.sf.mindoro.model.SystemUser
Parameterized constructor
setDeliverable(Deliverable) - Method in class net.sf.mindoro.model.Requirement
 
setDeliverables(Set) - Method in class net.sf.mindoro.model.Project
 
setDependencies(Set) - Method in class net.sf.mindoro.model.Task
 
setDescription(String) - Method in class net.sf.mindoro.model.Deliverable
 
setDescription(String) - Method in class net.sf.mindoro.model.Project
 
setDescription(String) - Method in class net.sf.mindoro.model.Requirement
 
setDescription(String) - Method in class net.sf.mindoro.model.Task
 
setDevelopers(Set) - Method in class net.sf.mindoro.model.Task
 
setEmail(String) - Method in class net.sf.mindoro.model.Person
 
setEndDate(Date) - Method in class net.sf.mindoro.model.Task
 
setFirstName(String) - Method in class net.sf.mindoro.model.Person
 
setId(Long) - Method in class net.sf.mindoro.model.Deliverable
 
setId(Long) - Method in class net.sf.mindoro.model.Developer
 
setId(Long) - Method in class net.sf.mindoro.model.Person
 
setId(Long) - Method in class net.sf.mindoro.model.Project
 
setId(Long) - Method in class net.sf.mindoro.model.Requirement
 
setId(Long) - Method in class net.sf.mindoro.model.SystemUser
 
setId(Long) - Method in class net.sf.mindoro.model.Task
 
setLastName(String) - Method in class net.sf.mindoro.model.Person
 
setLogin(String) - Method in class net.sf.mindoro.model.SystemUser
 
setMiddleName(String) - Method in class net.sf.mindoro.model.Person
 
setName(String) - Method in class net.sf.mindoro.model.Deliverable
 
setName(String) - Method in class net.sf.mindoro.model.Project
 
setName(String) - Method in class net.sf.mindoro.model.Requirement
 
setName(String) - Method in class net.sf.mindoro.model.Task
 
setPassword(String) - Method in class net.sf.mindoro.web.LoginForm
 
setPasswordHash(String) - Method in class net.sf.mindoro.model.SystemUser
 
setPerson(Person) - Method in class net.sf.mindoro.model.Developer
 
setPerson(Person) - Method in class net.sf.mindoro.model.SystemUser
 
setProject(Project) - Method in class net.sf.mindoro.model.Deliverable
 
setRequirement(Requirement) - Method in class net.sf.mindoro.model.Task
 
setRequirements(Set) - Method in class net.sf.mindoro.model.Deliverable
 
setStartDate(Date) - Method in class net.sf.mindoro.model.Task
 
setSystemUser(SystemUser) - Method in class net.sf.mindoro.model.Person
 
setTargetDate(Date) - Method in class net.sf.mindoro.model.Deliverable
 
setTasks(Set) - Method in class net.sf.mindoro.model.Developer
 
setTasks(Set) - Method in class net.sf.mindoro.model.Requirement
 
setUsername(String) - Method in class net.sf.mindoro.web.LoginForm
 

T

Task - class net.sf.mindoro.model.Task.
A Task borne out of a requirement.
Task() - Constructor for class net.sf.mindoro.model.Task
 
toHex(byte[]) - Static method in class net.sf.mindoro.commons.util.StringUtils
 
toString() - Method in class net.sf.mindoro.model.SystemUser
(non-Javadoc)

U

UserDao - interface net.sf.mindoro.dao.UserDao.
 
UserDaoImpl - class net.sf.mindoro.dao.hibernate.UserDaoImpl.
Hibernate implementation of UserDao
UserDaoImpl() - Constructor for class net.sf.mindoro.dao.hibernate.UserDaoImpl
 

W

WebUtil - class net.sf.mindoro.web.WebUtil.
TODO change the description of WebUtil

A B C D F G H L N O P R S T U W

Copyright © 2005 Project Mindoro. All Rights Reserved.