- target - Variable in class nosi.core.webapp.View
-
- title - Variable in class nosi.core.webapp.View
-
- toBigDecimal(String) - Static method in class nosi.core.webapp.Core
-
Verifies if the Core.isBigDecimal and if true, than returns BigDecimal parse
of it, else returns 0
- toBigDecimal(String, BigDecimal) - Static method in class nosi.core.webapp.Core
-
- toBigInteger(String) - Static method in class nosi.core.webapp.Core
-
Verifies if the Core.isBigInteger and if true, than returns BigInteger parse
of it, else returns 0
- toBigInteger(String, BigInteger) - Static method in class nosi.core.webapp.Core
-
- ToChar(Date, String) - Static method in class nosi.core.webapp.Core
-
Deprecated.
- ToChar(Date, String) - Static method in class nosi.core.webapp.Core
-
Deprecated.
- ToChar(String, String) - Static method in class nosi.core.webapp.Core
-
Deprecated.
- ToChar(String, String, String) - Static method in class nosi.core.webapp.Core
-
- ToDate(String, String) - Static method in class nosi.core.webapp.Core
-
- ToDate(String) - Static method in class nosi.core.webapp.Core
-
FormatIn is dd-MM-yyyy
- ToDate(String, String, String) - Static method in class nosi.core.webapp.Core
-
- ToDateUtil(String) - Static method in class nosi.core.webapp.Core
-
Receives a date in a default string format dd-MM-yyy and converts it to java.util.Date
- ToDateUtil(String, String) - Static method in class nosi.core.webapp.Core
-
Receives a date in a default string with a sent format
- toDouble(String) - Static method in class nosi.core.webapp.Core
-
Verifies if the Core.isDouble and if true, than returns double parse of it,
else returns 0
- toDouble(String, double) - Static method in class nosi.core.webapp.Core
-
- toFloat(String) - Static method in class nosi.core.webapp.Core
-
Verifies if the String is a Float, than returns the parse of it, else returns
0
- toFloat(String, float) - Static method in class nosi.core.webapp.Core
-
- toInt(String) - Static method in class nosi.core.webapp.Core
-
Verifies if Core.isInt and if true, than returns integer parse of it, else
returns 0
- toInt(String, int) - Static method in class nosi.core.webapp.Core
-
Verifies if Core.isInt and if true, than returns integer parse of it else
returns defaultValue
- toJson(Object) - Static method in class nosi.core.webapp.Core
-
- toJsonWithJsonBuilder(Object) - Static method in class nosi.core.webapp.Core
-
- toLong(String) - Static method in class nosi.core.webapp.Core
-
- toLong(String, long) - Static method in class nosi.core.webapp.Core
-
- toMap(List<?>, String, String) - Static method in class nosi.core.webapp.Core
-
Example of use
final Map<Object, Object> map = Core.toMap(new Modulo().getModuloByApp(Core.toInt(model.getApplication())), "name",
+ "descricao");
- toMap(List<?>, String, String, String) - Static method in class nosi.core.webapp.Core
-
Example of use
final Map<Object, Object> map = Core.toMap(new Modulo().getModuloByApp(Core.toInt(model.getApplication())), "name",
+ "descricao", "-- Selecionar --");
- toShort(String) - Static method in class nosi.core.webapp.Core
-
- toShort(String, short) - Static method in class nosi.core.webapp.Core
-
- ToTimestamp(String, String) - Static method in class nosi.core.webapp.Core
-
Convert string date into Timestamp
- transaction(String) - Static method in class nosi.core.webapp.Core
-
- transaction() - Static method in class nosi.core.webapp.Core
-