public interface BuiltInMethodLocale
This interface is used to implement user built in functions with locales. User: patrick Date: Dec 6, 2006 Time: 12:50:17 PM
| Method Summary | |
|---|---|
java.lang.Object |
executeBuiltIn(java.lang.Object from,
java.lang.Object[] parameters,
java.util.Locale locale)
This method is called to execute the built in function |
| Methods inherited from interface com.qintsoft.joria.runtimeapi.BuiltInMethodBase |
|---|
checkParameterTypes, getReturnType |
| Method Detail |
|---|
java.lang.Object executeBuiltIn(java.lang.Object from,
java.lang.Object[] parameters,
java.util.Locale locale)
from - scope object, normaly not usedparameters - the array of the parameters values.locale - the locale for the current report