Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.OrganizationIdentification
Packages that use OrganizationIdentification
Package
Description
-
Uses of OrganizationIdentification in de.hybris.platform.tuawebservicesresources.mappers.organization
Methods in de.hybris.platform.tuawebservicesresources.mappers.organization that return types with arguments of type OrganizationIdentificationModifier and TypeMethodDescriptionOrganizationIdentificationAttributeMapper.getTuaOrganizationIdentificationEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.organization with type arguments of type OrganizationIdentificationModifierConstructorDescriptionOrganizationIdentificationAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<OrganizationIdentification, TuaIdentificationModel> tuaOrganizationIdentificationEntityResourceNormalizer) -
Uses of OrganizationIdentification in de.hybris.platform.tuawebservicesresources.mappers.organizationidentification
Methods in de.hybris.platform.tuawebservicesresources.mappers.organizationidentification with parameters of type OrganizationIdentificationModifier and TypeMethodDescriptionvoidOrganizationIdentificationValidForAttributeMapper.populateSourceAttributeFromTarget(OrganizationIdentification source, TuaIdentificationModel target, ma.glasnost.orika.MappingContext context) voidOrganizationIdentificationAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, OrganizationIdentification target, ma.glasnost.orika.MappingContext context) voidOrganizationIdentificationAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, OrganizationIdentification target, ma.glasnost.orika.MappingContext context) voidOrganizationIdentificationValidForAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, OrganizationIdentification target, ma.glasnost.orika.MappingContext context) -
Uses of OrganizationIdentification in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return OrganizationIdentificationModifier and TypeMethodDescriptionOrganizationIdentification.atbaseType(String atbaseType) OrganizationIdentification.atschemaLocation(String atschemaLocation) OrganizationIdentification.attachment(AttachmentRefOrValue attachment) OrganizationIdentification.identificationId(String identificationId) OrganizationIdentification.identificationType(String identificationType) OrganizationIdentification.issuingAuthority(String issuingAuthority) OrganizationIdentification.issuingDate(Date issuingDate) OrganizationIdentification.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type OrganizationIdentificationModifier and TypeMethodDescription@Valid List<OrganizationIdentification>Organization.getOrganizationIdentification()Get organizationIdentificationMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type OrganizationIdentificationModifier and TypeMethodDescriptionOrganization.addOrganizationIdentificationItem(OrganizationIdentification organizationIdentificationItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type OrganizationIdentificationModifier and TypeMethodDescriptionOrganization.organizationIdentification(List<OrganizationIdentification> organizationIdentification) voidOrganization.setOrganizationIdentification(List<OrganizationIdentification> organizationIdentification)