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) Deprecated.AgreementRef.atReferredType(String atReferredType) Deprecated.AgreementRef.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Methods in de.hybris.platform.agreementtmfwebservices.v1.dto that return types with arguments of type AgreementRefModifier and TypeMethodDescription@Valid List<AgreementRef>Agreement.getAssociatedAgreement()Deprecated.Get associatedAgreement@Valid List<AgreementRef>AgreementUnderscoreCreate.getAssociatedAgreement()Deprecated.Get associatedAgreement@Valid List<AgreementRef>AgreementUnderscoreUpdate.getAssociatedAgreement()Deprecated.Get associatedAgreementMethods in de.hybris.platform.agreementtmfwebservices.v1.dto with parameters of type AgreementRefModifier and TypeMethodDescriptionAgreement.addAssociatedAgreementItem(AgreementRef associatedAgreementItem) Deprecated.AgreementUnderscoreCreate.addAssociatedAgreementItem(AgreementRef associatedAgreementItem) Deprecated.AgreementUnderscoreUpdate.addAssociatedAgreementItem(AgreementRef associatedAgreementItem) Deprecated.Method parameters in de.hybris.platform.agreementtmfwebservices.v1.dto with type arguments of type AgreementRefModifier and TypeMethodDescriptionAgreement.associatedAgreement(List<AgreementRef> associatedAgreement) Deprecated.AgreementUnderscoreCreate.associatedAgreement(List<AgreementRef> associatedAgreement) Deprecated.AgreementUnderscoreUpdate.associatedAgreement(List<AgreementRef> associatedAgreement) Deprecated.voidAgreement.setAssociatedAgreement(List<AgreementRef> associatedAgreement) Deprecated.voidAgreementUnderscoreCreate.setAssociatedAgreement(List<AgreementRef> associatedAgreement) Deprecated.voidAgreementUnderscoreUpdate.setAssociatedAgreement(List<AgreementRef> associatedAgreement) Deprecated. -
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.