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) 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.partytmfwebservices.v1.dto that return types with arguments of type OrganizationIdentificationModifier and TypeMethodDescription@Valid List<OrganizationIdentification>Organization.getOrganizationIdentification()Get organizationIdentificationMethods in de.hybris.platform.partytmfwebservices.v1.dto with parameters of type OrganizationIdentificationModifier and TypeMethodDescriptionOrganization.addOrganizationIdentificationItem(OrganizationIdentification organizationIdentificationItem) Method parameters in de.hybris.platform.partytmfwebservices.v1.dto with type arguments of type OrganizationIdentificationModifier and TypeMethodDescriptionOrganization.organizationIdentification(List<OrganizationIdentification> organizationIdentification) voidOrganization.setOrganizationIdentification(List<OrganizationIdentification> organizationIdentification) -
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.