Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.OtherNameOrganization
Packages that use OtherNameOrganization
Package
Description
-
Uses of OtherNameOrganization in de.hybris.platform.tuawebservicesresources.mappers.organization
Methods in de.hybris.platform.tuawebservicesresources.mappers.organization that return types with arguments of type OtherNameOrganizationModifier and TypeMethodDescriptionOrganizationOtherNameAttributeMapper.getTuaOtherNameEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.organization with type arguments of type OtherNameOrganizationModifierConstructorDescriptionOrganizationOtherNameAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<OtherNameOrganization, TuaOtherNameModel> tuaOtherNameEntityResourceNormalizer) -
Uses of OtherNameOrganization in de.hybris.platform.tuawebservicesresources.mappers.othernameorganization
Methods in de.hybris.platform.tuawebservicesresources.mappers.othernameorganization with parameters of type OtherNameOrganizationModifier and TypeMethodDescriptionvoidOtherNameOrganizationValidForAttributeMapper.populateSourceAttributeFromTarget(OtherNameOrganization source, TuaOtherNameModel target, ma.glasnost.orika.MappingContext context) voidOtherNameOrganizationAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaOtherNameModel source, OtherNameOrganization target, ma.glasnost.orika.MappingContext context) voidOtherNameOrganizationAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaOtherNameModel source, OtherNameOrganization target, ma.glasnost.orika.MappingContext context) voidOtherNameOrganizationValidForAttributeMapper.populateTargetAttributeFromSource(TuaOtherNameModel source, OtherNameOrganization target, ma.glasnost.orika.MappingContext context) -
Uses of OtherNameOrganization in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return OtherNameOrganizationModifier and TypeMethodDescriptionOtherNameOrganization.atbaseType(String atbaseType) OtherNameOrganization.atschemaLocation(String atschemaLocation) OtherNameOrganization.tradingName(String tradingName) OtherNameOrganization.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type OtherNameOrganizationModifier and TypeMethodDescription@Valid List<OtherNameOrganization>Organization.getOtherName()Get otherNameMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type OtherNameOrganizationModifier and TypeMethodDescriptionOrganization.addOtherNameItem(OtherNameOrganization otherNameItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type OtherNameOrganizationModifier and TypeMethodDescriptionOrganization.otherName(List<OtherNameOrganization> otherName) voidOrganization.setOtherName(List<OtherNameOrganization> otherName)