|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormatService
Method Summary | |
---|---|
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.bo.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.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. |
Method Detail |
---|
List<CustomerProfile> getAllCustomerProfiles()
List<DisbursementNumberRange> getAllDisbursementNumberRanges()
Date getFormatProcessStartDate(String campus)
campus
- the campus code
FormatSelection getDataForFormat(org.kuali.rice.kim.bo.Person user)
user
- the user that initiated the format process
void performFormat(Integer procId) throws FormatException
procId
-
FormatException
void resetFormatPayments(Integer procId)
procId
- FormatProcessSummary startFormatProcess(org.kuali.rice.kim.bo.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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |