Uses of Class
de.hybris.platform.billmanagementservices.model.BmPartyBillModel
Packages that use BmPartyBillModel
Package
Description
Contains generated models for each type of de.hybris.platform.billmanagementservices.jalo package.
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
-
Uses of BmPartyBillModel in de.hybris.platform.billmanagementservices.daos
Methods in de.hybris.platform.billmanagementservices.daos that return BmPartyBillModelModifier and TypeMethodDescriptionBmPartyBillDao.findUnique(Map<String, ? extends Object> params) Deprecated.Searches for a unique model based on given parameters.Methods in de.hybris.platform.billmanagementservices.daos that return types with arguments of type BmPartyBillModelModifier and TypeMethodDescriptionBmPartyBillDao.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.Returns a list ofBmPartyBillModels for the given context. -
Uses of BmPartyBillModel in de.hybris.platform.billmanagementservices.daos.impl
Methods in de.hybris.platform.billmanagementservices.daos.impl that return BmPartyBillModelModifier and TypeMethodDescriptionDefaultBmPartyBillDao.findUnique(Map<String, ? extends Object> params) Deprecated.Methods in de.hybris.platform.billmanagementservices.daos.impl that return types with arguments of type BmPartyBillModelModifier and TypeMethodDescriptionDefaultBmPartyBillDao.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated. -
Uses of BmPartyBillModel in de.hybris.platform.billmanagementservices.model
Subclasses of BmPartyBillModel in de.hybris.platform.billmanagementservices.modelModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.billmanagementservices.model that return BmPartyBillModelModifier and TypeMethodDescriptionBmAppliedPartyBillingTaxRateModel.getPartyBill()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAppliedPartyBillingTaxRate.partyBillattribute defined at extensionbillmanagementservices.BmPartyPaymentItemModel.getPartyBill()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmPartyPaymentItem.partyBillattribute defined at extensionbillmanagementservices.Methods in de.hybris.platform.billmanagementservices.model that return types with arguments of type BmPartyBillModelModifier and TypeMethodDescriptionBmBillingAccountModel.getPartyBills()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmBillingAccount.partyBillsattribute defined at extensionbillmanagementservices.BmPartyModel.getPartyBills()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmParty.partyBillsattribute defined at extensionbillmanagementservices.Methods in de.hybris.platform.billmanagementservices.model with parameters of type BmPartyBillModelModifier and TypeMethodDescriptionvoidBmAppliedPartyBillingTaxRateModel.setPartyBill(BmPartyBillModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmAppliedPartyBillingTaxRate.partyBillattribute defined at extensionbillmanagementservices.voidBmPartyPaymentItemModel.setPartyBill(BmPartyBillModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmPartyPaymentItem.partyBillattribute defined at extensionbillmanagementservices.Method parameters in de.hybris.platform.billmanagementservices.model with type arguments of type BmPartyBillModelModifier and TypeMethodDescriptionvoidBmBillingAccountModel.setPartyBills(Set<BmPartyBillModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmBillingAccount.partyBillsattribute defined at extensionbillmanagementservices.voidBmPartyModel.setPartyBills(Set<BmPartyBillModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmParty.partyBillsattribute defined at extensionbillmanagementservices. -
Uses of BmPartyBillModel in de.hybris.platform.billmanagementservices.services
Methods in de.hybris.platform.billmanagementservices.services that return BmPartyBillModelModifier and TypeMethodDescriptionBmPartyBillService.getPartyBill(String partyBillNo) Deprecated.Returns aBmPartyBillModelfor the given party bill no.Methods in de.hybris.platform.billmanagementservices.services that return types with arguments of type BmPartyBillModelModifier and TypeMethodDescriptionBmPartyBillService.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.Returns a list ofBmPartyBillModels for the given context. -
Uses of BmPartyBillModel in de.hybris.platform.billmanagementservices.services.impl
Methods in de.hybris.platform.billmanagementservices.services.impl that return BmPartyBillModelModifier and TypeMethodDescriptionDefaultBmPartyBillService.getPartyBill(String partyBillNo) Deprecated.Methods in de.hybris.platform.billmanagementservices.services.impl that return types with arguments of type BmPartyBillModelModifier and TypeMethodDescriptionDefaultBmPartyBillService.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated. -
Uses of BmPartyBillModel in de.hybris.platform.billmanagementtmfwebservices.v1.mappers.customerbill
Methods in de.hybris.platform.billmanagementtmfwebservices.v1.mappers.customerbill with parameters of type BmPartyBillModelModifier and TypeMethodDescriptionvoidCustomerBillAmountDueAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillAppliedPaymentAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillBillingAccountAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillDocumentAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillFinancialAccountAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillHrefAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillIdAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillLastUpdateAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillRelatedPartyAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillRemainingAmountAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillSchemaLocationAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillStateAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillTaxExcludedAmountAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillTaxIncludedAmountAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillTaxItemAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillTypeAttributeMapper.populateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of BmPartyBillModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return BmPartyBillModelModifier and TypeMethodDescriptionCatalogUnawareMediaModel.getPartyBill()Generated method - Getter of theCatalogUnawareMedia.partyBillattribute defined at extensionbillmanagementservices.Methods in de.hybris.platform.catalog.model with parameters of type BmPartyBillModelModifier and TypeMethodDescriptionvoidCatalogUnawareMediaModel.setPartyBill(BmPartyBillModel value) Generated method - Setter ofCatalogUnawareMedia.partyBillattribute defined at extensionbillmanagementservices.