Uses of Class
de.hybris.platform.tuadatamodel.model.TuaPartyCreditProfileModel
Packages that use TuaPartyCreditProfileModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaPartyCreditProfileModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaPartyCreditProfileModelModifier and TypeMethodDescriptionvoidTuaPartyCreditProfilePrepareInterceptor.onPrepare(TuaPartyCreditProfileModel partyCreditProfileModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TuaPartyCreditProfileModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaPartyCreditProfileModelModifier and TypeMethodDescriptionTuaPartyModel.getCreditRatings()Generated method - Getter of theTuaParty.creditRatingsattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaPartyCreditProfileModelModifier and TypeMethodDescriptionvoidTuaPartyModel.setCreditRatings(List<TuaPartyCreditProfileModel> value) Generated method - Setter ofTuaParty.creditRatingsattribute defined at extensiontuadatamodel. -
Uses of TuaPartyCreditProfileModel in de.hybris.platform.tuawebservicesresources.mappers.party
Methods in de.hybris.platform.tuawebservicesresources.mappers.party that return types with arguments of type TuaPartyCreditProfileModelModifier and TypeMethodDescriptionPartyCreditRatingAttributeMapper.getTuaPartyCreditProfileEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.party with type arguments of type TuaPartyCreditProfileModelModifierConstructorDescriptionPartyCreditRatingAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<PartyCreditProfile, TuaPartyCreditProfileModel> tuaPartyCreditProfileEntityResourceNormalizer) -
Uses of TuaPartyCreditProfileModel in de.hybris.platform.tuawebservicesresources.mappers.partycreditprofile
Methods in de.hybris.platform.tuawebservicesresources.mappers.partycreditprofile with parameters of type TuaPartyCreditProfileModelModifier 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)