Uses of Class
edu.nrao.sss.model.project.Project

Packages that use Project
edu.nrao.sss.model.project Project object model. 
edu.nrao.sss.model.project.scan Scan object model. 
edu.nrao.sss.model.proposal Proposal object model. 
 

Uses of Project in edu.nrao.sss.model.project
 

Methods in edu.nrao.sss.model.project that return Project
 Project Project.clone()
          Returns a project that is a copy of this one.
static Project Project.createProject(TelescopeType telescope)
          Creates an instance of a project that is appropriate for the given telescope.
 Project ProjectProvider.findByCode(String code)
          Returns the Project with the given code, if any.
 Project ProjectProvider.findById(long id)
          Returns the Project with the given id, if any.
static Project Project.fromXml(Reader reader)
          Creates a new project based on the XML data read from reader.
static Project Project.fromXml(String xmlFile)
          Creates a new project from the XML data in the given file.
 Project ProgramBlock.getProject()
          Returns the project to which this program block belongs, if any.
 Project SchedulingBlock.getProject()
          Returns the project to which this scheduling block belongs.
 Project ProjectBuilder.makeProject(TelescopeType telescope)
           
 

Methods in edu.nrao.sss.model.project that return types with arguments of type Project
 List<Project> ProjectProvider.findByUserId(long uid)
          Return a List of Projects that are owned (a.k.a.
 List<Project> ProjectProvider.findProjects(EventSetStatus status)
          Returns the a list of projects held by this provider that have the given status.
 List<Project> ProjectProvider.findProjects(Long userId, EventSetStatus status)
          Returns the a list of projects held by this provider that have the given status and are owned by the user with the given ID.
 List<Project> ProjectProvider.findProjects(Long userId, String proposalCode)
          This method returns a List of Projects owned by userId that have a proposal code of proposalCode.
 List<Project> ProjectProvider.findTestProjects(Long userId)
          Returns the a list of test projects owned by the user with the given ID.
 List<Project> ProjectProvider.getAllProjects()
          Returns a list of all projects held by this provider.
protected  List<Validation<Project>> ProjectValidator.makeValidationList(ValidationPurpose purpose)
           
 

Methods in edu.nrao.sss.model.project with parameters of type Project
 void ProjectBuilder.buildProject(Project project)
           
 ProgramBlock ProjectBuilder.makeProgramBlockButNotSchedulingBlocksFor(Project proj)
           
 ProgramBlock ProjectBuilder.makeProgramBlockFor(Project proj)
           
 void ProjectBuilder.setComment(Project project)
          Sometimes sets comment, sometimes removes comments.
 void ProgramBlock.setProject(Project newProject)
          Sets the project to which this program block belongs.
 

Uses of Project in edu.nrao.sss.model.project.scan
 

Methods in edu.nrao.sss.model.project.scan that return Project
 Project ScanLoopElement.getProject()
          Returns the project to which this scan belongs.
 

Uses of Project in edu.nrao.sss.model.proposal
 

Methods in edu.nrao.sss.model.proposal that return types with arguments of type Project
 Set<Project> Proposal.createProjects()
          Creates and returns a set of projects based on the information in this proposal.
 



Copyright © 2009. All Rights Reserved.