public abstract class KraPersistableBusinessObjectBase
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Modifier and Type | Field and Description |
|---|---|
protected static int |
UPDATE_USER_LENGTH |
| Constructor and Description |
|---|
KraPersistableBusinessObjectBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorPersonName()
This is ahelper method to get author person name
|
protected KcPersonService |
getKcPersonService()
Looks up and returns the KcPersonService.
|
Timestamp |
getUpdateTimestamp() |
String |
getUpdateUser() |
boolean |
isUpdateUserSet()
Gets the updateUserSet attribute.
|
protected void |
postPersist() |
protected void |
prePersist() |
protected void |
preUpdate() |
void |
setUpdateTimestamp(Timestamp updateTimestamp) |
void |
setUpdateUser(String updateUser)
Sets the update user, making sure it is not the system user and truncating the name so it will fit.
|
void |
setUpdateUserSet(boolean updateUserSet)
Sets the updateUserSet attribute value.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberprotected static final int UPDATE_USER_LENGTH
protected void prePersist()
prePersist in class org.kuali.rice.krad.bo.PersistableBusinessObjectBaseorg.kuali.core.bo.PersistableBusinessObjectBase#beforeInsert()protected void postPersist()
postPersist in class org.kuali.rice.krad.bo.PersistableBusinessObjectBasePersistableBusinessObjectBase.afterInsert(org.apache.ojb.broker.PersistenceBroker)protected void preUpdate()
preUpdate in class org.kuali.rice.krad.bo.PersistableBusinessObjectBaseorg.kuali.core.bo.PersistableBusinessObjectBase#beforeInsert()public Timestamp getUpdateTimestamp()
public void setUpdateTimestamp(Timestamp updateTimestamp)
public String getUpdateUser()
public void setUpdateUser(String updateUser)
updateUser - the user who updated this objectpublic boolean isUpdateUserSet()
public void setUpdateUserSet(boolean updateUserSet)
updateUserSet - The updateUserSet to set.public String getAuthorPersonName()
protected KcPersonService getKcPersonService()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.