|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JCO.Record in com.sap.mw.jco |
| Subclasses of JCO.Record in com.sap.mw.jco | |
static class |
JCO.ParameterList
A class that encapsulates a parameter list used to pass on data to a function. |
static class |
JCO.Request
A class that encapsulates a request |
static class |
JCO.Response
A class that encapsulates a response |
static class |
JCO.Structure
Class that encapsulates a composite data structure. |
static class |
JCO.Table
Class that encapsulates a database table |
| Fields in com.sap.mw.jco declared as JCO.Record | |
protected JCO.Record |
JCO.Record.XMLWriter.m_record
The record which is being XML serialized |
| Methods in com.sap.mw.jco with parameters of type JCO.Record | |
protected void |
JCO.Record.copyContent(JCO.Record src,
JCO.Record dest)
Copies the data from src to dest |
int |
JCO.Record.copyFrom(JCO.Record source)
Copies the matching fields from the source record into this record Data fields are considered to be equivalent if the name and type of two fields match. |
static void |
JCO.Record.XMLReader.readXMLDocument(JCO.Record record,
String xmldoc)
Constructs a record from the passed XML document |
static void |
JCO.Record.XMLReader.readXMLDocument(JCO.Record record,
Reader reader)
Constructs a record from the passed XML document |
protected void |
JCO.Record.XMLReader.store(JCO.Record record,
char[] value,
int offset,
int length,
int index)
Implements store method |
static String |
JCO.Record.XMLWriter.createXMLDocument(JCO.Record record,
String root_tag)
Constructs an XML document from the passed record and returns it as a string. |
static String |
JCO.Record.XMLWriter.createXMLDocument(JCO.Record record,
String root_tag,
String namespace,
String namespace_urn)
Constructs an XML document from the passed record and returns it as a string. |
static void |
JCO.Record.XMLWriter.writeXMLDocument(JCO.Record record,
String root_tag,
Writer writer)
Constructs an XML document from the passed record and writes it to the output stream using the specified character encoding. |
static void |
JCO.Record.XMLWriter.writeXMLDocument(JCO.Record record,
String root_tag,
String namespace,
String namespace_urn,
Writer writer)
Constructs an XML document from the passed record and writes it to the output stream using the specified character encoding. |
JCO.Record.XMLWriter |
JCO.Record.XMLWriter.encode(JCO.Record record,
String root_tag)
Converts the record to an XML document and appends it to the document buffer |
JCO.Record.XMLWriter |
JCO.Record.XMLWriter.encode(JCO.Record record,
String root_tag,
String namespace,
String namespace_urn)
Converts the record to an XML document and appends it to the document buffer |
protected void |
JCO.Table.copyContent(JCO.Record rsrc,
JCO.Record rdest)
Deprecated. Only for internal use. This method can be removed or modified without notice. |
int |
JCO.Table.copyFrom(JCO.Record source)
Appends the matching fields from the source record at the end of this table Data fields are considered to be equivalent if the name and type of two fields match. |
| Constructors in com.sap.mw.jco with parameters of type JCO.Record | |
JCO.Field(JCO.Record record,
int index)
|
|
JCO.FieldIterator(JCO.Record rec)
|
|
JCO.Record(JCO.Record value)
Creates an new instance of a record which has the same contents as the record argument |
|
JCO.Record.XMLReader(JCO.Record record)
Creates a new XMLReader object |
|
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||