public interface ReceivingAddressService
| Modifier and Type | Method and Description | 
|---|---|
| int | countActiveByChartOrg(String chartCode,
                                          String orgCode)Counts the number of the active receiving addresses with the specified chart/org code. | 
| Collection<ReceivingAddress> | findActiveByChartOrg(String chartCode,
                                        String orgCode)Finds all of the active receiving addresses with the specified chart/org code. | 
| Collection<ReceivingAddress> | findDefaultByChartOrg(String chartCode,
                                          String orgCode)Finds all of the active default receiving addresses with the specified chart/org code. | 
| ReceivingAddress | findUniqueDefaultByChartOrg(String chartCode,
                                                      String orgCode)Finds the unique active default receiving addresses with the specified chart/org code. | 
Collection<ReceivingAddress> findActiveByChartOrg(String chartCode, String orgCode)
chartCode - - chart of accounts code.orgCode - - organization code.Collection<ReceivingAddress> findDefaultByChartOrg(String chartCode, String orgCode)
chartCode - - chart of accounts code.orgCode - - organization code.ReceivingAddress findUniqueDefaultByChartOrg(String chartCode, String orgCode)
chartCode - - chart of accounts code.orgCode - - organization code.int countActiveByChartOrg(String chartCode, String orgCode)
chartCode - - chart of accounts code.orgCode - - organization code.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.