public class PersistableBusinessObjectBaseAdapter extends DataObjectBase
Modifier and Type | Field and Description |
---|---|
protected Object |
extension |
protected boolean |
newCollectionRecord |
objectId, versionNumber
Constructor and Description |
---|
PersistableBusinessObjectBaseAdapter() |
Modifier and Type | Method and Description |
---|---|
List |
buildListOfDeletionAwareLists() |
Object |
getExtension() |
protected LegacyDataAppAdapter |
getLegacyDataAdapter()
Deprecated.
application code should never use this! Always use KRAD code directly.
|
boolean |
isNewCollectionRecord() |
void |
linkEditableUserFields() |
void |
refresh()
getService Refreshes the reference objects from the primitive values.
|
void |
refreshNonUpdateableReferences() |
void |
refreshReferenceObject(String referenceObjectName) |
void |
setExtension(Object extension) |
void |
setNewCollectionRecord(boolean isNewCollectionRecord) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
protected boolean newCollectionRecord
public PersistableBusinessObjectBaseAdapter()
public void refresh()
BusinessObject.refresh()
public void refreshNonUpdateableReferences()
public void refreshReferenceObject(String referenceObjectName)
@Deprecated protected LegacyDataAppAdapter getLegacyDataAdapter()
public List buildListOfDeletionAwareLists()
public void linkEditableUserFields()
public Object getExtension()
public void setExtension(Object extension)
public boolean isNewCollectionRecord()
public void setNewCollectionRecord(boolean isNewCollectionRecord)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.