|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatProcessSummary | |
---|---|
org.kuali.kfs.pdp.service | |
org.kuali.kfs.pdp.service.impl | |
org.kuali.kfs.pdp.web.struts |
Uses of FormatProcessSummary in org.kuali.kfs.pdp.service |
---|
Methods in org.kuali.kfs.pdp.service that return FormatProcessSummary | |
---|---|
FormatProcessSummary |
FormatService.startFormatProcess(org.kuali.rice.kim.bo.Person user,
String campus,
List<CustomerProfile> customers,
Date paydate,
String paymentTypes)
This method marks the process log so a format only happens once per campus. |
Uses of FormatProcessSummary in org.kuali.kfs.pdp.service.impl |
---|
Methods in org.kuali.kfs.pdp.service.impl that return FormatProcessSummary | |
---|---|
FormatProcessSummary |
FormatServiceImpl.startFormatProcess(org.kuali.rice.kim.bo.Person user,
String campus,
List<CustomerProfile> customers,
Date paydate,
String paymentTypes)
|
Methods in org.kuali.kfs.pdp.service.impl with parameters of type FormatProcessSummary | |
---|---|
protected org.kuali.rice.kns.util.KualiInteger |
FormatServiceImpl.assignDisbursementNumber(String campus,
DisbursementNumberRange range,
PaymentGroup paymentGroup,
FormatProcessSummary postFormatProcessSummary)
This method gets a new disbursement number and sets it on the payment group and process summary. |
protected boolean |
FormatServiceImpl.assignDisbursementNumbersAndCombineChecks(PaymentProcess paymentProcess,
FormatProcessSummary postFormatProcessSummary)
This method assigns disbursement numbers and tries to combine payment groups with disbursement type check if possible. |
Uses of FormatProcessSummary in org.kuali.kfs.pdp.web.struts |
---|
Methods in org.kuali.kfs.pdp.web.struts that return FormatProcessSummary | |
---|---|
FormatProcessSummary |
FormatForm.getFormatProcessSummary()
This method gets the format process summary. |
Methods in org.kuali.kfs.pdp.web.struts with parameters of type FormatProcessSummary | |
---|---|
void |
FormatForm.setFormatProcessSummary(FormatProcessSummary formatProcessSummary)
This method sets the format process summary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |