Uses of Class
de.hybris.platform.tuadatamodel.model.TuaAgreementSpecCharacteristicModel
Packages that use TuaAgreementSpecCharacteristicModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaAgreementSpecCharacteristicModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaAgreementSpecCharacteristicModelModifier and TypeMethodDescriptionvoidTuaAgreementSpecCharacteristicPrepareInterceptor.onPrepare(TuaAgreementSpecCharacteristicModel agreementSpecCharacteristicModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) -
Uses of TuaAgreementSpecCharacteristicModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return TuaAgreementSpecCharacteristicModelModifier and TypeMethodDescriptionTuaAgreementSpecCharacteristicValueModel.getAgreementSpecCharacteristic()Generated method - Getter of theTuaAgreementSpecCharacteristicValue.agreementSpecCharacteristicattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaAgreementSpecCharacteristicModelModifier and TypeMethodDescriptionTuaAgreementSpecificationModel.getAgreementSpecCharacteristics()Generated method - Getter of theTuaAgreementSpecification.agreementSpecCharacteristicsattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model with parameters of type TuaAgreementSpecCharacteristicModelModifier and TypeMethodDescriptionvoidTuaAgreementSpecCharacteristicValueModel.setAgreementSpecCharacteristic(TuaAgreementSpecCharacteristicModel value) Generated method - Setter ofTuaAgreementSpecCharacteristicValue.agreementSpecCharacteristicattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaAgreementSpecCharacteristicModelModifier and TypeMethodDescriptionvoidTuaAgreementSpecificationModel.setAgreementSpecCharacteristics(Set<TuaAgreementSpecCharacteristicModel> value) Generated method - Setter ofTuaAgreementSpecification.agreementSpecCharacteristicsattribute defined at extensiontuadatamodel. -
Uses of TuaAgreementSpecCharacteristicModel in de.hybris.platform.tuawebservicesresources.mappers.agreementspeccharacteristic
Methods in de.hybris.platform.tuawebservicesresources.mappers.agreementspeccharacteristic with parameters of type TuaAgreementSpecCharacteristicModelModifier and TypeMethodDescriptionvoidAgreementSpecCharacteristicValidForAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecCharacteristic target, TuaAgreementSpecCharacteristicModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecCharacteristic target, TuaAgreementSpecCharacteristicModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValidForAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context)