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