Uses of Class
org.zeroexchange.model.mcredit.CreditLine

Packages that use CreditLine
org.zeroexchange.dao.mcredit   
org.zeroexchange.mcredit   
org.zeroexchange.mcredit.read   
org.zeroexchange.mcredit.write   
 

Uses of CreditLine in org.zeroexchange.dao.mcredit
 

Methods in org.zeroexchange.dao.mcredit that return CreditLine
 CreditLine CreditLineDAOImpl.getCreditLine(User creditor, User debtor)
          Returns credit line between specified users.
 CreditLine CreditLineDAO.getCreditLine(User creditor, User debtor)
          Returns credit line between specified users.
 

Methods in org.zeroexchange.dao.mcredit that return types with arguments of type CreditLine
 SlicingDataSet<CreditLine> CreditLineDAOImpl.getCreditorLines(User creditor)
          Returns credit lines for the specified creditor.
 SlicingDataSet<CreditLine> CreditLineDAO.getCreditorLines(User creditor)
          Returns credit lines for the specified creditor.
 SlicingDataSet<CreditLine> CreditLineDAOImpl.getDebtorLines(User debtor)
          Returns credit lines for the specified debtor.
 SlicingDataSet<CreditLine> CreditLineDAO.getDebtorLines(User debtor)
          Returns credit lines for the specified debtor.
protected  Class<CreditLine> CreditLineDAOImpl.getEntityClass()
          
 

Methods in org.zeroexchange.dao.mcredit with parameters of type CreditLine
 void CreditLineDAOImpl.remove(CreditLine creditLine)
          Removes line by id.
 void CreditLineDAO.remove(CreditLine creditLine)
          Removes line by id.
 

Uses of CreditLine in org.zeroexchange.mcredit
 

Methods in org.zeroexchange.mcredit that return types with arguments of type CreditLine
 List<CreditLine> CreditPath.getPath()
           
 

Method parameters in org.zeroexchange.mcredit with type arguments of type CreditLine
 void CreditPath.setPath(List<CreditLine> path)
           
 

Uses of CreditLine in org.zeroexchange.mcredit.read
 

Methods in org.zeroexchange.mcredit.read that return CreditLine
 CreditLine CreditLineReader.getComplemetaryCreditLine(CreditLine creditLine)
          Finds the complementary credit line.
 CreditLine DefaultCreditLineReader.getComplemetaryCreditLine(CreditLine creditLine)
          Finds the complementary credit line.
 

Methods in org.zeroexchange.mcredit.read with parameters of type CreditLine
 BigDecimal CreditLineReader.getAvailableAmount(CreditLine creditLine)
          Returns available amount for the specified line.
 BigDecimal DefaultCreditLineReader.getAvailableAmount(CreditLine creditLine)
          Returns available amount for the specified line.
 CreditLine CreditLineReader.getComplemetaryCreditLine(CreditLine creditLine)
          Finds the complementary credit line.
 CreditLine DefaultCreditLineReader.getComplemetaryCreditLine(CreditLine creditLine)
          Finds the complementary credit line.
 

Method parameters in org.zeroexchange.mcredit.read with type arguments of type CreditLine
protected  void DefaultCreditPathFinder.find2UsersPaths(User debtor, User creditor, CreditPaths paths, Deque<CreditLine> path)
          Finds paths between two users.
 BigDecimal CreditLineReader.getAvailableAmount(Collection<CreditLine> lines)
          Returns available amount for the specified path.
 BigDecimal DefaultCreditLineReader.getAvailableAmount(Collection<CreditLine> path)
          Returns available amount for the specified path.
 

Uses of CreditLine in org.zeroexchange.mcredit.write
 

Methods in org.zeroexchange.mcredit.write that return CreditLine
 CreditLine CreditLineWriter.setCreditLine(User creditor, User debtor, BigDecimal value)
          Adds user credit relation.
 CreditLine DefaultCreditLineWriter.setCreditLine(User creditor, User debtor, BigDecimal value)
          Adds user credit relation.
 

Methods in org.zeroexchange.mcredit.write that return types with arguments of type CreditLine
 SlicingDataSet<CreditLine> CreditLineWriter.getUserLines(User creditor)
          Returns credit lines for the specified creditor.
 SlicingDataSet<CreditLine> DefaultCreditLineWriter.getUserLines(User creditor)
          Returns credit lines for the specified creditor.
protected  Collection<CreditLine> DefaultCreditLineWriter.roteDebt(Collection<CreditLine> path, BigDecimal valueToMove)
          Routes the specified value over the route.
 

Methods in org.zeroexchange.mcredit.write with parameters of type CreditLine
 void CreditLineWriter.remove(CreditLine creditLine)
          Remove credit line by id.
 void DefaultCreditLineWriter.remove(CreditLine creditLine)
          Remove credit line by id.
 

Method parameters in org.zeroexchange.mcredit.write with type arguments of type CreditLine
protected  Collection<CreditLine> DefaultCreditLineWriter.roteDebt(Collection<CreditLine> path, BigDecimal valueToMove)
          Routes the specified value over the route.
 



Copyright © 2013. All Rights Reserved.