|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Fields | |
com.boylesoftware.cb2.BLObject.bloc
use getBLOContainer or getBLO
protected methods instead. Exposing this variable makes possible for a
BLO to change it, which is illegal. |
|
com.boylesoftware.cb2.DAO.ORDER_NOORDER
use ORDER_UNUSED instead. |
Deprecated Methods | |
com.boylesoftware.cb2.util.sql.CallableStatementWrapper.getBigDecimal(int, int)
|
|
com.boylesoftware.cb2.DAO.getQuery(String)
there is no direct substitution for this method. If you needed this method for building dynamic SQL queries you should consider using {cond ...} constructs of the DAO Extended Syntax. |
|
com.boylesoftware.cb2.presentation.servlet.CB2Action.isValidEmailAddress(String)
use TextUtils.isValidEmailAddress(java.lang.String) static
method instead. |
|
com.boylesoftware.cb2.presentation.servlet.CB2Action.isValidUSPhoneNumber(String)
no direct replacement for this method, should be implemented in the application specific way. |
|
com.boylesoftware.cb2.util.sql.PreparedStatementWrapper.setUnicodeStream(int, InputStream, int)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |