| java.lang.Object org.objectweb.speedo.j2eedo.bo.ProjectFactory
ProjectFactory | public class ProjectFactory (Code) | | This class define the Java class to methods used to handle employee
author: fmillevi@yahoo.com |
MAX_MEMBER_PER_PROJECT | final public static int MAX_MEMBER_PER_PROJECT(Code) | | the constant MAX_MEMBER_PER_PROJECT defines
the maximum members number to be created per project
|
MIN_MEMBER_PER_PROJECT | final public static int MIN_MEMBER_PER_PROJECT(Code) | | the constant MIN_MEMBER_PER_PROJECT defines
the minimum members number to be created per project
|
logger | static Logger logger(Code) | | |
getProject | public void getProject(StringBuffer outStr, PersistenceManager pm)(Code) | | Gets a project
throws: JDOException - throws: Exception - |
getProjects | public void getProjects(StringBuffer outStr, PersistenceManager pm)(Code) | | Gets some projects. 2 queries are defines
- Get a project by it's primary key
- Get projects having one of 2 selected employees
throws: JDOException - throws: Exception - |
newProjectWithEmployees | public void newProjectWithEmployees(PollsSynchronizations pollsSync, StringBuffer outStr, PersistenceManager pm)(Code) | | Selects an existing department, create a new project and affects some
existing employees
throws: JDOException - throws: Exception - |
splitProject | public void splitProject(PollsSynchronizations pollsSync, StringBuffer outStr, PersistenceManager pm)(Code) | | Selects an existing project, creates a new project and duplicates member list to
the new project
throws: JDOException - throws: Exception - |
|
|