Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaBillingAccountModel
Packages that use TmaBillingAccountModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
-
Uses of TmaBillingAccountModel in de.hybris.platform.b2ctelcofacades.subscription.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.subscription.converters.populator that return TmaBillingAccountModelModifier and TypeMethodDescriptionprotected TmaBillingAccountModelTmaSubscriptionBaseReversePopulator.createBillingAccountFromSource(TmaBillingAccountData billingAccountData) Creates and returns a billing account model from billing account data.Methods in de.hybris.platform.b2ctelcofacades.subscription.converters.populator that return types with arguments of type TmaBillingAccountModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaBillingAccountModel,TmaBillingAccountData> TmaDetailedSubscriptionBasePopulator.getBillingAccountConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaBillingAccountModel,TmaBillingAccountData> TmaSubscribedProductPopulator.getTmaBillingAccountDataConverter()Methods in de.hybris.platform.b2ctelcofacades.subscription.converters.populator with parameters of type TmaBillingAccountModelModifier and TypeMethodDescriptionprotected TmaBillingAccountDataTmaSubscriptionBasePopulator.createBillingAccountDataFromSource(TmaBillingAccountModel billingAccountModel) voidTmaBillingAccountPopulator.populate(TmaBillingAccountModel source, TmaBillingAccountData target) Method parameters in de.hybris.platform.b2ctelcofacades.subscription.converters.populator with type arguments of type TmaBillingAccountModelModifier and TypeMethodDescriptionvoidTmaDetailedSubscriptionBasePopulator.setBillingAccountConverter(de.hybris.platform.servicelayer.dto.converter.Converter<TmaBillingAccountModel, TmaBillingAccountData> billingAccountConverter) -
Uses of TmaBillingAccountModel in de.hybris.platform.b2ctelcofacades.subscription.impl
Methods in de.hybris.platform.b2ctelcofacades.subscription.impl that return types with arguments of type TmaBillingAccountModelModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<TmaBillingAccountModel,TmaBillingAccountData> DefaultTmaBillingAccountFacade.getTmaBillingAccountDataConverter()Method parameters in de.hybris.platform.b2ctelcofacades.subscription.impl with type arguments of type TmaBillingAccountModelModifier and TypeMethodDescriptionvoidDefaultTmaBillingAccountFacade.setTmaBillingAccountDataConverter(de.hybris.platform.servicelayer.dto.converter.Converter<TmaBillingAccountModel, TmaBillingAccountData> tmaBillingAccountDataConverter) -
Uses of TmaBillingAccountModel in de.hybris.platform.b2ctelcoservices.daos
Methods in de.hybris.platform.b2ctelcoservices.daos that return TmaBillingAccountModelModifier and TypeMethodDescriptionTmaBillingAccountDao.findBillingAccount(String billingSystemId, String billingAccountId) Finds theTmaBillingAccountModelfor a given billing account id and billing system id. -
Uses of TmaBillingAccountModel in de.hybris.platform.b2ctelcoservices.daos.impl
Methods in de.hybris.platform.b2ctelcoservices.daos.impl that return TmaBillingAccountModelModifier and TypeMethodDescriptionDefaultTmaBillingAccountDao.findBillingAccount(String billingSystemId, String billingAccountId) -
Uses of TmaBillingAccountModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return TmaBillingAccountModelModifier and TypeMethodDescriptionTmaSubscriptionBaseModel.getBillingAccount()Generated method - Getter of theTmaSubscriptionBase.billingAccountattribute defined at extensionb2ctelcoservices.TmaBillingAccountModel.getParent()Generated method - Getter of theTmaBillingAccount.parentattribute defined at extensionb2ctelcoservices.Methods in de.hybris.platform.b2ctelcoservices.model that return types with arguments of type TmaBillingAccountModelModifier and TypeMethodDescriptionTmaBillingAccountModel.getChildren()Generated method - Getter of theTmaBillingAccount.childrenattribute defined at extensionb2ctelcoservices.Methods in de.hybris.platform.b2ctelcoservices.model with parameters of type TmaBillingAccountModelModifier and TypeMethodDescriptionvoidTmaSubscriptionBaseModel.setBillingAccount(TmaBillingAccountModel value) Generated method - Setter ofTmaSubscriptionBase.billingAccountattribute defined at extensionb2ctelcoservices.voidTmaBillingAccountModel.setParent(TmaBillingAccountModel value) Generated method - Setter ofTmaBillingAccount.parentattribute defined at extensionb2ctelcoservices.Method parameters in de.hybris.platform.b2ctelcoservices.model with type arguments of type TmaBillingAccountModelModifier and TypeMethodDescriptionvoidTmaBillingAccountModel.setChildren(Set<TmaBillingAccountModel> value) Generated method - Setter ofTmaBillingAccount.childrenattribute defined at extensionb2ctelcoservices. -
Uses of TmaBillingAccountModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services that return TmaBillingAccountModelModifier and TypeMethodDescriptionTmaBillingAccountService.createBillingAccount(String billingSystemId, String billingAccountId) Creates a newTmaBillingAccountModelwith given details.TmaBillingAccountService.createBillingAccountWithParentAccount(String billingSystemId, String billingAccountId, String parentBillingAccountId) Creates a newTmaBillingAccountModelwith given details and attaches it to the given parent account.TmaBillingAccountService.findBillingAccount(String billingSystemId, String billingAccountId) Retrieves theTmaBillingAccountModelassociated to a given billing account id and a billing system id.TmaBillingAccountService.generateBillingAccount()Creates a newTmaBillingAccountModelwith key generators -
Uses of TmaBillingAccountModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl that return TmaBillingAccountModelModifier and TypeMethodDescriptionDefaultTmaBillingAccountService.createBillingAccount(String billingSystemId, String billingAccountId) DefaultTmaBillingAccountService.createBillingAccountWithParentAccount(String billingSystemId, String billingAccountId, String parentBillingAccountId) DefaultTmaBillingAccountService.findBillingAccount(String billingSystemId, String billingAccountId) DefaultTmaBillingAccountService.generateBillingAccount()