Package org.kuali.coeus.propdev.api.core
Interface DevelopmentProposalContract
-
- All Superinterfaces:
NumberedProposal,RecordedUpdate
public interface DevelopmentProposalContract extends NumberedProposal, RecordedUpdate
-
-
Method Summary
-
Methods inherited from interface org.kuali.coeus.propdev.api.core.NumberedProposal
getProposalNumber
-
Methods inherited from interface org.kuali.coeus.sys.api.model.RecordedUpdate
getUpdateTimestamp, getUpdateUser
-
-
-
-
Method Detail
-
getContinuedFrom
String getContinuedFrom()
-
getRequestedStartDateInitial
Date getRequestedStartDateInitial()
-
getRequestedEndDateInitial
Date getRequestedEndDateInitial()
-
getTitle
String getTitle()
-
getCurrentAwardNumber
String getCurrentAwardNumber()
-
getDeadlineDate
Date getDeadlineDate()
-
getDeadlineTime
String getDeadlineTime()
-
getDeadlineType
String getDeadlineType()
-
getProgramAnnouncementNumber
String getProgramAnnouncementNumber()
-
getSponsorProposalNumber
String getSponsorProposalNumber()
-
getNsfCode
String getNsfCode()
-
getSubcontracts
Boolean getSubcontracts()
-
getAgencyDivisionCode
String getAgencyDivisionCode()
-
getAgencyProgramCode
String getAgencyProgramCode()
-
getProgramAnnouncementTitle
String getProgramAnnouncementTitle()
-
getMailBy
String getMailBy()
-
getMailType
String getMailType()
-
getMailAccountNumber
String getMailAccountNumber()
-
getMailDescription
String getMailDescription()
-
getNumberOfCopies
String getNumberOfCopies()
-
getCreationStatusCode
String getCreationStatusCode()
-
getSubmitFlag
Boolean getSubmitFlag()
-
getHierarchyStatus
String getHierarchyStatus()
-
getHierarchyOriginatingChildProposalNumber
String getHierarchyOriginatingChildProposalNumber()
-
getHierarchyParentProposalNumber
String getHierarchyParentProposalNumber()
-
getHierarchyLastSyncHashCode
Integer getHierarchyLastSyncHashCode()
-
getHierarchyBudgetType
String getHierarchyBudgetType()
-
getProposalNumberForGG
String getProposalNumberForGG()
-
getOpportunityIdForGG
String getOpportunityIdForGG()
-
getAgencyRoutingIdentifier
String getAgencyRoutingIdentifier()
-
getPrevGrantsGovTrackingID
String getPrevGrantsGovTrackingID()
-
getProposalType
ProposalTypeContract getProposalType()
-
getNoticeOfOpportunity
NoticeOfOpportunityContract getNoticeOfOpportunity()
-
getAnticipatedAwardType
AwardTypeContract getAnticipatedAwardType()
-
getProposalState
ProposalStateContract getProposalState()
-
getRolodex
RolodexContract getRolodex()
-
getSponsor
SponsorContract getSponsor()
-
getOwnedByUnit
UnitContract getOwnedByUnit()
-
getPrimeSponsor
SponsorContract getPrimeSponsor()
-
getActivityType
ActivityTypeContract getActivityType()
-
getProposalSites
List<? extends ProposalSiteContract> getProposalSites()
-
getPropSpecialReviews
List<? extends ProposalSpecialReviewContract> getPropSpecialReviews()
-
getPropScienceKeywords
List<? extends PropScienceKeywordContract> getPropScienceKeywords()
-
getProposalPersons
List<? extends ProposalPersonContract> getProposalPersons()
-
getS2sOppForms
List<? extends S2sOppFormsContract> getS2sOppForms()
-
getS2sAppSubmission
List<? extends S2sAppSubmissionContract> getS2sAppSubmission()
-
getS2sUserAttachedForms
List<? extends S2sUserAttachedFormContract> getS2sUserAttachedForms()
-
getProposalYnqs
List<? extends ProposalYnqContract> getProposalYnqs()
-
getProposalChangedDataList
List<? extends ProposalChangedDataContract> getProposalChangedDataList()
-
getBudgetChangedDataList
List<? extends BudgetChangedDataContract> getBudgetChangedDataList()
-
getNarratives
List<? extends NarrativeContract> getNarratives()
-
getProposalAbstracts
List<? extends ProposalAbstractContract> getProposalAbstracts()
-
getInstituteAttachments
List<? extends NarrativeContract> getInstituteAttachments()
-
getPropPersonBios
List<? extends ProposalPersonBiographyContract> getPropPersonBios()
-
getBudgets
List<? extends ProposalDevelopmentBudgetExtContract> getBudgets()
-
getFinalBudget
ProposalDevelopmentBudgetExtContract getFinalBudget()
-
getLatestBudget
ProposalDevelopmentBudgetExtContract getLatestBudget()
-
getS2sOpportunity
S2sOpportunityContract getS2sOpportunity()
-
getApplicantOrganization
ProposalSiteContract getApplicantOrganization()
-
getPerformingOrganization
ProposalSiteContract getPerformingOrganization()
-
getPerformanceSites
List<? extends ProposalSiteContract> getPerformanceSites()
-
getOtherOrganizations
List<? extends ProposalSiteContract> getOtherOrganizations()
-
getInvestigators
List<? extends ProposalPersonContract> getInvestigators()
-
getGrantsGovSelectFlag
Boolean getGrantsGovSelectFlag()
-
getS2sOverride
S2sOverrideContract getS2sOverride()
-
getProposalCfdas
List<? extends ProposalCfdaContract> getProposalCfdas()
-
-