Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.CustomerBillOnDemand
Packages that use CustomerBillOnDemand
Package
Description
-
Uses of CustomerBillOnDemand in de.hybris.platform.billmanagementtmfwebservices.v2.api
Methods in de.hybris.platform.billmanagementtmfwebservices.v2.api that return types with arguments of type CustomerBillOnDemandModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CustomerBillOnDemand>CustomerBillOnDemandApi.createCustomerBillOnDemand(@Valid CustomerBillOnDemand body) org.springframework.http.ResponseEntity<List<CustomerBillOnDemand>>CustomerBillOnDemandApi.listCustomerBillOnDemand(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<CustomerBillOnDemand>CustomerBillOnDemandApi.retrieveCustomerBillOnDemand(String id, @Valid String fields) Methods in de.hybris.platform.billmanagementtmfwebservices.v2.api with parameters of type CustomerBillOnDemandModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CustomerBillOnDemand>CustomerBillOnDemandApi.createCustomerBillOnDemand(@Valid CustomerBillOnDemand body) -
Uses of CustomerBillOnDemand in de.hybris.platform.billmanagementtmfwebservices.v2.controller
Methods in de.hybris.platform.billmanagementtmfwebservices.v2.controller that return types with arguments of type CustomerBillOnDemandModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CustomerBillOnDemand>BmCustomerBillOnDemandController.createCustomerBillOnDemand(@Valid CustomerBillOnDemand customerBillOnDemand) org.springframework.http.ResponseEntity<List<CustomerBillOnDemand>>BmCustomerBillOnDemandController.listCustomerBillOnDemand(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<CustomerBillOnDemand>BmCustomerBillOnDemandController.retrieveCustomerBillOnDemand(String id, @Valid String fields) Methods in de.hybris.platform.billmanagementtmfwebservices.v2.controller with parameters of type CustomerBillOnDemandModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CustomerBillOnDemand>BmCustomerBillOnDemandController.createCustomerBillOnDemand(@Valid CustomerBillOnDemand customerBillOnDemand) -
Uses of CustomerBillOnDemand in de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand with parameters of type CustomerBillOnDemandModifier and TypeMethodDescriptionvoidCustomerBillOnDemandBillingAccountAttributeMapper.populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandCustomerBillAttributeMapper.populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandLastUpdateAttributeMapper.populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandRelatedPartyAttributeMapper.populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandStateAttributeMapper.populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandBaseTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandBillingAccountAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandCustomerBillAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandHrefAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandLastUpdateAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandRelatedPartyAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandStateAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) voidCustomerBillOnDemandTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand target, ma.glasnost.orika.MappingContext context) -
Uses of CustomerBillOnDemand in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return CustomerBillOnDemandModifier and TypeMethodDescriptionCustomerBillOnDemand.atBaseType(String atBaseType) CustomerBillOnDemand.atSchemaLocation(String atSchemaLocation) CustomerBillOnDemand.billingAccount(BillingAccountRef billingAccount) CustomerBillOnDemand.customerBill(CustomerBillRef customerBill) CustomerBillOnDemand.description(String description) CustomerBillOnDemand.lastUpdate(Date lastUpdate) CustomerBillOnDemand.relatedParty(RelatedParty relatedParty) CustomerBillOnDemand.state(StateValues state)