public abstract class ProfileEditorBase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
editType |
protected java.util.HashMap<java.lang.String,java.lang.Object> |
properties |
| Modifier | Constructor and Description |
|---|---|
protected |
ProfileEditorBase(java.lang.String editType) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
java.lang.String |
getEditType() |
java.util.HashMap<java.lang.String,java.lang.Object> |
getProperties() |
protected void |
putProperty(java.lang.String name,
java.lang.Object value) |
protected abstract void |
updateProfileLocal() |
protected java.lang.String editType
protected java.util.HashMap<java.lang.String,java.lang.Object> properties
protected void putProperty(java.lang.String name,
java.lang.Object value)
public java.lang.String getEditType()
public java.util.HashMap<java.lang.String,java.lang.Object> getProperties()
public void commit()
protected abstract void updateProfileLocal()