com.qintsoft.joria.runtimeapi
Interface BuiltInMethodLocale

All Superinterfaces:
BuiltInMethodBase

public interface BuiltInMethodLocale
extends BuiltInMethodBase

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

executeBuiltIn

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

Parameters:
from - scope object, normaly not used
parameters - the array of the parameters values.
locale - the locale for the current report
Returns:
the return value of the built in function