* popComboBoxes - populates the combo boxes in the form
*/
private List popPaymentMethodsList() {
paymentMethodsList = new ArrayList();
try {
PropertyCriteria propertyCriteria = new PropertyCriteria(PAYMENT_METHOD_KEY);
paymentMethodsList = (ArrayList)
dataServiceLocator.getPropertyService().searchProperties(propertyCriteria);
} catch (Exception ex) {
logger.error("DAO exception occured, cause: ", ex);
System.out.println("DAO exception occured, cause: " + ex);