public interface FormatService
Modifier and Type | Method and Description |
---|---|
void |
clearUnfinishedFormat(Integer processId)
If the start format process was run and the user doesn't want to continue,
this needs to be run to set all payments back to open.
|
void |
endFormatProcess(String campus)
This method removes the format process from the format process table
|
List<CustomerProfile> |
getAllCustomerProfiles()
This method gets all customer profiles
|
List<DisbursementNumberRange> |
getAllDisbursementNumberRanges()
This method gets all disbursement number ranges
|
FormatSelection |
getDataForFormat(org.kuali.rice.kim.api.identity.Person user)
This method gets the data for the format process
|
Date |
getFormatProcessStartDate(String campus)
This method gets the format process by campus code and returns the start date for that process.
|
void |
performFormat(Integer procId)
This method formats the data for check printing.
|
void |
resetFormatPayments(Integer procId)
If the start format process was run and errored out,
this needs to be run to allow formats to continue to function
|
FormatProcessSummary |
startFormatProcess(org.kuali.rice.kim.api.identity.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.
|
List<CustomerProfile> getAllCustomerProfiles()
List<DisbursementNumberRange> getAllDisbursementNumberRanges()
Date getFormatProcessStartDate(String campus)
campus
- the campus codeFormatSelection getDataForFormat(org.kuali.rice.kim.api.identity.Person user)
user
- the user that initiated the format processvoid performFormat(Integer procId) throws FormatException
procId
- FormatException
void resetFormatPayments(Integer procId)
procId
- FormatProcessSummary startFormatProcess(org.kuali.rice.kim.api.identity.Person user, String campus, List<CustomerProfile> customers, Date paydate, String paymentTypes)
user
- campus
- customers
- paydate
- paymentTypes
- void endFormatProcess(String campus)
campus
- void clearUnfinishedFormat(Integer processId)
processId
- Copyright © 2004–2014 The Kuali Foundation. All rights reserved.