Uses of Class
de.hybris.platform.partyroletmfwebservices.v1.dto.PartyRole
Packages that use PartyRole
Package
Description
-
Uses of PartyRole in de.hybris.platform.partyroletmfwebservices.v1.api
Methods in de.hybris.platform.partyroletmfwebservices.v1.api that return types with arguments of type PartyRoleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PartyRole>PartyRoleApi.createPartyRole(@Valid PartyRole body) PartyRoleApi.listPartyRole(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String name, @Valid String status) org.springframework.http.ResponseEntity<PartyRole>PartyRoleApi.patchPartyRole(String id, @Valid PartyRole body) org.springframework.http.ResponseEntity<PartyRole>PartyRoleApi.retrievePartyRole(String id, @Valid String fields) Methods in de.hybris.platform.partyroletmfwebservices.v1.api with parameters of type PartyRoleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PartyRole>PartyRoleApi.createPartyRole(@Valid PartyRole body) org.springframework.http.ResponseEntity<PartyRole>PartyRoleApi.patchPartyRole(String id, @Valid PartyRole body) -
Uses of PartyRole in de.hybris.platform.partyroletmfwebservices.v1.controllers
Methods in de.hybris.platform.partyroletmfwebservices.v1.controllers that return types with arguments of type PartyRoleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PartyRole>PrPartyRoleController.createPartyRole(@Valid PartyRole partyRole) Deprecated.PrPartyRoleController.listPartyRole(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String name, @Valid String status) Deprecated.org.springframework.http.ResponseEntity<PartyRole>PrPartyRoleController.patchPartyRole(String id, @Valid PartyRole partyRole) Deprecated.org.springframework.http.ResponseEntity<PartyRole>PrPartyRoleController.retrievePartyRole(String id, @Valid String fields) Deprecated.Methods in de.hybris.platform.partyroletmfwebservices.v1.controllers with parameters of type PartyRoleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PartyRole>PrPartyRoleController.createPartyRole(@Valid PartyRole partyRole) Deprecated.org.springframework.http.ResponseEntity<PartyRole>PrPartyRoleController.patchPartyRole(String id, @Valid PartyRole partyRole) Deprecated. -
Uses of PartyRole in de.hybris.platform.partyroletmfwebservices.v1.dto
Methods in de.hybris.platform.partyroletmfwebservices.v1.dto that return PartyRoleModifier and TypeMethodDescriptionPartyRole.account(List<AccountRef> account) Deprecated.PartyRole.addAccountItem(AccountRef accountItem) Deprecated.PartyRole.addAgreementItem(AgreementRef agreementItem) Deprecated.PartyRole.addCharacteristicItem(Characteristic characteristicItem) Deprecated.PartyRole.addContactMediumItem(ContactMedium contactMediumItem) Deprecated.PartyRole.addCreditProfileItem(CreditProfile creditProfileItem) Deprecated.PartyRole.addPaymentMethodItem(PaymentMethodRef paymentMethodItem) Deprecated.PartyRole.addRelatedPartyItem(RelatedParty relatedPartyItem) Deprecated.PartyRole.agreement(List<AgreementRef> agreement) Deprecated.PartyRole.atBaseType(String atBaseType) Deprecated.PartyRole.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.PartyRole.characteristic(List<Characteristic> characteristic) Deprecated.PartyRole.contactMedium(List<ContactMedium> contactMedium) Deprecated.PartyRole.creditProfile(List<CreditProfile> creditProfile) Deprecated.PartyRole.engagedParty(RelatedParty engagedParty) Deprecated.@Valid PartyRolePartyRoleAttributeValueChangeEventPayload.getPartyRole()Deprecated.Get partyRole@Valid PartyRolePartyRoleCreateEventPayload.getPartyRole()Deprecated.Get partyRole@Valid PartyRolePartyRoleDeleteEventPayload.getPartyRole()Deprecated.Get partyRole@Valid PartyRolePartyRoleStateChangeEventPayload.getPartyRole()Deprecated.Get partyRoleDeprecated.Deprecated.Deprecated.PartyRole.paymentMethod(List<PaymentMethodRef> paymentMethod) Deprecated.PartyRole.relatedParty(List<RelatedParty> relatedParty) Deprecated.Deprecated.PartyRole.statusReason(String statusReason) Deprecated.PartyRole.validFor(TimePeriod validFor) Deprecated.Methods in de.hybris.platform.partyroletmfwebservices.v1.dto with parameters of type PartyRoleModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.voidPartyRoleAttributeValueChangeEventPayload.setPartyRole(PartyRole partyRole) Deprecated.voidPartyRoleCreateEventPayload.setPartyRole(PartyRole partyRole) Deprecated.voidPartyRoleDeleteEventPayload.setPartyRole(PartyRole partyRole) Deprecated.voidPartyRoleStateChangeEventPayload.setPartyRole(PartyRole partyRole) Deprecated. -
Uses of PartyRole in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole with parameters of type PartyRoleModifier and TypeMethodDescriptionvoidPartyRoleAccountAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleAgreementAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleCharacteristicAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleContactMediumAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleCreditProfileAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleEngagedPartyAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRolePaymentMethodAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleRelatedPartyAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleValidForAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleAccountAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleAgreementAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleAtTypeAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleCharacteristicAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleContactMediumAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleCreditProfileAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleEngagedPartyAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleHrefAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRolePaymentMethodAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleRelatedPartyAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleValidForAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.