Uses of Class
de.hybris.platform.partyroletmfwebservices.v1.dto.AgreementRef
Packages that use AgreementRef
Package
Description
-
Uses of AgreementRef in de.hybris.platform.partyroletmfwebservices.v1.dto
Methods in de.hybris.platform.partyroletmfwebservices.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.partyroletmfwebservices.v1.dto that return types with arguments of type AgreementRefModifier and TypeMethodDescription@Valid List<AgreementRef>PartyRole.getAgreement()Deprecated.Get agreement@Valid List<AgreementRef>PartyRoleUnderscoreCreate.getAgreement()Deprecated.Get agreement@Valid List<AgreementRef>PartyRoleUnderscoreUpdate.getAgreement()Deprecated.Get agreementMethods in de.hybris.platform.partyroletmfwebservices.v1.dto with parameters of type AgreementRefModifier and TypeMethodDescriptionPartyRole.addAgreementItem(AgreementRef agreementItem) Deprecated.PartyRoleUnderscoreCreate.addAgreementItem(AgreementRef agreementItem) Deprecated.PartyRoleUnderscoreUpdate.addAgreementItem(AgreementRef agreementItem) Deprecated.Method parameters in de.hybris.platform.partyroletmfwebservices.v1.dto with type arguments of type AgreementRefModifier and TypeMethodDescriptionPartyRole.agreement(List<AgreementRef> agreement) Deprecated.PartyRoleUnderscoreCreate.agreement(List<AgreementRef> agreement) Deprecated.PartyRoleUnderscoreUpdate.agreement(List<AgreementRef> agreement) Deprecated.voidPartyRole.setAgreement(List<AgreementRef> agreement) Deprecated.voidPartyRoleUnderscoreCreate.setAgreement(List<AgreementRef> agreement) Deprecated.voidPartyRoleUnderscoreUpdate.setAgreement(List<AgreementRef> agreement) Deprecated. -
Uses of AgreementRef in de.hybris.platform.partyroletmfwebservices.v1.mappers.agreementref
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.agreementref with parameters of type AgreementRefModifier and TypeMethodDescriptionvoidAgreementRefAtReferredTypeAttributeMapper.populateTargetAttributeFromSource(PrBusinessInteractionModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementRefAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PrBusinessInteractionModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementRefAtTypeAttributeMapper.populateTargetAttributeFromSource(PrBusinessInteractionModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementRefHrefAttributeMapper.populateTargetAttributeFromSource(PrBusinessInteractionModel source, AgreementRef target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of AgreementRef in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole that return types with arguments of type AgreementRefModifier and TypeMethodDescriptionPartyRoleAgreementAttributeMapper.getPrAgreementEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole with type arguments of type AgreementRefModifierConstructorDescriptionPartyRoleAgreementAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PrEntityResourceNormalizer<AgreementRef, PrAgreementModel> prAgreementEntityResourceNormalizer, PrGenericService prGenericService) Deprecated.