Modifier and Type | Method and Description |
---|---|
CashieringItemInProcess |
CashieringTransaction.getNewItemInProcess()
Gets the newItemInProcess attribute.
|
CashieringItemInProcess |
CashieringTransaction.getOpenItemInProcess(int index)
This method returns a single open item in process
|
Modifier and Type | Method and Description |
---|---|
List<CashieringItemInProcess> |
CashieringTransaction.getOpenItemsInProcess()
Gets the openItemsInProcess attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
CashieringTransaction.setNewItemInProcess(CashieringItemInProcess newItemInProcess)
Sets the newItemInProcess attribute value.
|
Modifier and Type | Method and Description |
---|---|
void |
CashieringTransaction.setOpenItemsInProcess(List<CashieringItemInProcess> openItemsInProcess)
Sets the openItemsInProcess attribute value.
|
Modifier and Type | Method and Description |
---|---|
List<CashieringItemInProcess> |
CashManagementDao.findOpenItemsInProcessByCampusCode(String campusCode)
This method returns a list of open items in process for a given campus code
|
List<CashieringItemInProcess> |
CashManagementDao.findRecentlyClosedItemsInProcess(String campusCode)
This finds items in process associated with the given campus code closed within the past 30 days.
|
Modifier and Type | Method and Description |
---|---|
List<CashieringItemInProcess> |
CashManagementDaoOjb.findOpenItemsInProcessByCampusCode(String campusCode) |
List<CashieringItemInProcess> |
CashManagementDaoOjb.findRecentlyClosedItemsInProcess(String campusCode) |
Modifier and Type | Method and Description |
---|---|
List<CashieringItemInProcess> |
CashManagementService.getOpenItemsInProcess(CashManagementDocument cmDoc)
Retrieve the open cashiering items in process for the given cash management document.
|
List<CashieringItemInProcess> |
CashManagementService.getRecentlyClosedItemsInProcess(CashManagementDocument cmDoc)
Returns all items in process associated with this workgroup, closed within the past 30 days
|
Modifier and Type | Method and Description |
---|---|
List<CashieringItemInProcess> |
CashManagementServiceImpl.getOpenItemsInProcess(CashManagementDocument cmDoc)
This method retrieves a collection of open CashieringItemInProcess objects from the cash management document given
and returns that collection.
|
List<CashieringItemInProcess> |
CashManagementServiceImpl.getRecentlyClosedItemsInProcess(CashManagementDocument cmDoc)
This method retrieves a collection of recently closed CashieringItemInProcess objects from the cash management
document given and returns the collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CashManagementDocumentRule.checkPaidBackItemInProcessDoesNotExceedTotal(CashieringItemInProcess itemInProc,
int cashieringItemNumber)
This method returns true if the current payment amount for the cashiering item in process does not exceed
the actual item amount for the item in process
|
Modifier and Type | Field and Description |
---|---|
protected List<CashieringItemInProcess> |
CashManagementForm.recentlyClosedItemsInProcess |
Modifier and Type | Method and Description |
---|---|
List<CashieringItemInProcess> |
CashManagementForm.getRecentlyClosedItemsInProcess()
Gets the recentlyClosedItemsInProcess attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
CashManagementForm.setRecentlyClosedItemsInProcess(List<CashieringItemInProcess> recentlyClosedItemsInProcess)
Sets the recentlyClosedItemsInProcess attribute value.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.