| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
ProtocolProposalDevelopmentDocumentService.createProposalDevelopmentDocument(ProtocolForm protocolForm) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolProposalDevelopmentDocumentService.initializeAuthorization(ProposalDevelopmentDocument document) |
void |
ProtocolProposalDevelopmentDocumentService.populateDocumentOverview(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentService.populateProposalPerson_Investigator(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentService.populateProposalSpecialReview(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentService.populateRequiredFields(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
ProtocolProposalDevelopmentDocumentServiceImpl.createProposalDevelopmentDocument(ProtocolForm protocolForm) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolProposalDevelopmentDocumentServiceImpl.initializeAuthorization(ProposalDevelopmentDocument document)
Initialize the Authorizations for a new proposal.
|
void |
ProtocolProposalDevelopmentDocumentServiceImpl.populateDocumentOverview(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentServiceImpl.populateProposalPerson_Investigator(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentServiceImpl.populateProposalSpecialReview(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentServiceImpl.populateRequiredFields(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
DevelopmentProposal.getProposalDocument()
This method returns the linked ProposalDevelopmentDocument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.setProposalDocument(ProposalDevelopmentDocument proposalDocument) |
| Constructor and Description |
|---|
ProposalCopyCriteria(ProposalDevelopmentDocument doc)
Constructs a ProposalCopyCriteria.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
ProposalTask.getDocument()
Get the Proposal Development Document.
|
ProposalDevelopmentDocument |
NarrativeTask.getDocument()
Get the Proposal Development Document.
|
| Constructor and Description |
|---|
NarrativeTask(String taskName,
ProposalDevelopmentDocument document,
Narrative narrative)
Constructs a NarrativeTask.
|
ProposalTask(String taskName,
ProposalDevelopmentDocument document)
Constructs a ProposalTask.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ProposalAuthorizer.hasProposalPermission(String userId,
ProposalDevelopmentDocument doc,
String permissionName)
Does the given user has the permission for this proposal development document?
|
protected boolean |
NarrativeAuthorizer.hasProposalPermission(String userId,
ProposalDevelopmentDocument doc,
String permissionName)
Does the given user has the permission for this proposal development document?
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProposalHierarcyActionHelper.checkParentChildStatusMatch(ProposalDevelopmentDocument document) |
void |
ProposalHierarcyActionHelper.syncAllHierarchy(ProposalDevelopmentDocument doc) |
void |
ProposalHierarcyActionHelper.syncAllHierarchy(ProposalDevelopmentDocument doc,
boolean allowEndDateChange) |
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
ProposalHierarchyService.getParentDocument(ProposalDevelopmentDocument doc)
Get the parent document of the hierarchy child document.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalDevelopmentDocument> |
ProposalHierarchyService.getChildProposalDevelopmentDocuments(String parentProposalNumber)
Get a list of ProposalDevelopmentDocuments that are children of proposal number provided.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalHierarchyService.calculateAndSetProposalAppDocStatus(ProposalDevelopmentDocument doc,
org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange dto) |
ProposalDevelopmentDocument |
ProposalHierarchyService.getParentDocument(ProposalDevelopmentDocument doc)
Get the parent document of the hierarchy child document.
|
org.kuali.rice.kew.api.WorkflowDocument |
ProposalHierarchyService.getParentWorkflowDocument(ProposalDevelopmentDocument doc)
Get the parent workflow document of the hierarchy child document.
|
void |
ProposalHierarchyService.routeHierarchyChildren(ProposalDevelopmentDocument proposalDevelopmentDocument,
org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange dto)
Given the proposalDevelopmentDocument, RouteStatusChangeDTO, and the current user principal name, route all of the child proposal appropriately.
|
void |
ProposalHierarchyService.synchronizeAllChildren(ProposalDevelopmentDocument hierarchyProposalDocument)
This method synchronizes the contents of all children into the hierarchy.
|
void |
ProposalHierarchyService.updateAppDocStatus(ProposalDevelopmentDocument doc,
String principalId,
String newStatus)
Update the app doc status for the given document.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
ProposalHierarchyServiceImpl.getParentDocument(ProposalDevelopmentDocument child) |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalDevelopmentDocument> |
ProposalHierarchyServiceImpl.getChildProposalDevelopmentDocuments(String parentProposalNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalHierarchyServiceImpl.calculateAndSetProposalAppDocStatus(ProposalDevelopmentDocument doc,
org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange dto) |
protected String |
ProposalHierarchyServiceImpl.calculateChildRouteStatus(ProposalDevelopmentDocument hierarchy,
org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange dto)
Based on the hierarchy, and route status change of the parent, calculate what route action should be taken on the children.
|
protected void |
ProposalHierarchyServiceImpl.finalizeHierarchySync(ProposalDevelopmentDocument pdDoc) |
ProposalDevelopmentDocument |
ProposalHierarchyServiceImpl.getParentDocument(ProposalDevelopmentDocument child) |
org.kuali.rice.kew.api.WorkflowDocument |
ProposalHierarchyServiceImpl.getParentWorkflowDocument(ProposalDevelopmentDocument child) |
protected void |
ProposalHierarchyServiceImpl.prepareHierarchySync(ProposalDevelopmentDocument pdDoc) |
protected void |
ProposalHierarchyServiceImpl.rejectProposal(ProposalDevelopmentDocument proposalDoc,
String reason,
String principalId,
String appDocStatus)
Reject a proposal by sending it to the first node ( as named by PROPOSALDEVELOPMENTDOCUMENT_KEW_INITIAL_NODE_NAME )
|
protected void |
ProposalHierarchyServiceImpl.rejectProposalHierarchy(ProposalDevelopmentDocument hierarchyParent,
String reason,
String principalId)
Reject an entire proposal hierarchy.
|
void |
ProposalHierarchyServiceImpl.routeHierarchyChildren(ProposalDevelopmentDocument proposalDevelopmentDocument,
org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange dto) |
void |
ProposalHierarchyServiceImpl.synchronizeAllChildren(ProposalDevelopmentDocument pdDoc) |
void |
ProposalHierarchyServiceImpl.updateAppDocStatus(ProposalDevelopmentDocument doc,
String principalId,
String newStatus) |
| Modifier and Type | Method and Description |
|---|---|
protected ProposalDevelopmentDocument |
ProposalNarrativeTypeValuesFinder.getDocumentFromForm() |
| Modifier and Type | Method and Description |
|---|---|
protected Budget |
ProposalBaseStream.getBudget(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method fetches the final/latest Budget associated with the given
ProposalDevelopmentDocument |
| Modifier and Type | Method and Description |
|---|---|
protected ProposalDevelopmentDocument |
ProposalPersonQuestionnaireHelper.getProposalDevelopmentDocument()
This method returns the ProposalDevelopmentDocument if it is valid, otherwise throws an illegal argument exception
|
protected ProposalDevelopmentDocument |
ProposalDevelopmentQuestionnaireHelper.getProposalDevelopmentDocument() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractsRule.processAddAbstractBusinessRules(ProposalDevelopmentDocument document,
ProposalAbstract proposalAbstract)
Determines the legality of adding an abstract to the
given proposal development document.
|
boolean |
AddKeyPersonRule.processAddKeyPersonBusinessRules(ProposalDevelopmentDocument document,
ProposalPerson person)
Rule invoked upon adding a key person to a
|
boolean |
PermissionsRule.processAddProposalUserBusinessRules(ProposalDevelopmentDocument document,
List<ProposalUserRoles> proposalUserRolesList,
ProposalUser proposalUser)
Determines the legality of adding a proposal user to the
given proposal development document.
|
boolean |
CalculateCreditSplitRule.processCalculateCreditSplitBusinessRules(ProposalDevelopmentDocument document)
Rule invoked upon calculating a credit split for investigators
|
boolean |
CopyProposalRule.processCopyProposalBusinessRules(ProposalDevelopmentDocument document,
ProposalCopyCriteria criteria)
Validates the copying of a proposal.
|
boolean |
PermissionsRule.processDeleteProposalUserBusinessRules(ProposalDevelopmentDocument document,
List<ProposalUserRoles> proposalUserRolesList,
int index)
Determines the legality of deleting a proposal user from the
given proposal development document.
|
boolean |
PermissionsRule.processEditProposalUserRolesBusinessRules(ProposalDevelopmentDocument document,
List<ProposalUserRoles> proposalUserRolesList,
ProposalUserEditRoles editRoles)
Determines if it is legal to edit the roles for a user.
|
boolean |
NewNarrativeUserRightsRule.processNewNarrativeUserRightsBusinessRules(ProposalDevelopmentDocument document,
List<NarrativeUserRights> newNarrativeUserRights,
int narrativeIndex)
Determines the legality of editing a Narrative's user rights.
|
boolean |
SaveKeyPersonRule.processSaveKeyPersonBusinessRules(ProposalDevelopmentDocument document)
Rule invoked upon saving persons to a
|
| Constructor and Description |
|---|
AddAbstractEvent(ProposalDevelopmentDocument document,
ProposalAbstract proposalAbstract)
Constructs an AddAbstractEvent.
|
AddInstituteAttachmentEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
Narrative narrative)
Constructs an AddInstituteAttachmentEvent with the given errorPathPrefix, document, and narrative.
|
AddKeyPersonEvent(ProposalDevelopmentDocument document,
ProposalPerson person)
Constructs an AddKeyPersonEvent with the given errorPathPrefix, document, and proposalPerson.
|
AddNarrativeEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
Narrative narrative)
Constructs an AddNarrativeEvent with the given errorPathPrefix, document, and proposalPerson.
|
AddPersonnelAttachmentEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
ProposalPersonBiography proposalPersonBiography)
Constructs an AddPersonnelAttachmentEvent with the given errorPathPrefix, document, and proposalPersonBiography.
|
AddProposalCongressionalDistrictEvent(String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
List<ProposalSite> proposalSites,
List<CongressionalDistrictHelper> proposalSiteHelpers,
String siteIndex) |
AddProposalCongressionalDistrictEvent(String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
ProposalSite proposalSite,
CongressionalDistrictHelper proposalSiteHelper) |
AddProposalSiteEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
ProposalSite proposalSite)
Constructs an AddProposalSiteEvent with the given errorPathPrefix, document, and proposalSite.
|
AddProposalUserEvent(ProposalDevelopmentDocument document,
List<ProposalUserRoles> list,
ProposalUser proposalUser)
Constructs an AddProposalUserEvent.
|
BasicProposalSiteEvent(String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument) |
BasicProposalSiteEvent(String description,
String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
List<ProposalSite> proposalSites,
String siteIndex)
This constructor takes a List of ProposalSites and an index that points to one of them.
|
BasicProposalSiteEvent(String description,
String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
ProposalSite proposalSite)
This constructor takes a single ProposalSite.
|
BudgetDataOverrideEvent(ProposalDevelopmentDocument document,
BudgetChangedData budgetChangedData)
Constructs an BudgetDataOverrideEvent.
|
CalculateCreditSplitEvent(String errorPathPrefix,
ProposalDevelopmentDocument document)
Constructs an CalculateCreditSplitEvent with the given errorPathPrefix, document.
|
ChangeKeyPersonEvent(ProposalDevelopmentDocument document,
ProposalPerson person,
org.kuali.rice.krad.bo.BusinessObject source,
int index)
Default Constructor
|
ChangeKeyPersonEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
ProposalPerson person,
org.kuali.rice.krad.bo.BusinessObject source,
int index)
Default Constructor
|
CopyProposalEvent(ProposalDevelopmentDocument document,
ProposalCopyCriteria criteria)
Constructs an CopyProposalEvent.
|
DeleteProposalCongressionalDistrictEvent(String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
List<ProposalSite> proposalSites,
String siteIndex,
String districtIndex)
Constructor for use with a List of ProposalSites, and an index into the List.
|
DeleteProposalCongressionalDistrictEvent(String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
ProposalSite proposalSite,
String districtIndex)
Constructor for use with a ProposalSite reference.
|
DeleteProposalUserEvent(ProposalDevelopmentDocument document,
List<ProposalUserRoles> list,
int index)
Constructs an DeleteProposalUserEvent.
|
EditUserProposalRolesEvent(ProposalDevelopmentDocument document,
List<ProposalUserRoles> list,
ProposalUserEditRoles editRoles)
Constructs an AddAbstractEvent.
|
KeyPersonEventBase(String description,
ProposalDevelopmentDocument document,
ProposalPerson person) |
KeyPersonEventBase(String description,
String errorPathPrefix,
ProposalDevelopmentDocument document,
ProposalPerson person) |
NarrativeEventBase(String description,
String errorPathPrefix,
ProposalDevelopmentDocument document)
Constructs a NarrativeEventBase.
|
NarrativeEventBase(String description,
String errorPathPrefix,
ProposalDevelopmentDocument document,
Narrative narrative)
Constructs a NarrativeEventBase
|
NewNarrativeUserRightsEvent(ProposalDevelopmentDocument document,
List<NarrativeUserRights> newNarrativeUserRights,
int narrativeIndex)
Constructs a NewNarrativeUserRightsEvent.
|
PersonnelAttachmentEventBase(String description,
String errorPathPrefix,
ProposalDevelopmentDocument document,
ProposalPersonBiography proposalPersonBiography) |
ProposalDataOverrideEvent(ProposalDevelopmentDocument document,
ProposalChangedData proposalChangedData)
Constructs an CopyProposalEvent.
|
SaveInstituteAttachmentsEvent(String errorPathPrefix,
ProposalDevelopmentDocument document)
Constructs an SaveInstituteAttachmentsEvent with the given errorPathPrefix, document, and proposalPerson.
|
SaveKeyPersonEvent(String errorPathPrefix,
ProposalDevelopmentDocument document)
Constructs an SaveKeyPersonEvent with the given errorPathPrefix, document, and proposalPerson.
|
SaveNarrativesEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
Narrative narrative,
List<Narrative> originalNarratives)
Constructs an AddNarrativeEvent with the given errorPathPrefix, document, and proposalPerson.
|
SavePersonnelAttachmentEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
ProposalPersonBiography proposalPersonBiography)
Constructs an SavePersonnelAttachmentEvent with the given errorPathPrefix, document, and proposalPersonBiography.
|
SaveProposalSitesEvent(String errorPathPrefix,
ProposalDevelopmentDocument document) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProposalDevelopmentProposalAttachmentsAuditRule.checkNsfRelatedAttachments(ProposalDevelopmentDocument proposalDevelopmentDocument) |
static HashMap<String,Integer> |
ProposalDevelopmentDocumentRule.getQuestionSerialNumberBasedOnGroup(ProposalDevelopmentDocument proposalDevelopmentDocument) |
boolean |
ProposalDevelopmentDocumentRule.processAddAbstractBusinessRules(ProposalDevelopmentDocument document,
ProposalAbstract proposalAbstract) |
boolean |
ProposalDevelopmentAbstractsRule.processAddAbstractBusinessRules(ProposalDevelopmentDocument document,
ProposalAbstract proposalAbstract)
Don't allow abstracts with an invalid abstract type code or duplicate abstracts, i.e.
|
boolean |
ProposalDevelopmentKeyPersonsRule.processAddKeyPersonBusinessRules(ProposalDevelopmentDocument document,
ProposalPerson person)
Validate the following
One principal investigator at a time
0 or more Key Persons or Co-Investigators are allowed
A person cannot have multiple roles, ie.
|
boolean |
ProposalDevelopmentDocumentRule.processAddKeyPersonBusinessRules(ProposalDevelopmentDocument document,
ProposalPerson person) |
boolean |
ProposalDevelopmentPermissionsRule.processAddProposalUserBusinessRules(ProposalDevelopmentDocument document,
List<ProposalUserRoles> proposalUserRolesList,
ProposalUser proposalUser) |
boolean |
ProposalDevelopmentDocumentRule.processAddProposalUserBusinessRules(ProposalDevelopmentDocument document,
List<ProposalUserRoles> list,
ProposalUser proposalUser) |
boolean |
ProposalDevelopmentKeyPersonsRule.processCalculateCreditSplitBusinessRules(ProposalDevelopmentDocument document) |
boolean |
ProposalDevelopmentDocumentRule.processCalculateCreditSplitBusinessRules(ProposalDevelopmentDocument document) |
boolean |
ProposalDevelopmentDocumentRule.processCopyProposalBusinessRules(ProposalDevelopmentDocument document,
ProposalCopyCriteria criteria) |
boolean |
ProposalDevelopmentCopyRule.processCopyProposalBusinessRules(ProposalDevelopmentDocument document,
ProposalCopyCriteria criteria)
TODO: fill this in
|
boolean |
ProposalDevelopmentPermissionsRule.processDeleteProposalUserBusinessRules(ProposalDevelopmentDocument document,
List<ProposalUserRoles> proposalUserRolesList,
int index) |
boolean |
ProposalDevelopmentDocumentRule.processDeleteProposalUserBusinessRules(ProposalDevelopmentDocument document,
List<ProposalUserRoles> list,
int index) |
boolean |
ProposalDevelopmentPermissionsRule.processEditProposalUserRolesBusinessRules(ProposalDevelopmentDocument document,
List<ProposalUserRoles> proposalUserRolesList,
ProposalUserEditRoles editRoles) |
boolean |
ProposalDevelopmentDocumentRule.processEditProposalUserRolesBusinessRules(ProposalDevelopmentDocument document,
List<ProposalUserRoles> list,
ProposalUserEditRoles editRoles) |
boolean |
ProposalDevelopmentNarrativeRule.processNewNarrativeUserRightsBusinessRules(ProposalDevelopmentDocument document,
List<NarrativeUserRights> newNarrativeUserRights,
int narrativeIndex) |
boolean |
ProposalDevelopmentDocumentRule.processNewNarrativeUserRightsBusinessRules(ProposalDevelopmentDocument document,
List<NarrativeUserRights> newNarrativeUserRights,
int narrativeIndex) |
boolean |
ProposalDevelopmentDocumentRule.processProposalYNQBusinessRule(ProposalDevelopmentDocument proposalDevelopmentDocument,
boolean docRouting)
Validate proposal questions rule.
|
boolean |
ProposalDevelopmentKeyPersonsRule.processSaveKeyPersonBusinessRules(ProposalDevelopmentDocument document)
Rule invoked upon saving persons to a
|
boolean |
ProposalDevelopmentDocumentRule.processSaveKeyPersonBusinessRules(ProposalDevelopmentDocument document)
Delegate to {@link org.kuali.kra.proposaldevelopment.rules.ProposalDevelopmentKeyPersonsRule#processSaveKeyPersonBusinessRules(ProposalDevelopmentDocument)
|
boolean |
CreditSplitValidator.validate(ProposalDevelopmentDocument document)
Validates the credit splits of an entire document by traversing it.
|
protected boolean |
KeyPersonnelAuditRule.validateCreditSplit(ProposalDevelopmentDocument document)
Check if credit split totals validate
|
| Modifier and Type | Method and Description |
|---|---|
void |
NarrativeService.addInstituteAttachment(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative) |
void |
NarrativeService.addNarrative(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative) |
void |
NarrativeService.addPerson(String userId,
ProposalDevelopmentDocument proposalDevelopmentDocument,
String roleName)
Add a person to all of the Narratives in a proposal.
|
void |
ProposalPersonBiographyService.addProposalPersonBiography(ProposalDevelopmentDocument proposaldevelopmentDocument,
ProposalPersonBiography proposalPersonBiography)
This method to add personnel attachment
|
void |
ProposalRoleTemplateService.addUsers(ProposalDevelopmentDocument doc)
Adds users to the proposal giving them proposal roles based upon a set
of templates.
|
Map |
KeyPersonnelService.calculateCreditSplitTotals(ProposalDevelopmentDocument document)
Everytime something changes that will effect credit split values, this gets called to generate a graph of the
new data.
|
String |
ProposalCopyService.copyProposal(ProposalDevelopmentDocument doc,
ProposalCopyCriteria criteria)
Copy a proposal development document.
|
void |
NarrativeService.deleteInstitutionalAttachment(ProposalDevelopmentDocument proposaldevelopmentDocument,
int lineToDelete) |
void |
NarrativeService.deletePerson(String userId,
ProposalDevelopmentDocument proposalDevelopmentDocument)
Delete a person from all of the narratives.
|
void |
ProposalDevelopmentService.deleteProposal(ProposalDevelopmentDocument proposalDocument)
Deletes the proposal and any budgets associated with this document and then cancels document
|
void |
NarrativeService.deleteProposalAttachment(ProposalDevelopmentDocument proposaldevelopmentDocument,
int lineToDelete) |
void |
ProposalPersonBiographyService.deleteProposalPersonBiography(ProposalDevelopmentDocument proposaldevelopmentDocument,
int lineToDelete)
This method to delete personnel attachment from the list.
|
NarrativeRight |
NarrativeAuthZService.getDefaultNarrativeRight(String userId,
ProposalDevelopmentDocument doc)
Gets the default narrative right for a user.
|
String |
ProposalPersonService.getPersonName(ProposalDevelopmentDocument doc,
String userId) |
String |
KeyPersonnelService.getPrincipalInvestigatorRoleDescription(ProposalDevelopmentDocument document) |
InstitutionalProposal |
ProposalDevelopmentService.getProposalContinuedFromVersion(ProposalDevelopmentDocument proposal) |
Award |
ProposalDevelopmentService.getProposalCurrentAwardVersion(ProposalDevelopmentDocument proposal) |
String |
ProposalStateService.getProposalStateTypeCode(ProposalDevelopmentDocument proposalDevelopmentDocument,
boolean isRouteStatusChanged,
boolean isReject)
Get the Proposal State type code based upon the current configuration of the
given proposal.
|
boolean |
KeyPersonnelService.hasPrincipalInvestigator(ProposalDevelopmentDocument document)
Determines if a {@link ProposalDevelopmentDocument has a PI composited in it anywhere
|
void |
ProposalDevelopmentService.initializeProposalSiteNumbers(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method initializes the siteNumber property on proposal sites that don't have it set yet.
|
void |
ProposalDevelopmentService.initializeUnitOrganizationLocation(ProposalDevelopmentDocument proposalDevelopmentDocument) |
void |
KeyPersonnelService.populateDocument(ProposalDevelopmentDocument document)
Part of a complete breakfast, it has everything you need to populate Key Personnel into a
|
void |
NarrativeService.populateNarrativeRightsForLoggedinUser(ProposalDevelopmentDocument proposaldevelopmentDocument) |
void |
NarrativeService.populatePersonNameForNarrativeUserRights(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative) |
void |
KeyPersonnelService.populateProposalPerson(ProposalPerson person,
ProposalDevelopmentDocument document)
Part of a complete breakfast, it has everything you need to populate Key Personnel
|
void |
NarrativeService.readjustRights(String userId,
ProposalDevelopmentDocument proposalDevelopmentDocument,
List<String> roleNames)
Re-adjust the narrative rights for a user.
|
void |
ProposalPersonBiographyService.removePersonnelAttachmentForDeletedPerson(ProposalDevelopmentDocument proposaldevelopmentDocument,
ProposalPerson person)
This method to delete personnel attachment when the key personnel is deleted
|
void |
ProposalStatusService.saveBudgetFinalVersionStatus(ProposalDevelopmentDocument pdDocument) |
| Modifier and Type | Method and Description |
|---|---|
protected ProposalDevelopmentDocument |
ProposalCopyServiceImpl.createNewProposal(ProposalDevelopmentDocument srcDoc,
ProposalCopyCriteria criteria)
Create a new proposal based upon a source proposal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NarrativeServiceImpl.addInstituteAttachment(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative)
Method to add a new institute attachment to institute attachment list
|
void |
NarrativeServiceImpl.addNarrative(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative)
Method to add a new narrative to narratives list
|
void |
NarrativeServiceImpl.addPerson(String userName,
ProposalDevelopmentDocument proposalDevelopmentDocument,
String roleName) |
void |
ProposalPersonBiographyServiceImpl.addProposalPersonBiography(ProposalDevelopmentDocument proposaldevelopmentDocument,
ProposalPersonBiography proposalPersonBiography) |
void |
ProposalRoleTemplateServiceImpl.addUsers(ProposalDevelopmentDocument doc) |
Map |
KeyPersonnelServiceImpl.calculateCreditSplitTotals(ProposalDevelopmentDocument document)
Everytime something changes that will effect credit split values, this gets called to generate a graph of the
new data.
|
protected void |
ProposalCopyServiceImpl.clearCertifyQuestions(ProposalDevelopmentDocument doc)
Clear the Certify questions for each investigator.
|
protected String |
ProposalStateServiceImpl.computeProposalStateForApproved(ProposalDevelopmentDocument proposalDevelopmentDocument,
boolean isRouteStatusChanged)
Compute the proposal state when the proposal is in the workflow APPROVED state.
|
protected String |
ProposalStateServiceImpl.computeProposalStateForCanceled(ProposalDevelopmentDocument proposalDevelopmentDocument)
Compute the proposal state when the proposal is in the workflow CANCELED state.
|
protected String |
ProposalStateServiceImpl.computeProposalStateForDisapproved(ProposalDevelopmentDocument proposalDevelopmentDocument,
boolean isRouteStatusChanged)
Compute the proposal state when the proposal is in the workflow DISAPPROVED state.
|
protected String |
ProposalStateServiceImpl.computeProposalStateForEnRoute(ProposalDevelopmentDocument proposalDevelopmentDocument)
Compute the proposal state when the proposal is in the workflow ENROUTE state.
|
protected String |
ProposalStateServiceImpl.computeProposalStateForException(ProposalDevelopmentDocument proposalDevelopmentDocument)
Compute the proposal state when the proposal is in the workflow EXCEPTION state.
|
protected String |
ProposalStateServiceImpl.computeProposalStateForInitiated(ProposalDevelopmentDocument proposalDevelopmentDocument)
Compute the proposal state when the proposal is in the workflow INITIATED state.
|
protected String |
ProposalStateServiceImpl.computeProposalStateForRejected(ProposalDevelopmentDocument proposalDevelopmentDocument)
Compute the proposal state when the proposal has been rejected ( sent to initial node ).
|
protected String |
ProposalStateServiceImpl.computeProposalStateForSaved(ProposalDevelopmentDocument proposalDevelopmentDocument)
Compute the proposal state when the proposal is in the workflow SAVED state.
|
protected void |
ProposalCopyServiceImpl.copyAndFinalizeBudgetVersion(String documentNumber,
ProposalDevelopmentDocument dest,
int budgetVersionNumber,
boolean resetRates) |
protected void |
ProposalCopyServiceImpl.copyAttachments(ProposalDevelopmentDocument src,
ProposalDevelopmentDocument dest)
Copy the Attachments (proposal, personal, and institutional) to the new document.
|
protected void |
ProposalCopyServiceImpl.copyBudget(ProposalDevelopmentDocument src,
ProposalDevelopmentDocument dest,
String budgetVersions)
This method...
|
protected void |
ProposalCopyServiceImpl.copyCustomData(ProposalDevelopmentDocument src,
ProposalDevelopmentDocument dest)
This method copies all custom data from one document to another.
|
protected void |
ProposalCopyServiceImpl.copyOverviewProperties(ProposalDevelopmentDocument src,
ProposalDevelopmentDocument dest)
Copies the document overview properties.
|
String |
ProposalCopyServiceImpl.copyProposal(ProposalDevelopmentDocument doc,
ProposalCopyCriteria criteria) |
protected void |
ProposalCopyServiceImpl.copyProposal(ProposalDevelopmentDocument src,
ProposalDevelopmentDocument dest,
ProposalCopyCriteria criteria)
Copies the source proposal development document to the destination document.
|
protected void |
ProposalCopyServiceImpl.copyProposalProperties(ProposalDevelopmentDocument src,
ProposalDevelopmentDocument dest)
Copies over the "normal" Proposal Development Document properties.
|
protected void |
ProposalCopyServiceImpl.copyRequiredProperties(ProposalDevelopmentDocument srcDoc,
ProposalDevelopmentDocument destDoc)
Copy over the required properties so we can do an initial save of the document
in order to obtain a proposal number.
|
protected ProposalDevelopmentDocument |
ProposalCopyServiceImpl.createNewProposal(ProposalDevelopmentDocument srcDoc,
ProposalCopyCriteria criteria)
Create a new proposal based upon a source proposal.
|
void |
NarrativeServiceImpl.deleteInstitutionalAttachment(ProposalDevelopmentDocument proposaldevelopmentDocument,
int lineToDelete) |
void |
NarrativeServiceImpl.deletePerson(String userId,
ProposalDevelopmentDocument proposalDevelopmentDocument) |
void |
ProposalDevelopmentServiceImpl.deleteProposal(ProposalDevelopmentDocument proposalDocument) |
void |
NarrativeServiceImpl.deleteProposalAttachment(ProposalDevelopmentDocument proposaldevelopmentDocument,
int lineToDelete) |
protected void |
ProposalDevelopmentServiceImpl.deleteProposalBudget(String budgetDocumentNumber,
ProposalDevelopmentDocument parentDocument) |
void |
ProposalPersonBiographyServiceImpl.deleteProposalPersonBiography(ProposalDevelopmentDocument proposaldevelopmentDocument,
int lineToDelete) |
protected void |
ProposalCopyServiceImpl.fixBudgetVersions(ProposalDevelopmentDocument doc)
Fix data related to Budget Versions.
|
protected void |
ProposalCopyServiceImpl.fixCongressionalDistricts(ProposalDevelopmentDocument doc)
This method sets all congressional district ids to null, so new ids get assigned to them.
|
protected void |
ProposalCopyServiceImpl.fixKeyPersonnel(ProposalDevelopmentDocument doc,
String oldLeadUnitNumber,
String newLeadUnitNumber)
Fix the Key Personnel.
|
protected void |
ProposalCopyServiceImpl.fixKeyPersonnelUnits(ProposalDevelopmentDocument doc,
String oldLeadUnitNumber,
String newLeadUnitNumber)
Fix the Key Personnel.
|
protected void |
ProposalCopyServiceImpl.fixNextValues(ProposalDevelopmentDocument oldDoc,
ProposalDevelopmentDocument newDoc)
The document next values must be the same in the new version as in
the old document.
|
protected void |
ProposalCopyServiceImpl.fixOrganizationAndLocations(ProposalDevelopmentDocument doc)
If the Lead Unit has changed in the previous
Document, then this method corrects related
properties Organization and ProposalSite instances |
protected void |
ProposalCopyServiceImpl.fixProposal(ProposalDevelopmentDocument srcDoc,
ProposalDevelopmentDocument newDoc,
ProposalCopyCriteria criteria)
Fix the proposal.
|
String |
ProposalRoleTemplateServiceImpl.getCreator(ProposalDevelopmentDocument doc)
Gets the creator of the proposal.
|
NarrativeRight |
NarrativeAuthZServiceImpl.getDefaultNarrativeRight(String userId,
ProposalDevelopmentDocument doc) |
protected Integer |
NarrativeServiceImpl.getNextModuleNumber(ProposalDevelopmentDocument proposaldevelopmentDocument) |
protected Integer |
NarrativeServiceImpl.getNextModuleSequenceNumber(ProposalDevelopmentDocument proposaldevelopmentDocument) |
protected int |
ProposalDevelopmentServiceImpl.getNextSiteNumber(ProposalDevelopmentDocument proposalDevelopmentDocument) |
protected ProposalPerson |
ProposalPersonBiographyServiceImpl.getPerson(ProposalDevelopmentDocument proposaldevelopmentDocument,
Integer proposalPersonNumber)
This method find the matched person in key person list
|
String |
ProposalPersonServiceImpl.getPersonName(ProposalDevelopmentDocument doc,
String userId) |
protected List<KcPerson> |
NarrativeServiceImpl.getPersons(ProposalDevelopmentDocument proposalDevelopmentDocument)
Get the persons who have permissions relating to the proposal.
|
String |
KeyPersonnelServiceImpl.getPrincipalInvestigatorRoleDescription(ProposalDevelopmentDocument document) |
InstitutionalProposal |
ProposalDevelopmentServiceImpl.getProposalContinuedFromVersion(ProposalDevelopmentDocument proposal) |
Award |
ProposalDevelopmentServiceImpl.getProposalCurrentAwardVersion(ProposalDevelopmentDocument proposal) |
String |
ProposalStateServiceImpl.getProposalStateTypeCode(ProposalDevelopmentDocument proposalDevelopmentDocument,
boolean isRouteStatusChanged,
boolean isRejectAction) |
protected boolean |
KeyPersonnelServiceImpl.hasBeenRoutedOrCanceled(ProposalDevelopmentDocument document) |
boolean |
KeyPersonnelServiceImpl.hasPrincipalInvestigator(ProposalDevelopmentDocument document) |
protected void |
ProposalCopyServiceImpl.initializeAuthorization(ProposalDevelopmentDocument doc)
Initialize the Authorizations for a new proposal.
|
void |
ProposalDevelopmentServiceImpl.initializeProposalSiteNumbers(ProposalDevelopmentDocument proposalDevelopmentDocument) |
void |
ProposalDevelopmentServiceImpl.initializeUnitOrganizationLocation(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method gets called from the "save" action.
|
boolean |
KeyPersonnelServiceImpl.isSponsorNihMultiplePi(ProposalDevelopmentDocument document) |
protected boolean |
ProposalStateServiceImpl.isSubmitted(ProposalDevelopmentDocument proposalDevelopmentDocument)
Has the proposal been submitted to the sponsor?
|
protected void |
ProposalCopyServiceImpl.loadAttachmentContents(ProposalDevelopmentDocument doc)
Load the attachment contents from the database.
|
void |
KeyPersonnelServiceImpl.populateActiveCredittypesPerson(ProposalDevelopmentDocument document)
It populates the Active credit type in the proposalpersoncreditsplit and unitcreditsplit
|
void |
KeyPersonnelServiceImpl.populateDocument(ProposalDevelopmentDocument document)
Part of a complete breakfast, it has everything you need to populate Key Personnel into a
|
void |
KeyPersonnelServiceImpl.populateInvestigators(ProposalDevelopmentDocument document)
Populate investigators
|
void |
NarrativeServiceImpl.populateNarrativeRightsForLoggedinUser(ProposalDevelopmentDocument proposaldevelopmentDocument) |
protected void |
NarrativeServiceImpl.populateNarrativeUserRights(ProposalDevelopmentDocument proposalDevelopmentDocument,
Narrative narrative)
This method used to add narrative user rights to a narrative.
|
void |
NarrativeServiceImpl.populatePersonNameForNarrativeUserRights(ProposalDevelopmentDocument proposaldevelopmentDocument,
Narrative narrative)
Method to populate personname for all user who have narrative rights
|
void |
KeyPersonnelServiceImpl.populateProposalPerson(ProposalPerson person,
ProposalDevelopmentDocument document) |
void |
NarrativeServiceImpl.readjustRights(String userId,
ProposalDevelopmentDocument proposalDevelopmentDocument,
List<String> roleNames) |
void |
ProposalPersonBiographyServiceImpl.removePersonnelAttachmentForDeletedPerson(ProposalDevelopmentDocument proposaldevelopmentDocument,
ProposalPerson person) |
void |
ProposalStatusServiceImpl.saveBudgetFinalVersionStatus(ProposalDevelopmentDocument pdDocument) |
protected void |
ProposalCopyServiceImpl.setLeadUnit(ProposalDevelopmentDocument doc,
String newLeadUnitNumber)
Set the lead unit for the new proposal.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProposalDevelopmentDocument |
ProposalDevelopmentAction.getProposalDoc(String pdDocumentNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected ProposalPerson |
ProposalDevelopmentKeyPersonnelAction.getSelectedPerson(javax.servlet.http.HttpServletRequest request,
ProposalDevelopmentDocument document)
Parses the method to call attribute to pick off the line number which should have an action performed on it.
|
protected int |
ProposalDevelopmentKeyPersonnelAction.getSelectedPersonIndex(javax.servlet.http.HttpServletRequest request,
ProposalDevelopmentDocument document) |
protected List<String> |
ProposalDevelopmentAction.getUnitRulesMessages(ProposalDevelopmentDocument pdDoc) |
protected void |
ProposalDevelopmentAction.initializeProposalUsers(ProposalDevelopmentDocument doc)
Create the original set of Proposal Users for a new Proposal Development Document.
|
protected void |
ProposalDevelopmentAction.loadDocument(ProposalDevelopmentDocument document)
Called to load all necessary elements in the proposal development document
|
protected void |
ProposalDevelopmentAction.updateNIHDescriptions(ProposalDevelopmentDocument document)
Updates portions of the proposal that are not persisted and are based on whether the
sponsor is NIH or not
|
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
ProposalDevelopmentForm.getProposalDevelopmentDocument()
Retrieves the
ProposalDevelopmentDocument. |
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
ProtocolProposalDevelopmentDocumentService.createProposalDevelopmentDocument(ProtocolFormBase protocolForm) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolProposalDevelopmentDocumentService.initializeAuthorization(ProposalDevelopmentDocument document) |
void |
ProtocolProposalDevelopmentDocumentService.populateDocumentOverview(ProtocolBase protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentService.populateProposalPerson_Investigator(ProtocolBase protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentService.populateProposalSpecialReview(ProtocolBase protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentService.populateRequiredFields(ProtocolBase protocol,
ProposalDevelopmentDocument proposalDocument) |
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
ProtocolProposalDevelopmentDocumentServiceImplBase.createProposalDevelopmentDocument(ProtocolFormBase protocolForm) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolProposalDevelopmentDocumentServiceImplBase.initializeAuthorization(ProposalDevelopmentDocument document)
Initialize the Authorizations for a new proposal.
|
void |
ProtocolProposalDevelopmentDocumentServiceImplBase.populateDocumentOverview(ProtocolBase protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentServiceImplBase.populateProposalPerson_Investigator(ProtocolBase protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentServiceImplBase.populateProposalSpecialReview(ProtocolBase protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentServiceImplBase.populateRequiredFields(ProtocolBase protocol,
ProposalDevelopmentDocument proposalDocument) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ResearchDocumentRuleBase.hasPermission(ProposalDevelopmentDocument doc,
String permissionName)
Does the current user have the given permission for the proposal?
|
protected boolean |
ResearchDocumentRuleBase.hasPermission(String userId,
ProposalDevelopmentDocument doc,
String permissionName)
Does the given user have the given permission for the proposal?
|
protected boolean |
ResearchDocumentRuleBase.hasRole(ProposalDevelopmentDocument doc,
String roleName)
Does the current user have the given role for the proposal?
|
protected boolean |
ResearchDocumentRuleBase.hasRole(String userId,
ProposalDevelopmentDocument doc,
String roleName)
Does the given user have the given role for the proposal?
|
| Modifier and Type | Field and Description |
|---|---|
protected ProposalDevelopmentDocument |
S2SBaseFormGenerator.pdDoc |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlObject |
S2SFormGenerator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates an XML document using the APIs generated using XMLBEans by compiling the form's schema and returns it
as XmlObject.
|
protected gov.grants.apply.system.attachmentsV10.AttachedFileDataType |
S2SBaseFormGenerator.getPernonnelAttachments(ProposalDevelopmentDocument pdDoc,
String personId,
Integer rolodexId,
String documentType)
This method fetches the attachments for
ProposalPerson. |
protected boolean |
S2SBaseFormGenerator.isSponsorNIH(ProposalDevelopmentDocument document) |
| Modifier and Type | Method and Description |
|---|---|
protected List<BudgetSubAwards> |
S2SAdobeFormAttachmentBaseGenerator.getBudgetSubAwards(ProposalDevelopmentDocument proposalDevelopmentDocument,
String namespace,
boolean checkNull)
This method is used to get BudgetSubAwrads from ProposalDevelopmentDocument
|
protected DepartmentalPerson |
RRSF424BaseGenerator.getContactPerson(ProposalDevelopmentDocument pdDoc)
This method is used to get the details of Contact person
|
gov.grants.apply.system.globalLibraryV20.ContactPersonDataType |
GlobalLibraryV2_0Generator.getContactPersonDataType(ProposalDevelopmentDocument proposalDocument) |
org.apache.xmlbeans.XmlObject |
SFLLLV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type LobbyingActivitiesDisclosureDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
SFLLLV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type AttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
SF424V2_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type SF424Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
SF424V1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
GrantApplicationDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
SF424ShortV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type SF424ShortDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
SF424BV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type AssurancesDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
SF424AV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type BudgetInformationDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRSubAwardBudgetV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRSubAwardBudgetV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRSubAwardBudgetV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRSubAwardBudget5_30V1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRSubAwardBudget10_30V1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRSubAwardBudget10_10V1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRSF424V1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRSF42412Document
by populating data from the given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRSF424V1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRSF424Document by
populating data from the given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRSF424V1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRSF424Document by
populating data from the given ProposalDevelopmentDocument |
gov.grants.apply.forms.rrsf424SF424BV11.AssurancesDocument |
RRSF424BV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument) |
org.apache.xmlbeans.XmlObject |
RRPersonalDataV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
RRPersonalData12Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRPersonalDataV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRPersonalDataDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRPersonalDataV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRPersonalDataDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRPerformanceSiteV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRPerformanceSiteDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRPerformanceSiteV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRPerformanceSiteDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RROtherProjectInfoV1_3Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
RROtherProjectInfo13Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RROtherProjectInfoV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
RROtherProjectInfo12Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RROtherProjectInfoV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RROtherProjectInfoDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RROtherProjectInfoV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RROtherProjectInfoDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRKeyPersonV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRKeyPersonDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRKeyPersonV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRKeyPersonDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRKeyPersonExpandedV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
RRKeyPersonExpanded12Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRKeyPersonExpandedV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
RRKeyPersonExpandedDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRKeyPersonExpandedV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRKeyPersonExpandedDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRFedNonFedSubAwardBudgetV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRFedNonFedSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRFedNonFedSubAwardBudget5_30V1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRFedNonFedSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRFedNonFedSubAwardBudget10_30V1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRFedNonFedSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRFedNonFedSubAwardBudget10_10V1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRFedNonFedSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRFedNonFedBudgetV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRFedNonFedBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRFedNonFedBudgetV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRFedNonFedBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRFedNonFedBudget10V1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRFedNonFedBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRBudgetV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRBudgetDocument by
populating data from the given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRBudgetV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRBudgetDocument by
populating data from the given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
RRBudget10V1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRBudget10Document by
populating data from the given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
ProjectV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type ProjectNarrativeAttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
ProjectV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type ProjectNarrativeAttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHSCoverLetterV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHSCoverLetter12Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398TrainingSubAwardBudgetV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRSubawardBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398TrainingBudgetV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument) |
org.apache.xmlbeans.XmlObject |
PHS398ResTrainProgPlanV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument) |
org.apache.xmlbeans.XmlObject |
PHS398ResearchPlanV1_3Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398ResearchPlan13Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398ResearchPlanV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398ResearchPlan12Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398ResearchPlanV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type PHS398ResearchPlanDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398ResearchPlanV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type PHS398ResearchPlanDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398ModularBudgetV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398ModularBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398ModularBudgetV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398ModularBudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398FellowshipSupplementalV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type PHSFellowshipSupplementalDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398FellowshipSupplementalV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHSFellowshipSupplementalDocument by populating data from the
given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398CoverPageSupplementV1_4Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398CoverPageSupplement14Document by populating data from the
given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398CoverPageSupplementV1_3Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398CoverPageSupplement13Document by populating data from the
given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398CoverPageSupplementV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398CoverPageSupplementDocument by populating data from the
given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398CoverPageSupplementV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398CoverPageSupplementDocument by populating data from the
given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398CoverLetterV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type PHS398CoverLetterDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398CoverLetterV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type PHS398CoverLetterDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398ChecklistV1_3Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398Checklist13Document by populating data from the given
{@link ProposalDevelopmentDocument} |
org.apache.xmlbeans.XmlObject |
PHS398ChecklistV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398ChecklistDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398ChecklistV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398ChecklistDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398CareerDevelopmentAwardSupV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398ResearchPlan12Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398CareerDevelopmentAwardSupV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398ResearchPlan12Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PHS398CareerDevelopmentAwardSupV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398ResearchPlan12Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PerformanceSiteV1_4Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PerformanceSite14Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PerformanceSiteV1_3Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PerformanceSite13Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
PerformanceSiteV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PerformanceSite12Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
OtherV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type OtherNarrativeAttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
OtherV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type OtherNarrativeAttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFSuggestedReviewersV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type NSFSuggestedReviewersDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFSuggestedReviewersV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type NSFSuggestedReviewersDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFDeviationAuthorizationV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type NSFDeviationAuthorizationDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFDeviationAuthorizationV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type NSFDeviationAuthorizationDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFCoverPageV1_3Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
NSFCoverPage13Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFCoverPageV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
NSFCoverPage12Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFCoverPageV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type NSFCoverPageDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFCoverPageV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type NSFCoverPageDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFApplicationChecklistV1_3Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
NSFApplicationChecklist13Document by populating data from the
given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFApplicationChecklistV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
NSFApplicationChecklist12Document by populating data from the
given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFApplicationChecklistV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type NSFApplicationChecklistDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NSFApplicationChecklistV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type NSFApplicationChecklistDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NASASeniorKeyPersonSupplementalDataSheetV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
NASASeniorKeyPersonSupplementalDataSheetDocument by populating
data from the given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NasaPIandAORSupplementalDataSheetV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
NasaPIandAORSupplementalDataSheetDocument by populating data from
the given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
NASAOtherProjectInformationV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
NASAOtherProjectInformationDocument by populating data from the
given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
GGLobbyingFormV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type LobbyingFormDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
GGLobbyingFormV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type LobbyingFormDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
FaithBasedSurveyOnEEOV1_2Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type SurveyOnEEODocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
FaithBasedSurveyOnEEOV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type SurveyOnEEODocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
FaithBasedSurveyOnEEOV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type SurveyOnEEODocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
EDSF424SupplementV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
EDSF424SupplementDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
EDSF424SupplementV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
EDSF424SupplementDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
EDGEPA427V1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type GEPA427AttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
EDGEPA427V1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type GEPA427AttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
EDCertificationDebarmentV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type CertificationDebarmentDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
EDAbstractV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type AbstractAttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
EDAbstractV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type AbstractAttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
ED524BudgetV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type ED524BudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
ED524BudgetV1_0Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type ED524BudgetDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
CD511V1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type CD511Document by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
BudgetV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type BudgetNarrativeAttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
AttachmentsV1_1Generator.getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type AttachmentsDocument by populating data from the given
ProposalDevelopmentDocument |
protected boolean |
RRFedNonFedBudgetBaseGenerator.validateBudgetForForm(ProposalDevelopmentDocument pdDoc)
Perform manual validations on the budget.
|
protected boolean |
RRBudgetBaseGenerator.validateBudgetForForm(ProposalDevelopmentDocument pdDoc)
Perform manual validations on the budget.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
S2SService.checkForSubmissionStatusChange(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission)
This method checks if status on grants.gov has changed since last check
and returns the status.
|
void |
S2SUtilService.deleteSystemGeneratedAttachments(ProposalDevelopmentDocument pdDoc)
This method is used to delete all auto generated pdfs as part of s2s forms creation
|
GetApplicationListResponse |
S2SService.fetchApplicationListResponse(ProposalDevelopmentDocument pdDoc)
This method fetches the application list from Grants.gov for a given
proposal
|
BudgetSummaryInfo |
S2SBudgetCalculatorService.getBudgetInfo(ProposalDevelopmentDocument pdDoc,
List<BudgetPeriodInfo> budgetperiodList)
This method does the budget related calculations for a given
ProposalDevelopmentDocument and returns them in
BudgetSummaryInfo |
List<BudgetPeriodInfo> |
S2SBudgetCalculatorService.getBudgetPeriods(ProposalDevelopmentDocument pdDoc)
This method gets the list of
BudgetPeriodInfo for the latest BudgetDocument of the given
ProposalDevelopmentDocument |
List<ProposalPerson> |
S2SUtilService.getCoInvestigators(ProposalDevelopmentDocument pdDoc)
Finds all the co-investigators associated with the provided pdDoc.
|
DepartmentalPerson |
S2SUtilService.getContactPerson(ProposalDevelopmentDocument pdDoc)
This method is used to get the details of Contact person
|
DepartmentalPerson |
S2SUtilService.getDepartmentalPerson(ProposalDevelopmentDocument pdDoc)
This method populates and returns the Departmental Person object for a
given proposal document
|
DepartmentalPerson |
S2SGeneratorUtilService.getDepartmentalPerson(ProposalDevelopmentDocument pdDoc)
Fetch Rolodex record for the organization attached to the Proposal.
|
String |
S2SUtilService.getDivisionName(ProposalDevelopmentDocument pdDoc)
This method is to get division name using the OwnedByUnit and traversing
through the parent units till the top level
|
Map<String,String> |
S2SUtilService.getEOStateReview(ProposalDevelopmentDocument pdDoc)
This method returns a map containing the answers related to EOState
REview for a given proposal
|
Map<String,String> |
S2SGeneratorUtilService.getEOStateReview(ProposalDevelopmentDocument pdDoc)
Returns questions for End of state review
|
String |
S2SUtilService.getFederalId(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method returns the Federal ID for a given proposal
|
String |
S2SGeneratorUtilService.getFederalId(ProposalDevelopmentDocument proposalDevelopmentDocument)
Returns federal id associated with the proposal
|
BudgetDocument |
S2SBudgetCalculatorService.getFinalBudgetVersion(ProposalDevelopmentDocument pdDoc)
This method returns the final version of
BudgetDocument for a given ProposalDevelopmentDocument |
List<ProposalPerson> |
S2SUtilService.getKeyPersons(ProposalDevelopmentDocument pdDoc)
Finds all the key Person associated with the provided pdDoc.
|
ProposalPerson |
S2SUtilService.getPrincipalInvestigator(ProposalDevelopmentDocument pdDoc)
This method is to get PrincipalInvestigator from person list
|
BudgetDecimal |
S2SBudgetCalculatorService.getProposalPersonSalary(ProposalDevelopmentDocument pdDoc,
ProposalPerson proposalPerson)
This method gets the salary requested for a given proposal person.
|
List<Answer> |
S2SUtilService.getQuestionnaireAnswersForPI(ProposalDevelopmentDocument pdDoc)
This method gets the answers from a questionnaire for a proposal person.
|
Map<String,String> |
S2SUtilService.getSubmissionType(ProposalDevelopmentDocument pdDoc)
This method creates and returns Map of submission details like submission
type, description and Revision code
|
Map<String,String> |
S2SGeneratorUtilService.getSubmissionType(ProposalDevelopmentDocument pdDoc)
Returns submission type for a proposal document.
|
void |
S2SService.populateAppSubmission(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission,
ApplicationInformationType ggApplication)
This method populates the
S2sAppSubmission BO with details from
ApplicationInformationType |
void |
S2SService.populateSponsorProposalId(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission)
Takes the appSubmission and proposal and if a federal tracking id has been specified, will
set on both the proposal development doc and the related institutional proposal doc
if there is not a sponsor proposal id already.
|
AttachmentDataSource |
S2SService.printForm(ProposalDevelopmentDocument pdDoc)
This method is used to print selected forms.
|
AttachmentDataSource |
PrintService.printForm(ProposalDevelopmentDocument pdDoc)
This method is used for the printing of forms in PDF format
|
boolean |
S2SService.refreshGrantsGov(ProposalDevelopmentDocument pdDoc)
This method checks for the status of submission for the given
ProposalDevelopmentDocument on Grants.gov |
boolean |
S2SService.submitApplication(ProposalDevelopmentDocument pdDoc)
This method is used to submit forms to the grants.guv
|
boolean |
S2SService.validateApplication(ProposalDevelopmentDocument pdDoc)
This method is used to validate application before submission.
|
boolean |
S2SService.validateApplication(ProposalDevelopmentDocument pdDoc,
List<org.kuali.rice.kns.util.AuditError> auditErrors)
This method is used to validate application before submission.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KRAS2SServiceImpl.checkForSubmissionStatusChange(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission)
This method checks if status on grants.gov has changed since last check
and returns the status.
|
void |
S2SUtilServiceImpl.deleteSystemGeneratedAttachments(ProposalDevelopmentDocument pdDoc) |
GetApplicationListResponse |
KRAS2SServiceImpl.fetchApplicationListResponse(ProposalDevelopmentDocument pdDoc)
This method fetches the application list from Grants.gov for a given
proposal
|
protected boolean |
KRAS2SServiceImpl.generateAndValidateForms(gov.grants.apply.system.metaGrantApplication.GrantApplicationDocument.GrantApplication.Forms forms,
List<AttachmentData> attList,
ProposalDevelopmentDocument pdDoc) |
protected boolean |
KRAS2SServiceImpl.generateAndValidateForms(gov.grants.apply.system.metaGrantApplication.GrantApplicationDocument.GrantApplication.Forms forms,
List<AttachmentData> attList,
ProposalDevelopmentDocument pdDoc,
List<org.kuali.rice.kns.util.AuditError> auditErrors)
This method is to generate and validate the generated forms.
|
protected byte[] |
PrintServiceImpl.getAttContent(ProposalDevelopmentDocument pdDoc,
String contentId)
This method gets attachment contents from narrative based on content ID
|
protected AttachmentDataSource |
PrintServiceImpl.getAttributeContent(ProposalDevelopmentDocument pdDoc,
String contentId) |
BudgetSummaryInfo |
S2SBudgetCalculatorServiceImpl.getBudgetInfo(ProposalDevelopmentDocument pdDoc,
List<BudgetPeriodInfo> budgetPeriodInfos)
This method does the budget related calculations for a given ProposalDevelopmentDocument and returns them in
BudgetSummaryInfo
|
List<BudgetPeriodInfo> |
S2SBudgetCalculatorServiceImpl.getBudgetPeriods(ProposalDevelopmentDocument pdDoc)
This method gets the list of BudgetPeriodInfo for the latest BudgetDocument of the given ProposalDevelopmentDocument
|
List<ProposalPerson> |
S2SUtilServiceImpl.getCoInvestigators(ProposalDevelopmentDocument pdDoc)
Finds all the Investigators associated with the provided pdDoc.
|
DepartmentalPerson |
S2SUtilServiceImpl.getContactPerson(ProposalDevelopmentDocument pdDoc)
This method is used to get the details of Contact person
|
DepartmentalPerson |
S2SUtilServiceImpl.getDepartmentalPerson(ProposalDevelopmentDocument pdDoc)
This method populates and returns the Departmental Person object for a given proposal document
|
DepartmentalPerson |
S2SGeneratorUtilServiceImpl.getDepartmentalPerson(ProposalDevelopmentDocument pdDoc)
Fetch Rolodex record for the organization attached to the Proposal.
|
String |
S2SUtilServiceImpl.getDivisionName(ProposalDevelopmentDocument pdDoc)
This method is to get division name using the OwnedByUnit and traversing through the parent units till the top level
|
Map<String,String> |
S2SUtilServiceImpl.getEOStateReview(ProposalDevelopmentDocument pdDoc)
This method returns a map containing the answers related to EOState REview for a given proposal
|
Map<String,String> |
S2SGeneratorUtilServiceImpl.getEOStateReview(ProposalDevelopmentDocument pdDoc)
Returns questions for End of state review
|
String |
S2SUtilServiceImpl.getFederalId(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method returns the Federal ID for a given proposal
|
String |
S2SGeneratorUtilServiceImpl.getFederalId(ProposalDevelopmentDocument proposalDevelopmentDocument)
This should be implemented after implementing Institute proposal.
|
protected String |
PrintServiceImpl.getFileNameForFormPrinting(ProposalDevelopmentDocument pdDoc) |
BudgetDocument |
S2SBudgetCalculatorServiceImpl.getFinalBudgetVersion(ProposalDevelopmentDocument pdDoc)
This method returns the final version of BudgetDocument for a given ProposalDevelopmentDocument.
|
protected String |
KRAS2SServiceImpl.getGrantApplicationDocument(ProposalDevelopmentDocument pdDoc,
gov.grants.apply.system.metaGrantApplication.GrantApplicationDocument.GrantApplication.Forms forms)
This method populates values for
GrantApplicationDocument for a
given ProposalDevelopmentDocument |
protected List<List<KeyPersonInfo>> |
S2SBudgetCalculatorServiceImpl.getKeyPersons(BudgetPeriod budgetPeriod,
ProposalDevelopmentDocument pdDoc,
int numKeyPersons)
This method gets the
List of Key Persons for a given ProposalDevelopmentDocument |
List<ProposalPerson> |
S2SUtilServiceImpl.getKeyPersons(ProposalDevelopmentDocument pdDoc)
Finds all the key Person associated with the provided pdDoc.
|
protected S2sAppSubmission |
PrintServiceImpl.getLatestS2SAppSubmission(ProposalDevelopmentDocument pdDoc)
This method gets the latest S2SAppSubmission record from the list of
S2SAppSubmissions.
|
protected List<OtherPersonnelInfo> |
S2SBudgetCalculatorServiceImpl.getOtherPersonnel(BudgetPeriod budgetPeriod,
ProposalDevelopmentDocument pdDoc)
This method populates the
OtherPersonnelInfo business objects for the given BudgetPeriod and
ProposalDevelopmentDocument |
protected OtherPersonnelInfo |
S2SBudgetCalculatorServiceImpl.getOtherPersonnelDetails(BudgetPeriod budgetPeriod,
ProposalDevelopmentDocument pdDoc,
String category,
String personnelType,
String role)
This method populates the details for
OtherPersonnelInfo business object for the given
ProposalDevelopmentDocument |
protected List<Printable> |
PrintServiceImpl.getPDFStream(ProposalDevelopmentDocument pdDoc)
This method is used to generate byte stream of forms
|
ProposalPerson |
S2SUtilServiceImpl.getPrincipalInvestigator(ProposalDevelopmentDocument pdDoc)
This method is to get PrincipalInvestigator from person list
|
BudgetDecimal |
S2SBudgetCalculatorServiceImpl.getProposalPersonSalary(ProposalDevelopmentDocument pdDoc,
ProposalPerson proposalPerson)
This method gets the salary requested for a given proposal person.
|
List<Answer> |
S2SUtilServiceImpl.getQuestionnaireAnswers(ProposalDevelopmentDocument pdDoc,
Integer questionnaireId)
Finds all the Questionnaire Answers associates with provided ProposalNumber.
|
List<Answer> |
S2SUtilServiceImpl.getQuestionnaireAnswersForPI(ProposalDevelopmentDocument pdDoc) |
Map<String,String> |
S2SUtilServiceImpl.getSubmissionType(ProposalDevelopmentDocument pdDoc)
This method creates and returns Map of submission details like submission type, description and Revision code
|
Map<String,String> |
S2SGeneratorUtilServiceImpl.getSubmissionType(ProposalDevelopmentDocument pdDoc)
Returns submission type for a proposal document.
|
protected List<Printable> |
PrintServiceImpl.getSubmittedPDFStream(ProposalDevelopmentDocument pdDoc)
This method is to write the submitted application data to a pdfStream
|
void |
KRAS2SServiceImpl.populateAppSubmission(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission,
ApplicationInformationType ggApplication)
This method populates the
S2sAppSubmission BO with details from
ApplicationInformationType |
void |
KRAS2SServiceImpl.populateSponsorProposalId(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission) |
AttachmentDataSource |
PrintServiceImpl.printForm(ProposalDevelopmentDocument pdDoc)
This method is used for the printing of forms in PDF format.
|
AttachmentDataSource |
KRAS2SServiceImpl.printForm(ProposalDevelopmentDocument pdDoc)
This method is used to print selected forms.
|
boolean |
KRAS2SServiceImpl.refreshGrantsGov(ProposalDevelopmentDocument pdDoc)
This method checks for the status of submission for the given
ProposalDevelopmentDocument on Grants.gov |
protected void |
KRAS2SServiceImpl.saveGrantsGovStatus(ProposalDevelopmentDocument pdDoc,
GetApplicationListResponse applicationListResponse)
This method fetches the status from Grants Gov and saves in case status
is modified
|
protected void |
PrintServiceImpl.saveGrantsGovXml(ProposalDevelopmentDocument pdDoc,
boolean formEntryFlag,
org.apache.xmlbeans.XmlObject formObject,
List<AttachmentData> attachmentList,
List<S2sAppAttachments> attachmentLists) |
protected void |
KRAS2SServiceImpl.saveSubmissionDetails(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission,
SubmitApplicationResponse response,
String grantApplicationXml,
List<S2sAppAttachments> s2sAppAttachmentList)
This method saves the submission details after successful submission of
proposal
|
boolean |
KRAS2SServiceImpl.submitApplication(ProposalDevelopmentDocument pdDoc)
This method is used to submit forms to Grants.gov.
|
boolean |
S2SProposalValidatorServiceImpl.validate(ProposalDevelopmentDocument pdDoc,
List<String> errors)
This method receives a ProposalDevelopmentDocument and applies all Proposal validation rules on it, and returns back the
validation result.
|
boolean |
KRAS2SServiceImpl.validateApplication(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method is used to validate application before submission.
|
boolean |
KRAS2SServiceImpl.validateApplication(ProposalDevelopmentDocument proposalDevelpmentDocument,
List<org.kuali.rice.kns.util.AuditError> auditErrors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KraWorkflowService.canPerformWorkflowAction(ProposalDevelopmentDocument document) |
ProposalPerson |
YnqService.getPersonYNQ(ProposalPerson proposalPerson,
ProposalDevelopmentDocument document) |
void |
YnqService.populateProposalQuestions(List<ProposalYnq> proposalYnqs,
List<YnqGroupName> ynqGroupNames,
ProposalDevelopmentDocument document)
This method is used to populate questions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KraWorkflowServiceImpl.canPerformWorkflowAction(ProposalDevelopmentDocument document) |
ProposalPerson |
YnqServiceImpl.getPersonYNQ(ProposalPerson proposalPerson,
ProposalDevelopmentDocument document) |
protected boolean |
YnqServiceImpl.isDocumentSubmitted(ProposalDevelopmentDocument document) |
void |
YnqServiceImpl.populateProposalQuestions(List<ProposalYnq> proposalYnqs,
List<YnqGroupName> ynqGroupNames,
ProposalDevelopmentDocument document) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.