|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--jpa.p1.pub.PubUpdate
This class represents a series of field updates to a PlatformOne published record. It is instantiated by the JPA PlatformOne Publishing package, in response to an invocation of the beginUpdate method in the PubRecord class.
| Method Summary | |
void |
end()
This method ends the series of updates and sends it to the publishing host. |
void |
setValue(java.lang.String field,
java.lang.String value,
java.lang.String displayValue)
This method sets the value of a single field. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void setValue(java.lang.String field,
java.lang.String value,
java.lang.String displayValue)
public void end()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||