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 partyRole) 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 partyRole) 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 partyRole) org.springframework.http.ResponseEntity<PartyRole>PartyRoleApi.patchPartyRole(String id, @Valid PartyRole partyRole) -
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) PartyRole.addAccountItem(AccountRef accountItem) PartyRole.addAgreementItem(AgreementRef agreementItem) PartyRole.addCharacteristicItem(Characteristic characteristicItem) PartyRole.addContactMediumItem(ContactMedium contactMediumItem) PartyRole.addCreditProfileItem(CreditProfile creditProfileItem) PartyRole.addPaymentMethodItem(PaymentMethodRef paymentMethodItem) PartyRole.addRelatedPartyItem(RelatedParty relatedPartyItem) PartyRole.agreement(List<AgreementRef> agreement) PartyRole.atbaseType(String atbaseType) PartyRole.atschemaLocation(String atschemaLocation) PartyRole.characteristic(List<Characteristic> characteristic) PartyRole.contactMedium(List<ContactMedium> contactMedium) PartyRole.creditProfile(List<CreditProfile> creditProfile) PartyRole.engagedParty(RelatedParty engagedParty) @Valid PartyRolePartyRoleAttributeValueChangeEventPayload.getPartyRole()The involved resource data for the event@Valid PartyRolePartyRoleCreateEventPayload.getPartyRole()The involved resource data for the event@Valid PartyRolePartyRoleDeleteEventPayload.getPartyRole()The involved resource data for the event@Valid PartyRolePartyRoleStateChangeEventPayload.getPartyRole()The involved resource data for the eventPartyRole.paymentMethod(List<PaymentMethodRef> paymentMethod) PartyRole.relatedParty(List<RelatedParty> relatedParty) PartyRole.statusReason(String statusReason) PartyRole.validFor(TimePeriod validFor) Methods in de.hybris.platform.partyroletmfwebservices.v1.dto with parameters of type PartyRoleModifier and TypeMethodDescriptionvoidPartyRoleAttributeValueChangeEventPayload.setPartyRole(PartyRole partyRole) voidPartyRoleCreateEventPayload.setPartyRole(PartyRole partyRole) voidPartyRoleDeleteEventPayload.setPartyRole(PartyRole partyRole) voidPartyRoleStateChangeEventPayload.setPartyRole(PartyRole partyRole) -
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.