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

Packages that use ProposalStatus
edu.nrao.sss.model.proposal Proposal object model. 
 

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

Methods in edu.nrao.sss.model.proposal that return ProposalStatus
static ProposalStatus ProposalStatus.fromString(String text)
          Returns the proposal status represented by text.
static ProposalStatus ProposalStatus.getDefault()
          Returns a default proposal status.
 ProposalStatus Proposal.getStatus()
           
static ProposalStatus ProposalStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProposalStatus[] ProposalStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.proposal with parameters of type ProposalStatus
 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
 void Proposal.setStatus(ProposalStatus newStatus)
           
 



Copyright © 2009. All Rights Reserved.