org.kuali.rice.kim.impl.identity
Class EntityDefaultInfoCacheBo

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.impl.identity.EntityDefaultInfoCacheBo
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject

@Entity
public class EntityDefaultInfoCacheBo
extends PersistableBusinessObjectBase

Used to store a cache of person information to be used if the user's information disappears from KIM.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, newCollectionRecord, objectId
 
Constructor Summary
EntityDefaultInfoCacheBo()
           
EntityDefaultInfoCacheBo(EntityDefault entity)
           
 
Method Summary
 EntityDefault convertCacheToEntityDefaultInfo()
           
 String getCampusCode()
           
 String getEmployeeId()
           
 String getEntityId()
           
 String getEntityTypeCode()
           
 String getFirstName()
           
 String getLastName()
           
 Timestamp getLastUpdateTimestamp()
           
 String getMiddleName()
           
 String getName()
           
 String getPrimaryDepartmentCode()
           
 String getPrincipalId()
           
 String getPrincipalName()
           
 Long getVersionNumber()
          Returns the version number for this object.
 boolean isActive()
           
protected  void prePersist()
          Default implementation of the JPA PrePersist hook which generates the unique objectId for this persistable business object if it does not already have one.
protected  void preUpdate()
          Default implementation of the JPA PreUpdate hook which generates the unique objectId for this persistable business object if it does not already have one.
 void setCampusCode(String campusCode)
           
 void setEmployeeId(String employeeId)
           
 void setEntityId(String entityId)
           
 void setEntityTypeCode(String entityTypeCode)
           
 void setFirstName(String firstName)
           
 void setLastName(String lastName)
           
 void setLastUpdateTimestamp(Timestamp lastUpdateTimestamp)
           
 void setMiddleName(String middleName)
           
 void setName(String name)
           
 void setPrimaryDepartmentCode(String primaryDepartmentCode)
           
 void setPrincipalId(String principalId)
           
 void setPrincipalName(String principalName)
           
 void setVersionNumber(Long versionNumber)
          Sets the business object's version number.
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getPersistenceStructureService, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

EntityDefaultInfoCacheBo

public EntityDefaultInfoCacheBo()

EntityDefaultInfoCacheBo

public EntityDefaultInfoCacheBo(EntityDefault entity)
Method Detail

convertCacheToEntityDefaultInfo

public EntityDefault convertCacheToEntityDefaultInfo()

prePersist

protected void prePersist()
Description copied from class: PersistableBusinessObjectBase
Default implementation of the JPA PrePersist hook which generates the unique objectId for this persistable business object if it does not already have one. Any sub-class which overrides this method should take care to invoke super.prePersist to ensure that the objectId for this persistable business object is generated properly.

This method is currently invoked by the corresponding OJB PersistableBusinessObjectBase.beforeInsert(PersistenceBroker) hook.

Overrides:
prePersist in class PersistableBusinessObjectBase

preUpdate

protected void preUpdate()
Description copied from class: PersistableBusinessObjectBase
Default implementation of the JPA PreUpdate hook which generates the unique objectId for this persistable business object if it does not already have one. Any sub-class which overrides this method should take care to invoke super.preUpdate to ensure that the objectId for this persistable business object is generated properly.

This method is currently invoked by the corresponding OJB PersistableBusinessObjectBase.beforeUpdate(PersistenceBroker) hook.

Overrides:
preUpdate in class PersistableBusinessObjectBase

isActive

public boolean isActive()

getVersionNumber

public Long getVersionNumber()
Description copied from interface: Versioned
Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking.

Specified by:
getVersionNumber in interface Versioned
Overrides:
getVersionNumber in class PersistableBusinessObjectBase
Returns:
the version number, or null if one has not been assigned yet
See Also:
Versioned.getVersionNumber()

setVersionNumber

public void setVersionNumber(Long versionNumber)
Description copied from interface: PersistableBusinessObject
Sets the business object's version number. It is rarely advisable for client code to manually set this value as the framework should generally handle the management of version numbers internally.

Specified by:
setVersionNumber in interface PersistableBusinessObject
Overrides:
setVersionNumber in class PersistableBusinessObjectBase
Parameters:
versionNumber - the version number to set on this business object
See Also:
Versioned.getVersionNumber()

getPrincipalId

public String getPrincipalId()

setPrincipalId

public void setPrincipalId(String principalId)

getPrincipalName

public String getPrincipalName()

setPrincipalName

public void setPrincipalName(String principalName)

getEntityId

public String getEntityId()

setEntityId

public void setEntityId(String entityId)

getEntityTypeCode

public String getEntityTypeCode()

setEntityTypeCode

public void setEntityTypeCode(String entityTypeCode)

getFirstName

public String getFirstName()

setFirstName

public void setFirstName(String firstName)

getMiddleName

public String getMiddleName()

setMiddleName

public void setMiddleName(String middleName)

getLastName

public String getLastName()

setLastName

public void setLastName(String lastName)

getName

public String getName()

setName

public void setName(String name)

getCampusCode

public String getCampusCode()

setCampusCode

public void setCampusCode(String campusCode)

getPrimaryDepartmentCode

public String getPrimaryDepartmentCode()

setPrimaryDepartmentCode

public void setPrimaryDepartmentCode(String primaryDepartmentCode)

getEmployeeId

public String getEmployeeId()

setEmployeeId

public void setEmployeeId(String employeeId)

getLastUpdateTimestamp

public Timestamp getLastUpdateTimestamp()

setLastUpdateTimestamp

public void setLastUpdateTimestamp(Timestamp lastUpdateTimestamp)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.