public class ItemBillHelperService extends Object
| Constructor and Description | 
|---|
ItemBillHelperService()  | 
| Modifier and Type | Method and Description | 
|---|---|
DocstoreClientLocator | 
getDocstoreClientLocator()  | 
FeeType | 
getFeeTypeDetails(FeeType feeType)  | 
List<FeeType> | 
getItemBillDetails(String itemBarcode)
This method will retrieve  FeeType object and iterate it  and set to item bill for differencating paid and unpaid bills 
 | 
List<FeeType> | 
sortById(List<FeeType> feeTypes)  | 
public ItemBillHelperService()
public DocstoreClientLocator getDocstoreClientLocator()
public List<FeeType> getItemBillDetails(String itemBarcode)
public FeeType getFeeTypeDetails(FeeType feeType)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.