public class AwardUnitContact extends AwardContact
| Modifier and Type | Field and Description |
|---|---|
static String |
OSP_ADMINISTRATOR |
personId, roleCode, rolodexIdUPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardUnitContact()
Constructs a AwardUnitContact.java.
|
AwardUnitContact(KcPerson person,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
AwardUnitContact(NonOrganizationalRolodex rolodex,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
This method...
|
protected Class<? extends ContactRole> |
getContactRoleType()
This method specifies the actual class implementing ContactRole
|
protected String |
getContactRoleTypeIdentifier()
This method specifies the identifier of the actual type implementing ContactRole
|
UnitAdministratorType |
getUnitAdministratorType()
Gets the unitAdministratorType attribute.
|
String |
getUnitAdministratorTypeCode()
Gets the unitAdministratorTypeCode attribute.
|
String |
getUnitAdministratorUnitNumber()
Gets the unitAdministratorUnitNumber attribute.
|
String |
getUnitAdministratorUnitNumberByPersonId() |
UnitContactType |
getUnitContactType() |
String |
getUnitNumberForDisplay() |
boolean |
isDefaultUnitContact() |
boolean |
isOspAdministrator()
This method determines if unit contact is an OSP Admin
|
void |
setDefaultUnitContact(boolean defaultUnitContact) |
void |
setPerson(KcPerson person)
Sets the person attribute value.
|
void |
setPersonId(String personId)
Sets the personId attribute value.
|
void |
setUnitAdministratorType(UnitAdministratorType unitAdministratorType)
Sets the unitAdministratorType attribute value.
|
void |
setUnitAdministratorTypeCode(String unitAdministratorTypeCode)
Sets the unitAdministratorTypeCode attribute value.
|
void |
setUnitAdministratorUnitNumber(String unitAdministratorUnitNumber)
Sets the unitAdministratorUnitNumber attribute value.
|
void |
setUnitContactType(UnitContactType contactType) |
equals, getAwardContactId, getContact, getContactOrganizationName, getContactRole, getContactRoleCode, getEmailAddress, getFullName, getGenericId, getIdentifierMap, getKcPersonService, getOrganizationIdentifier, getPerson, getPersonId, getPhoneNumber, getRoleCode, getRolodex, getRolodexId, hashCode, isEmployee, refreshContactRole, refreshPerson, refreshRolodex, resetPersistenceState, setAwardContactId, setContactRole, setContactRoleCode, setEmailAddress, setFullName, setPhoneNumber, setRoleCode, setRolodex, setRolodexId, setUnitNamegetAward, getAwardNumber, getSequenceNumber, getSequenceOwner, prePersist, setAward, setAwardNumber, setSequenceNumber, setSequenceOwnergetAuthorPersonName, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic static final String OSP_ADMINISTRATOR
public AwardUnitContact()
public AwardUnitContact(NonOrganizationalRolodex rolodex, ContactRole role, UnitContactType unitContactType)
rolodex - role - unitContactType - public AwardUnitContact(KcPerson person, ContactRole role, UnitContactType unitContactType)
person - role - unitContactType - public void setPersonId(String personId)
AwardContactsetPersonId in class AwardContactpersonId - The personId to set.AwardContact.setPersonId(java.lang.String)public void setPerson(KcPerson person)
AwardContactsetPerson in class AwardContactperson - The person to set.AwardContact.setPerson(org.kuali.kra.bo.KcPerson)public String getUnitAdministratorUnitNumberByPersonId()
public String getUnitNumberForDisplay()
protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
getBusinessObjectService in class AwardContactpublic UnitContactType getUnitContactType()
public UnitAdministratorType getUnitAdministratorType()
public void setUnitAdministratorType(UnitAdministratorType unitAdministratorType)
unitAdministratorType - The unitAdministratorType to set.public String getUnitAdministratorTypeCode()
public void setUnitAdministratorTypeCode(String unitAdministratorTypeCode)
unitAdministratorTypeCode - The unitAdministratorTypeCode to set.public String getUnitAdministratorUnitNumber()
public void setUnitAdministratorUnitNumber(String unitAdministratorUnitNumber)
unitAdministratorUnitNumber - The unitAdministratorUnitNumber to set.public boolean isOspAdministrator()
public void setUnitContactType(UnitContactType contactType)
protected Class<? extends ContactRole> getContactRoleType()
AwardContactgetContactRoleType in class AwardContactAwardContact.getContactRoleType()protected String getContactRoleTypeIdentifier()
AwardContactgetContactRoleTypeIdentifier in class AwardContactAwardContact.getContactRoleTypeIdentifier()public boolean isDefaultUnitContact()
public void setDefaultUnitContact(boolean defaultUnitContact)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.