📄 index-all.html
字号:
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DB.html" title="com.fastunit.jdbc 中的接口">DB</A> 中的方法
<DD>执行批量SQL语句,依次使用valuesList中的值数组来绑定到SQL语句中的多个'?'
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./com/fastunit/support/ReportWriter.html#fill(net.sf.jasperreports.engine.JasperReport, java.util.Map, java.sql.Connection)"><B>fill(JasperReport, Map, Connection)</B></A> -
类 com.fastunit.support.<A HREF="./com/fastunit/support/ReportWriter.html" title="com.fastunit.support 中的类">ReportWriter</A> 中的方法
<DD>报表对象填充。
<DT><A HREF="./com/fastunit/MapList.html#findColumnIndex(com.fastunit.Row, java.lang.String)"><B>findColumnIndex(Row, String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/MapList.html" title="com.fastunit 中的类">MapList</A> 中的方法
<DD>查找指定行中为指定值的第一个列序号
<DT><A HREF="./com/fastunit/MapList.html#findRowIndex(java.lang.String, java.lang.String)"><B>findRowIndex(String, String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/MapList.html" title="com.fastunit 中的类">MapList</A> 中的方法
<DD>查找指定名称为指定值的第一个行序号
<DT><A HREF="./com/fastunit/jdbc/Type.html#FLOAT"><B>FLOAT</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Type.html" title="com.fastunit.jdbc 中的接口">Type</A> 中的静态变量
<DD>单精度浮点
<DT><A HREF="./com/fastunit/jdbc/Type.html#formatInput(java.lang.String)"><B>formatInput(String)</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Type.html" title="com.fastunit.jdbc 中的接口">Type</A> 中的方法
<DD>
<DT><A HREF="./com/fastunit/jdbc/Type.html#formatValue(java.lang.String)"><B>formatValue(String)</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Type.html" title="com.fastunit.jdbc 中的接口">Type</A> 中的方法
<DD>
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./com/fastunit/LabelUtil.html#get(com.fastunit.context.ActionContext, java.lang.String)"><B>get(ActionContext, String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/LabelUtil.html" title="com.fastunit 中的类">LabelUtil</A> 中的静态方法
<DD>读取默认资源文件(app),取得指定属性的值。
<DT><A HREF="./com/fastunit/LabelUtil.html#get(com.fastunit.context.ActionContext, java.lang.String, java.lang.String)"><B>get(ActionContext, String, String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/LabelUtil.html" title="com.fastunit 中的类">LabelUtil</A> 中的静态方法
<DD>读取指定资源文件,取得指定属性的值。
<DT><A HREF="./com/fastunit/LabelUtil.html#get(com.fastunit.context.ActionContext, java.lang.String, java.lang.String, java.lang.String)"><B>get(ActionContext, String, String, String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/LabelUtil.html" title="com.fastunit 中的类">LabelUtil</A> 中的静态方法
<DD>读取指定资源文件,取得指定属性的值,并替换其中的参数。
<DT><A HREF="./com/fastunit/LabelUtil.html#get(com.fastunit.context.ActionContext, java.lang.String, java.lang.String, int)"><B>get(ActionContext, String, String, int)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/LabelUtil.html" title="com.fastunit 中的类">LabelUtil</A> 中的静态方法
<DD>读取指定资源文件,取得指定属性的值,并替换其中的参数。
<DT><A HREF="./com/fastunit/LabelUtil.html#get(com.fastunit.context.ActionContext, java.lang.String, java.lang.String, java.lang.String[])"><B>get(ActionContext, String, String, String[])</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/LabelUtil.html" title="com.fastunit 中的类">LabelUtil</A> 中的静态方法
<DD>读取指定资源文件,取得指定属性的值,并替换其中的参数。
<DT><A HREF="./com/fastunit/Row.html#get(java.lang.String)"><B>get(String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Row.html" title="com.fastunit 中的类">Row</A> 中的方法
<DD>取得指定名称的值。
<DT><A HREF="./com/fastunit/Row.html#get(java.lang.String, java.lang.String)"><B>get(String, String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Row.html" title="com.fastunit 中的类">Row</A> 中的方法
<DD>取得指定名称的值,值为null时返回默认值。
<DT><A HREF="./com/fastunit/Row.html#get(int, java.lang.String)"><B>get(int, String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Row.html" title="com.fastunit 中的类">Row</A> 中的方法
<DD>取得指定列的值,值为null时返回默认值。
<DT><A HREF="./com/fastunit/Row.html#get(int)"><B>get(int)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Row.html" title="com.fastunit 中的类">Row</A> 中的方法
<DD>取得指定列序号的值。
<DT><A HREF="./com/fastunit/User.html#get(java.lang.String)"><B>get(String)</B></A> -
接口 com.fastunit.<A HREF="./com/fastunit/User.html" title="com.fastunit 中的接口">User</A> 中的方法
<DD>取得指定的用户属性。
<DT><A HREF="./com/fastunit/Variables.html#get(java.lang.String)"><B>get(String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Variables.html" title="com.fastunit 中的类">Variables</A> 中的静态方法
<DD>取得变量值。
<DT><A HREF="./com/fastunit/Variables.html#get(java.lang.String, java.lang.String)"><B>get(String, String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Variables.html" title="com.fastunit 中的类">Variables</A> 中的静态方法
<DD>取得变量值,值不存在时返回默认值。
<DT><A HREF="./com/fastunit/support/Proxy.html#getAction(java.lang.String)"><B>getAction(String)</B></A> -
接口 com.fastunit.support.<A HREF="./com/fastunit/support/Proxy.html" title="com.fastunit.support 中的接口">Proxy</A> 中的方法
<DD>创建Action实例。
<DT><A HREF="./com/fastunit/context/LocalContext.html#getActionContext()"><B>getActionContext()</B></A> -
类 com.fastunit.context.<A HREF="./com/fastunit/context/LocalContext.html" title="com.fastunit.context 中的类">LocalContext</A> 中的方法
<DD>取得ActionContext。
<DT><A HREF="./com/fastunit/context/ActionContext.html#getActionResult()"><B>getActionResult()</B></A> -
接口 com.fastunit.context.<A HREF="./com/fastunit/context/ActionContext.html" title="com.fastunit.context 中的接口">ActionContext</A> 中的方法
<DD>取得Action执行结果对象。
<DT><A HREF="./com/fastunit/User.html#getAllRoles()"><B>getAllRoles()</B></A> -
接口 com.fastunit.<A HREF="./com/fastunit/User.html" title="com.fastunit 中的接口">User</A> 中的方法
<DD>获取用户的所有角色,包括直接角色和间接角色,不包括排斥角色,其中包含未激活的角色。
<DT><A HREF="./com/fastunit/context/ActionContext.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> -
接口 com.fastunit.context.<A HREF="./com/fastunit/context/ActionContext.html" title="com.fastunit.context 中的接口">ActionContext</A> 中的方法
<DD>取得定制属性,此属性通过setAttribute()设置。
<DT><A HREF="./com/fastunit/Page.html#getAttributes()"><B>getAttributes()</B></A> -
接口 com.fastunit.<A HREF="./com/fastunit/Page.html" title="com.fastunit 中的接口">Page</A> 中的方法
<DD>页面模板参数值对象,可用来设置模板中自定义变量的值,设置方式:Map.put(变量名,变量值)。
<DT><A HREF="./com/fastunit/Unit.html#getAttributes()"><B>getAttributes()</B></A> -
接口 com.fastunit.<A HREF="./com/fastunit/Unit.html" title="com.fastunit 中的接口">Unit</A> 中的方法
<DD>单元模板参数值对象,可用来设置模板中自定义变量的值,设置方式:Map.put(变量名,变量值)。
<DT><A HREF="./com/fastunit/support/ListStatUI.html#getChartData(java.lang.String, java.lang.String)"><B>getChartData(String, String)</B></A> -
类 com.fastunit.support.<A HREF="./com/fastunit/support/ListStatUI.html" title="com.fastunit.support 中的类">ListStatUI</A> 中的静态方法
<DD>为响应的统计图提供MapList数据对象。
<DT><A HREF="./com/fastunit/jdbc/ColumnRow.html#getColumnValue(java.lang.String)"><B>getColumnValue(String)</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/ColumnRow.html" title="com.fastunit.jdbc 中的接口">ColumnRow</A> 中的方法
<DD>取得字段的值。
<DT><A HREF="./com/fastunit/support/TreeFactory.html#getConfig()"><B>getConfig()</B></A> -
类 com.fastunit.support.<A HREF="./com/fastunit/support/TreeFactory.html" title="com.fastunit.support 中的类">TreeFactory</A> 中的方法
<DD>取得树配置。
<DT><A HREF="./com/fastunit/jdbc/DB.html#getConnection()"><B>getConnection()</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DB.html" title="com.fastunit.jdbc 中的接口">DB</A> 中的方法
<DD>取得数据库连接。
<DT><A HREF="./com/fastunit/Visitor.html#getCountry()"><B>getCountry()</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Visitor.html" title="com.fastunit 中的类">Visitor</A> 中的方法
<DD>取得国家代码。
<DT><A HREF="./com/fastunit/Unit.html#getData()"><B>getData()</B></A> -
接口 com.fastunit.<A HREF="./com/fastunit/Unit.html" title="com.fastunit 中的接口">Unit</A> 中的方法
<DD>取得单元数据。
<DT><A HREF="./com/fastunit/support/DatasetFactory.html#getDataset()"><B>getDataset()</B></A> -
接口 com.fastunit.support.<A HREF="./com/fastunit/support/DatasetFactory.html" title="com.fastunit.support 中的接口">DatasetFactory</A> 中的方法
<DD>创建JFreeChart的数据集。
<DT><A HREF="./com/fastunit/Path.html#getDatasourcePath()"><B>getDatasourcePath()</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Path.html" title="com.fastunit 中的类">Path</A> 中的静态方法
<DD>取得数据源路径(绝对路径)。
<DT><A HREF="./com/fastunit/jdbc/DBFactory.html#getDB()"><B>getDB()</B></A> -
类 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DBFactory.html" title="com.fastunit.jdbc 中的类">DBFactory</A> 中的静态方法
<DD>使用数据源配置文件app.xml创建DB,如果当前进程中已存在则直接使用,不会重复创建,此方法获得的DB对象不需要手动关闭。
<DT><A HREF="./com/fastunit/jdbc/DBFactory.html#getDB(java.lang.String)"><B>getDB(String)</B></A> -
类 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DBFactory.html" title="com.fastunit.jdbc 中的类">DBFactory</A> 中的静态方法
<DD>使用指定的数据源配置文件创建DB,如果当前进程中已存在则直接使用,不会重复创建,此方法获得的DB对象不需要手动关闭。
<DT><A HREF="./com/fastunit/support/action/TransactionAction.html#getDB(com.fastunit.context.ActionContext)"><B>getDB(ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/TransactionAction.html" title="com.fastunit.support.action 中的类">TransactionAction</A> 中的方法
<DD>取得数据访问对象,此DB对象将实现事务处理。
<DT><A HREF="./com/fastunit/jdbc/Table.html#getDomain()"><B>getDomain()</B></A> -
类 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Table.html" title="com.fastunit.jdbc 中的类">Table</A> 中的方法
<DD>取得域,未设置时使用"app"域。
<DT><A HREF="./com/fastunit/Path.html#getDomainDatabasePath(java.lang.String)"><B>getDomainDatabasePath(String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Path.html" title="com.fastunit 中的类">Path</A> 中的静态方法
<DD>取得指定域的数据库路径(绝对路径)。
<DT><A HREF="./com/fastunit/jdbc/DBFactory.html#getDomainDB(java.lang.String, boolean)"><B>getDomainDB(String, boolean)</B></A> -
类 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DBFactory.html" title="com.fastunit.jdbc 中的类">DBFactory</A> 中的静态方法
<DD>取得指定的域数据库连接(系统调用)。
<DT><A HREF="./com/fastunit/Path.html#getDomainPath(java.lang.String)"><B>getDomainPath(String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Path.html" title="com.fastunit 中的类">Path</A> 中的静态方法
<DD>取得指定域的路径(绝对路径)。
<DT><A HREF="./com/fastunit/Path.html#getDomainRootPath()"><B>getDomainRootPath()</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/Path.html" title="com.fastunit 中的类">Path</A> 中的静态方法
<DD>取得域的根路径(绝对路径)。
<DT><A HREF="./com/fastunit/Row.html#getDouble(java.lang.String, double)"><B>getDouble(String, double)</B></A> -
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -