public interface BBjAdminCommitPropertyWriter extends BBjAdminPropertyWriter, BBjAdminCommitWriter
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getChangedProperties()
Get the changed properties.
|
java.util.Set<java.lang.String> |
getClearedProperties()
Get the set of cleared properties.
|
java.util.Map<java.lang.String,java.lang.Object> |
getOriginalProperties()
Get the original properties list.
|
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
commit, rollback
java.util.Map<java.lang.String,java.lang.Object> getChangedProperties() throws BBjAdminException
BBjAdminException
- TODOjava.util.Set<java.lang.String> getClearedProperties() throws BBjAdminException
BBjAdminException
- TODOjava.util.Map<java.lang.String,java.lang.Object> getOriginalProperties() throws BBjAdminException
BBjAdminException
- TODO