Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AgreementRef
Packages that use AgreementRef
Package
Description
-
Uses of AgreementRef in de.hybris.platform.tuawebservicesresources.mappers.agreementref
Methods in de.hybris.platform.tuawebservicesresources.mappers.agreementref with parameters of type AgreementRefModifier and TypeMethodDescriptionvoidAgreementRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) voidAgreementRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) voidAgreementRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) -
Uses of AgreementRef in de.hybris.platform.tuawebservicesresources.mappers.agreementreffrombusinessinteraction
Methods in de.hybris.platform.tuawebservicesresources.mappers.agreementreffrombusinessinteraction with parameters of type AgreementRefModifier and TypeMethodDescriptionvoidAgreementRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaBusinessInteractionModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) voidAgreementRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaBusinessInteractionModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) voidAgreementRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBusinessInteractionModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) -
Uses of AgreementRef in de.hybris.platform.tuawebservicesresources.mappers.partyrole
Methods in de.hybris.platform.tuawebservicesresources.mappers.partyrole that return types with arguments of type AgreementRefModifier and TypeMethodDescriptionPartyRoleAgreementAttributeMapper.getTuaBusinessInteractionEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.partyrole with type arguments of type AgreementRefModifierConstructorDescriptionPartyRoleAgreementAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<AgreementRef, TuaBusinessInteractionModel> tuaBusinessInteractionEntityResourceNormalizer, TuaGenericService tuaGenericService) -
Uses of AgreementRef in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AgreementRefModifier and TypeMethodDescriptionAgreementRef.atbaseType(String atbaseType) AgreementRef.atreferredType(String atreferredType) AgreementRef.atschemaLocation(String atschemaLocation) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type AgreementRefModifier and TypeMethodDescription@Valid List<AgreementRef>PartyRole.getAgreement()Get agreement@Valid List<AgreementRef>Agreement.getAssociatedAgreement()Get associatedAgreementMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type AgreementRefModifier and TypeMethodDescriptionPartyRole.addAgreementItem(AgreementRef agreementItem) Agreement.addAssociatedAgreementItem(AgreementRef associatedAgreementItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type AgreementRefModifier and TypeMethodDescriptionPartyRole.agreement(List<AgreementRef> agreement) Agreement.associatedAgreement(List<AgreementRef> associatedAgreement) voidPartyRole.setAgreement(List<AgreementRef> agreement) voidAgreement.setAssociatedAgreement(List<AgreementRef> associatedAgreement)