public class OleCirculationDeskMapping extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
protected boolean |
active |
protected org.kuali.rice.kim.api.identity.address.EntityAddress |
address |
protected List<? extends org.kuali.rice.kim.api.identity.affiliation.EntityAffiliationContract> |
affiliations |
protected org.kuali.rice.core.api.util.type.KualiDecimal |
baseSalaryAmount |
protected String |
campusCode |
protected String |
emailAddress |
protected String |
employeeId |
protected org.kuali.rice.kim.impl.identity.employment.EntityEmploymentStatusBo |
employeeStatus |
protected String |
employeeStatusCode |
protected org.kuali.rice.kim.impl.identity.employment.EntityEmploymentTypeBo |
employeeType |
protected String |
employeeTypeCode |
protected String |
entityId |
protected String |
entityTypeCode |
protected Map<String,String> |
externalIdentifiers |
protected String |
firstName |
protected static org.kuali.rice.kim.api.identity.IdentityService |
identityService |
protected String |
lastName |
protected String |
middleName |
protected String |
name |
protected static org.kuali.rice.kim.api.identity.PersonService |
personService |
protected String |
phoneNumber |
protected String |
primaryDepartmentCode |
protected String |
principalId |
protected String |
principalName |
protected boolean |
suppressAddress |
protected boolean |
suppressEmail |
protected boolean |
suppressName |
protected boolean |
suppressPersonal |
protected boolean |
suppressPhone |
Constructor and Description |
---|
OleCirculationDeskMapping() |
OleCirculationDeskMapping(org.kuali.rice.kim.impl.identity.EntityDefaultInfoCacheBo p) |
OleCirculationDeskMapping(org.kuali.rice.kim.api.identity.principal.Principal principal,
org.kuali.rice.kim.api.identity.entity.EntityDefault entity,
String personEntityTypeCode) |
OleCirculationDeskMapping(org.kuali.rice.kim.api.identity.principal.Principal principal,
String personEntityTypeCode) |
OleCirculationDeskMapping(String principalId,
String personEntityTypeCode) |
Modifier and Type | Method and Description |
---|---|
String |
getAddressCity() |
String |
getAddressCityUnmasked() |
String |
getAddressCountryCode() |
String |
getAddressCountryCodeUnmasked() |
String |
getAddressLine1() |
String |
getAddressLine1Unmasked() |
String |
getAddressLine2() |
String |
getAddressLine2Unmasked() |
String |
getAddressLine3() |
String |
getAddressLine3Unmasked() |
String |
getAddressPostalCode() |
String |
getAddressPostalCodeUnmasked() |
String |
getAddressStateProvinceCode() |
String |
getAddressStateProvinceCodeUnmasked() |
List<? extends org.kuali.rice.kim.api.identity.affiliation.EntityAffiliationContract> |
getAffiliations() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getBaseSalaryAmount() |
String |
getCampusCode()
Pulls the campus code from the default affiliation for the identity.
|
List<String> |
getCampusCodesForAffiliationOfType(String affiliationTypeCode) |
String |
getEmailAddress() |
String |
getEmailAddressUnmasked() |
String |
getEmployeeId() |
org.kuali.rice.kim.impl.identity.employment.EntityEmploymentStatusBo |
getEmployeeStatus() |
String |
getEmployeeStatusCode() |
org.kuali.rice.kim.impl.identity.employment.EntityEmploymentTypeBo |
getEmployeeType() |
String |
getEmployeeTypeCode() |
String |
getEntityId() |
String |
getEntityTypeCode() |
String |
getExternalId(String externalIdentifierTypeCode) |
Map<String,String> |
getExternalIdentifiers() |
String |
getFirstName() |
String |
getFirstNameUnmasked() |
static org.kuali.rice.kim.api.identity.IdentityService |
getIdentityService() |
String |
getLastName() |
String |
getLastNameUnmasked() |
String |
getLookupRoleName() |
String |
getLookupRoleNamespaceCode() |
String |
getMiddleName() |
String |
getMiddleNameUnmasked() |
String |
getName() |
String |
getNameUnmasked() |
static org.kuali.rice.kim.api.identity.PersonService |
getPersonService() |
String |
getPhoneNumber() |
String |
getPhoneNumberUnmasked() |
String |
getPrimaryDepartmentCode() |
String |
getPrincipalId() |
String |
getPrincipalName()
This overridden method ...
|
boolean |
hasAffiliationOfType(String affiliationTypeCode)
This overridden method ...
|
boolean |
isActive() |
protected void |
populateAddressInfo(org.kuali.rice.kim.api.identity.type.EntityTypeContactInfoDefault contactInfoDefault) |
protected void |
populateAffiliationInfo(org.kuali.rice.kim.api.identity.entity.EntityDefault entity) |
protected void |
populateEmailInfo(org.kuali.rice.kim.api.identity.type.EntityTypeContactInfoDefault contactInfoDefault) |
protected void |
populateEmploymentInfo(org.kuali.rice.kim.api.identity.entity.EntityDefault entity) |
protected void |
populateEntityInfo(org.kuali.rice.kim.api.identity.entity.EntityDefault entity,
org.kuali.rice.kim.api.identity.principal.Principal principal,
String personEntityTypeCode) |
protected void |
populateExternalIdentifiers(org.kuali.rice.kim.api.identity.entity.EntityDefault entity) |
protected void |
populateNameInfo(String entityTypeCode,
org.kuali.rice.kim.api.identity.entity.EntityDefault entity,
org.kuali.rice.kim.api.identity.principal.Principal principal) |
protected void |
populatePhoneInfo(org.kuali.rice.kim.api.identity.type.EntityTypeContactInfoDefault contactInfoDefault) |
protected void |
populatePrincipalInfo(org.kuali.rice.kim.api.identity.principal.Principal principal) |
protected void |
populatePrivacyInfo(org.kuali.rice.kim.api.identity.entity.EntityDefault entity) |
void |
setActive(boolean active) |
void |
setLookupRoleName(String lookupRoleName) |
void |
setLookupRoleNamespaceCode(String lookupRoleNamespaceCode) |
void |
setName(String name) |
void |
setPrincipal(org.kuali.rice.kim.api.identity.principal.Principal principal,
org.kuali.rice.kim.api.identity.entity.EntityDefault entity,
String personEntityTypeCode)
Sets the principal object and populates the person object from that.
|
void |
setPrincipalName(String principalName) |
protected static org.kuali.rice.kim.api.identity.PersonService personService
protected static org.kuali.rice.kim.api.identity.IdentityService identityService
protected String principalId
protected String principalName
protected String entityTypeCode
protected String middleName
protected org.kuali.rice.kim.api.identity.address.EntityAddress address
protected String emailAddress
protected String phoneNumber
protected boolean suppressName
protected boolean suppressAddress
protected boolean suppressPhone
protected boolean suppressPersonal
protected boolean suppressEmail
protected List<? extends org.kuali.rice.kim.api.identity.affiliation.EntityAffiliationContract> affiliations
protected String campusCode
protected Map<String,String> externalIdentifiers
protected String employeeStatusCode
protected org.kuali.rice.kim.impl.identity.employment.EntityEmploymentStatusBo employeeStatus
protected String employeeTypeCode
protected org.kuali.rice.kim.impl.identity.employment.EntityEmploymentTypeBo employeeType
protected String primaryDepartmentCode
protected String employeeId
protected org.kuali.rice.core.api.util.type.KualiDecimal baseSalaryAmount
protected boolean active
public OleCirculationDeskMapping()
public OleCirculationDeskMapping(org.kuali.rice.kim.api.identity.principal.Principal principal, String personEntityTypeCode)
public OleCirculationDeskMapping(org.kuali.rice.kim.api.identity.principal.Principal principal, org.kuali.rice.kim.api.identity.entity.EntityDefault entity, String personEntityTypeCode)
public OleCirculationDeskMapping(String principalId, String personEntityTypeCode)
public OleCirculationDeskMapping(org.kuali.rice.kim.impl.identity.EntityDefaultInfoCacheBo p)
public void setPrincipal(org.kuali.rice.kim.api.identity.principal.Principal principal, org.kuali.rice.kim.api.identity.entity.EntityDefault entity, String personEntityTypeCode)
protected void populatePrincipalInfo(org.kuali.rice.kim.api.identity.principal.Principal principal)
protected void populateEntityInfo(org.kuali.rice.kim.api.identity.entity.EntityDefault entity, org.kuali.rice.kim.api.identity.principal.Principal principal, String personEntityTypeCode)
protected void populateNameInfo(String entityTypeCode, org.kuali.rice.kim.api.identity.entity.EntityDefault entity, org.kuali.rice.kim.api.identity.principal.Principal principal)
protected void populatePrivacyInfo(org.kuali.rice.kim.api.identity.entity.EntityDefault entity)
protected void populateAddressInfo(org.kuali.rice.kim.api.identity.type.EntityTypeContactInfoDefault contactInfoDefault)
protected void populateEmailInfo(org.kuali.rice.kim.api.identity.type.EntityTypeContactInfoDefault contactInfoDefault)
protected void populatePhoneInfo(org.kuali.rice.kim.api.identity.type.EntityTypeContactInfoDefault contactInfoDefault)
protected void populateAffiliationInfo(org.kuali.rice.kim.api.identity.entity.EntityDefault entity)
protected void populateEmploymentInfo(org.kuali.rice.kim.api.identity.entity.EntityDefault entity)
protected void populateExternalIdentifiers(org.kuali.rice.kim.api.identity.entity.EntityDefault entity)
public String getEntityId()
Person.getEntityId()
public String getPrincipalId()
Person.getPrincipalId()
public String getPrincipalName()
Person.getPrincipalName()
public String getFirstName()
Person.getFirstName()
public String getFirstNameUnmasked()
Person.getFirstNameUnmasked()
public String getMiddleName()
Person.getMiddleName()
public String getMiddleNameUnmasked()
Person.getMiddleNameUnmasked()
public String getLastName()
Person.getLastName()
public String getLastNameUnmasked()
Person.getLastNameUnmasked()
public String getNameUnmasked()
public String getPhoneNumber()
Person.getPhoneNumber()
public String getPhoneNumberUnmasked()
Person.getPhoneNumberUnmasked()
public String getEmailAddress()
Person.getEmailAddress()
public String getEmailAddressUnmasked()
public List<? extends org.kuali.rice.kim.api.identity.affiliation.EntityAffiliationContract> getAffiliations()
public boolean hasAffiliationOfType(String affiliationTypeCode)
Person.hasAffiliationOfType(String)
public List<String> getCampusCodesForAffiliationOfType(String affiliationTypeCode)
public String getExternalId(String externalIdentifierTypeCode)
Person.getExternalId(String)
public String getCampusCode()
Person.getCampusCode()
public static org.kuali.rice.kim.api.identity.PersonService getPersonService()
public static org.kuali.rice.kim.api.identity.IdentityService getIdentityService()
public Map<String,String> getExternalIdentifiers()
Person.getExternalIdentifiers()
public String getAddressLine1()
public String getAddressLine1Unmasked()
public String getAddressLine2()
public String getAddressLine2Unmasked()
public String getAddressLine3()
public String getAddressLine3Unmasked()
public String getAddressCity()
public String getAddressCityUnmasked()
public String getAddressStateProvinceCode()
public String getAddressStateProvinceCodeUnmasked()
public String getAddressPostalCode()
public String getAddressPostalCodeUnmasked()
public String getAddressCountryCode()
public String getAddressCountryCodeUnmasked()
public String getEmployeeStatusCode()
public String getEmployeeTypeCode()
public org.kuali.rice.core.api.util.type.KualiDecimal getBaseSalaryAmount()
public String getEmployeeId()
public String getPrimaryDepartmentCode()
public String getEntityTypeCode()
public boolean isActive()
public void setActive(boolean active)
public String getLookupRoleNamespaceCode()
public void setLookupRoleNamespaceCode(String lookupRoleNamespaceCode)
lookupRoleNamespaceCode
- the lookupRoleNamespaceCode to setpublic String getLookupRoleName()
public void setLookupRoleName(String lookupRoleName)
lookupRoleName
- the lookupRoleName to setpublic void setPrincipalName(String principalName)
principalName
- the principalName to setpublic org.kuali.rice.kim.impl.identity.employment.EntityEmploymentStatusBo getEmployeeStatus()
public org.kuali.rice.kim.impl.identity.employment.EntityEmploymentTypeBo getEmployeeType()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.