|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.adapter.SAPResourceAdapter.Function
Constructor Summary | |
protected |
SAPResourceAdapter.Function(java.lang.String bapiName)
Create a JCO.Function to execute on an SAP system |
protected |
SAPResourceAdapter.Function(java.lang.String bapiName,
boolean retryOnFailedConnection)
Create a JCO.Function to execute on an SAP system |
protected |
SAPResourceAdapter.Function(java.lang.String bapiName,
java.lang.String identity)
Create a JCO.Function to execute on an SAP system |
protected |
SAPResourceAdapter.Function(java.lang.String bapiName,
java.lang.String identity,
boolean retryOnFailedConnection)
Create a JCO.Function to execute on an SAP system |
Method Summary | |
protected void |
appendTableRow(com.sap.mw.jco.JCO.Table table,
java.lang.String rowName,
java.lang.String value)
|
protected void |
finalize()
Return the JCO.Function to free memory quickly |
protected com.sap.mw.jco.JCO.ParameterList |
getExportParameterList()
|
protected com.sap.mw.jco.JCO.Field |
getField(java.lang.String fieldName)
|
protected com.sap.mw.jco.JCO.Field |
getImportField(java.lang.String fieldName)
|
protected com.sap.mw.jco.JCO.Function |
getJCOFunction()
Returns the JCO.Function object. |
protected java.lang.String |
getName()
Returns the name of the JCO.Function. |
protected com.sap.mw.jco.JCO.Structure |
getStructure(java.lang.String structureName)
Retrieves the export structure with the specified name. |
protected com.sap.mw.jco.JCO.Table |
getTable(java.lang.String tableName)
Retrieves the table with the specified name. |
protected void |
recreate()
|
protected void |
setField(java.lang.String fieldName,
java.lang.String value)
|
protected void |
setInputParameterList(java.util.Map map)
Sets the input parameter list for this BAPI |
protected void |
setTableRowValue(com.sap.mw.jco.JCO.Table table,
java.lang.String rowName,
java.lang.Object value)
|
protected void |
setUserField(java.lang.String identity)
|
protected void |
setValues(java.lang.String structOrTable,
java.lang.String attributeName,
java.lang.Object value,
boolean update)
|
java.lang.String |
toString()
|
protected void |
writeXML(java.lang.String fileName)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected SAPResourceAdapter.Function(java.lang.String bapiName, java.lang.String identity) throws com.sap.mw.jco.JCO.Exception
bapiName
- identity
-
JCO.Exception
protected SAPResourceAdapter.Function(java.lang.String bapiName) throws com.sap.mw.jco.JCO.Exception
bapiName
-
JCO.Exception
protected SAPResourceAdapter.Function(java.lang.String bapiName, java.lang.String identity, boolean retryOnFailedConnection) throws com.sap.mw.jco.JCO.Exception
bapiName
- identity
- retryOnFailedConnection
-
JCO.Exception
protected SAPResourceAdapter.Function(java.lang.String bapiName, boolean retryOnFailedConnection) throws com.sap.mw.jco.JCO.Exception
bapiName
- retryOnFailedConnection
-
JCO.Exception
Method Detail |
protected java.lang.String getName()
protected com.sap.mw.jco.JCO.Function getJCOFunction()
protected com.sap.mw.jco.JCO.Table getTable(java.lang.String tableName) throws com.sap.mw.jco.JCO.Exception
tableName
- - table name to retrieve.
JCO.Exception
protected com.sap.mw.jco.JCO.Structure getStructure(java.lang.String structureName) throws com.sap.mw.jco.JCO.Exception
structureName
-
JCO.Exception
protected com.sap.mw.jco.JCO.ParameterList getExportParameterList() throws com.sap.mw.jco.JCO.Exception
com.sap.mw.jco.JCO.Exception
protected com.sap.mw.jco.JCO.Field getField(java.lang.String fieldName) throws com.sap.mw.jco.JCO.Exception
com.sap.mw.jco.JCO.Exception
protected com.sap.mw.jco.JCO.Field getImportField(java.lang.String fieldName) throws com.sap.mw.jco.JCO.Exception
com.sap.mw.jco.JCO.Exception
protected void recreate() throws com.sap.mw.jco.JCO.Exception
com.sap.mw.jco.JCO.Exception
protected void setValues(java.lang.String structOrTable, java.lang.String attributeName, java.lang.Object value, boolean update) throws com.sap.mw.jco.JCO.Exception
com.sap.mw.jco.JCO.Exception
protected void setUserField(java.lang.String identity)
protected void setField(java.lang.String fieldName, java.lang.String value) throws com.sap.mw.jco.JCO.Exception
com.sap.mw.jco.JCO.Exception
protected void setInputParameterList(java.util.Map map)
map
- - a map of name value pairsprotected void appendTableRow(com.sap.mw.jco.JCO.Table table, java.lang.String rowName, java.lang.String value)
protected void setTableRowValue(com.sap.mw.jco.JCO.Table table, java.lang.String rowName, java.lang.Object value)
protected void writeXML(java.lang.String fileName) throws com.sap.mw.jco.JCO.Exception
com.sap.mw.jco.JCO.Exception
protected void finalize()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |