| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.web.EditablePropertiesHistoryHolder
@Deprecated public class EditablePropertiesHistoryHolder
A class which will hold a Map of editable properties, dropping editable properties when too many are filled in.
| Constructor Summary | |
|---|---|
| EditablePropertiesHistoryHolder()Deprecated. Constructs the EditablePropertiesHistoryHolder | |
| Method Summary | |
|---|---|
|  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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public EditablePropertiesHistoryHolder()
| Method Detail | 
|---|
public int getMaxHistoryLength()
public String addEditablePropertiesToHistory(Set<String> editableProperties)
editableProperties - the Set of editable property names to save in the history
public String generateNewGuid()
public Set<String> getEditableProperties(String guid)
guid - the guid to find editable properties for
public 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()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||