Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.CustomerBillRef
Packages that use CustomerBillRef
Package
Description
-
Uses of CustomerBillRef in de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand that return types with arguments of type CustomerBillRefModifier and TypeMethodDescriptionCustomerBillOnDemandCustomerBillAttributeMapper.getTuaCustomerBillRefEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand with type arguments of type CustomerBillRefModifierConstructorDescriptionCustomerBillOnDemandCustomerBillAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<CustomerBillRef, TuaPartyBillModel> tuaCustomerBillRefEntityResourceNormalizer) -
Uses of CustomerBillRef in de.hybris.platform.tuawebservicesresources.mappers.customerbillref
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbillref with parameters of type CustomerBillRefModifier and TypeMethodDescriptionvoidCustomerBillRefIdAttributeMapper.populateSourceAttributeFromTarget(CustomerBillRef target, TuaPartyBillModel source, ma.glasnost.orika.MappingContext context) voidCustomerBillRefBaseTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillModel source, CustomerBillRef target, ma.glasnost.orika.MappingContext context) voidCustomerBillRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillModel source, CustomerBillRef target, ma.glasnost.orika.MappingContext context) voidCustomerBillRefIdAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillModel source, CustomerBillRef target, ma.glasnost.orika.MappingContext context) voidCustomerBillRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillModel source, CustomerBillRef target, ma.glasnost.orika.MappingContext context) voidCustomerBillRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillModel source, CustomerBillRef target, ma.glasnost.orika.MappingContext context) voidCustomerBillRefTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyBillModel source, CustomerBillRef target, ma.glasnost.orika.MappingContext context) -
Uses of CustomerBillRef in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return CustomerBillRefModifier and TypeMethodDescriptionCustomerBillRef.atBaseType(String atBaseType) CustomerBillRef.atReferredType(String atReferredType) CustomerBillRef.atSchemaLocation(String atSchemaLocation) @Valid CustomerBillRefAppliedCustomerBillingRate.getBill()Get bill@Valid CustomerBillRefCustomerBillOnDemand.getCustomerBill()Get customerBillMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type CustomerBillRefModifier and TypeMethodDescriptionAppliedCustomerBillingRate.bill(CustomerBillRef bill) CustomerBillOnDemand.customerBill(CustomerBillRef customerBill) voidAppliedCustomerBillingRate.setBill(CustomerBillRef bill) voidCustomerBillOnDemand.setCustomerBill(CustomerBillRef customerBill)