Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.IndividualIdentification
Packages that use IndividualIdentification
Package
Description
-
Uses of IndividualIdentification in de.hybris.platform.tuawebservicesresources.mappers.individual
Methods in de.hybris.platform.tuawebservicesresources.mappers.individual that return types with arguments of type IndividualIdentificationModifier and TypeMethodDescriptionIndividualIdentificationAttributeMapper.getTuaIdentificationEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.individual with type arguments of type IndividualIdentificationModifierConstructorDescriptionIndividualIdentificationAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<IndividualIdentification, TuaIdentificationModel> tuaIdentificationEntityResourceNormalizer) -
Uses of IndividualIdentification in de.hybris.platform.tuawebservicesresources.mappers.individualidentification
Methods in de.hybris.platform.tuawebservicesresources.mappers.individualidentification with parameters of type IndividualIdentificationModifier and TypeMethodDescriptionvoidIndividualIdentificationAttachmentAttributeMapper.populateSourceAttributeFromTarget(IndividualIdentification target, TuaIdentificationModel source, ma.glasnost.orika.MappingContext context) voidIndividualIdentificationValidForAttributeMapper.populateSourceAttributeFromTarget(IndividualIdentification target, TuaIdentificationModel source, ma.glasnost.orika.MappingContext context) voidIndividualIdentificationAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, IndividualIdentification target, ma.glasnost.orika.MappingContext context) voidIndividualIdentificationAttachmentAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, IndividualIdentification target, ma.glasnost.orika.MappingContext context) voidIndividualIdentificationAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, IndividualIdentification target, ma.glasnost.orika.MappingContext context) voidIndividualIdentificationValidForAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, IndividualIdentification target, ma.glasnost.orika.MappingContext context) -
Uses of IndividualIdentification in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return IndividualIdentificationModifier and TypeMethodDescriptionIndividualIdentification.atBaseType(String atBaseType) IndividualIdentification.atSchemaLocation(String atSchemaLocation) IndividualIdentification.attachment(AttachmentRefOrValue attachment) IndividualIdentification.identificationId(String identificationId) IndividualIdentification.identificationType(String identificationType) IndividualIdentification.issuingAuthority(String issuingAuthority) IndividualIdentification.issuingDate(Date issuingDate) IndividualIdentification.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type IndividualIdentificationModifier and TypeMethodDescription@Valid List<IndividualIdentification>Individual.getIndividualIdentification()Get individualIdentificationMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type IndividualIdentificationModifier and TypeMethodDescriptionIndividual.addIndividualIdentificationItem(IndividualIdentification individualIdentificationItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type IndividualIdentificationModifier and TypeMethodDescriptionIndividual.individualIdentification(List<IndividualIdentification> individualIdentification) voidIndividual.setIndividualIdentification(List<IndividualIdentification> individualIdentification)