| Modifier and Type | Method and Description |
|---|---|
boolean |
BudgetForm.isSyncableBudget() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalHierarchyService.calculateAndSetProposalAppDocStatus(ProposalDevelopmentDocument doc,
org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange dto) |
String |
ProposalHierarchyService.createHierarchy(DevelopmentProposal initialChild)
This method takes a proposal, creates a Hierarchy
and links the proposal as the initial child.
|
List<ProposalDevelopmentDocument> |
ProposalHierarchyService.getChildProposalDevelopmentDocuments(String parentProposalNumber)
Get a list of ProposalDevelopmentDocuments that are children of proposal number provided.
|
List<DevelopmentProposal> |
ProposalHierarchyService.getHierarchyChildren(String parentProposalNumber)
Get a list of DevelopmentProposals that are children of proposal number provided.
|
List<HierarchyPersonnelSummary> |
ProposalHierarchyService.getHierarchyPersonnelSummaries(String parentProposalNumber) |
List<HierarchyProposalSummary> |
ProposalHierarchyService.getHierarchyProposalSummaries(String proposalNumber) |
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.
|
HierarchyProposalSummary |
ProposalHierarchyService.getProposalSummary(String proposalNumber) |
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.rejectProposalDevelopmentDocument(String proposalNumber,
String reason,
String principalId,
org.apache.struts.upload.FormFile rejectFile)
Reject a proposal development document by proposal number.
|
void |
ProposalHierarchyService.removeFromHierarchy(DevelopmentProposal childProposal)
This method removes childProposal from the hierarchy of which it is a member
|
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.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.
|
void |
ProposalHierarchyService.updateAppDocStatus(ProposalDevelopmentDocument doc,
String principalId,
String newStatus)
Update the app doc status for the given document.
|
ProposalHierarchyErrorDto |
ProposalHierarchyService.validateChildBudgetPeriods(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal,
boolean allowEndDateChange) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProposalHierarchyServiceImpl.aggregateHierarchy(DevelopmentProposal hierarchy) |
void |
ProposalHierarchyServiceImpl.calculateAndSetProposalAppDocStatus(ProposalDevelopmentDocument doc,
org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange dto) |
protected void |
ProposalHierarchyServiceImpl.copyInitialData(DevelopmentProposal hierarchyProposal,
DevelopmentProposal srcProposal) |
String |
ProposalHierarchyServiceImpl.createHierarchy(DevelopmentProposal initialChild) |
protected void |
ProposalHierarchyServiceImpl.finalizeHierarchySync(DevelopmentProposal hierarchyProposal) |
protected void |
ProposalHierarchyServiceImpl.finalizeHierarchySync(ProposalDevelopmentDocument pdDoc) |
List<ProposalDevelopmentDocument> |
ProposalHierarchyServiceImpl.getChildProposalDevelopmentDocuments(String parentProposalNumber) |
protected DevelopmentProposal |
ProposalHierarchyServiceImpl.getHierarchy(String hierarchyProposalNumber) |
protected BudgetDocument<DevelopmentProposal> |
ProposalHierarchyServiceImpl.getHierarchyBudget(DevelopmentProposal hierarchyProposal) |
protected List<BudgetDocument<DevelopmentProposal>> |
ProposalHierarchyServiceImpl.getHierarchyBudgets(DevelopmentProposal hierarchyProposal) |
List<HierarchyPersonnelSummary> |
ProposalHierarchyServiceImpl.getHierarchyPersonnelSummaries(String parentProposalNumber) |
List<HierarchyProposalSummary> |
ProposalHierarchyServiceImpl.getHierarchyProposalSummaries(String proposalNumber) |
ProposalDevelopmentDocument |
ProposalHierarchyServiceImpl.getParentDocument(ProposalDevelopmentDocument child) |
org.kuali.rice.kew.api.WorkflowDocument |
ProposalHierarchyServiceImpl.getParentWorkflowDocument(ProposalDevelopmentDocument child) |
HierarchyProposalSummary |
ProposalHierarchyServiceImpl.getProposalSummary(String proposalNumber) |
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.isBudgetSynchronized(String childProposalNumber) |
protected boolean |
ProposalHierarchyServiceImpl.isSynchronized(DevelopmentProposal childProposal) |
protected boolean |
ProposalHierarchyServiceImpl.isSynchronized(String childProposalNumber) |
protected void |
ProposalHierarchyServiceImpl.linkChild(DevelopmentProposal hierarchyProposal,
DevelopmentProposal newChildProposal,
String hierarchyBudgetTypeCode) |
void |
ProposalHierarchyServiceImpl.linkToHierarchy(DevelopmentProposal hierarchyProposal,
DevelopmentProposal newChildProposal,
String hierarchyBudgetTypeCode) |
DevelopmentProposal |
ProposalHierarchyServiceImpl.lookupParent(DevelopmentProposal childProposal) |
void |
ProposalHierarchyServiceImpl.rejectProposalDevelopmentDocument(String proposalNumber,
String reason,
String principalName,
org.apache.struts.upload.FormFile rejectFile) |
protected void |
ProposalHierarchyServiceImpl.rejectProposalHierarchy(ProposalDevelopmentDocument hierarchyParent,
String reason,
String principalId)
Reject an entire proposal hierarchy.
|
void |
ProposalHierarchyServiceImpl.removeFromHierarchy(DevelopmentProposal childProposal) |
void |
ProposalHierarchyServiceImpl.routeHierarchyChildren(ProposalDevelopmentDocument proposalDevelopmentDocument,
org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange dto) |
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) |
void |
ProposalHierarchyServiceImpl.synchronizeAllChildren(ProposalDevelopmentDocument pdDoc) |
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 void |
ProposalHierarchyServiceImpl.synchronizeChildBudget(Budget parentBudget,
Budget childBudget,
String childProposalNumber,
String hierarchyBudgetTypeCode,
boolean isOriginatingChildBudget) |
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) |
void |
ProposalHierarchyServiceImpl.updateAppDocStatus(ProposalDevelopmentDocument doc,
String principalId,
String newStatus) |
ProposalHierarchyErrorDto |
ProposalHierarchyServiceImpl.validateChildBudgetPeriods(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal,
boolean allowEndDateChange) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.