|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.interop.NmInteropTableModel
com.ptc.netmarkets.interop.CheckInTableModel
Supported API: false
Extendable: false
Nested Class Summary | |
(package private) static class |
CheckInTableModel.RowData
|
(package private) class |
CheckInTableModel.RowIterator
|
Nested classes inherited from class com.ptc.netmarkets.interop.NmInteropTableModel |
NmInteropTableModel.BaseRowData |
Field Summary | |
private boolean |
anyNewObjects
|
private boolean |
anyProEDocs
|
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Fields inherited from class com.ptc.netmarkets.interop.NmInteropTableModel |
END_ROW_SENTINEL |
Constructor Summary | |
|
CheckInTableModel()
Supported API: false |
private |
CheckInTableModel(String serializedTableRep)
|
Method Summary | |
void |
addNewRow(NmOid nmOid,
CheckInTableModel.RowData rData)
|
void |
dump(String title)
Supported API: false |
(package private) CheckInTableModel.RowData |
getRowData(String nmOid)
|
CheckInTableModel.RowIterator |
getRowIterator()
|
boolean |
isAnyNewObjects()
Gets the value of the attribute: anyNewObjects. |
boolean |
isAnyProEDocs()
Gets the value of the attribute: anyProEDocs. |
CheckInTableModel |
mergeTableData(CheckInTableModel tData)
Supported API: false |
static CheckInTableModel |
newCheckInTableModel(String serializedTableRep)
Supported API: false |
static CheckInTableModel |
newMergedCheckInTableModel(String fullTable,
String tableUpdates)
Supported API: false |
void |
setAnyNewObjects(boolean a_AnyNewObjects)
Sets the value of the attribute: anyNewObjects. |
void |
setAnyProEDocs(boolean a_AnyProEDocs)
Sets the value of the attribute: anyProEDocs. |
String |
toSerializedTable()
Supported API: false |
Methods inherited from class com.ptc.netmarkets.interop.NmInteropTableModel |
addSep, dumpFields, getBaseRowData, getNrows, getOidRowDataMap, getRowData, serializedTableToArray, setOidRowDataMap, setRowData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private boolean anyProEDocs
private boolean anyNewObjects
Constructor Detail |
private CheckInTableModel(String serializedTableRep) throws WTException
serializedTableRep
-
WTException
public CheckInTableModel() throws WTException
WTException
Method Detail |
public boolean isAnyProEDocs()
public void setAnyProEDocs(boolean a_AnyProEDocs) throws WTPropertyVetoException
a_AnyProEDocs
-
WTPropertyVetoException
public boolean isAnyNewObjects()
public void setAnyNewObjects(boolean a_AnyNewObjects) throws WTPropertyVetoException
a_AnyNewObjects
-
WTPropertyVetoException
public static CheckInTableModel newCheckInTableModel(String serializedTableRep) throws WTException
serializedTableRep
-
WTException
public static CheckInTableModel newMergedCheckInTableModel(String fullTable, String tableUpdates) throws WTException
fullTable
- tableUpdates
-
WTException
public CheckInTableModel mergeTableData(CheckInTableModel tData)
tData
-
public void dump(String title)
title
- public String toSerializedTable()
toSerializedTable
in class NmInteropTableModel
public void addNewRow(NmOid nmOid, CheckInTableModel.RowData rData)
CheckInTableModel.RowData getRowData(String nmOid)
public CheckInTableModel.RowIterator getRowIterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |