public interface IListValueAction
限定符和类型 | 方法和说明 |
---|---|
java.util.List<java.lang.Boolean> |
booleanListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Boolean> |
booleanListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Boolean> |
booleanListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Double> |
doubleListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Double> |
doubleListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Double> |
doubleListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Float> |
floatListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Float> |
floatListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Float> |
floatListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Integer> |
intListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Integer> |
intListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Integer> |
intListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Long> |
longListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Long> |
longListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Long> |
longListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Object> |
objListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Object> |
objListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Object> |
objListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Short> |
shortListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Short> |
shortListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Short> |
shortListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.String> |
stringListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.String> |
stringListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.String> |
stringListAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.util.List<java.lang.Short> shortListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.util.List<java.lang.Short> shortListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.util.List<java.lang.Short> shortListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.util.List<java.lang.Integer> intListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.util.List<java.lang.Integer> intListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.util.List<java.lang.Integer> intListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.util.List<java.lang.Long> longListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.util.List<java.lang.Long> longListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.util.List<java.lang.Long> longListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.util.List<java.lang.Float> floatListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.util.List<java.lang.Float> floatListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.util.List<java.lang.Float> floatListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.util.List<java.lang.Double> doubleListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.util.List<java.lang.Double> doubleListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.util.List<java.lang.Double> doubleListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.util.List<java.lang.Boolean> booleanListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.util.List<java.lang.Boolean> booleanListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.util.List<java.lang.Boolean> booleanListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.util.List<java.lang.String> stringListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.util.List<java.lang.String> stringListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.util.List<java.lang.String> stringListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.util.List<java.lang.Object> objListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.util.List<java.lang.Object> objListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.util.List<java.lang.Object> objListAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException