⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jco.repository.html

📁 SAP ERP的二次开发
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface com.sap.mw.jco.<A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#addFunctionInterfaceToCache(com.sap.mw.jco.IMetaData)">addFunctionInterfaceToCache</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#addStructureDefinitionToCache(com.sap.mw.jco.IMetaData)">addStructureDefinitionToCache</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#getCachedFunctionInterfaces()">getCachedFunctionInterfaces</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#getCachedStructureDefinitions()">getCachedStructureDefinitions</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#getFunctionTemplate(java.lang.String)">getFunctionTemplate</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#getName()">getName</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#getNextRepository()">getNextRepository</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#getTableDefinition(java.lang.String)">getTableDefinition</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#load(java.lang.String)">load</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#removeFunctionInterfaceFromCache(java.lang.String)">removeFunctionInterfaceFromCache</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#removeStructureDefinitionFromCache(java.lang.String)">removeStructureDefinitionFromCache</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#save(java.lang.String)">save</A>, <A HREF="../../../../com/sap/mw/jco/IRepository.html#setNextRepository(com.sap.mw.jco.IRepository)">setNextRepository</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->


<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="JCO.Repository(java.lang.String, java.lang.String)"><!-- --></A><H3>
JCO.Repository</H3>
<PRE>
public <B>JCO.Repository</B>(java.lang.String&nbsp;name,                      java.lang.String&nbsp;pool_name)</PRE>
<DL>
<DD>Creates a new SAP system repository<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the repository<DD><CODE>pool_name</CODE> - the name of the pool</DL>
</DD>
</DL>
<HR>

<A NAME="JCO.Repository(java.lang.String, java.lang.String[])"><!-- --></A><H3>
JCO.Repository</H3>
<PRE>
public <B>JCO.Repository</B>(java.lang.String&nbsp;name,                      java.lang.String[]&nbsp;pool_names)</PRE>
<DL>
<DD>Creates a new SAP system repository<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the repository<DD><CODE>pool_names</CODE> - the array of pool names</DL>
</DD>
</DL>
<HR>

<A NAME="JCO.Repository(java.lang.String, com.sap.mw.jco.JCO.Client)"><!-- --></A><H3>
JCO.Repository</H3>
<PRE>
public <B>JCO.Repository</B>(java.lang.String&nbsp;name,                      <A HREF="../../../../com/sap/mw/jco/JCO.Client.html">JCO.Client</A>&nbsp;client)</PRE>
<DL>
<DD>Creates a new SAP system repository<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the repository<DD><CODE>client</CODE> - the client to use</DL>
</DD>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="setName(java.lang.String)"><!-- --></A><H3>
setName</H3>
<PRE>
public void <B>setName</B>(java.lang.String&nbsp;name)</PRE>
<DL>
<DD>Sets the repository name<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the repository</DL>
</DD>
</DL>
<HR>

<A NAME="getPoolNames()"><!-- --></A><H3>
getPoolNames</H3>
<PRE>
public java.lang.String[] <B>getPoolNames</B>()</PRE>
<DL>
<DD>Returns the array of pool names<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a string array of pool names</DL>
</DD>
</DL>
<HR>

<A NAME="setPoolNames(java.lang.String[])"><!-- --></A><H3>
setPoolNames</H3>
<PRE>
public void <B>setPoolNames</B>(java.lang.String[]&nbsp;pool_names)</PRE>
<DL>
<DD>Sets the array of pool names<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pool_names</CODE> - the new array of pool names</DL>
</DD>
</DL>
<HR>

<A NAME="getFunctionInterface(java.lang.String)"><!-- --></A><H3>
getFunctionInterface</H3>
<PRE>
public <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> <B>getFunctionInterface</B>(java.lang.String&nbsp;function_name)</PRE>
<DL>
<DD>Returns the meta data for the specified function<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#getFunctionInterface(java.lang.String)">getFunctionInterface</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html#getFunctionInterface(java.lang.String)">getFunctionInterface</A></CODE> in class <CODE><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html">JCO.BasicRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>function_name</CODE> - the name of the function for which the meta data  is being returned.<DT><B>Returns:</B><DD>the meta data for the function or <tt>null</tt> if the function could not be found.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Exception.html">JCO.Exception</A></CODE> - if an error occurred during the retrieval      of the function interface.</DL>
</DD>
</DL>
<HR>

<A NAME="getStructureDefinition(java.lang.String)"><!-- --></A><H3>
getStructureDefinition</H3>
<PRE>
public <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> <B>getStructureDefinition</B>(java.lang.String&nbsp;structure_name)</PRE>
<DL>
<DD>Returns the meta data for the specified structure.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#getStructureDefinition(java.lang.String)">getStructureDefinition</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html#getStructureDefinition(java.lang.String)">getStructureDefinition</A></CODE> in class <CODE><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html">JCO.BasicRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>structure_name</CODE> - the name of the structure for which the meta data  is being returned.<DT><B>Returns:</B><DD>the meta data for the structure or <tt>null</tt> if the structure could not be found.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Exception.html">JCO.Exception</A></CODE> - if an error occurred during the retrieval      of the data structure definition.</DL>
</DD>
</DL>
<HR>

<A NAME="queryFunctionInterface(com.sap.mw.jco.JCO.Client, java.lang.String)"><!-- --></A><H3>
queryFunctionInterface</H3>
<PRE>
public final <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> <B>queryFunctionInterface</B>(<A HREF="../../../../com/sap/mw/jco/JCO.Client.html">JCO.Client</A>&nbsp;client,                                              java.lang.String&nbsp;name)</PRE>
<DL>
<DD>Queries the function meta data for the passed function name.  This method is mainly used internally and will hardly be  called directly by other applications.<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>client</CODE> - the client connection to the remote SAP system.<DD><CODE>name</CODE> - the name of the function for which the meta data should be returned.<DT><B>Returns:</B><DD>The meta data that describe the parameters of the function.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Exception.html">JCO.Exception</A></CODE> - if either the function interface could not be found      or another error occurred during the query.</DL>
</DD>
</DL>
<HR>

<A NAME="queryStructureDefinition(com.sap.mw.jco.JCO.Client, java.lang.String)"><!-- --></A><H3>
queryStructureDefinition</H3>
<PRE>
public final <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> <B>queryStructureDefinition</B>(<A HREF="../../../../com/sap/mw/jco/JCO.Client.html">JCO.Client</A>&nbsp;client,                                                java.lang.String&nbsp;name)</PRE>
<DL>
<DD>Queries the meta data for the structure with the specified name.  This method is mainly used internally and will hardly be  called directly by other applications.<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>client</CODE> - the client connection to the remote SAP system.<DD><CODE>name</CODE> - the name of the structure for which the meta data should be returned.<DT><B>Returns:</B><DD>The meta data that describe the fields of the structure.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Exception.html">JCO.Exception</A></CODE> - if either the data structure definition could not      be found or another error occurred during the query.</DL>
</DD>
</DL>
<HR>

<A NAME="queryTableDefinition(com.sap.mw.jco.JCO.Client, java.lang.String)"><!-- --></A><H3>
queryTableDefinition</H3>
<PRE>
public final <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> <B>queryTableDefinition</B>(<A HREF="../../../../com/sap/mw/jco/JCO.Client.html">JCO.Client</A>&nbsp;client,                                            java.lang.String&nbsp;name)</PRE>
<DL>
<DD>Queries the meta data for the table with the specified the name.  This method is mainly used internally and will hardly be  called directly by other applications.<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>client</CODE> - the client connection to the remote SAP system.<DD><CODE>name</CODE> - the table name for which the meta data should be returned.<DT><B>Returns:</B><DD>The meta data which describe the columns of the table.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Exception.html">JCO.Exception</A></CODE> - if either the table definition could not      be found or another error occurred during the query.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/JCO.Repository.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/sap/mw/jco/JCO.Record.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/sap/mw/jco/JCO.Request.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="JCO.Repository.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -