Users - Are beanshell calls function calls?

Posted by Vinay Agarwal on
URL: http://ofbiz.116.s1.nabble.com/Users-Are-beanshell-calls-function-calls-tp137819.html

Hello,

 

Looking at an event handler in beanshell script (e.g. manufacturing/webapp/manufacturing/jobshopmgt/ShowProductionRun.bsh), it contains return statement like the following:

 

import java.util.*;

delegator = request.getAttribute("delegator");

productionRunId = request.getParameter("productionRunId");

if (!UtilValidate.isEmpty(productionRunId)) {

}

return "error";

 

  1. Is beanshell invocation like a function call?
  2. If yes, what are the parameters passed to it? Are they specified somewhere in OFBiz?

 

Thanks in advance.

 

Regards,

Vinay Agarwal


 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users