Uses of Class
org.kuali.kfs.module.cg.businessobject.ProposalOrganization

Packages that use ProposalOrganization
org.kuali.kfs.module.cg.businessobject   
 

Uses of ProposalOrganization in org.kuali.kfs.module.cg.businessobject
 

Methods in org.kuali.kfs.module.cg.businessobject that return ProposalOrganization
 ProposalOrganization Proposal.getPrimaryProposalOrganization()
          Gets the primary ProposalOrganization for a proposal.
 

Methods in org.kuali.kfs.module.cg.businessobject that return types with arguments of type ProposalOrganization
 List<ProposalOrganization> Proposal.getProposalOrganizations()
          Gets the List of ProposalOrganizations associated with a Proposal instance.
 

Methods in org.kuali.kfs.module.cg.businessobject with parameters of type ProposalOrganization
 void Proposal.setPrimaryProposalOrganization(ProposalOrganization primaryProposalOrganization)
          Sets the primary ProposalOrganization for a proposal
 

Method parameters in org.kuali.kfs.module.cg.businessobject with type arguments of type ProposalOrganization
 void Proposal.setProposalOrganizations(List<ProposalOrganization> proposalOrganizations)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.