Uses of Class
edu.nrao.sss.model.proposal.Proposal

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

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

Methods in edu.nrao.sss.model.project that return Proposal
 Proposal Project.getProposal()
          Returns the proposal that spawned this project.
 

Methods in edu.nrao.sss.model.project with parameters of type Proposal
 void Project.setProposal(Proposal proposal)
          Sets the proposal that spawned this project.
 

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

Methods in edu.nrao.sss.model.proposal that return Proposal
 Proposal ProposalProvider.findByCode(String proposalCode)
          Returns the Proposal with the given proposalId, if any.
 Proposal ProposalProvider.findById(long id)
          Returns the Proposal with the given id, if any.
 Proposal Author.getProposal()
           
 

Methods in edu.nrao.sss.model.proposal that return types with arguments of type Proposal
 List<Proposal> ProposalProvider.findByUserId(long uid)
           
 List<Proposal> ProposalProvider.findProposals(Long userId, ProposalStatus status)
          This method returns a List of Projects owned by userId that have a status of status.
 List<Proposal> ProposalProvider.findProposals(ProposalStatus status)
          returns a non-null (but possibly empty) list of Proposals that have the Proposal Status of status
 List<Proposal> ProposalProvider.getAllProposals()
          Returns a list of all proposals held by this provider.
 

Methods in edu.nrao.sss.model.proposal with parameters of type Proposal
 void Author.setProposal(Proposal prop)
           
 



Copyright © 2009. All Rights Reserved.