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