Uses of Class
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementRef
Packages that use AgreementRef
Package
Description
-
Uses of AgreementRef in de.hybris.platform.agreementtmfwebservices.v1.dto
Methods in de.hybris.platform.agreementtmfwebservices.v1.dto that return AgreementRefModifier and TypeMethodDescriptionAgreementRef.atbaseType(String atbaseType) AgreementRef.atreferredType(String atreferredType) AgreementRef.atschemaLocation(String atschemaLocation) Methods in de.hybris.platform.agreementtmfwebservices.v1.dto that return types with arguments of type AgreementRefModifier and TypeMethodDescription@Valid List<AgreementRef>Agreement.getAssociatedAgreement()Get associatedAgreement@Valid List<AgreementRef>AgreementUnderscoreCreate.getAssociatedAgreement()Get associatedAgreement@Valid List<AgreementRef>AgreementUnderscoreUpdate.getAssociatedAgreement()Get associatedAgreementMethods in de.hybris.platform.agreementtmfwebservices.v1.dto with parameters of type AgreementRefModifier and TypeMethodDescriptionAgreement.addAssociatedAgreementItem(AgreementRef associatedAgreementItem) AgreementUnderscoreCreate.addAssociatedAgreementItem(AgreementRef associatedAgreementItem) AgreementUnderscoreUpdate.addAssociatedAgreementItem(AgreementRef associatedAgreementItem) Method parameters in de.hybris.platform.agreementtmfwebservices.v1.dto with type arguments of type AgreementRefModifier and TypeMethodDescriptionAgreement.associatedAgreement(List<AgreementRef> associatedAgreement) AgreementUnderscoreCreate.associatedAgreement(List<AgreementRef> associatedAgreement) AgreementUnderscoreUpdate.associatedAgreement(List<AgreementRef> associatedAgreement) voidAgreement.setAssociatedAgreement(List<AgreementRef> associatedAgreement) voidAgreementUnderscoreCreate.setAssociatedAgreement(List<AgreementRef> associatedAgreement) voidAgreementUnderscoreUpdate.setAssociatedAgreement(List<AgreementRef> associatedAgreement) -
Uses of AgreementRef in de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementref
Methods in de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementref with parameters of type AgreementRefModifier and TypeMethodDescriptionvoidAgreementRefHrefAttributeMapper.populateTargetAttributeFromSource(AgrAgreementModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(AgrAgreementModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(AgrAgreementModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) Deprecated.