public class AccountSummaryInfoPopulator extends java.lang.Object implements Populator<B2BUnitModel,AccountSummaryInfoData>
| Modifier and Type | Field and Description |
|---|---|
protected UserService |
userService |
| Constructor and Description |
|---|
AccountSummaryInfoPopulator() |
protected UserService userService
public void populate(B2BUnitModel source, AccountSummaryInfoData target) throws ConversionException
Populatorpopulate in interface Populator<B2BUnitModel,AccountSummaryInfoData>source - the source objecttarget - the target to fillConversionException - if an error occursprotected void setAccountManagerDetails(B2BUnitModel b2bUnitModel, AccountSummaryInfoData target)
protected void populateEmail(java.lang.StringBuilder emailStringBuilder,
UserModel accountManager)
protected java.lang.String getFormattedCreditLimit(B2BCreditLimitModel creditLimit)
protected AddressData getDefaultAddress(B2BUnitData b2bUnitData)
public Converter<B2BUnitModel,B2BUnitData> getB2bUnitConverter()
public void setB2bUnitConverter(Converter<B2BUnitModel,B2BUnitData> b2bUnitConverter)
b2bUnitConverter - the b2bUnitConverter to setpublic Converter<B2BUnitModel,B2BAmountBalanceData> getB2bAmountBalanceConverter()
public void setB2bAmountBalanceConverter(Converter<B2BUnitModel,B2BAmountBalanceData> b2bAmountBalanceConverter)
b2bAmountBalanceConverter - the b2bAmountBalanceConverter to setpublic AmountFormatter getAmountFormatter()
public void setAmountFormatter(AmountFormatter amountFormatter)
amountFormatter - the amountFormatter to setpublic I18NService getI18NService()
public void setI18NService(I18NService i18nService)
i18nService - the i18NService to setpublic UserService getUserService()
public void setUserService(UserService userService)
userService - the userService to setCopyright © 2018 SAP SE. All Rights Reserved.