|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.ldap.core.support.AbstractContextMapper org.kuali.rice.kim.ldap.BaseMapper<Entity> org.kuali.rice.kim.ldap.EntityMapper
public class EntityMapper
Constructor Summary | |
---|---|
EntityMapper()
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.kuali.rice.kim.ldap.BaseMapper |
---|
doMapFromContext, getConstants, setConstants |
Methods inherited from class org.springframework.ldap.core.support.AbstractContextMapper |
---|
mapFromContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityMapper()
Method Detail |
---|
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.employmentMapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |