public class EntityMapper extends BaseMapper<Entity>
Constructor and Description |
---|
EntityMapper() |
Modifier and Type | Method and Description |
---|---|
protected EntityAffiliation.Builder |
getAffiliation(String affiliationCodes,
Entity.Builder person)
Finds and returns affiliation id of the persons affiliation that matches the affilication code
|
EntityAffiliationMapper |
getAffiliationMapper()
Gets the value of affiliationMapper
|
EntityNameMapper |
getDefaultNameMapper()
Gets the value of defaultNameMapper
|
EntityEmploymentMapper |
getEmploymentMapper()
Gets the value of employmentMapper
|
EntityTypeContactInfoMapper |
getEntityTypeContactInfoMapper()
Gets the value of entityTypeMapper
|
void |
setAffiliationMapper(EntityAffiliationMapper argAffiliationMapper)
Sets the value of affiliationMapper
|
void |
setDefaultNameMapper(EntityNameMapper defaultNameMapper)
Sets the value of defaultNameMapper
|
void |
setEmploymentMapper(EntityEmploymentMapper employmentMapper)
Sets the value of employmentMapper
|
void |
setEntityTypeContactInfoMapper(EntityTypeContactInfoMapper entityTypeContactInfoMapper)
Sets the value of entityTypeMapper
|
doMapFromContext, getConstants, setConstants
public EntityMapper()
protected EntityAffiliation.Builder getAffiliation(String affiliationCodes, Entity.Builder person)
affiliationCode
- person
- public final EntityAffiliationMapper getAffiliationMapper()
public final void setAffiliationMapper(EntityAffiliationMapper argAffiliationMapper)
argAffiliationMapper
- Value to assign to this.affiliationMapperpublic final EntityTypeContactInfoMapper getEntityTypeContactInfoMapper()
public final void setEntityTypeContactInfoMapper(EntityTypeContactInfoMapper entityTypeContactInfoMapper)
argEntityTypeMapper
- Value to assign to this.entityTypeMapperpublic final EntityNameMapper getDefaultNameMapper()
public final void setDefaultNameMapper(EntityNameMapper defaultNameMapper)
argDefaultNameMapper
- Value to assign to this.defaultNameMapperpublic final EntityEmploymentMapper getEmploymentMapper()
public final void setEmploymentMapper(EntityEmploymentMapper employmentMapper)
argEmploymentMapper
- Value to assign to this.employmentMapperCopyright © 2005–2014 The Kuali Foundation. All rights reserved.