Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.PartyCreditProfile
Packages that use PartyCreditProfile
Package
Description
-
Uses of PartyCreditProfile in de.hybris.platform.tuawebservicesresources.mappers.party
Methods in de.hybris.platform.tuawebservicesresources.mappers.party that return types with arguments of type PartyCreditProfileModifier and TypeMethodDescriptionPartyCreditRatingAttributeMapper.getTuaPartyCreditProfileEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.party with type arguments of type PartyCreditProfileModifierConstructorDescriptionPartyCreditRatingAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<PartyCreditProfile, TuaPartyCreditProfileModel> tuaPartyCreditProfileEntityResourceNormalizer) -
Uses of PartyCreditProfile in de.hybris.platform.tuawebservicesresources.mappers.partycreditprofile
Methods in de.hybris.platform.tuawebservicesresources.mappers.partycreditprofile with parameters of type PartyCreditProfileModifier and TypeMethodDescriptionvoidPartyCreditProfileValidForAttributeMapper.populateSourceAttributeFromTarget(PartyCreditProfile source, TuaPartyCreditProfileModel target, ma.glasnost.orika.MappingContext context) voidPartyCreditProfileAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaPartyCreditProfileModel source, PartyCreditProfile target, ma.glasnost.orika.MappingContext context) voidPartyCreditProfileAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyCreditProfileModel source, PartyCreditProfile target, ma.glasnost.orika.MappingContext context) voidPartyCreditProfileValidForAttributeMapper.populateTargetAttributeFromSource(TuaPartyCreditProfileModel source, PartyCreditProfile target, ma.glasnost.orika.MappingContext context) -
Uses of PartyCreditProfile in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return PartyCreditProfileModifier and TypeMethodDescriptionPartyCreditProfile.atBaseType(String atBaseType) PartyCreditProfile.atSchemaLocation(String atSchemaLocation) PartyCreditProfile.creditAgencyName(String creditAgencyName) PartyCreditProfile.creditAgencyType(String creditAgencyType) PartyCreditProfile.ratingReference(String ratingReference) PartyCreditProfile.ratingScore(Integer ratingScore) PartyCreditProfile.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type PartyCreditProfileModifier and TypeMethodDescription@Valid List<PartyCreditProfile>Party.getCreditRating()Get creditRatingMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type PartyCreditProfileMethod parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type PartyCreditProfileModifier and TypeMethodDescriptionParty.creditRating(List<PartyCreditProfile> creditRating) voidParty.setCreditRating(List<PartyCreditProfile> creditRating)