Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AgreementSpecificationRelationship
Packages that use AgreementSpecificationRelationship
Package
Description
-
Uses of AgreementSpecificationRelationship in de.hybris.platform.tuawebservicesresources.mappers.agreementspecificationrelationship
Methods in de.hybris.platform.tuawebservicesresources.mappers.agreementspecificationrelationship with parameters of type AgreementSpecificationRelationshipModifier and TypeMethodDescriptionvoidAgreementSpecRelationIdAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecificationRelationship target, TuaAgreementRelationshipModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecRelationNameAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecificationRelationship target, TuaAgreementRelationshipModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecRelationValidForAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecificationRelationship target, TuaAgreementRelationshipModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecRelationHrefAttributeMapper.populateTargetAttributeFromSource(TuaAgreementRelationshipModel source, AgreementSpecificationRelationship target, ma.glasnost.orika.MappingContext context) voidAgreementSpecRelationIdAttributeMapper.populateTargetAttributeFromSource(TuaAgreementRelationshipModel source, AgreementSpecificationRelationship target, ma.glasnost.orika.MappingContext context) voidAgreementSpecRelationNameAttributeMapper.populateTargetAttributeFromSource(TuaAgreementRelationshipModel source, AgreementSpecificationRelationship target, ma.glasnost.orika.MappingContext context) voidAgreementSpecRelationSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAgreementRelationshipModel source, AgreementSpecificationRelationship target, ma.glasnost.orika.MappingContext context) voidAgreementSpecRelationTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementRelationshipModel source, AgreementSpecificationRelationship target, ma.glasnost.orika.MappingContext context) voidAgreementSpecRelationValidForAttributeMapper.populateTargetAttributeFromSource(TuaAgreementRelationshipModel source, AgreementSpecificationRelationship target, ma.glasnost.orika.MappingContext context) -
Uses of AgreementSpecificationRelationship in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AgreementSpecificationRelationshipModifier and TypeMethodDescriptionAgreementSpecificationRelationship.atBaseType(String atBaseType) AgreementSpecificationRelationship.atReferredType(String atReferredType) AgreementSpecificationRelationship.atSchemaLocation(String atSchemaLocation) AgreementSpecificationRelationship.relationshipType(String relationshipType) AgreementSpecificationRelationship.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type AgreementSpecificationRelationshipModifier and TypeMethodDescriptionAgreementSpecification.getSpecificationRelationship()Get specificationRelationshipMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type AgreementSpecificationRelationshipModifier and TypeMethodDescriptionAgreementSpecification.addSpecificationRelationshipItem(AgreementSpecificationRelationship specificationRelationshipItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type AgreementSpecificationRelationshipModifier and TypeMethodDescriptionvoidAgreementSpecification.setSpecificationRelationship(List<AgreementSpecificationRelationship> specificationRelationship) AgreementSpecification.specificationRelationship(List<AgreementSpecificationRelationship> specificationRelationship)