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) AgreementRef.atreferredType(String atreferredType) AgreementRef.atschemaLocation(String atschemaLocation) Methods in de.hybris.platform.partyroletmfwebservices.v1.dto that return types with arguments of type AgreementRefModifier and TypeMethodDescription@Valid List<AgreementRef>PartyRole.getAgreement()Get agreement@Valid List<AgreementRef>PartyRoleUnderscoreCreate.getAgreement()Get agreement@Valid List<AgreementRef>PartyRoleUnderscoreUpdate.getAgreement()Get agreementMethods in de.hybris.platform.partyroletmfwebservices.v1.dto with parameters of type AgreementRefModifier and TypeMethodDescriptionPartyRole.addAgreementItem(AgreementRef agreementItem) PartyRoleUnderscoreCreate.addAgreementItem(AgreementRef agreementItem) PartyRoleUnderscoreUpdate.addAgreementItem(AgreementRef agreementItem) Method parameters in de.hybris.platform.partyroletmfwebservices.v1.dto with type arguments of type AgreementRefModifier and TypeMethodDescriptionPartyRole.agreement(List<AgreementRef> agreement) PartyRoleUnderscoreCreate.agreement(List<AgreementRef> agreement) PartyRoleUnderscoreUpdate.agreement(List<AgreementRef> agreement) voidPartyRole.setAgreement(List<AgreementRef> agreement) voidPartyRoleUnderscoreCreate.setAgreement(List<AgreementRef> agreement) voidPartyRoleUnderscoreUpdate.setAgreement(List<AgreementRef> agreement) -
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.