Uses of Class
de.hybris.platform.billmanagementtmfwebservices.v1.dto.CustomerBill
Packages that use CustomerBill
Package
Description
-
Uses of CustomerBill in de.hybris.platform.billmanagementtmfwebservices.v1.api
Methods in de.hybris.platform.billmanagementtmfwebservices.v1.api that return types with arguments of type CustomerBillModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CustomerBill>>CustomerBillApi.listCustomerBill(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<CustomerBill>CustomerBillApi.retrieveCustomerBill(String id, @Valid String fields) -
Uses of CustomerBill in de.hybris.platform.billmanagementtmfwebservices.v1.controller
Methods in de.hybris.platform.billmanagementtmfwebservices.v1.controller that return types with arguments of type CustomerBillModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CustomerBill>>BmCustomerBillController.listCustomerBill(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) Deprecated.org.springframework.http.ResponseEntity<CustomerBill>BmCustomerBillController.retrieveCustomerBill(String id, @Valid String fields) Deprecated. -
Uses of CustomerBill in de.hybris.platform.billmanagementtmfwebservices.v1.dto
Methods in de.hybris.platform.billmanagementtmfwebservices.v1.dto that return CustomerBillModifier and TypeMethodDescriptionCustomerBill.addAppliedPaymentItem(AppliedPayment appliedPaymentItem) Deprecated.CustomerBill.addBillDocumentItem(AttachmentRefOrValue billDocumentItem) Deprecated.CustomerBill.addRelatedPartyItem(RelatedPartyRef relatedPartyItem) Deprecated.CustomerBill.addTaxItemItem(TaxItem taxItemItem) Deprecated.Deprecated.CustomerBill.appliedPayment(List<AppliedPayment> appliedPayment) Deprecated.CustomerBill.atBaseType(String atBaseType) Deprecated.CustomerBill.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.Deprecated.CustomerBill.billDocument(List<AttachmentRefOrValue> billDocument) Deprecated.CustomerBill.billingAccount(BillingAccountRef billingAccount) Deprecated.CustomerBill.billingPeriod(TimePeriod billingPeriod) Deprecated.Deprecated.Deprecated.CustomerBill.financialAccount(FinancialAccountRef financialAccount) Deprecated.Deprecated.Deprecated.CustomerBill.lastUpdate(Date lastUpdate) Deprecated.CustomerBill.nextBillDate(Date nextBillDate) Deprecated.CustomerBill.paymentDueDate(Date paymentDueDate) Deprecated.CustomerBill.paymentMethod(PaymentMethodRef paymentMethod) Deprecated.CustomerBill.relatedParty(List<RelatedPartyRef> relatedParty) Deprecated.CustomerBill.remainingAmount(Money remainingAmount) Deprecated.Deprecated.CustomerBill.state(StateValue state) Deprecated.CustomerBill.taxExcludedAmount(Money taxExcludedAmount) Deprecated.CustomerBill.taxIncludedAmount(Money taxIncludedAmount) Deprecated.Deprecated. -
Uses of CustomerBill in de.hybris.platform.billmanagementtmfwebservices.v1.mappers.customerbill
Methods in de.hybris.platform.billmanagementtmfwebservices.v1.mappers.customerbill with parameters of type CustomerBillModifier 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.voidCustomerBillBillingPeriodAttributeMapper.populateTargetAttributeFromSource(BmOnCyclePartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillCategoryAttributeMapper.populateTargetAttributeFromSource(BmOnCyclePartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillDateAttributeMapper.populateTargetAttributeFromSource(BmOnCyclePartyBillModel 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.voidCustomerBillNextBillDateAttributeMapper.populateTargetAttributeFromSource(BmOnCyclePartyBillModel source, CustomerBill target, ma.glasnost.orika.MappingContext context) Deprecated.voidCustomerBillPaymentDueDateAttributeMapper.populateTargetAttributeFromSource(BmOnCyclePartyBillModel 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.voidCustomerBillRunTypeAttributeMapper.populateTargetAttributeFromSource(BmOnCyclePartyBillModel 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.