@Deprecated public class EditablePropertiesHistoryHolder extends Object implements Serializable
Constructor and Description |
---|
EditablePropertiesHistoryHolder()
Deprecated.
Constructs the EditablePropertiesHistoryHolder
|
Modifier and Type | Method and Description |
---|---|
String |
addEditablePropertiesToHistory(Set<String> editableProperties)
Deprecated.
Adds a Set of editable property names to the history, keyed with the given guid String.
|
void |
clearEditableProperties(String guid)
Deprecated.
Clears out the editable properties associated with the given guid
|
protected Set<String> |
createNewEditablePropertiesEntry()
Deprecated.
|
String |
generateNewGuid()
Deprecated.
|
protected ConfigurationService |
getConfigurationService()
Deprecated.
|
Set<String> |
getEditableProperties(String guid)
Deprecated.
Returns the editable properties registered with the current guid
|
protected Map<String,Set<String>> |
getEditablePropertiesMap()
Deprecated.
|
protected Queue<String> |
getHistoryOrder()
Deprecated.
|
int |
getMaxHistoryLength()
Deprecated.
|
public EditablePropertiesHistoryHolder()
public int getMaxHistoryLength()
public String addEditablePropertiesToHistory(Set<String> editableProperties)
editableProperties
- the Set of editable property names to save in the historypublic String generateNewGuid()
public Set<String> getEditableProperties(String guid)
guid
- the guid to find editable properties forpublic void clearEditableProperties(String guid)
guid
- the guid to clear out editable properties forprotected Queue<String> getHistoryOrder()
protected Map<String,Set<String>> getEditablePropertiesMap()
protected Set<String> createNewEditablePropertiesEntry()
protected ConfigurationService getConfigurationService()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.