|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--jpa.p1.pub.PubRecord
This class represents a single PlatformOne record. It is implemented by the JPA PlatformOne Publishing package, and is created in response to an invocation of the createRecord method in the PubDataset class.
| Method Summary | |
PubUpdate |
beginUpdate(PubUpdateEvent oEvent)
This method begins a series of field updates, returning a reference to an PubUpdate object. |
void |
close()
This method closes the record. |
PubDataset |
getDataset()
This method returns a reference to the parent dataset. |
java.lang.String |
getName()
This method returns the record name. |
void |
open(java.lang.String schemaName,
boolean bPersistent)
This method opens the record for publication. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getName()
public PubDataset getDataset()
public void open(java.lang.String schemaName,
boolean bPersistent)
public void close()
public PubUpdate beginUpdate(PubUpdateEvent oEvent)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||