Uses of Class
de.hybris.platform.tuadatamodel.model.TuaAgreementSpecCharacteristicValueModel
Packages that use TuaAgreementSpecCharacteristicValueModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaAgreementSpecCharacteristicValueModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaAgreementSpecCharacteristicValueModelModifier and TypeMethodDescriptionvoidTuaAgreementSpecCharacteristicValuePrepareInterceptor.onPrepare(TuaAgreementSpecCharacteristicValueModel agreementSpecCharacteristicValueModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) -
Uses of TuaAgreementSpecCharacteristicValueModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return TuaAgreementSpecCharacteristicValueModelModifier and TypeMethodDescriptionTuaAgreementSpecCharValueUseModel.getAgreementSpecCharValue()Generated method - Getter of theTuaAgreementSpecCharValueUse.agreementSpecCharValueattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaAgreementSpecCharacteristicValueModelModifier and TypeMethodDescriptionTuaAgreementSpecCharacteristicModel.getAgreementSpecCharacteristicValues()Generated method - Getter of theTuaAgreementSpecCharacteristic.agreementSpecCharacteristicValuesattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model with parameters of type TuaAgreementSpecCharacteristicValueModelModifier and TypeMethodDescriptionvoidTuaAgreementSpecCharValueUseModel.setAgreementSpecCharValue(TuaAgreementSpecCharacteristicValueModel value) Generated method - Setter ofTuaAgreementSpecCharValueUse.agreementSpecCharValueattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaAgreementSpecCharacteristicValueModelModifier and TypeMethodDescriptionvoidTuaAgreementSpecCharacteristicModel.setAgreementSpecCharacteristicValues(Set<TuaAgreementSpecCharacteristicValueModel> value) Generated method - Setter ofTuaAgreementSpecCharacteristic.agreementSpecCharacteristicValuesattribute defined at extensiontuadatamodel. -
Uses of TuaAgreementSpecCharacteristicValueModel in de.hybris.platform.tuawebservicesresources.mappers.agreementspeccharacteristicvalue
Methods in de.hybris.platform.tuawebservicesresources.mappers.agreementspeccharacteristicvalue with parameters of type TuaAgreementSpecCharacteristicValueModelModifier and TypeMethodDescriptionvoidAgreementSpecCharacteristicValueValidForAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecCharacteristicValue target, TuaAgreementSpecCharacteristicValueModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueValueTypeAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecCharacteristicValue target, TuaAgreementSpecCharacteristicValueModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicValueModel source, AgreementSpecCharacteristicValue target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicValueModel source, AgreementSpecCharacteristicValue target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueValidForAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicValueModel source, AgreementSpecCharacteristicValue target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueValueTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicValueModel source, AgreementSpecCharacteristicValue target, ma.glasnost.orika.MappingContext context)