Class PartyRelatedPartyAttributeMapper
java.lang.Object
de.hybris.platform.partytmfwebservices.v1.mappers.PmAttributeMapper<PmPartyModel,Party>
de.hybris.platform.partytmfwebservices.v1.mappers.party.PartyRelatedPartyAttributeMapper
@Deprecated(since="2208")
public class PartyRelatedPartyAttributeMapper
extends PmAttributeMapper<PmPartyModel,Party>
Deprecated.
2208
This attribute Mapper class maps data for related party attribute between
PmPartyModel and Party- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionPartyRelatedPartyAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected List<PmBusinessInteractionRoleModel>Deprecated.Returns the business interaction role list for the provided party.protected ma.glasnost.orika.MapperFacadeDeprecated.protected List<PmPartyRoleAssociationModel>Deprecated.Returns the party role association list for the provided party.voidpopulateTargetAttributeFromSource(PmPartyModel source, Party target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.partytmfwebservices.v1.mappers.PmAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PmPartyModel source, Party target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:PmAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classPmAttributeMapper<PmPartyModel,Party> - Parameters:
source- source objecttarget- target object
-
getPartRoleAssociations
Deprecated.Returns the party role association list for the provided party.- Parameters:
party- The party- Returns:
- List of
PmPartyRoleAssociationModel
-
getBusinessInteractionRoles
Deprecated.Returns the business interaction role list for the provided party.- Parameters:
party- The party- Returns:
- List of
PmBusinessInteractionRoleModel
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()Deprecated.
-