Uses of Class
org.kuali.kfs.pdp.businessobject.ProcessSummary

Packages that use ProcessSummary
org.kuali.kfs.pdp.businessobject   
 

Uses of ProcessSummary in org.kuali.kfs.pdp.businessobject
 

Methods in org.kuali.kfs.pdp.businessobject that return ProcessSummary
 ProcessSummary FormatProcessSummary.getProcessSummary(int index)
          This method retrieves a specific process summary from the list, by index
 

Methods in org.kuali.kfs.pdp.businessobject that return types with arguments of type ProcessSummary
 List<ProcessSummary> FormatProcessSummary.getProcessSummaryList()
          This method gets the process summary list
 

Methods in org.kuali.kfs.pdp.businessobject with parameters of type ProcessSummary
 void FormatProcessSummary.setProcessSummary(int key, ProcessSummary value)
          This method sets a process summary value at a given index in the process summary list.
 

Method parameters in org.kuali.kfs.pdp.businessobject with type arguments of type ProcessSummary
 void FormatProcessSummary.setProcessSummaryList(List<ProcessSummary> processSummaryList)
          This method sets the process summary list.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.