Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.FinancialAccountRef
Packages that use FinancialAccountRef
Package
Description
-
Uses of FinancialAccountRef in de.hybris.platform.tuawebservicesresources.mappers.customerbill
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbill that return types with arguments of type FinancialAccountRefModifier and TypeMethodDescriptionCustomerBillFinancialAccountAttributeMapper.getTuaFinancialAccountResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.customerbill with type arguments of type FinancialAccountRefModifierConstructorDescriptionCustomerBillFinancialAccountAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaGenericService tuaGenericService, TuaEntityResourceNormalizer<FinancialAccountRef, TuaFinancialAccountModel> tuaFinancialAccountResourceNormalizer) -
Uses of FinancialAccountRef in de.hybris.platform.tuawebservicesresources.mappers.financialaccountref
Methods in de.hybris.platform.tuawebservicesresources.mappers.financialaccountref with parameters of type FinancialAccountRefModifier and TypeMethodDescriptionvoidFinancialAccountRefBaseTypeAttributeMapper.populateTargetAttributeFromSource(TuaFinancialAccountModel source, FinancialAccountRef target, ma.glasnost.orika.MappingContext context) voidFinancialAccountRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaFinancialAccountModel source, FinancialAccountRef target, ma.glasnost.orika.MappingContext context) voidFinancialAccountRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaFinancialAccountModel source, FinancialAccountRef target, ma.glasnost.orika.MappingContext context) voidFinancialAccountRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaFinancialAccountModel source, FinancialAccountRef target, ma.glasnost.orika.MappingContext context) -
Uses of FinancialAccountRef in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return FinancialAccountRefModifier and TypeMethodDescriptionFinancialAccountRef.accountBalance(AccountBalance accountBalance) FinancialAccountRef.atBaseType(String atBaseType) FinancialAccountRef.atReferredType(String atReferredType) FinancialAccountRef.atSchemaLocation(String atSchemaLocation) @Valid FinancialAccountRefBillingAccount.getFinancialAccount()Get financialAccount@Valid FinancialAccountRefCustomerBill.getFinancialAccount()Get financialAccount@Valid FinancialAccountRefPartyAccount.getFinancialAccount()Get financialAccount@Valid FinancialAccountRefSettlementAccount.getFinancialAccount()Get financialAccountMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type FinancialAccountRefModifier and TypeMethodDescriptionBillingAccount.financialAccount(FinancialAccountRef financialAccount) CustomerBill.financialAccount(FinancialAccountRef financialAccount) PartyAccount.financialAccount(FinancialAccountRef financialAccount) SettlementAccount.financialAccount(FinancialAccountRef financialAccount) voidBillingAccount.setFinancialAccount(FinancialAccountRef financialAccount) voidCustomerBill.setFinancialAccount(FinancialAccountRef financialAccount) voidPartyAccount.setFinancialAccount(FinancialAccountRef financialAccount) voidSettlementAccount.setFinancialAccount(FinancialAccountRef financialAccount)