|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Proposal in org.kuali.kfs.module.cg.businessobject |
---|
Methods in org.kuali.kfs.module.cg.businessobject that return Proposal | |
---|---|
Proposal |
ProposalResearchRisk.getProposal()
Gets the Proposal . |
Proposal |
Award.getProposal()
Gets the proposal attribute. |
Methods in org.kuali.kfs.module.cg.businessobject with parameters of type Proposal | |
---|---|
void |
Award.populateFromProposal(Proposal proposal)
This method takes all the applicable attributes from the associated proposal object and sets those attributes into their corresponding award attributes. |
void |
ProposalResearchRisk.setProposal(Proposal proposal)
Sets the Proposal . |
void |
Award.setProposal(Proposal proposal)
Deprecated. Setter is required by OJB, but should not be used to modify this attribute. This attribute is set on the initial creation of the object and should not be changed. |
Constructors in org.kuali.kfs.module.cg.businessobject with parameters of type Proposal | |
---|---|
Award(Proposal proposal)
Constructs an Award. |
Uses of Proposal in org.kuali.kfs.module.cg.dataaccess |
---|
Methods in org.kuali.kfs.module.cg.dataaccess that return types with arguments of type Proposal | |
---|---|
Collection<Proposal> |
ProposalDao.getProposalsToClose(ProposalAwardCloseDocument c)
Gets a Collection of Proposal instances which have not yet been closed. |
Methods in org.kuali.kfs.module.cg.dataaccess with parameters of type Proposal | |
---|---|
void |
ProposalDao.save(Proposal proposal)
Persist a Proposal . |
Uses of Proposal in org.kuali.kfs.module.cg.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.cg.dataaccess.impl that return types with arguments of type Proposal | |
---|---|
Collection<Proposal> |
ProposalDaoOjb.getProposalsToClose(ProposalAwardCloseDocument close)
|
Methods in org.kuali.kfs.module.cg.dataaccess.impl with parameters of type Proposal | |
---|---|
void |
ProposalDaoOjb.save(Proposal proposal)
|
Uses of Proposal in org.kuali.kfs.module.cg.document |
---|
Methods in org.kuali.kfs.module.cg.document that return Proposal | |
---|---|
Proposal |
ProposalMaintainableImpl.getProposal()
Gets the Proposal |
Constructors in org.kuali.kfs.module.cg.document with parameters of type Proposal | |
---|---|
ProposalMaintainableImpl(Proposal proposal)
Constructs a new ProposalMaintainableImpl from an existing Proposal . |
Uses of Proposal in org.kuali.kfs.module.cg.document.validation.impl |
---|
Fields in org.kuali.kfs.module.cg.document.validation.impl declared as Proposal | |
---|---|
protected Proposal |
ProposalRule.newProposalCopy
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |