|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines middle-tier access to table rows.
| Fields inherited from interface oracle.jbo.XMLInterface |
XML_OPT_CHANGES_ONLY,
XML_OPT_LIMIT_RANGE |
| Method Summary | |
Key |
getKey()
Gets the row's key. |
boolean |
isAttributeUpdateable(int index)
Tests if an attribute is updateable. |
void |
lock()
Locks the row. |
void |
remove()
Removes the row. |
void |
validate()
Invokes the validation methods defined for the row's Entity Object. |
| Methods inherited from interface oracle.jbo.AttributeList |
getAttribute,
getAttribute,
getAttributeCount,
getAttributeIndexOf,
setAttribute,
setAttribute |
| Methods inherited from interface oracle.jbo.XMLInterface |
readXML,
readXML,
writeXML,
writeXML |
| Method Detail |
public Key getKey()
public void validate()
JboException, - a runtime exception,
if the recipient wishes the property change to be rolled back.public void lock()
JboException, - a runtime exception,
if an exception occurs during access.public void remove()
JboException, - a runtime exception,
if an exception occurs during access.public boolean isAttributeUpdateable(int index)
index - the index of the attribute.true if the row is marked udpateable,
or if the row is marked udpateable_while_new
and the current row is new.
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||