Uses of Class
de.hybris.platform.tuadatamodel.model.TuaAccountModel
Packages that use TuaAccountModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaAccountModel in de.hybris.platform.billingaccountservices.daos
Methods in de.hybris.platform.billingaccountservices.daos that return types with arguments of type TuaAccountModelModifier and TypeMethodDescriptionTuaBillingAccountDao.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Returns a list ofTuaAccountModels for the given context. -
Uses of TuaAccountModel in de.hybris.platform.billingaccountservices.daos.impl
Methods in de.hybris.platform.billingaccountservices.daos.impl that return types with arguments of type TuaAccountModelModifier and TypeMethodDescriptionDefaultTuaBillingAccountDao.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) -
Uses of TuaAccountModel in de.hybris.platform.billingaccountservices.services
Methods in de.hybris.platform.billingaccountservices.services that return TuaAccountModelModifier and TypeMethodDescriptionTuaBillingAccountService.createBillingAccount(Class billingAccountClass) Creates an instance ofTuaAccountModelsubtype.TuaBillingAccountService.getBillingAccount(String billingAccountId) Returns aTuaAccountModelfor the given id.Methods in de.hybris.platform.billingaccountservices.services that return types with arguments of type TuaAccountModelModifier and TypeMethodDescriptionTuaBillingAccountService.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Returns a list ofTuaAccountModels for the given context.Methods in de.hybris.platform.billingaccountservices.services with parameters of type TuaAccountModelModifier and TypeMethodDescriptionvoidTuaBillingAccountService.removeBillingAccount(TuaAccountModel billingAccount) Removes the givenTuaAccountModelvoidTuaBillingAccountService.saveBillingAccount(TuaAccountModel billingAccountModel) Saves the givenTuaAccountModel. -
Uses of TuaAccountModel in de.hybris.platform.billingaccountservices.services.impl
Methods in de.hybris.platform.billingaccountservices.services.impl that return TuaAccountModelModifier and TypeMethodDescriptionDefaultTuaBillingAccountService.createBillingAccount(Class billingAccountClass) DefaultTuaBillingAccountService.getBillingAccount(String billingAccountId) Methods in de.hybris.platform.billingaccountservices.services.impl that return types with arguments of type TuaAccountModelModifier and TypeMethodDescriptionDefaultTuaBillingAccountService.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Methods in de.hybris.platform.billingaccountservices.services.impl with parameters of type TuaAccountModelModifier and TypeMethodDescriptionvoidDefaultTuaBillingAccountService.removeBillingAccount(TuaAccountModel billingAccount) voidDefaultTuaBillingAccountService.saveBillingAccount(TuaAccountModel billingAccountModel) -
Uses of TuaAccountModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaAccountModelModifier and TypeMethodDescriptionvoidTuaAccountPrepareInterceptor.onPrepare(TuaAccountModel tuaAccountModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TuaAccountModel in de.hybris.platform.tuadatamodel.model
Subclasses of TuaAccountModel in de.hybris.platform.tuadatamodel.modelModifier and TypeClassDescriptionclassGenerated model class for type TuaBillingAccount first defined at extension tuadatamodel.classGenerated model class for type TuaFinancialAccount first defined at extension tuadatamodel.classGenerated model class for type TuaPartyAccount first defined at extension tuadatamodel.Methods in de.hybris.platform.tuadatamodel.model that return TuaAccountModelModifier and TypeMethodDescriptionTuaAccountBalanceModel.getAccount()Generated method - Getter of theTuaAccountBalance.accountattribute defined at extensiontuadatamodel.TuaAccountTaxExemptionModel.getAccount()Generated method - Getter of theTuaAccountTaxExemption.accountattribute defined at extensiontuadatamodel.TuaContactModel.getAccount()Generated method - Getter of theTuaContact.accountattribute defined at extensiontuadatamodel.TuaAccountRelationshipModel.getSourceAccount()Generated method - Getter of theTuaAccountRelationship.sourceAccountattribute defined at extensiontuadatamodel.TuaAccountRelationshipModel.getTargetAccount()Generated method - Getter of theTuaAccountRelationship.targetAccountattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaAccountModelModifier and TypeMethodDescriptionTuaPartyRoleModel.getAccounts()Generated method - Getter of theTuaPartyRole.accountsattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model with parameters of type TuaAccountModelModifier and TypeMethodDescriptionvoidTuaAccountBalanceModel.setAccount(TuaAccountModel value) Generated method - Setter ofTuaAccountBalance.accountattribute defined at extensiontuadatamodel.voidTuaAccountTaxExemptionModel.setAccount(TuaAccountModel value) Generated method - Setter ofTuaAccountTaxExemption.accountattribute defined at extensiontuadatamodel.voidTuaContactModel.setAccount(TuaAccountModel value) Generated method - Setter ofTuaContact.accountattribute defined at extensiontuadatamodel.voidTuaAccountRelationshipModel.setSourceAccount(TuaAccountModel value) Generated method - Setter ofTuaAccountRelationship.sourceAccountattribute defined at extensiontuadatamodel.voidTuaAccountRelationshipModel.setTargetAccount(TuaAccountModel value) Generated method - Setter ofTuaAccountRelationship.targetAccountattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaAccountModelModifier and TypeMethodDescriptionvoidTuaPartyRoleModel.setAccounts(Collection<TuaAccountModel> value) Generated method - Setter ofTuaPartyRole.accountsattribute defined at extensiontuadatamodel. -
Uses of TuaAccountModel in de.hybris.platform.tuawebservicesresources.mappers.accountref
Methods in de.hybris.platform.tuawebservicesresources.mappers.accountref with parameters of type TuaAccountModelModifier and TypeMethodDescriptionvoidAccountRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) voidAccountRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) voidAccountRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) -
Uses of TuaAccountModel in de.hybris.platform.tuawebservicesresources.mappers.partyrole
Methods in de.hybris.platform.tuawebservicesresources.mappers.partyrole that return types with arguments of type TuaAccountModelModifier and TypeMethodDescriptionprotected TuaEntityResourceNormalizer<AccountRef,TuaAccountModel> PartyRoleAccountAttributeMapper.getTuaAccountEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.partyrole with type arguments of type TuaAccountModelModifierConstructorDescriptionPartyRoleAccountAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<AccountRef, TuaAccountModel> tuaAccountEntityResourceNormalizer)