Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PartyRole
Packages that use PartyRole
Package
Description
-
Uses of PartyRole in de.hybris.platform.b2ctelcotmfwebservices.mappers.partyrole
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.partyrole with parameters of type PartyRoleModifier and TypeMethodDescriptionvoidPartyRoleAtTypeAttributeMapper.populateTargetAttributeFromSource(PrincipalData source, PartyRole target, ma.glasnost.orika.MappingContext context) voidPartyRoleHrefAttributeMapper.populateTargetAttributeFromSource(PrincipalData source, PartyRole target, ma.glasnost.orika.MappingContext context) voidPartyRoleIdAttributeMapper.populateTargetAttributeFromSource(PrincipalData source, PartyRole target, ma.glasnost.orika.MappingContext context) voidPartyRoleIdentificationAttributeMapper.populateTargetAttributeFromSource(PrincipalData source, PartyRole target, ma.glasnost.orika.MappingContext context) voidPartyRoleNameAttributeMapper.populateTargetAttributeFromSource(PrincipalData source, PartyRole target, ma.glasnost.orika.MappingContext context) voidPartyRoleSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PrincipalData source, PartyRole target, ma.glasnost.orika.MappingContext context) voidPartyRoleSubscriptionAccessAttributeMapper.populateTargetAttributeFromSource(TmaSubscriptionAccessData source, PartyRole target, ma.glasnost.orika.MappingContext context) -
Uses of PartyRole in de.hybris.platform.b2ctelcotmfwebservices.v2.api
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.api that return types with arguments of type PartyRoleModifier and TypeMethodDescriptionPartyRoleApi.retrievePartyRole(String id, @Valid String fields) -
Uses of PartyRole in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller that return types with arguments of type PartyRoleModifier and TypeMethodDescriptionTmaPartyRoleApiController.retrievePartyRole(String relatedPartyId, @Valid String fields) -
Uses of PartyRole in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return PartyRoleModifier and TypeMethodDescriptionPartyRole.addIndividualIdentificationItem(IndividualIdentification individualIdentificationItem) PartyRole.addSubscriptionAccessItem(SubscriptionAccess subscriptionAccessItem) PartyRole.atBaseType(String atBaseType) PartyRole.atSchemaLocation(String atSchemaLocation) PartyRole.individualIdentification(List<IndividualIdentification> individualIdentification) PartyRole.subscriptionAccess(List<SubscriptionAccess> subscriptionAccess)