Uses of Class
org.zeroexchange.model.resource.money.che.CHEPayment

Packages that use CHEPayment
org.zeroexchange.dao.resource.money.fixed   
org.zeroexchange.model.resource.money.che   
 

Uses of CHEPayment in org.zeroexchange.dao.resource.money.fixed
 

Methods in org.zeroexchange.dao.resource.money.fixed that return types with arguments of type CHEPayment
 Class<CHEPayment> CHEPaymentDAOImpl.getEntityClass()
          
 Collection<CHEPayment> CHEPaymentDAO.getPayments(Integer userId)
          Returns actual amount of money user have.
 Collection<CHEPayment> CHEPaymentDAOImpl.getPayments(Integer userId)
          Returns actual amount of money user have.
 

Uses of CHEPayment in org.zeroexchange.model.resource.money.che
 

Methods in org.zeroexchange.model.resource.money.che that return types with arguments of type CHEPayment
 Set<CHEPayment> CHECreditStatus.getPayments()
           
 

Method parameters in org.zeroexchange.model.resource.money.che with type arguments of type CHEPayment
 void CHECreditStatus.setPayments(Set<CHEPayment> payments)
           
 



Copyright © 2013. All Rights Reserved.