Searched refs:getCurrentUSPrice (Results 1 – 3 of 3) sorted by relevance
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/ |
H A D | auctionTableModel.java | 177 return aEntry.getCurrentUSPrice(); in getSortByValueAt() 181 …return Currency.convertToUSD(aEntry.getCurrentUSPrice(), aEntry.getCurrentPrice(), getMaxOrSnipe(a… in getSortByValueAt() 188 …return Currency.convertToUSD(aEntry.getCurrentUSPrice(), aEntry.getCurrentPrice(), aEntry.getBuyNo… in getSortByValueAt() 192 return Currency.convertToUSD(aEntry.getCurrentUSPrice(), aEntry.getCurrentPrice(), si); in getSortByValueAt() 196 return Currency.convertToUSD(aEntry.getCurrentUSPrice(), aEntry.getCurrentPrice(), bid); in getSortByValueAt() 199 return Currency.convertToUSD(aEntry.getCurrentUSPrice(), aEntry.getCurrentPrice(), snipe); in getSortByValueAt() 219 …Currency shippingUSD = Currency.convertToUSD(aEntry.getCurrentUSPrice(), aEntry.getCurrentPrice(),… in getSortByValueAt() 232 …Currency shippingUSD2 = Currency.convertToUSD(aEntry.getCurrentUSPrice(), aEntry.getCurrentPrice()… in getSortByValueAt() 234 …return Currency.convertToUSD(aEntry.getCurrentUSPrice(), aEntry.getCurrentPrice(), aEntry.getSnipe… in getSortByValueAt()
|
H A D | AuctionsUIModel.java | 217 Currency currentUSPrice = ae.getCurrentUSPrice(); in addUSD() 278 Currency currentUSPrice = ae2.getCurrentUSPrice(); in sum()
|
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/auction/ |
H A D | AuctionEntry.java | 1349 public Currency getCurrentUSPrice() { in getCurrentUSPrice() method in AuctionEntry
|