Uses of Interface
org.osid.financials.Currency
Packages that use Currency
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.bidding
service.
The Open Service Interface Definitions for the org.osid.billing
service.
The Open Service Interface Definitions for the org.osid.billing.payment
service.
The Open Service Interface Definitions for the org.osid.configuration
service.
The Open Service Interface Definitions for the org.osid.financials
service.
The Open Service Interface Definitions for the org.osid.financials.budgeting
service.
The Open Service Interface Definitions for the org.osid.financials.posting
service.
The Open Service Interface Definitions for the org.osid.locale
service.
The Open Service Interface Definitions for the org.osid.ordering
service.
The Open Service Interface Definitions for the org.osid.personnel
service.
The Open Service Interface Definitions for the org.osid.provisioning
service.
The Open Service Interface Definitions for the org.osid.room.construction
service.
-
Uses of Currency in org.osid
Modifier and TypeMethodDescriptionCurrency[]Metadata.getCurrencySet()Gets the set of acceptable currency values.Currency[]Metadata.getDefaultCurrencyValues()Gets the default currency values.Currency[]Metadata.getExistingCurrencyValues()Gets the existing currency values.Metadata.getMaximumCurrency()Gets the maximum currency value.Metadata.getMinimumCurrency()Gets the minimum currency value. -
Uses of Currency in org.osid.bidding
Methods in org.osid.bidding that return CurrencyModifier and TypeMethodDescriptionAuction.getBuyoutPrice()Gets the buyout price.Bid.getCurrentBid()Gets the current bid amount.Bid.getMaximumBid()Gets the maximum bid.Auction.getPriceIncrement()Gets the minimum increment amount for successive bids.Auction.getReservePrice()Gets the reserve price.Bid.getSettlementAmount()Gets the settlement amount owed from the bidder.Auction.getStartingPrice()Gets the starting price per item.Methods in org.osid.bidding with parameters of type CurrencyModifier and TypeMethodDescriptionvoidAuctionQuery.matchBuyoutPrice(Currency start, Currency end, boolean match) Matches the buyout price between the given range inclusive.voidBidQuery.matchCurrentBid(Currency start, Currency end, boolean match) Matches bids with a current bidsbetween the given range inclusive.voidBidQuery.matchMaximumBid(Currency start, Currency end, boolean match) Matches bids with a max bid between the given range inclusive.voidAuctionQuery.matchPriceIncrement(Currency start, Currency end, boolean match) Matches the price increment between the given range inclusive.voidAuctionQuery.matchReservePrice(Currency start, Currency end, boolean match) Matches the reserve price between the given range inclusive.voidBidQuery.matchSettlementAmount(Currency start, Currency end, boolean match) Matches bids with a settlement amount between the given range inclusive.voidAuctionQuery.matchStartingPrice(Currency start, Currency end, boolean match) Matches the starting price between the given range inclusive.voidAuctionForm.setBuyoutPrice(Currency price) Sets the buyout price.voidBidForm.setMaximumBid(Currency bid) Sets the maximum bid.voidAuctionForm.setPriceIncrement(Currency price) Sets the price increment.voidAuctionForm.setReservePrice(Currency price) Sets the reserve price.voidAuctionForm.setStartingPrice(Currency price) Sets the starting price. -
Uses of Currency in org.osid.billing
Methods in org.osid.billing that return CurrencyModifier and TypeMethodDescriptionEntry.getAmount()Gets the amount of this entry.Item.getAmount()Gets the amount of this item.Methods in org.osid.billing with parameters of type CurrencyModifier and TypeMethodDescriptionvoidEntryQuery.matchAmount(Currency low, Currency high, boolean match) Matches the amount between the given range inclusive.voidItemQuery.matchAmount(Currency low, Currency high, boolean match) Matches the amount between the given range inclusive.voidSets the amount.voidSets the amount. -
Uses of Currency in org.osid.billing.payment
Methods in org.osid.billing.payment that return CurrencyModifier and TypeMethodDescriptionPayment.getAmount()Gets the amount of this payment.Summary.getBalance()Gets the balance for this customer.Summary.getLastPayment()Gets the last payment for this customer.Methods in org.osid.billing.payment with parameters of type CurrencyModifier and TypeMethodDescriptionvoidPaymentQuery.matchAmount(Currency from, Currency to, boolean match) Matches amounts between the given range inclusive.voidSets the amount. -
Uses of Currency in org.osid.binding.java
Subinterfaces with type arguments of type Currency in org.osid.binding.javaModifier and TypeInterfaceDescriptioninterfaceSupplements the OSID Currency interface for Java.Methods in org.osid.binding.java with parameters of type CurrencyModifier and TypeMethodDescriptionintCompares this currency with the specified Currency for order.booleanTests if this Currency is greater than the given Currency.booleanTests if this Currency is less than the given Currency. -
Uses of Currency in org.osid.configuration
Methods in org.osid.configuration that return CurrencyMethods in org.osid.configuration with parameters of type CurrencyModifier and TypeMethodDescriptionvoidValueQuery.matchCurrencyValue(Currency low, Currency high, boolean match) Adds a currency match within the given range inclusive.voidValueForm.setCurrencyValue(Currency value) Sets a currency value. -
Uses of Currency in org.osid.financials
Methods in org.osid.financials that return CurrencyModifier and TypeMethodDescriptionSummary.getBudget()Gets the budget.Summary.getCredits()Gets the credits for this fiscal period.Summary.getDebits()Gets the debits for this fiscal period.Summary.getForecast()Gets the forecastCurrency[]CurrencyList.getNextCurrencies(long n) Gets the next set ofCurrencyelements in this list.CurrencyList.getNextCurrency()Gets the nextCurrencyin this list.Methods in org.osid.financials with parameters of type CurrencyModifier and TypeMethodDescriptionvoidSummaryQuery.matchBudget(Currency from, Currency to, boolean match) Matches a budget within the given range inclusive.voidSummaryQuery.matchCredits(Currency from, Currency to, boolean match) Matches credits within the given range inclusive.voidSummaryQuery.matchDebits(Currency from, Currency to, boolean match) Matches debits within the given range inclusive.voidSummaryQuery.matchForecast(Currency from, Currency to, boolean match) Matches a forecast within the given range inclusive. -
Uses of Currency in org.osid.financials.budgeting
Methods in org.osid.financials.budgeting that return CurrencyModifier and TypeMethodDescriptionBudgetEntry.getAmount()Gets the amount of this budget entries.Methods in org.osid.financials.budgeting with parameters of type CurrencyModifier and TypeMethodDescriptionvoidBudgetEntryQuery.matchAmount(Currency low, Currency high, boolean match) Matches the amount between the given range inclusive.voidSets the amount. -
Uses of Currency in org.osid.financials.posting
Methods in org.osid.financials.posting that return CurrencyMethods in org.osid.financials.posting with parameters of type CurrencyModifier and TypeMethodDescriptionvoidPostEntryQuery.matchAmount(Currency low, Currency high, boolean match) Matches the amount between the given range inclusive.voidSets the amount. -
Uses of Currency in org.osid.locale
Methods in org.osid.locale that return CurrencyModifier and TypeMethodDescriptionCurrency[]CurrencyConversionSession.convertCurrencies(Currency[] sourceCurrencyAmounts) Converts currencies.CurrencyConversionSession.convertCurrency(Currency sourceCurrencyAmount) Converts currency.CurrencyFormattingSession.stringToCurrency(String s) Parses a currency amount.Methods in org.osid.locale with parameters of type CurrencyModifier and TypeMethodDescriptionCurrency[]CurrencyConversionSession.convertCurrencies(Currency[] sourceCurrencyAmounts) Converts currencies.CurrencyConversionSession.convertCurrency(Currency sourceCurrencyAmount) Converts currency.String[]CurrencyFormattingSession.currenciesToStrings(Currency[] amounts) Gets a string representation of a list of currency amounts including the currency symbols indicated by the currency type.CurrencyFormattingSession.currencyToString(Currency amount) Gets a string representation of a currency including the currency symbol indicated by the currency type. -
Uses of Currency in org.osid.ordering
Methods in org.osid.ordering that return CurrencyModifier and TypeMethodDescriptionCost.getAmount()Gets the cost.Price.getAmount()Gets the amount.CostTerm.getAmountEnd()Gets the end range of the amount.CostTerm.getAmountStart()Gets the start range of the amount.Order.getTotalCost()Gets the total cost for this order.Methods in org.osid.ordering with parameters of type CurrencyModifier and TypeMethodDescriptionvoidPriceQuery.matchAmount(Currency low, Currency high, boolean match) Matches the amount between the given range inclusive.voidMatches costs between the given range inclusive.voidPriceQuery.matchMinimumAmount(Currency amount, boolean match) Matches the a minimum price amount.voidItemQuery.matchMinimumCost(Currency cost, boolean match) Matches minimum costs between the given range inclusive.voidOrderQuery.matchMinimumTotalCost(Currency cost, boolean match) Matches total costs greter than or equal to the given cost.voidOrderQuery.matchTotalCost(Currency low, Currency high, boolean match) Matches total costs between the given range inclusive. -
Uses of Currency in org.osid.personnel
Methods in org.osid.personnel that return CurrencyModifier and TypeMethodDescriptionPosition.getHighSalaryRange()Gets the high end of the salary range.Position.getLowSalaryRange()Gets the low end of the salary range.Position.getMidpointSalaryRange()Gets the midpoint of the salary range.Appointment.getSalary()Gets the salary.Methods in org.osid.personnel with parameters of type CurrencyModifier and TypeMethodDescriptionvoidPositionQuery.matchHighSalaryRange(Currency from, Currency to, boolean match) Matches a high salary between the given range inclusive.voidPositionQuery.matchLowSalaryRange(Currency from, Currency to, boolean match) Matches a low salary between the given range inclusive.voidPositionQuery.matchMidpointSalaryRange(Currency from, Currency to, boolean match) Matches a midpoint salary between the given range inclusive.voidAppointmentQuery.matchSalary(Currency from, Currency to, boolean match) Matches a salary between the given range inclusive.voidPositionForm.setHighSalaryRange(Currency salary) Sets the high salary range.voidPositionForm.setLowSalaryRange(Currency salary) Sets the low salary range.voidPositionForm.setMidpointSalaryRange(Currency salary) Sets the midpoint salary range.voidSets the salary. -
Uses of Currency in org.osid.provisioning
Methods in org.osid.provisioning that return CurrencyModifier and TypeMethodDescriptionProvision.getCost()Gets the cost.Provision.getRateAmount()Gets the rate amount.Methods in org.osid.provisioning with parameters of type CurrencyModifier and TypeMethodDescriptionvoidMatches leased provisions with a cost within the given range inclusive.voidProvisionQuery.matchRateAmount(Currency from, Currency to, boolean match) Matches leased provisions with a rate amount within the given range inclusive.voidSets the cost.voidProvisionForm.setRateAmount(Currency amount) Sets the rate amount. -
Uses of Currency in org.osid.room.construction
Methods in org.osid.room.construction that return CurrencyModifier and TypeMethodDescriptionProject.getCost()Gets the cost for this renovation.Renovation.getCost()Gets the cost for this renovation.Methods in org.osid.room.construction with parameters of type CurrencyModifier and TypeMethodDescriptionvoidMatches a cost within the given range inclusive.voidMatches a cost within the given range inclusive.voidSets the cost.voidSets the cost. -
Uses of Currency in org.osid.search.terms
Methods in org.osid.search.terms that return CurrencyModifier and TypeMethodDescriptionCurrencyTerm.getCurrency()Gets the currency in the term.CurrencyRangeTerm.getCurrencyRangeEnd()Gets the end of the currency range in the term.CurrencyRangeTerm.getCurrencyRangeStart()Gets thestart of the currency range in the term.