Uses of Class
com.echothree.model.data.accounting.server.entity.Currency
Packages that use Currency
Package
Description
-
Uses of Currency in com.echothree.control.user.accounting.server.command
Methods in com.echothree.control.user.accounting.server.command that return CurrencyMethods in com.echothree.control.user.accounting.server.command that return types with arguments of type CurrencyModifier and TypeMethodDescriptionprotected Collection<Currency>
GetCurrenciesCommand.getEntities()
Methods in com.echothree.control.user.accounting.server.command with parameters of type CurrencyMethod parameters in com.echothree.control.user.accounting.server.command with type arguments of type CurrencyModifier and TypeMethodDescriptionprotected BaseResult
GetCurrenciesCommand.getResult
(Collection<Currency> entities) -
Uses of Currency in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return CurrencyModifier and TypeMethodDescriptionAccountingControl.createCurrency
(String currencyIsoName, String symbol, SymbolPosition symbolPosition, Boolean symbolOnListStart, Boolean symbolOnListMember, Boolean symbolOnSubtotal, Boolean symbolOnTotal, String groupingSeparator, Integer groupingSize, String fractionSeparator, Integer defaultFractionDigits, Integer priceUnitFractionDigits, Integer priceLineFractionDigits, Integer costUnitFractionDigits, Integer costLineFractionDigits, String minusSign, Boolean isDefault, Integer sortOrder, BasePK createdBy) AccountingControl.getCurrencyByEntityInstance
(EntityInstance entityInstance) AccountingControl.getCurrencyByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.CurrencyAccountingControl.getCurrencyByEntityInstanceForUpdate
(EntityInstance entityInstance) AccountingControl.getCurrencyByIsoName
(String currencyIsoName) AccountingControl.getCurrencyByIsoNameForUpdate
(String currencyIsoName) AccountingControl.getDefaultCurrency()
AccountingControl.getDefaultCurrencyForUpdate()
Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type CurrencyMethods in com.echothree.model.control.accounting.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionAccountingControl.createCurrencyDescription
(Currency currency, Language language, String description, BasePK createdBy) AccountingControl.createGlAccount
(String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, BasePK createdBy) AccountingControl.createTransactionGlEntry
(Transaction transaction, Integer transactionGlEntrySequence, TransactionGlEntry parentTransactionGlEntry, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalAmount, Long amount, BasePK createdBy) AccountingControl.getBestCurrencyDescription
(Currency currency, Language language) AccountingControl.getCurrencyDescription
(Currency currency, Language language) AccountingControl.getCurrencyDescriptionsByCurrency
(Currency currency) AccountingControl.getCurrencyDescriptionsByCurrencyForUpdate
(Currency currency) AccountingControl.getCurrencyDescriptionTransfers
(UserVisit userVisit, Currency currency) AccountingControl.getCurrencyTransfer
(UserVisit userVisit, Currency currency) Method parameters in com.echothree.model.control.accounting.server.control with type arguments of type CurrencyModifier and TypeMethodDescriptionAccountingControl.getCurrencyTransfers
(UserVisit userVisit, Collection<Currency> currencies) -
Uses of Currency in com.echothree.model.control.accounting.server.graphql
Constructors in com.echothree.model.control.accounting.server.graphql with parameters of type Currency -
Uses of Currency in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic that return CurrencyModifier and TypeMethodDescriptionCurrencyLogic.getCurrencyByName
(ExecutionErrorAccumulator eea, String currencyIsoName) CurrencyLogic.getDefaultCurrency
(ExecutionErrorAccumulator eea) Methods in com.echothree.model.control.accounting.server.logic with parameters of type CurrencyModifier and TypeMethodDescriptionGlAccountLogic.createGlAccount
(ExecutionErrorAccumulator eea, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Language language, String description, BasePK createdBy) TransactionLogic.createTransactionGlEntry
(Transaction transaction, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalAmount, BasePK createdBy) TransactionLogic.createTransactionGlEntryUsingNames
(Transaction transaction, Party groupParty, String transactionGlAccountCategoryName, GlAccount glAccount, Currency originalCurrency, Long originalAmount, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer with parameters of type Currency -
Uses of Currency in com.echothree.model.control.club.server.control
Methods in com.echothree.model.control.club.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionClubControl.createClub
(String clubName, SubscriptionType subscriptionType, Filter clubPriceFilter, Currency currency, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionContentControl.createContentCatalogItem
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) ContentControl.getContentCatalogItem
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ContentControl.getContentCatalogItemForUpdate
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) -
Uses of Currency in com.echothree.model.control.content.server.logic
Methods in com.echothree.model.control.content.server.logic with parameters of type CurrencyModifier and TypeMethodDescriptionContentLogic.createContentCategoryItem
(ExecutionErrorAccumulator eea, ContentCategory contentCategory, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.filter.server.control
Methods in com.echothree.model.control.filter.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionFilterControl.createFilterAdjustmentAmount
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Long amount, BasePK createdBy) FilterControl.createFilterAdjustmentFixedAmount
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Long unitAmount, BasePK createdBy) FilterControl.createFilterAdjustmentPercent
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Integer percent, BasePK createdBy) FilterControl.getFilterAdjustmentAmount
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency) FilterControl.getFilterAdjustmentAmountForUpdate
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency) FilterControl.getFilterAdjustmentAmountValueForUpdate
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency) FilterControl.getFilterAdjustmentFixedAmount
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency) FilterControl.getFilterAdjustmentFixedAmountForUpdate
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency) FilterControl.getFilterAdjustmentFixedAmountValueForUpdate
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency) FilterControl.getFilterAdjustmentPercent
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency) FilterControl.getFilterAdjustmentPercentForUpdate
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency) FilterControl.getFilterAdjustmentPercentValueForUpdate
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency) -
Uses of Currency in com.echothree.model.control.filter.server.evaluator
Fields in com.echothree.model.control.filter.server.evaluator declared as CurrencyMethods in com.echothree.model.control.filter.server.evaluator that return CurrencyMethods in com.echothree.model.control.filter.server.evaluator with parameters of type CurrencyConstructors in com.echothree.model.control.filter.server.evaluator with parameters of type CurrencyModifierConstructorDescriptionFilteredItemFixedPrice
(Item item, UnitOfMeasureType unitOfMeasureType, Currency currency, Long unitPrice) Creates a new instance of FilteredItemFixedPriceFilteredItemPrice
(Item item, UnitOfMeasureType unitOfMeasureType, Currency currency) Creates a new instance of FilteredItemPrice -
Uses of Currency in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionFinancialControl.createFinancialAccount
(FinancialAccountType financialAccountType, String financialAccountName, Currency currency, GlAccount glAccount, String reference, String description, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionGeoControl.createGeoCodeCurrency
(GeoCode geoCode, Currency currency, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
GeoControl.deleteGeoCodeCurrenciesByCurrency
(Currency currency, BasePK deletedBy) GeoControl.getGeoCodeCurrenciesByCurrency
(Currency currency) GeoControl.getGeoCodeCurrenciesByCurrencyForUpdate
(Currency currency) GeoControl.getGeoCodeCurrency
(GeoCode geoCode, Currency currency) GeoControl.getGeoCodeCurrencyForUpdate
(GeoCode geoCode, Currency currency) GeoControl.getGeoCodeCurrencyTransfersByCurrency
(UserVisit userVisit, Currency currency) GeoControl.getGeoCodeCurrencyValueForUpdate
(GeoCode geoCode, Currency currency) -
Uses of Currency in com.echothree.model.control.graphql.server.graphql
Fields in com.echothree.model.control.graphql.server.graphql declared as CurrencyConstructors in com.echothree.model.control.graphql.server.graphql with parameters of type CurrencyModifierConstructorDescriptionAmountObject
(Currency currency, Long unformattedAmount) protected
BaseCurrencyObject
(Currency currency) LineCostObject
(Currency currency, Long unformattedLineCost) LinePriceObject
(Currency currency, Long unformattedLinePrice) UnitCostObject
(Currency currency, Long unformattedUnitCost) UnitPriceObject
(Currency currency, Long unformattedUnitPrice) -
Uses of Currency in com.echothree.model.control.graphql.server.util
Methods in com.echothree.model.control.graphql.server.util that return CurrencyModifier and TypeMethodDescriptionstatic Currency
BaseGraphQl.getCurrencyEntity
(graphql.schema.DataFetchingEnvironment env) -
Uses of Currency in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionLotControl.createLot
(String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, BasePK createdBy) void
LotControl.deleteLotsByCurrency
(Currency currency, BasePK deletedBy) LotControl.getLotsByCurrency
(Currency currency) LotControl.getLotsByCurrencyForUpdate
(Currency currency) -
Uses of Currency in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic with parameters of type CurrencyModifier and TypeMethodDescriptionLotLogic.createLot
(ExecutionErrorAccumulator eea, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.invoice.server.logic
Methods in com.echothree.model.control.invoice.server.logic that return CurrencyMethods in com.echothree.model.control.invoice.server.logic with parameters of type CurrencyModifier and TypeMethodDescriptionInvoiceLogic.createInvoice
(Session session, ExecutionErrorAccumulator eea, String invoiceTypeName, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long invoicedTime, Long dueTime, Long paidTime, BasePK createdBy) PurchaseInvoiceLogic.createInvoice
(Session session, ExecutionErrorAccumulator eea, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long invoicedTime, Long dueTime, Long paidTime, String workflowEntranceName, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionlong
ItemControl.countItemPricesByCurrency
(Currency currency) ItemControl.createItemPrice
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) ItemControl.createItemUnitPriceLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long minimumUnitPrice, Long maximumUnitPrice, BasePK createdBy) ItemControl.getItemPrice
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemPriceForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemPricesByCurrency
(Currency currency) ItemControl.getItemPricesByCurrencyForUpdate
(Currency currency) ItemControl.getItemUnitPriceLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemUnitPriceLimitForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemUnitPriceLimitTransfer
(UserVisit userVisit, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemUnitPriceLimitValueForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) -
Uses of Currency in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionlong
OfferItemControl.countOfferItemPricesByCurrency
(Currency currency) OfferItemControl.createOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) Use the function in OfferItemLogic instead.OfferItemControl.getOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) OfferItemControl.getOfferItemPriceForUpdate
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) OfferItemControl.getOfferItemPrices
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) OfferItemControl.getOfferItemPricesForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) -
Uses of Currency in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic with parameters of type CurrencyModifier and TypeMethodDescriptionOfferItemLogic.createOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) OfferItemLogic.getOfferItemPrice
(ExecutionErrorAccumulator eea, Offer offer, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) -
Uses of Currency in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionOrderControl.createOrder
(OrderType orderType, String orderName, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) OrderBatchControl.createOrderBatch
(Batch batch, Currency currency, Long count, Long amount, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic that return CurrencyMethods in com.echothree.model.control.order.server.logic with parameters of type CurrencyModifier and TypeMethodDescriptionOrderLogic.createOrder
(ExecutionErrorAccumulator eea, OrderType orderType, Sequence sequence, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.order.server.search
Methods in com.echothree.model.control.order.server.search that return CurrencyModifier and TypeMethodDescriptionOrderBatchSearchEvaluator.getCurrency()
OrderSearchEvaluator.getCurrency()
Methods in com.echothree.model.control.order.server.search with parameters of type CurrencyModifier and TypeMethodDescriptionOrderBatchSearchEvaluator.getEntityInstancePKHolderByCurrency
(Currency currency) OrderSearchEvaluator.getEntityInstancePKHolderByCurrency
(Currency currency) void
OrderBatchSearchEvaluator.setCurrency
(Currency currency) void
OrderSearchEvaluator.setCurrency
(Currency currency) -
Uses of Currency in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return CurrencyMethods in com.echothree.model.control.party.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionPartyControl.createParty
(String partyName, PartyType partyType, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionBillingControl.createBillingAccount
(Party billFrom, Currency currency, String reference, String description, BasePK createdBy) BillingControl.createBillingAccount
(String billingAccountName, Currency currency, String reference, String description, BasePK createdBy) BillingControl.getBillingAccount
(Party billFrom, Party billTo, Currency currency) BillingControl.getBillingAccountForUpdate
(Party billFrom, Party billTo, Currency currency) -
Uses of Currency in com.echothree.model.control.payment.server.logic
Methods in com.echothree.model.control.payment.server.logic with parameters of type CurrencyModifier and TypeMethodDescriptionBillingAccountLogic.getBillingAccount
(ExecutionErrorAccumulator ema, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, String reference, String description, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type CurrencyModifier and TypeMethodDescriptionSalesOrderBatchLogic.createBatch
(ExecutionErrorAccumulator eea, Currency currency, PaymentMethod paymentMethod, Long count, Long amount, BasePK createdBy) SalesOrderLogic.createSalesOrder
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Batch batch, Source source, Party billToParty, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, String reference, Term term, FreeOnBoard freeOnBoard, Boolean taxable, String workflowEntranceName, Party createdByParty) Create a new Sales Order given a set of parameters. -
Uses of Currency in com.echothree.model.control.term.server.control
Methods in com.echothree.model.control.term.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionTermControl.createCustomerTypeCreditLimit
(CustomerType customerType, Currency currency, Long creditLimit, Long potentialCreditLimit, BasePK createdBy) TermControl.createPartyCreditLimit
(Party party, Currency currency, Long creditLimit, Long potentialCreditLimit, BasePK createdBy) TermControl.getCustomerTypeCreditLimit
(CustomerType customerType, Currency currency) TermControl.getCustomerTypeCreditLimitForUpdate
(CustomerType customerType, Currency currency) TermControl.getCustomerTypeCreditLimitValueForUpdate
(CustomerType customerType, Currency currency) TermControl.getPartyCreditLimit
(Party party, Currency currency) TermControl.getPartyCreditLimitForUpdate
(Party party, Currency currency) TermControl.getPartyCreditLimitValueForUpdate
(Party party, Currency currency) -
Uses of Currency in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return CurrencyModifier and TypeMethodDescriptionUserControl.getPreferredCurrencyFromParty
(Party party) UserControl.getPreferredCurrencyFromUserVisit
(UserVisit userVisit) Methods in com.echothree.model.control.user.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionlong
UserControl.countUserVisitsByPreferredCurrency
(Currency preferredCurrency) UserControl.createUserVisit
(UserKey userKey, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, OfferUse offerUse, AssociateReferral associateReferral, Long retainUntilTime) void
UserControl.setUserVisitPreferredCurrency
(UserVisit userVisit, Currency currency, BasePK updatedBy) Updates the UserVisit to have the preferred Currency specified. -
Uses of Currency in com.echothree.model.control.warehouse.server.logic
Methods in com.echothree.model.control.warehouse.server.logic with parameters of type CurrencyModifier and TypeMethodDescriptionWarehouseLogic.createWarehouse
(ExecutionErrorAccumulator eea, String warehouseName, WarehouseType warehouseType, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, String name, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Currency in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control with parameters of type CurrencyModifier and TypeMethodDescriptionWishlistControl.getWishlist
(Party companyParty, Party party, WishlistType wishlistType, Currency currency) WishlistControl.getWishlistForUpdate
(Party companyParty, Party party, WishlistType wishlistType, Currency currency) -
Uses of Currency in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return CurrencyModifier and TypeMethodDescriptionCurrencyDescription.getCurrency()
CurrencyDescription.getCurrency
(EntityPermission entityPermission) CurrencyDescription.getCurrency
(Session session) CurrencyDescription.getCurrency
(Session session, EntityPermission entityPermission) GlAccountDetail.getCurrency()
GlAccountDetail.getCurrency
(EntityPermission entityPermission) GlAccountDetail.getCurrency
(Session session) GlAccountDetail.getCurrency
(Session session, EntityPermission entityPermission) CurrencyDescription.getCurrencyForUpdate()
CurrencyDescription.getCurrencyForUpdate
(Session session) GlAccountDetail.getCurrencyForUpdate()
GlAccountDetail.getCurrencyForUpdate
(Session session) TransactionGlEntry.getOriginalCurrency()
TransactionGlEntry.getOriginalCurrency
(EntityPermission entityPermission) TransactionGlEntry.getOriginalCurrency
(Session session) TransactionGlEntry.getOriginalCurrency
(Session session, EntityPermission entityPermission) TransactionGlEntry.getOriginalCurrencyForUpdate()
TransactionGlEntry.getOriginalCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.accounting.server.entity with parameters of type CurrencyModifier and TypeMethodDescriptionvoid
CurrencyDescription.setCurrency
(Currency entity) void
GlAccountDetail.setCurrency
(Currency entity) void
TransactionGlEntry.setOriginalCurrency
(Currency entity) -
Uses of Currency in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return CurrencyModifier and TypeMethodDescriptionCurrencyFactory.create
(Session session, String currencyIsoName, String symbol, SymbolPositionPK symbolPositionPK, Boolean symbolOnListStart, Boolean symbolOnListMember, Boolean symbolOnSubtotal, Boolean symbolOnTotal, String groupingSeparator, Integer groupingSize, String fractionSeparator, Integer defaultFractionDigits, Integer priceUnitFractionDigits, Integer priceLineFractionDigits, Integer costUnitFractionDigits, Integer costLineFractionDigits, String minusSign, Boolean isDefault, Integer sortOrder) CurrencyFactory.create
(Session session, String currencyIsoName, String symbol, SymbolPosition symbolPosition, Boolean symbolOnListStart, Boolean symbolOnListMember, Boolean symbolOnSubtotal, Boolean symbolOnTotal, String groupingSeparator, Integer groupingSize, String fractionSeparator, Integer defaultFractionDigits, Integer priceUnitFractionDigits, Integer priceLineFractionDigits, Integer costUnitFractionDigits, Integer costLineFractionDigits, String minusSign, Boolean isDefault, Integer sortOrder) CurrencyFactory.create
(String currencyIsoName, String symbol, SymbolPositionPK symbolPositionPK, Boolean symbolOnListStart, Boolean symbolOnListMember, Boolean symbolOnSubtotal, Boolean symbolOnTotal, String groupingSeparator, Integer groupingSize, String fractionSeparator, Integer defaultFractionDigits, Integer priceUnitFractionDigits, Integer priceLineFractionDigits, Integer costUnitFractionDigits, Integer costLineFractionDigits, String minusSign, Boolean isDefault, Integer sortOrder) CurrencyFactory.create
(String currencyIsoName, String symbol, SymbolPosition symbolPosition, Boolean symbolOnListStart, Boolean symbolOnListMember, Boolean symbolOnSubtotal, Boolean symbolOnTotal, String groupingSeparator, Integer groupingSize, String fractionSeparator, Integer defaultFractionDigits, Integer priceUnitFractionDigits, Integer priceLineFractionDigits, Integer costUnitFractionDigits, Integer costLineFractionDigits, String minusSign, Boolean isDefault, Integer sortOrder) CurrencyFactory.getEntityFromCache
(Session session, CurrencyPK pk) CurrencyFactory.getEntityFromPK
(EntityPermission entityPermission, CurrencyPK pk) CurrencyFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CurrencyPK pk) CurrencyFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) CurrencyFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) CurrencyFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CurrencyFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CurrencyFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CurrencyFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CurrencyFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CurrencyFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) CurrencyFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) CurrencyFactory.getEntityFromValue
(EntityPermission entityPermission, CurrencyValue value) CurrencyFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CurrencyValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type CurrencyModifier and TypeMethodDescriptionCurrencyFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CurrencyPK> pks) CurrencyFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CurrencyPK> pks) CurrencyFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) CurrencyFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) CurrencyFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CurrencyFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CurrencyFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CurrencyFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CurrencyFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CurrencyFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) CurrencyFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionCurrencyDescriptionFactory.create
(Session session, Currency currency, Language language, String description) GlAccountDetailFactory.create
(GlAccount glAccount, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Long fromTime, Long thruTime) GlAccountDetailFactory.create
(Session session, GlAccount glAccount, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Long fromTime, Long thruTime) TransactionGlEntryFactory.create
(Transaction transaction, Integer transactionGlEntrySequence, TransactionGlEntry parentTransactionGlEntry, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalAmount, Long amount, Long fromTime, Long thruTime) TransactionGlEntryFactory.create
(Session session, Transaction transaction, Integer transactionGlEntrySequence, TransactionGlEntry parentTransactionGlEntry, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalAmount, Long amount, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type CurrencyModifier and TypeMethodDescriptionvoid
CurrencyFactory.store
(Session session, Collection<Currency> entities) void
CurrencyFactory.store
(Collection<Currency> entities) -
Uses of Currency in com.echothree.model.data.club.server.entity
Methods in com.echothree.model.data.club.server.entity that return CurrencyModifier and TypeMethodDescriptionClubDetail.getCurrency()
ClubDetail.getCurrency
(EntityPermission entityPermission) ClubDetail.getCurrency
(Session session) ClubDetail.getCurrency
(Session session, EntityPermission entityPermission) ClubDetail.getCurrencyForUpdate()
ClubDetail.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.club.server.entity with parameters of type Currency -
Uses of Currency in com.echothree.model.data.club.server.factory
Methods in com.echothree.model.data.club.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionClubDetailFactory.create
(Club club, String clubName, SubscriptionType subscriptionType, Filter clubPriceFilter, Currency currency, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ClubDetailFactory.create
(Session session, Club club, String clubName, SubscriptionType subscriptionType, Filter clubPriceFilter, Currency currency, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return CurrencyModifier and TypeMethodDescriptionContentCatalogItem.getCurrency()
ContentCatalogItem.getCurrency
(EntityPermission entityPermission) ContentCatalogItem.getCurrency
(Session session) ContentCatalogItem.getCurrency
(Session session, EntityPermission entityPermission) ContentCatalogItem.getCurrencyForUpdate()
ContentCatalogItem.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type Currency -
Uses of Currency in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionContentCatalogItemFactory.create
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ContentCatalogItemFactory.create
(Session session, ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.filter.server.entity
Methods in com.echothree.model.data.filter.server.entity that return CurrencyModifier and TypeMethodDescriptionFilterAdjustmentAmount.getCurrency()
FilterAdjustmentAmount.getCurrency
(EntityPermission entityPermission) FilterAdjustmentAmount.getCurrency
(Session session) FilterAdjustmentAmount.getCurrency
(Session session, EntityPermission entityPermission) FilterAdjustmentFixedAmount.getCurrency()
FilterAdjustmentFixedAmount.getCurrency
(EntityPermission entityPermission) FilterAdjustmentFixedAmount.getCurrency
(Session session) FilterAdjustmentFixedAmount.getCurrency
(Session session, EntityPermission entityPermission) FilterAdjustmentPercent.getCurrency()
FilterAdjustmentPercent.getCurrency
(EntityPermission entityPermission) FilterAdjustmentPercent.getCurrency
(Session session) FilterAdjustmentPercent.getCurrency
(Session session, EntityPermission entityPermission) FilterAdjustmentAmount.getCurrencyForUpdate()
FilterAdjustmentAmount.getCurrencyForUpdate
(Session session) FilterAdjustmentFixedAmount.getCurrencyForUpdate()
FilterAdjustmentFixedAmount.getCurrencyForUpdate
(Session session) FilterAdjustmentPercent.getCurrencyForUpdate()
FilterAdjustmentPercent.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.filter.server.entity with parameters of type CurrencyModifier and TypeMethodDescriptionvoid
FilterAdjustmentAmount.setCurrency
(Currency entity) void
FilterAdjustmentFixedAmount.setCurrency
(Currency entity) void
FilterAdjustmentPercent.setCurrency
(Currency entity) -
Uses of Currency in com.echothree.model.data.filter.server.factory
Methods in com.echothree.model.data.filter.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionFilterAdjustmentAmountFactory.create
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Long amount, Long fromTime, Long thruTime) FilterAdjustmentAmountFactory.create
(Session session, FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Long amount, Long fromTime, Long thruTime) FilterAdjustmentFixedAmountFactory.create
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Long unitAmount, Long fromTime, Long thruTime) FilterAdjustmentFixedAmountFactory.create
(Session session, FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Long unitAmount, Long fromTime, Long thruTime) FilterAdjustmentPercentFactory.create
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Integer percent, Long fromTime, Long thruTime) FilterAdjustmentPercentFactory.create
(Session session, FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Integer percent, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.financial.server.entity
Methods in com.echothree.model.data.financial.server.entity that return CurrencyModifier and TypeMethodDescriptionFinancialAccountDetail.getCurrency()
FinancialAccountDetail.getCurrency
(EntityPermission entityPermission) FinancialAccountDetail.getCurrency
(Session session) FinancialAccountDetail.getCurrency
(Session session, EntityPermission entityPermission) FinancialAccountDetail.getCurrencyForUpdate()
FinancialAccountDetail.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.financial.server.entity with parameters of type Currency -
Uses of Currency in com.echothree.model.data.financial.server.factory
Methods in com.echothree.model.data.financial.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionFinancialAccountDetailFactory.create
(FinancialAccount financialAccount, FinancialAccountType financialAccountType, String financialAccountName, Currency currency, GlAccount glAccount, String reference, String description, Long fromTime, Long thruTime) FinancialAccountDetailFactory.create
(Session session, FinancialAccount financialAccount, FinancialAccountType financialAccountType, String financialAccountName, Currency currency, GlAccount glAccount, String reference, String description, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return CurrencyModifier and TypeMethodDescriptionGeoCodeCurrency.getCurrency()
GeoCodeCurrency.getCurrency
(EntityPermission entityPermission) GeoCodeCurrency.getCurrency
(Session session) GeoCodeCurrency.getCurrency
(Session session, EntityPermission entityPermission) GeoCodeCurrency.getCurrencyForUpdate()
GeoCodeCurrency.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.geo.server.entity with parameters of type Currency -
Uses of Currency in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionGeoCodeCurrencyFactory.create
(GeoCode geoCode, Currency currency, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeCurrencyFactory.create
(Session session, GeoCode geoCode, Currency currency, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return CurrencyModifier and TypeMethodDescriptionLotDetail.getCurrency()
LotDetail.getCurrency
(EntityPermission entityPermission) LotDetail.getCurrency
(Session session) LotDetail.getCurrency
(Session session, EntityPermission entityPermission) LotDetail.getCurrencyForUpdate()
LotDetail.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.inventory.server.entity with parameters of type Currency -
Uses of Currency in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionLotDetailFactory.create
(Lot lot, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, Long fromTime, Long thruTime) LotDetailFactory.create
(Session session, Lot lot, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return CurrencyModifier and TypeMethodDescriptionItemAdditionalCharge.getCurrency()
ItemAdditionalCharge.getCurrency
(EntityPermission entityPermission) ItemAdditionalCharge.getCurrency
(Session session) ItemAdditionalCharge.getCurrency
(Session session, EntityPermission entityPermission) ItemPrice.getCurrency()
ItemPrice.getCurrency
(EntityPermission entityPermission) ItemPrice.getCurrency
(Session session) ItemPrice.getCurrency
(Session session, EntityPermission entityPermission) ItemUnitPriceLimit.getCurrency()
ItemUnitPriceLimit.getCurrency
(EntityPermission entityPermission) ItemUnitPriceLimit.getCurrency
(Session session) ItemUnitPriceLimit.getCurrency
(Session session, EntityPermission entityPermission) ItemAdditionalCharge.getCurrencyForUpdate()
ItemAdditionalCharge.getCurrencyForUpdate
(Session session) ItemPrice.getCurrencyForUpdate()
ItemPrice.getCurrencyForUpdate
(Session session) ItemUnitPriceLimit.getCurrencyForUpdate()
ItemUnitPriceLimit.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.item.server.entity with parameters of type CurrencyModifier and TypeMethodDescriptionvoid
ItemAdditionalCharge.setCurrency
(Currency entity) void
ItemPrice.setCurrency
(Currency entity) void
ItemUnitPriceLimit.setCurrency
(Currency entity) -
Uses of Currency in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionItemAdditionalChargeFactory.create
(Item item, ItemAdditionalChargeType itemAdditionalChargeType, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, Currency currency, Long unitPrice, Long fromTime, Long thruTime) ItemAdditionalChargeFactory.create
(Session session, Item item, ItemAdditionalChargeType itemAdditionalChargeType, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, Currency currency, Long unitPrice, Long fromTime, Long thruTime) ItemPriceFactory.create
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ItemPriceFactory.create
(Session session, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ItemUnitPriceLimitFactory.create
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long minimumUnitPrice, Long maximumUnitPrice, Long fromTime, Long thruTime) ItemUnitPriceLimitFactory.create
(Session session, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long minimumUnitPrice, Long maximumUnitPrice, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return CurrencyModifier and TypeMethodDescriptionOfferItemPrice.getCurrency()
OfferItemPrice.getCurrency
(EntityPermission entityPermission) OfferItemPrice.getCurrency
(Session session) OfferItemPrice.getCurrency
(Session session, EntityPermission entityPermission) OfferItemPrice.getCurrencyForUpdate()
OfferItemPrice.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.offer.server.entity with parameters of type Currency -
Uses of Currency in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionOfferItemPriceFactory.create
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) OfferItemPriceFactory.create
(Session session, OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return CurrencyModifier and TypeMethodDescriptionOrderBatch.getCurrency()
OrderBatch.getCurrency
(EntityPermission entityPermission) OrderBatch.getCurrency
(Session session) OrderBatch.getCurrency
(Session session, EntityPermission entityPermission) OrderDetail.getCurrency()
OrderDetail.getCurrency
(EntityPermission entityPermission) OrderDetail.getCurrency
(Session session) OrderDetail.getCurrency
(Session session, EntityPermission entityPermission) OrderBatch.getCurrencyForUpdate()
OrderBatch.getCurrencyForUpdate
(Session session) OrderDetail.getCurrencyForUpdate()
OrderDetail.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type CurrencyModifier and TypeMethodDescriptionvoid
OrderBatch.setCurrency
(Currency entity) void
OrderDetail.setCurrency
(Currency entity) -
Uses of Currency in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionOrderBatchFactory.create
(Batch batch, Currency currency, Long count, Long amount, Long fromTime, Long thruTime) OrderBatchFactory.create
(Session session, Batch batch, Currency currency, Long count, Long amount, Long fromTime, Long thruTime) OrderDetailFactory.create
(Order order, OrderType orderType, String orderName, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Long fromTime, Long thruTime) OrderDetailFactory.create
(Session session, Order order, OrderType orderType, String orderName, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return CurrencyModifier and TypeMethodDescriptionPartyDetail.getPreferredCurrency()
PartyDetail.getPreferredCurrency
(EntityPermission entityPermission) PartyDetail.getPreferredCurrency
(Session session) PartyDetail.getPreferredCurrency
(Session session, EntityPermission entityPermission) PartyDetail.getPreferredCurrencyForUpdate()
PartyDetail.getPreferredCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.party.server.entity with parameters of type Currency -
Uses of Currency in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionPartyDetailFactory.create
(Party party, String partyName, PartyType partyType, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, Long fromTime, Long thruTime) PartyDetailFactory.create
(Session session, Party party, String partyName, PartyType partyType, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return CurrencyModifier and TypeMethodDescriptionBillingAccountDetail.getCurrency()
BillingAccountDetail.getCurrency
(EntityPermission entityPermission) BillingAccountDetail.getCurrency
(Session session) BillingAccountDetail.getCurrency
(Session session, EntityPermission entityPermission) PaymentDetail.getCurrency()
PaymentDetail.getCurrency
(EntityPermission entityPermission) PaymentDetail.getCurrency
(Session session) PaymentDetail.getCurrency
(Session session, EntityPermission entityPermission) BillingAccountDetail.getCurrencyForUpdate()
BillingAccountDetail.getCurrencyForUpdate
(Session session) PaymentDetail.getCurrencyForUpdate()
PaymentDetail.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.payment.server.entity with parameters of type CurrencyModifier and TypeMethodDescriptionvoid
BillingAccountDetail.setCurrency
(Currency entity) void
PaymentDetail.setCurrency
(Currency entity) -
Uses of Currency in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionBillingAccountDetailFactory.create
(BillingAccount billingAccount, String billingAccountName, Currency currency, String reference, String description, Long fromTime, Long thruTime) BillingAccountDetailFactory.create
(Session session, BillingAccount billingAccount, String billingAccountName, Currency currency, String reference, String description, Long fromTime, Long thruTime) PaymentDetailFactory.create
(Payment payment, String paymentName, PartyPaymentMethod partyPaymentMethod, Currency currency, Long amount, Long fromTime, Long thruTime) PaymentDetailFactory.create
(Session session, Payment payment, String paymentName, PartyPaymentMethod partyPaymentMethod, Currency currency, Long amount, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return CurrencyModifier and TypeMethodDescriptionCustomerTypeCreditLimit.getCurrency()
CustomerTypeCreditLimit.getCurrency
(EntityPermission entityPermission) CustomerTypeCreditLimit.getCurrency
(Session session) CustomerTypeCreditLimit.getCurrency
(Session session, EntityPermission entityPermission) PartyCreditLimit.getCurrency()
PartyCreditLimit.getCurrency
(EntityPermission entityPermission) PartyCreditLimit.getCurrency
(Session session) PartyCreditLimit.getCurrency
(Session session, EntityPermission entityPermission) CustomerTypeCreditLimit.getCurrencyForUpdate()
CustomerTypeCreditLimit.getCurrencyForUpdate
(Session session) PartyCreditLimit.getCurrencyForUpdate()
PartyCreditLimit.getCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.term.server.entity with parameters of type CurrencyModifier and TypeMethodDescriptionvoid
CustomerTypeCreditLimit.setCurrency
(Currency entity) void
PartyCreditLimit.setCurrency
(Currency entity) -
Uses of Currency in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionCustomerTypeCreditLimitFactory.create
(CustomerType customerType, Currency currency, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) CustomerTypeCreditLimitFactory.create
(Session session, CustomerType customerType, Currency currency, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) PartyCreditLimitFactory.create
(Party party, Currency currency, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) PartyCreditLimitFactory.create
(Session session, Party party, Currency currency, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return CurrencyModifier and TypeMethodDescriptionUserVisit.getPreferredCurrency()
UserVisit.getPreferredCurrency
(EntityPermission entityPermission) UserVisit.getPreferredCurrency
(Session session) UserVisit.getPreferredCurrency
(Session session, EntityPermission entityPermission) UserVisit.getPreferredCurrencyForUpdate()
UserVisit.getPreferredCurrencyForUpdate
(Session session) Methods in com.echothree.model.data.user.server.entity with parameters of type Currency -
Uses of Currency in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory with parameters of type CurrencyModifier and TypeMethodDescriptionUserVisitFactory.create
(UserVisitGroup userVisitGroup, UserKey userKey, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, Long lastCommandTime, OfferUse offerUse, AssociateReferral associateReferral, Long retainUntilTime, Long fromTime, Long thruTime) UserVisitFactory.create
(Session session, UserVisitGroup userVisitGroup, UserKey userKey, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, Long lastCommandTime, OfferUse offerUse, AssociateReferral associateReferral, Long retainUntilTime, Long fromTime, Long thruTime) -
Uses of Currency in com.echothree.util.server.control
Methods in com.echothree.util.server.control that return CurrencyModifier and TypeMethodDescriptionBaseCommand.getPreferredCurrency()
BaseCommand.getPreferredCurrency
(Party party) -
Uses of Currency in com.echothree.util.server.string
Methods in com.echothree.util.server.string with parameters of type CurrencyModifier and TypeMethodDescriptionAmountUtils.formatAmount
(Currency currency, Long amount) AmountUtils.formatCostLine
(Currency currency, Long costLine) AmountUtils.formatCostUnit
(Currency currency, Long costUnit) AmountUtils.formatPriceLine
(Currency currency, Long priceLine) AmountUtils.formatPriceUnit
(Currency currency, Long priceUnit) -
Uses of Currency in com.echothree.util.server.transfer
Methods in com.echothree.util.server.transfer that return Currency -
Uses of Currency in com.echothree.util.server.validation
Methods in com.echothree.util.server.validation that return CurrencyMethods in com.echothree.util.server.validation with parameters of type Currency -
Uses of Currency in com.echothree.util.server.validation.fieldtype
Methods in com.echothree.util.server.validation.fieldtype that return CurrencyModifier and TypeMethodDescriptionBaseCurrencyFieldType.getCurrency()
BaseFieldType.getPreferredCurrency()