Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.BucketRelationship
Packages that use BucketRelationship
Package
Description
-
Uses of BucketRelationship in de.hybris.platform.tuawebservicesresources.mappers.ucbucketrelationship
Methods in de.hybris.platform.tuawebservicesresources.mappers.ucbucketrelationship with parameters of type BucketRelationshipModifier and TypeMethodDescriptionvoidBucketRelationshipAtBaseTypeAttributeMapper.populateTargetAttributeFromSource(TuaBucketRelationshipModel source, BucketRelationship target, ma.glasnost.orika.MappingContext context) voidBucketRelationshipAtreferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaBucketRelationshipModel source, BucketRelationship target, ma.glasnost.orika.MappingContext context) voidBucketRelationshipAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBucketRelationshipModel source, BucketRelationship target, ma.glasnost.orika.MappingContext context) voidBucketRelationshipAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaBucketRelationshipModel source, BucketRelationship target, ma.glasnost.orika.MappingContext context) -
Uses of BucketRelationship in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return BucketRelationshipModifier and TypeMethodDescriptionBucketRelationship.addBucketRefOrValueItem(BucketRefOrValue bucketRefOrValueItem) BucketRelationship.atBaseType(String atBaseType) BucketRelationship.atReferredType(String atReferredType) BucketRelationship.atSchemaLocation(String atSchemaLocation) BucketRelationship.bucketRefOrValue(List<BucketRefOrValue> bucketRefOrValue) BucketRelationship.relationshipType(String relationshipType) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type BucketRelationshipModifier and TypeMethodDescription@Valid List<BucketRelationship>BucketRefOrValue.getBucketRelationship()Get bucketRelationshipMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type BucketRelationshipModifier and TypeMethodDescriptionBucketRefOrValue.addBucketRelationshipItem(BucketRelationship bucketRelationshipItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type BucketRelationshipModifier and TypeMethodDescriptionBucketRefOrValue.bucketRelationship(List<BucketRelationship> bucketRelationship) voidBucketRefOrValue.setBucketRelationship(List<BucketRelationship> bucketRelationship)