Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.OrganizationRef
Packages that use OrganizationRef
Package
Description
-
Uses of OrganizationRef in de.hybris.platform.tuawebservicesresources.mappers.organizationchildrelationship
Methods in de.hybris.platform.tuawebservicesresources.mappers.organizationchildrelationship that return types with arguments of type OrganizationRefModifier and TypeMethodDescriptionOrganizationChildRelationshipOrganizationAttributeMapper.getTuaOrganizationEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.organizationchildrelationship with type arguments of type OrganizationRefModifierConstructorDescriptionOrganizationChildRelationshipOrganizationAttributeMapper(String sourceAttributeName, String targetAttributeName, TuaEntityResourceNormalizer<OrganizationRef, TuaOrganizationModel> tuaOrganizationEntityResourceNormalizer, ma.glasnost.orika.MapperFacade mapperFacade) -
Uses of OrganizationRef in de.hybris.platform.tuawebservicesresources.mappers.organizationparentrelationship
Methods in de.hybris.platform.tuawebservicesresources.mappers.organizationparentrelationship that return types with arguments of type OrganizationRefModifier and TypeMethodDescriptionOrganizationParentRelationshipOrganizationAttributeMapper.getTuaOrganizationEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.organizationparentrelationship with type arguments of type OrganizationRefModifierConstructorDescriptionOrganizationParentRelationshipOrganizationAttributeMapper(String sourceAttributeName, String targetAttributeName, TuaEntityResourceNormalizer<OrganizationRef, TuaOrganizationModel> tuaOrganizationEntityResourceNormalizer, ma.glasnost.orika.MapperFacade mapperFacade) -
Uses of OrganizationRef in de.hybris.platform.tuawebservicesresources.mappers.organizationref
Methods in de.hybris.platform.tuawebservicesresources.mappers.organizationref with parameters of type OrganizationRefModifier and TypeMethodDescriptionvoidOrganizationRefAtReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaOrganizationModel source, OrganizationRef target, ma.glasnost.orika.MappingContext context) voidOrganizationRefAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaOrganizationModel source, OrganizationRef target, ma.glasnost.orika.MappingContext context) voidOrganizationRefAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaOrganizationModel source, OrganizationRef target, ma.glasnost.orika.MappingContext context) voidOrganizationRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaOrganizationModel source, OrganizationRef target, ma.glasnost.orika.MappingContext context) -
Uses of OrganizationRef in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return OrganizationRefModifier and TypeMethodDescriptionOrganizationRef.atBaseType(String atBaseType) OrganizationRef.atReferredType(String atReferredType) OrganizationRef.atSchemaLocation(String atSchemaLocation) @Valid OrganizationRefOrganizationChildRelationship.getOrganization()Get organization@Valid OrganizationRefOrganizationParentRelationship.getOrganization()Get organizationMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type OrganizationRefModifier and TypeMethodDescriptionOrganizationChildRelationship.organization(OrganizationRef organization) OrganizationParentRelationship.organization(OrganizationRef organization) voidOrganizationChildRelationship.setOrganization(OrganizationRef organization) voidOrganizationParentRelationship.setOrganization(OrganizationRef organization)