Package | Description |
---|---|
com.crm.dataobject.accounts | |
com.crm.dataobject.billing | |
com.crm.dataobject.platform | |
com.crm.dataobject.rewards | |
com.crm.dataobject.wallets |
Modifier and Type | Method and Description |
---|---|
CRMDOCurrency |
CRMDOAccountReceivable.getCurrency() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOAccountReceivable.setCurrency(CRMDOCurrency currency) |
Constructor and Description |
---|
CRMDOAccountReceivable(java.lang.String id,
CRMDOAccountClassification classification,
AccountReceivableLifeCycleState lifeCycleState,
CRMDOCurrency currency,
CRMDOContactInfoAddress billToAddress) |
Modifier and Type | Method and Description |
---|---|
CRMDOCurrency |
CRMDOBill.getCurrency() |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,CRMDOCurrency> |
CRMDOBillingRun.getCurrencies() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOBill.setCurrency(CRMDOCurrency currency) |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOBillingRun.setCurrencies(java.util.HashMap<java.lang.String,CRMDOCurrency> currencies) |
Modifier and Type | Method and Description |
---|---|
CRMDOCurrency |
Currency.getCurrency() |
CRMDOCurrency |
CRMDOCurrencyRatePeriod.getCurrency() |
CRMDOCurrency |
GeneralSetting.getDefaultCurrency() |
Modifier and Type | Method and Description |
---|---|
void |
Currency.setCurrency(CRMDOCurrency currency) |
void |
CRMDOCurrencyRatePeriod.setCurrency(CRMDOCurrency currency) |
void |
GeneralSetting.setDefaultCurrency(CRMDOCurrency defaultCurrency) |
Modifier and Type | Method and Description |
---|---|
CRMDOCurrency |
CRMDORewardParticipant.getCurrency() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDORewardParticipant.setCurrency(CRMDOCurrency currency) |
Modifier and Type | Method and Description |
---|---|
CRMDOCurrency |
CRMDOWallet.getCurrency() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOWallet.setCurrency(CRMDOCurrency currency) |
Constructor and Description |
---|
CRMDOWallet(java.lang.String id,
CRMDOCurrency currency) |