public class DeepCopyPostProcessorImpl extends Object implements DeepCopyPostProcessor
| Constructor and Description |
|---|
DeepCopyPostProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
fixProperty(Object object,
Class clazz,
Object propertyValue,
String... methodNames) |
void |
fixProperty(Object object,
String methodName,
Class clazz,
Object propertyValue,
Map<String,Object> objectMap)
Recurse through all of the BOs and if a BO has a ProposalNumber property,
set its value to the new proposal number.
|
Serializable |
processDeepCopyWithDeepCopyIgnore(Serializable source) |
public Serializable processDeepCopyWithDeepCopyIgnore(Serializable source)
processDeepCopyWithDeepCopyIgnore in interface DeepCopyPostProcessorpublic void fixProperty(Object object, Class clazz, Object propertyValue, String... methodNames)
public void fixProperty(Object object, String methodName, Class clazz, Object propertyValue, Map<String,Object> objectMap)
object - the objectproposalNumber - the proposal numberCopyright © 2013 The Kuali Foundation. All Rights Reserved.