|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ReadOnlyObjectException | |
| org.jaffa.persistence | |
| org.jaffa.rules.examples.domain | |
| Uses of ReadOnlyObjectException in org.jaffa.persistence |
| Methods in org.jaffa.persistence that throw ReadOnlyObjectException | |
protected void |
Persistent.update()
This method should be invoked by every updateXxx() method of the persistent class, before setting the value. |
| Uses of ReadOnlyObjectException in org.jaffa.rules.examples.domain |
| Methods in org.jaffa.rules.examples.domain that throw ReadOnlyObjectException | |
void |
ValidFieldValue.setTableName(String tableName)
Use this method to update the property tableName. |
void |
ValidFieldValue.updateTableName(String tableName)
This method is present for backwards compatibility only. |
void |
ValidFieldValue.setFieldName(String fieldName)
Use this method to update the property fieldName. |
void |
ValidFieldValue.updateFieldName(String fieldName)
This method is present for backwards compatibility only. |
void |
ValidFieldValue.setLegalValue(String legalValue)
Use this method to update the property legalValue. |
void |
ValidFieldValue.updateLegalValue(String legalValue)
This method is present for backwards compatibility only. |
void |
ValidFieldValue.setDescription(String description)
Use this method to update the property description. |
void |
ValidFieldValue.updateDescription(String description)
This method is present for backwards compatibility only. |
void |
ValidFieldValue.setRemarks(String remarks)
Use this method to update the property remarks. |
void |
ValidFieldValue.updateRemarks(String remarks)
This method is present for backwards compatibility only. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||