| Modifier and Type | Method and Description |
|---|---|
protected Collection<DevelopmentProposal> |
AwardFundingProposalBean.getDevelopmentProposals(InstitutionalProposal instProposal) |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
CoiDisclProject.getProposal() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoiDisclProject.setProposal(DevelopmentProposal proposal) |
| Modifier and Type | Method and Description |
|---|---|
List<DevelopmentProposal> |
CoiProjectsToCompleteDisclosureBean.getDevProposalsToDisclose() |
List<DevelopmentProposal> |
CoiDisclosedProjectBean.getDisclosedDevProposals() |
List<DevelopmentProposal> |
DisclosureHelper.getNewProposals() |
List<DevelopmentProposal> |
CoiDisclosureServiceImpl.getProposals(String personId) |
List<DevelopmentProposal> |
CoiDisclosureService.getProposals(String personId)
This method is to get a list of PD that need coi disclosure
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoiProjectsToCompleteDisclosureBean.setDevProposalsToDisclose(List<DevelopmentProposal> devProposalsToDisclose) |
void |
CoiDisclosedProjectBean.setDisclosedDevProposals(List<DevelopmentProposal> disclosedDevProposals) |
void |
DisclosureHelper.setNewProposals(List<DevelopmentProposal> newProposals) |
| Modifier and Type | Method and Description |
|---|---|
protected DevelopmentProposal |
SpecialReviewHelperBase.getPropososalDevelopment(String proposalNumber)
This method gets a DevelopmentProposal object based on the proposalNumber
|
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProposalAdminDetails.getDevelopmentProposal()
Gets the developmentProposal attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalAdminDetails.setDevelopmentProposal(DevelopmentProposal developmentProposal)
Sets the developmentProposal attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DevelopmentProposal> |
InstitutionalProposalService.getAllLinkedDevelopmentProposals(String proposalNumber)
Return all Development Proposals linked to any version of the institutional proposal identified by proposalNumber.
|
| Modifier and Type | Method and Description |
|---|---|
String |
InstitutionalProposalService.createInstitutionalProposal(DevelopmentProposal developmentProposal,
Budget budget)
Creates a new Institutional Proposal with data copied from the given development proposal and budget.
|
String |
InstitutionalProposalService.createInstitutionalProposalVersion(String proposalNumber,
DevelopmentProposal developmentProposal,
Budget budget)
Creates a new version of the Institutional Proposal corresponding to the given proposal number,
with data copied from the given development proposal and budget.
|
| Modifier and Type | Method and Description |
|---|---|
List<DevelopmentProposal> |
InstitutionalProposalServiceImpl.getAllLinkedDevelopmentProposals(String proposalNumber) |
protected Collection<DevelopmentProposal> |
InstitutionalProposalLookupableHelperServiceImpl.getDevelopmentProposals(InstitutionalProposal instProposal) |
| Modifier and Type | Method and Description |
|---|---|
String |
InstitutionalProposalServiceImpl.createInstitutionalProposal(DevelopmentProposal developmentProposal,
Budget budget)
Creates a new pending Institutional Proposal based on given development proposal and budget.
|
String |
InstitutionalProposalServiceImpl.createInstitutionalProposalVersion(String proposalNumber,
DevelopmentProposal developmentProposal,
Budget budget)
Creates a new active version of the Institutional Proposal corresponding to the given proposal number,
with data copied from the given development proposal and budget.
|
protected void |
InstitutionalProposalServiceImpl.doBaseFieldsDataFeed(InstitutionalProposal institutionalProposal,
DevelopmentProposal developmentProposal) |
protected void |
InstitutionalProposalServiceImpl.doCustomAttributeDataFeed(InstitutionalProposalDocument institutionalProposalDocument,
DevelopmentProposal developmentProposal) |
protected InstitutionalProposalDocument |
InstitutionalProposalServiceImpl.mergeProposals(InstitutionalProposal institutionalProposal,
DevelopmentProposal developmentProposal,
Budget budget) |
protected InstitutionalProposalDocument |
InstitutionalProposalServiceImpl.versionProposal(String proposalNumber,
DevelopmentProposal developmentProposal,
Budget budget) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentProtocolDocumentService.populateDocumentOverview(DevelopmentProposal developmentProposal,
ProtocolDocument protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentService.populateProtocolFundingSource(DevelopmentProposal developmentProposal,
ProtocolDocument protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentService.populateProtocolPerson_Investigator(DevelopmentProposal developmentProposal,
ProtocolDocument protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentService.populateRequiredFields(DevelopmentProposal developmentProposal,
ProtocolDocument protocolDocument) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentProtocolDocumentServiceImpl.populateDocumentOverview(DevelopmentProposal developmentProposal,
ProtocolDocument protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentServiceImpl.populateProtocolFundingSource(DevelopmentProposal developmentProposal,
ProtocolDocument protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentServiceImpl.populateProtocolPerson_Investigator(DevelopmentProposal developmentProposal,
ProtocolDocument protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentServiceImpl.populateRequiredFields(DevelopmentProposal developmentProposal,
ProtocolDocument protocolDocument) |
| Modifier and Type | Method and Description |
|---|---|
protected DevelopmentProposal |
MedusaServiceImpl.getDevelopmentProposal(String proposalNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<DevelopmentProposal> |
MedusaServiceImpl.getDevelopmentProposals(InstitutionalProposal instProposal)
Returns a list of the Development Proposals linked to the institutional proposal.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MedusaServiceImpl.buildGraph(HashMap<org.kuali.rice.krad.bo.BusinessObject,List<org.kuali.rice.krad.bo.BusinessObject>> graph,
DevelopmentProposal devProp)
Continues to build the graph finding links from the development proposal
|
protected MedusaNode |
MedusaServiceImpl.getNode(DevelopmentProposal proposal) |
protected Collection<InstitutionalProposal> |
MedusaServiceImpl.getProposals(DevelopmentProposal devProposal)
Gets all institutional proposals linked to this development proposal via the ProposalAdminDetails.
|
| Modifier and Type | Method and Description |
|---|---|
List<DevelopmentProposal> |
ProposalDevelopmentPersonMassChangeService.getProposalDevelopmentChangeCandidates(PersonMassChange personMassChange)
Returns the Proposal Developments that would have a Person Mass Change performed on them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentPersonMassChangeService.performPersonMassChange(PersonMassChange personMassChange,
List<DevelopmentProposal> proposalDevelopmentChangeCandidates)
Performs the Person Mass Change on the Proposal Developments.
|
| Modifier and Type | Method and Description |
|---|---|
List<DevelopmentProposal> |
ProposalDevelopmentPersonMassChangeServiceImpl.getProposalDevelopmentChangeCandidates(PersonMassChange personMassChange) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentPersonMassChangeServiceImpl.performPersonMassChange(PersonMassChange personMassChange,
List<DevelopmentProposal> proposalDevelopmentChangeCandidates) |
| Modifier and Type | Method and Description |
|---|---|
List<DevelopmentProposal> |
PersonMassChangeViewHelper.getProposalDevelopmentChangeCandidates() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonMassChangeViewHelper.setProposalDevelopmentChangeCandidates(List<DevelopmentProposal> proposalDevelopmentChangeCandidates) |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProposalPerson.getDevelopmentProposal() |
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.cleanupSpecialReviews(DevelopmentProposal srcProposal) |
void |
ProposalPerson.setDevelopmentProposal(DevelopmentProposal developmentProposal) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDocument<DevelopmentProposal> |
ProposalBudgetServiceImpl.copyBudgetVersion(BudgetDocument<DevelopmentProposal> budgetDocument) |
BudgetDocument<DevelopmentProposal> |
ProposalBudgetServiceImpl.copyBudgetVersion(BudgetDocument<DevelopmentProposal> budgetDocument,
boolean onlyOnePeriod) |
BudgetService<DevelopmentProposal> |
ProposalBudgetServiceImpl.getBudgetService()
Gets the budgetService attribute.
|
BudgetDocument<DevelopmentProposal> |
ProposalBudgetServiceImpl.getNewBudgetVersion(BudgetParentDocument<DevelopmentProposal> parentDocument,
String documentDescription) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDocument<DevelopmentProposal> |
ProposalBudgetServiceImpl.copyBudgetVersion(BudgetDocument<DevelopmentProposal> budgetDocument) |
BudgetDocument<DevelopmentProposal> |
ProposalBudgetServiceImpl.copyBudgetVersion(BudgetDocument<DevelopmentProposal> budgetDocument,
boolean onlyOnePeriod) |
BudgetDocument<DevelopmentProposal> |
ProposalBudgetServiceImpl.getNewBudgetVersion(BudgetParentDocument<DevelopmentProposal> parentDocument,
String documentDescription) |
protected void |
ProposalBudgetServiceImpl.saveBudgetDocument(BudgetDocument<DevelopmentProposal> budgetDocument)
This method...
|
void |
ProposalBudgetServiceImpl.setBudgetService(BudgetService<DevelopmentProposal> budgetService)
Sets the budgetService attribute value.
|
boolean |
ProposalBudgetServiceImpl.validateAddingNewBudget(BudgetParentDocument<DevelopmentProposal> parentDocument) |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProposalDevelopmentDocument.getBudgetParent() |
DevelopmentProposal |
ProposalDevelopmentDocument.getDevelopmentProposal() |
| Modifier and Type | Method and Description |
|---|---|
List<DevelopmentProposal> |
ProposalDevelopmentDocument.getDevelopmentProposalList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentDocument.setDevelopmentProposal(DevelopmentProposal proposal) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentDocument.setDevelopmentProposalList(List<DevelopmentProposal> proposalList) |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProposalHierarcyActionHelper.getDevelopmentProposal(String proposalNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<DevelopmentProposal> |
ProposalHierarcyActionHelper.getChildProposals(String parentProposalNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalHierarcyActionHelper.createHierarchy(DevelopmentProposal initialChildProposal) |
void |
ProposalHierarcyActionHelper.linkToHierarchy(DevelopmentProposal hierarchyProposal,
DevelopmentProposal newChildProposal,
String hierarchyBudgetTypeCode) |
void |
ProposalHierarcyActionHelper.linkToHierarchy(DevelopmentProposal hierarchyProposal,
DevelopmentProposal newChildProposal,
String hierarchyBudgetTypeCode,
boolean allowEndDateChange) |
void |
ProposalHierarcyActionHelper.removeFromHierarchy(DevelopmentProposal childProposal) |
void |
ProposalHierarcyActionHelper.syncBudgetToParent(ProposalDevelopmentBudgetExt budget,
DevelopmentProposal childProposal,
boolean allowEndDateChange) |
void |
ProposalHierarcyActionHelper.syncToHierarchyParent(DevelopmentProposal childProposal) |
void |
ProposalHierarcyActionHelper.syncToHierarchyParent(DevelopmentProposal childProposal,
boolean allowEndDateChange) |
boolean |
ProposalHierarcyActionHelper.validateChildForSync(DevelopmentProposal child,
DevelopmentProposal hierarchy,
boolean allowEndDateChange) |
boolean |
ProposalHierarcyActionHelper.validateHierarchyForSyncAll(DevelopmentProposal hierarchy,
boolean allowEndDateChange) |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProposalHierarchyService.getDevelopmentProposal(String proposalNumber) |
DevelopmentProposal |
ProposalHierarchyService.lookupParent(DevelopmentProposal childProposal) |
| Modifier and Type | Method and Description |
|---|---|
List<DevelopmentProposal> |
ProposalHierarchyService.getHierarchyChildren(String parentProposalNumber)
Get a list of DevelopmentProposals that are children of proposal number provided.
|
BudgetDocument<DevelopmentProposal> |
ProposalHierarchyService.getSyncableBudget(DevelopmentProposal childProposal)
Gets the budget for hierarchy sync.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ProposalHierarchyService.createHierarchy(DevelopmentProposal initialChild)
This method takes a proposal, creates a Hierarchy
and links the proposal as the initial child.
|
BudgetDocument<DevelopmentProposal> |
ProposalHierarchyService.getSyncableBudget(DevelopmentProposal childProposal)
Gets the budget for hierarchy sync.
|
void |
ProposalHierarchyService.linkToHierarchy(DevelopmentProposal hierarchyProposal,
DevelopmentProposal newChildProposal,
String hierarchyBudgetTypeCode)
This method links a proposal to a Hierarchy.
|
DevelopmentProposal |
ProposalHierarchyService.lookupParent(DevelopmentProposal childProposal) |
void |
ProposalHierarchyService.removeFromHierarchy(DevelopmentProposal childProposal)
This method removes childProposal from the hierarchy of which it is a member
|
void |
ProposalHierarchyService.synchronizeChild(DevelopmentProposal childProposal)
This method synchronizes the contents of one child into its hierarchy.
|
void |
ProposalHierarchyService.synchronizeChildProposalBudget(ProposalDevelopmentBudgetExt budget,
DevelopmentProposal childProposal)
This method syncs only the budget from the child proposal specificed to the hierarchy budget.
|
ProposalHierarchyErrorDto |
ProposalHierarchyService.validateChildBudgetPeriods(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal,
boolean allowEndDateChange) |
boolean |
ProposalHierarchyService.validateRemovePermissions(DevelopmentProposal childProposal,
String principalId) |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProposalHierarchyServiceImpl.getDevelopmentProposal(String proposalNumber) |
protected DevelopmentProposal |
ProposalHierarchyServiceImpl.getHierarchy(String hierarchyProposalNumber) |
DevelopmentProposal |
ProposalHierarchyServiceImpl.lookupParent(DevelopmentProposal childProposal) |
| Modifier and Type | Method and Description |
|---|---|
protected BudgetDocument<DevelopmentProposal> |
ProposalHierarchyServiceImpl.getHierarchyBudget(DevelopmentProposal hierarchyProposal) |
protected List<BudgetDocument<DevelopmentProposal>> |
ProposalHierarchyServiceImpl.getHierarchyBudgets(DevelopmentProposal hierarchyProposal) |
List<DevelopmentProposal> |
ProposalHierarchyServiceImpl.getHierarchyChildren(String parentProposalNumber) |
BudgetDocument<DevelopmentProposal> |
ProposalHierarchyServiceImpl.getSyncableBudget(DevelopmentProposal childProposal) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProposalHierarchyServiceImpl.aggregateHierarchy(DevelopmentProposal hierarchy) |
protected int |
ProposalHierarchyServiceImpl.computeHierarchyHashCode(DevelopmentProposal proposal)
Creates a hash of the data pertinent to a hierarchy for comparison during hierarchy syncing.
|
protected void |
ProposalHierarchyServiceImpl.copyInitialAttachments(DevelopmentProposal srcProposal,
DevelopmentProposal destProposal) |
protected void |
ProposalHierarchyServiceImpl.copyInitialData(DevelopmentProposal hierarchyProposal,
DevelopmentProposal srcProposal) |
String |
ProposalHierarchyServiceImpl.createHierarchy(DevelopmentProposal initialChild) |
protected void |
ProposalHierarchyServiceImpl.finalizeHierarchySync(DevelopmentProposal hierarchyProposal) |
protected BudgetDocument<DevelopmentProposal> |
ProposalHierarchyServiceImpl.getHierarchyBudget(DevelopmentProposal hierarchyProposal) |
protected List<BudgetDocument<DevelopmentProposal>> |
ProposalHierarchyServiceImpl.getHierarchyBudgets(DevelopmentProposal hierarchyProposal) |
protected List<PropScienceKeyword> |
ProposalHierarchyServiceImpl.getOldKeywords(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal)
Gets the old proposal science keywords before removing them from the parent.
|
BudgetDocument<DevelopmentProposal> |
ProposalHierarchyServiceImpl.getSyncableBudget(DevelopmentProposal childProposal) |
protected void |
ProposalHierarchyServiceImpl.initializeBudget(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal) |
protected boolean |
ProposalHierarchyServiceImpl.isBudgetSynchronized(DevelopmentProposal childProposal,
ProposalDevelopmentBudgetExt childBudget) |
protected boolean |
ProposalHierarchyServiceImpl.isSynchronized(DevelopmentProposal childProposal) |
protected void |
ProposalHierarchyServiceImpl.linkChild(DevelopmentProposal hierarchyProposal,
DevelopmentProposal newChildProposal,
String hierarchyBudgetTypeCode) |
void |
ProposalHierarchyServiceImpl.linkToHierarchy(DevelopmentProposal hierarchyProposal,
DevelopmentProposal newChildProposal,
String hierarchyBudgetTypeCode) |
DevelopmentProposal |
ProposalHierarchyServiceImpl.lookupParent(DevelopmentProposal childProposal) |
protected void |
ProposalHierarchyServiceImpl.prepareHierarchySync(DevelopmentProposal hierarchyProposal) |
protected void |
ProposalHierarchyServiceImpl.removeChildBudgetElements(DevelopmentProposal parentProposal,
Budget parentBudget,
String childProposalNumber) |
protected void |
ProposalHierarchyServiceImpl.removeChildElements(DevelopmentProposal parentProposal,
Budget parentBudget,
String childProposalNumber) |
void |
ProposalHierarchyServiceImpl.removeFromHierarchy(DevelopmentProposal childProposal) |
protected void |
ProposalHierarchyServiceImpl.setInitialPi(DevelopmentProposal hierarchy,
DevelopmentProposal child) |
protected void |
ProposalHierarchyServiceImpl.synchronizeAll(DevelopmentProposal hierarchyProposal) |
protected boolean |
ProposalHierarchyServiceImpl.synchronizeAllChildProposals(DevelopmentProposal hierarchyProposal)
Synchronizes all child proposals to the parent.
|
protected void |
ProposalHierarchyServiceImpl.synchronizeAllChildren(DevelopmentProposal hierarchyProposal) |
protected void |
ProposalHierarchyServiceImpl.synchronizeBudget(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal,
Budget hierarchyBudget,
ProposalDevelopmentBudgetExt childBudget,
BudgetDocument hierarchyBudgetDocument)
Synchronizes the proposal budget from the child proposal to the parent proposal.
|
void |
ProposalHierarchyServiceImpl.synchronizeChild(DevelopmentProposal childProposal) |
protected boolean |
ProposalHierarchyServiceImpl.synchronizeChildProposal(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal)
Synchronizes the given child proposal to the parent.
|
protected boolean |
ProposalHierarchyServiceImpl.synchronizeChildProposalBudget(DevelopmentProposal hierarchyProposal,
ProposalDevelopmentBudgetExt budget,
DevelopmentProposal childProposal) |
void |
ProposalHierarchyServiceImpl.synchronizeChildProposalBudget(ProposalDevelopmentBudgetExt budget,
DevelopmentProposal childProposal) |
protected void |
ProposalHierarchyServiceImpl.synchronizeKeywords(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal,
List<PropScienceKeyword> oldKeywords)
Synchronizes the proposal science keywords from the child proposal to the parent proposal.
|
protected void |
ProposalHierarchyServiceImpl.synchronizeNarratives(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal)
Synchronizes the proposal narratives from the child proposal to the parent proposal.
|
protected void |
ProposalHierarchyServiceImpl.synchronizePersons(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal,
ProposalPerson principalInvestigator)
Synchronizes the proposal persons from the child proposal to the parent proposal.
|
protected void |
ProposalHierarchyServiceImpl.synchronizePersonsAndAggregate(DevelopmentProposal hierarchyProposal,
DevelopmentProposal primaryChildProposal,
ProposalPerson principalInvestigator)
Synchronizes the proposal persons from the child proposal to the parent proposal and then restores any proposal persons that were in the given child
proposal (and hence removed from the given parent proposal).
|
protected void |
ProposalHierarchyServiceImpl.synchronizeSpecialReviews(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal)
Synchronizes the proposal special reviews from the child proposal to the parent proposal.
|
protected void |
ProposalHierarchyServiceImpl.syncProposalPersons(DevelopmentProposal childProposal,
DevelopmentProposal hierarchyProposal,
ProposalPerson pi,
List<ProposalPerson> removedPersons) |
ProposalHierarchyErrorDto |
ProposalHierarchyServiceImpl.validateChildBudgetPeriods(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal,
boolean allowEndDateChange) |
boolean |
ProposalHierarchyServiceImpl.validateRemovePermissions(DevelopmentProposal childProposal,
String principalId) |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProposalNarrativeTypeValuesFinder.getDevelopmentProposal(String proposalNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ProposalPersonRoleValuesFinder.findRoleDescription(ProposalPersonRole role,
DevelopmentProposal proposal) |
protected String |
ProposalPersonRoleValuesFinder.getRoleIdPrefix(DevelopmentProposal proposal) |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProposalDevelopmentNotificationRoleQualifierServiceImpl.getDevelopmentProposal() |
DevelopmentProposal |
ProposalDevelopmentNotificationRoleQualifierService.getDevelopmentProposal()
Returns the Development Proposal.
|
DevelopmentProposal |
ProposalDevelopmentNotificationRenderer.getDevelopmentProposal() |
DevelopmentProposal |
ProposalDevelopmentNotificationContext.getProposal() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentNotificationRoleQualifierServiceImpl.setDevelopmentProposal(DevelopmentProposal developmentProposal) |
void |
ProposalDevelopmentNotificationRoleQualifierService.setDevelopmentProposal(DevelopmentProposal developmentProposal)
Sets the Development Proposal.
|
void |
ProposalDevelopmentNotificationRenderer.setDevelopmentProposal(DevelopmentProposal developmentProposal) |
void |
ProposalDevelopmentNotificationContext.setProposal(DevelopmentProposal proposal) |
| Constructor and Description |
|---|
ProposalDevelopmentNotificationContext(DevelopmentProposal developmentProposal,
String actionTypeCode,
String contextName)
Constructs a ProposalDevelopmentNotificationContext.java using a default Proposal Development Renderer.
|
ProposalDevelopmentNotificationContext(DevelopmentProposal developmentProposal,
String actionTypeCode,
String contextName,
NotificationRenderer renderer)
Constructs a Proposal Development notification context and sets the necessary services.
|
ProposalDevelopmentNotificationRenderer(DevelopmentProposal developmentProposal)
Constructs a Proposal Development notification renderer.
|
| Modifier and Type | Method and Description |
|---|---|
protected gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.AnimalSubjectDocument.AnimalSubject |
AbstractResearchAndRelatedStream.getAnimalSubject(DevelopmentProposal developmentProposal) |
protected String |
AbstractResearchAndRelatedStream.getAnimalWelfareAssuranceNumber(DevelopmentProposal developmentProposal) |
protected List<KeyPersonInfo> |
AbstractResearchAndRelatedStream.getBudgetPersonsForCategoryMap(DevelopmentProposal developmentProposal,
BudgetPeriod budgetPeriod,
String categoryCode,
String categoryMappingName) |
protected List<KeyPersonInfo> |
AbstractResearchAndRelatedStream.getBudgetPersonsForCategoryMap(DevelopmentProposal developmentProposal,
Budget budget,
String categoryCode,
String categoryMappingName) |
protected Organization |
AbstractResearchAndRelatedStream.getOrganizationFromDevelopmentProposal(DevelopmentProposal developmentProposal) |
protected gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.OtherAgencyQuestionsType |
AbstractResearchAndRelatedStream.getOtherAgencyQuestionsForResearchCoverPage(DevelopmentProposal developmentProposal) |
protected gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.OtherDirectCostsDocument.OtherDirectCosts[] |
AbstractResearchAndRelatedStream.getOtherDirectCosts(DevelopmentProposal developmentProposal,
List<BudgetLineItem> budgetLineItems) |
protected gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.ParticipantPatientCostsDocument.ParticipantPatientCosts[] |
AbstractResearchAndRelatedStream.getParticipantPatientCost(DevelopmentProposal developmentProposal,
List<BudgetLineItem> budgetLineItems) |
protected gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.ProjectRoleType.Enum |
AbstractResearchAndRelatedStream.getProjectRoleType(DevelopmentProposal developmentProposal,
BudgetPerson budgetPerson) |
protected gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.ProjectSiteType |
AbstractResearchAndRelatedStream.getProjectSiteForResearchCoverPage(DevelopmentProposal developmentProposal) |
protected gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.ProjectSurveyDocument.ProjectSurvey |
AbstractResearchAndRelatedStream.getProjectSurvey(DevelopmentProposal developmentProposal) |
protected void |
AbstractResearchAndRelatedStream.setApplicantSubmissionQualifiersForResearchCoverPage(DevelopmentProposal developmentProposal,
gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.CoreApplicantSubmissionQualifiersType coreApplicantSubmissionQualifiersType) |
protected void |
AbstractResearchAndRelatedStream.setFederalAgencyReceiptQualifiersForResearchCoverPage(DevelopmentProposal developmentProposal,
gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.CoreFederalAgencyReceiptQualifiersType coreFederalAgencyReceiptQualifiersType) |
protected gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.CoreFederalDebtDelinquencyQuestionsType |
AbstractResearchAndRelatedStream.setFederalDebtDelinquencyQuestionForResearchCoverPage(DevelopmentProposal developmentProposal,
gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.CoreFederalDebtDelinquencyQuestionsType coreFederalDebtDelinquencyQuestionsType) |
protected void |
AbstractResearchAndRelatedStream.setStateIntergovernmentalReviewForResearchCoverPage(DevelopmentProposal developmentProposal,
gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.CoreStateIntergovernmentalReviewType coreStateIntergovernmentalReviewType) |
protected gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.CoreStateReceiptQualifiersType |
AbstractResearchAndRelatedStream.setStateReceiptQualifiersForResearchCoverPage(DevelopmentProposal developmentProposal,
gov.nih.era.projectmgmt.sbir.cgap.researchandrelatedNamespace.CoreStateReceiptQualifiersType coreStateReceiptQualifiersType) |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProposalDevelopmentModuleQuestionnaireBean.getDevelopmentProposal() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentModuleQuestionnaireBean.setDevelopmentProposal(DevelopmentProposal developmentProposal) |
| Constructor and Description |
|---|
ProposalDevelopmentModuleQuestionnaireBean(DevelopmentProposal developmentProposal) |
ProposalDevelopmentModuleQuestionnaireBean(DevelopmentProposal developmentProposal,
boolean finalDoc) |
ProposalDevelopmentS2sModuleQuestionnaireBean(DevelopmentProposal developmentProposal) |
ProposalPersonModuleQuestionnaireBean(DevelopmentProposal developmentProposal,
ProposalPerson person)
Constructs a ProposalPersonModuleQuestionnaireBean.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProposalDevelopmentProposalAttachmentsAuditRule.checkForIncompleteAttachments(DevelopmentProposal developmentProposal) |
boolean |
ProposalDevelopmentProposalAttachmentsAuditRule.checkNihRelatedAttachments(DevelopmentProposal developmentProposal) |
| Modifier and Type | Method and Description |
|---|---|
String |
PropDevJavaFunctionKrmsTermService.activityTypeRule(DevelopmentProposal developmentProposal,
String activityTypeCode) |
String |
PropDevJavaFunctionKrmsTermService.agencyProgramCodeNullRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.allProposalsRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.attachmentFileNameRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.biosketchFileNameRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.budgetSubawardOrganizationnameRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.checkProposalCoiRule(DevelopmentProposal developmentProposal,
String principalId) |
String |
PropDevJavaFunctionKrmsTermService.checkProposalPerson(DevelopmentProposal developmentProposal,
String personId) |
String |
PropDevJavaFunctionKrmsTermService.checkProposalPiRule(DevelopmentProposal developmentProposal,
String principalId) |
String |
PropDevJavaFunctionKrmsTermService.costElement(DevelopmentProposal developmentProposal,
String costElement) |
String |
PropDevJavaFunctionKrmsTermService.costElementInVersion(DevelopmentProposal developmentProposal,
String versionNumber,
String costElement) |
String |
PropDevJavaFunctionKrmsTermService.costElementVersionLimit(DevelopmentProposal developmentProposal,
String versionNumber,
String costElementName,
String limit) |
String |
PropDevJavaFunctionKrmsTermService.divisionCodeIsFellowship(DevelopmentProposal developmentProposal,
String fellowshipCodes) |
String |
PropDevJavaFunctionKrmsTermService.divisionCodeRule(DevelopmentProposal developmentProposal) |
List<CoPiInfoDO> |
ProposalDevelopmentService.getCoPiPiInfo(DevelopmentProposal proposal) |
Budget |
ProposalDevelopmentService.getFinalBudget(DevelopmentProposal proposal) |
List<AnswerHeader> |
ProposalDevelopmentS2sQuestionnaireService.getProposalAnswerHeaderForForm(DevelopmentProposal proposal,
String oppNameSpace,
String formName)
Get the AnswerHeaders for a specific proposal's form.
|
List<AnswerHeader> |
ProposalDevelopmentS2sQuestionnaireService.getProposalS2sAnswerHeaders(DevelopmentProposal developmentProposal)
Get AnswerHeaders for all of the questionnaires associated with the development proposals opportunity.
|
List<QuestionnaireUsage> |
ProposalDevelopmentS2sQuestionnaireService.getQuestionnaireUsages(String oppNameSpace,
String formName,
DevelopmentProposal proposal)
Get the QuestionnaireUsage records that match a form.
|
String |
PropDevJavaFunctionKrmsTermService.grantsFormRule(DevelopmentProposal developmentProposal,
String formName) |
String |
PropDevJavaFunctionKrmsTermService.incompleteNarrativeRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.investigatorKeyPersonCertificationRule(DevelopmentProposal developmentProposal) |
boolean |
ProposalDevelopmentService.isGrantsGovEnabledForProposal(DevelopmentProposal proposal)
For the proposal, based on the hierarchy status and sponsor code is grants gov enabled
|
String |
PropDevJavaFunctionKrmsTermService.leadUnitBelowRule(DevelopmentProposal developmentProposal,
String unitNumber) |
String |
PropDevJavaFunctionKrmsTermService.leadUnitRule(DevelopmentProposal developmentProposal,
String unitNumber) |
void |
ProposalStatusService.loadBudgetStatus(DevelopmentProposal proposal) |
String |
PropDevJavaFunctionKrmsTermService.monitoredSponsorRule(DevelopmentProposal developmentProposal,
String monitoredSponsorHirearchies) |
String |
PropDevJavaFunctionKrmsTermService.mtdcDeviation(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.mtdcDeviationInVersion(DevelopmentProposal developmentProposal,
String versionNumber) |
String |
PropDevJavaFunctionKrmsTermService.multiplePI(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.narrativeFileName(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.narrativeTypeRule(DevelopmentProposal developmentProposal,
String narrativeTypeCode) |
String |
PropDevJavaFunctionKrmsTermService.nonFacultyPi(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.ospAdminPropPersonRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.proposalAwardTypeRule(DevelopmentProposal developmentProposal,
Integer awardTypeCode) |
String |
PropDevJavaFunctionKrmsTermService.proposalGrantsRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.proposalLeadUnitInHierarchy(DevelopmentProposal developmentProposal,
String unitNumberToCheck) |
String |
PropDevJavaFunctionKrmsTermService.proposalTypeRule(DevelopmentProposal developmentProposal,
String proposalTypeCode) |
String |
PropDevJavaFunctionKrmsTermService.proposalUnitRule(DevelopmentProposal developmentProposal,
String unitNumber) |
String |
PropDevJavaFunctionKrmsTermService.s2s398CoverRule(DevelopmentProposal developmentProposal,
String PHSCoverLetters,
String narrativeTypeCode) |
String |
PropDevJavaFunctionKrmsTermService.s2sAttachmentNarrativeRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.s2sBudgetRule(DevelopmentProposal developmentProposal,
String formNames) |
String |
PropDevJavaFunctionKrmsTermService.s2sExemptionRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.s2sFederalIdRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.s2sLeadershipRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.s2sModularBudgetRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermService.s2sResplanRule(DevelopmentProposal developmentProposal,
String narativeTypes,
String maxNumber) |
String |
PropDevJavaFunctionKrmsTermService.s2sSubawardRule(DevelopmentProposal developmentProposal,
String rrFormNames,
String phsFromNames) |
String |
PropDevJavaFunctionKrmsTermService.specialReviewRule(DevelopmentProposal developmentProposal,
String specialReviewTypeCode) |
Boolean |
PropDevJavaFunctionKrmsTermService.specifiedGGForm(DevelopmentProposal developmentProposal,
String formName) |
String |
PropDevJavaFunctionKrmsTermService.sponsor(DevelopmentProposal developmentProposal,
String sponsorCode) |
String |
PropDevJavaFunctionKrmsTermService.sponsorGroupRule(DevelopmentProposal developmentProposal,
String sponsorGroup) |
String |
PropDevJavaFunctionKrmsTermService.sponsorTypeRule(DevelopmentProposal developmentProposal,
String sponsorTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
BudgetService<DevelopmentProposal> |
ProposalCopyServiceImpl.getBudgetService()
Gets the budgetService attribute.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PropDevJavaFunctionKrmsTermServiceImpl.activityTypeRule(DevelopmentProposal developmentProposal,
String activityTypeCode) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.agencyProgramCodeNullRule(DevelopmentProposal developmentProposal)
This method is a rule to CHECK IF a proposal's agency program code field is null
See fn_ag_progcode_is_null_rule
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.allProposalsRule(DevelopmentProposal developmentProposal)
This method returns 'true', and is implemented because the original function existed.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.attachmentFileNameRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.biosketchFileNameRule(DevelopmentProposal developmentProposal)
This method checks to see if the biosketch file names contain any restricted special characters.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.budgetSubawardOrganizationnameRule(DevelopmentProposal developmentProposal)
This method is used to check if a budget sub award organization name contains special characters.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.checkProposalCoiRule(DevelopmentProposal developmentProposal,
String principalId) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.checkProposalPerson(DevelopmentProposal developmentProposal,
String personId)
This method is used to check if the passed in personId, is among the proposal people.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.checkProposalPiRule(DevelopmentProposal developmentProposal,
String principalId) |
protected void |
ProposalCopyServiceImpl.copyProperties(DevelopmentProposal src,
DevelopmentProposal dest,
List<ProposalCopyServiceImpl.DocProperty> properties) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.costElement(DevelopmentProposal developmentProposal,
String costElement) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.costElementInVersion(DevelopmentProposal developmentProposal,
String versionNumber,
String costElement)
This method is used to verify that a cost element is used in the specified version of the proposal.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.costElementVersionLimit(DevelopmentProposal developmentProposal,
String versionNumber,
String costElementName,
String limit)
This method is used to check if , in any period of the given version of budget, the given cost element has crossed the given limit or not.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.divisionCodeIsFellowship(DevelopmentProposal developmentProposal,
String fellowshipCodes)
This method is used to CHECK IF THIS PROPOSAL IS FOR A FELLOWSHIP.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.divisionCodeRule(DevelopmentProposal developmentProposal)
This method is used to CHECK IF a proposal's division code field is null
See fn_agency_divcode_is_null_rule
|
protected Budget |
PropDevJavaFunctionKrmsTermServiceImpl.getBudgetVersion(DevelopmentProposal developmentProposal,
String versionNumber) |
List<CoPiInfoDO> |
ProposalDevelopmentServiceImpl.getCoPiPiInfo(DevelopmentProposal proposal) |
Budget |
ProposalDevelopmentServiceImpl.getFinalBudget(DevelopmentProposal proposal) |
ModuleQuestionnaireBean |
ProposalDevelopmentS2sQuestionnaireServiceImpl.getModuleQnBean(DevelopmentProposal proposal) |
List<AnswerHeader> |
ProposalDevelopmentS2sQuestionnaireServiceImpl.getProposalAnswerHeaderForForm(DevelopmentProposal proposal,
String oppNameSpace,
String formName) |
List<AnswerHeader> |
ProposalDevelopmentS2sQuestionnaireServiceImpl.getProposalS2sAnswerHeaders(DevelopmentProposal developmentProposal) |
protected List<AnswerHeader> |
ProposalDevelopmentS2sQuestionnaireServiceImpl.getProposalS2sAnswerHeaders(DevelopmentProposal developmentProposal,
String oppNameSpace,
String formName)
Gets the AnswerHeaders for a particular proposal.
|
List<QuestionnaireUsage> |
ProposalDevelopmentS2sQuestionnaireServiceImpl.getQuestionnaireUsages(String oppNameSpace,
String formName,
DevelopmentProposal proposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.grantsFormRule(DevelopmentProposal developmentProposal,
String formName)
This method checks if the proposal is associated the grants form passed in.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.incompleteNarrativeRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.investigatorKeyPersonCertificationRule(DevelopmentProposal developmentProposal)
This method is used to verify that each investigator and key person are certified
See FN_IS_EPS_PROP_INVKEY_CERT
|
boolean |
ProposalDevelopmentServiceImpl.isGrantsGovEnabledForProposal(DevelopmentProposal devProposal) |
protected boolean |
ProposalDevelopmentFactBuilderServiceImpl.isProposalNarrativesComplete(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.leadUnitBelowRule(DevelopmentProposal developmentProposal,
String unitNumber) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.leadUnitRule(DevelopmentProposal developmentProposal,
String unitNumber) |
void |
ProposalStatusServiceImpl.loadBudgetStatus(DevelopmentProposal proposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.monitoredSponsorRule(DevelopmentProposal developmentProposal,
String monitoredSponsorHirearchies)
This method checks if the proposal is associated with one of monitored sponsored hierarchies.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.mtdcDeviation(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.mtdcDeviationInVersion(DevelopmentProposal developmentProposal,
String versionNumber) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.multiplePI(DevelopmentProposal developmentProposal)
This method checks if the proposal has multiple PIs set.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.narrativeFileName(DevelopmentProposal developmentProposal)
This method is used to verify no special characters are used.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.narrativeTypeRule(DevelopmentProposal developmentProposal,
String narrativeTypeCode)
This method verifies that the activity type is specified.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.nonFacultyPi(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.ospAdminPropPersonRule(DevelopmentProposal developmentProposal)
This method checks to see if the OSP administrator is also a personal person.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.proposalAwardTypeRule(DevelopmentProposal developmentProposal,
Integer awardTypeCode) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.proposalGrantsRule(DevelopmentProposal developmentProposal)
This method verifies that there are grans.gov submissions.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.proposalLeadUnitInHierarchy(DevelopmentProposal developmentProposal,
String unitNumberToCheck)
This method checks to see if the proposal lead unit is in the unit hierarchy of the passed in unit.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.proposalTypeRule(DevelopmentProposal developmentProposal,
String proposalTypeCode) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.proposalUnitRule(DevelopmentProposal developmentProposal,
String unitNumber) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.s2s398CoverRule(DevelopmentProposal developmentProposal,
String PHSCoverLetters,
String narrativeTypeCode)
This method is used to verify PHS Cover letter narrative(39) is attached, must include s2s cover letter form.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.s2sAttachmentNarrativeRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.s2sBudgetRule(DevelopmentProposal developmentProposal,
String formNames)
This method checks if the passed in forms are included.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.s2sExemptionRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.s2sFederalIdRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.s2sLeadershipRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.s2sModularBudgetRule(DevelopmentProposal developmentProposal) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.s2sResplanRule(DevelopmentProposal developmentProposal,
String narativeTypes,
String maxNumber)
This method determines if the proposal has more than the maximum number of attachments of the types provided in the narativeTypes list.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.s2sSubawardRule(DevelopmentProposal developmentProposal,
String rrFormNames,
String phsFromNames)
This method verifies that there is not both a restricted set of RR forms along with PHS forms.
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.specialReviewRule(DevelopmentProposal developmentProposal,
String specialReviewTypeCode) |
Boolean |
PropDevJavaFunctionKrmsTermServiceImpl.specifiedGGForm(DevelopmentProposal developmentProposal,
String formNames)
This method checks if the formName is included in the given proposal
|
String |
PropDevJavaFunctionKrmsTermServiceImpl.sponsor(DevelopmentProposal developmentProposal,
String sponsorCode) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.sponsorGroupRule(DevelopmentProposal developmentProposal,
String sponsorGroup) |
String |
PropDevJavaFunctionKrmsTermServiceImpl.sponsorTypeRule(DevelopmentProposal developmentProposal,
String sponsorTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalCopyServiceImpl.setBudgetService(BudgetService<DevelopmentProposal> budgetService)
Sets the budgetService attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProposalDevelopmentForm.getProposalToSummarize()
Gets the proposalToSummarize attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setProposalToSummarize(DevelopmentProposal proposalToSummarize)
Sets the proposalToSummarize attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentProtocolDocumentService.populateDocumentOverview(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentService.populateProtocolFundingSource(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentService.populateProtocolPerson_Investigator(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentService.populateRequiredFields(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentProtocolDocumentServiceImplBase.populateDocumentOverview(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentServiceImplBase.populateProtocolFundingSource(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentServiceImplBase.populateProtocolPerson_Investigator(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentServiceImplBase.populateRequiredFields(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProtocolSpecialReviewService.getPropososalDevelopment(String proposalNumber)
This method gets a DevelopmentProposal object based on the proposalNumber
|
| Modifier and Type | Method and Description |
|---|---|
DevelopmentProposal |
ProtocolSpecialReviewServiceImplBase.getPropososalDevelopment(String proposalNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<AnswerHeader> |
S2SBaseFormGenerator.getQuestionnaireAnswers(DevelopmentProposal proposal,
boolean finalDoc) |
| Modifier and Type | Method and Description |
|---|---|
String |
S2SUtilService.getCognizantFedAgency(DevelopmentProposal developmentProposal)
This method gets the Federal Agency for the given
DevelopmentProposal |
List<Answer> |
S2SUtilService.getQuestionnaireAnswers(DevelopmentProposal developmentProposal,
String namespace,
String formname)
Finds all the Questionnaire Answers associates with provided
ProposalNumber and questionnaireId.
|
| Modifier and Type | Method and Description |
|---|---|
protected DevelopmentProposal |
S2SUtilServiceImpl.getNewestDevPropFromInstProp(InstitutionalProposal instProp) |
| Modifier and Type | Method and Description |
|---|---|
String |
S2SUtilServiceImpl.getCognizantFedAgency(DevelopmentProposal developmentProposal)
This method gets the Federal Agency for the given
ProposalDevelopmentDocument |
List<Answer> |
S2SUtilServiceImpl.getQuestionnaireAnswers(DevelopmentProposal developmentProposal,
String namespace,
String formname) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.