Java Doc for SimpleMethod.java in  » ERP-CRM-Financial » ofbiz » org » ofbiz » minilang » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » ofbiz » org.ofbiz.minilang 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.ofbiz.minilang.SimpleMethod

SimpleMethod
public class SimpleMethod (Code)
SimpleMethod Mini Language Core Object


Field Summary
protected  StringdefaultErrorCode
    
protected  StringdefaultSuccessCode
    
protected  StringdelegatorName
    
protected  StringdispatcherName
    
final public static  Stringerr_resource
    
protected  StringeventErrorMessageListName
    
protected  StringeventErrorMessageName
    
protected  StringeventEventMessageListName
    
protected  StringeventEventMessageName
    
protected  StringeventRequestName
    
protected  StringeventResponseCodeName
    
protected  StringeventResponseName
    
protected  StringeventSessionName
    
protected  StringfromLocation
    
protected  StringlocaleName
    
protected  booleanloginRequired
    
protected  StringmethodName
    
protected  ListmethodOperations
    
final public static  Stringmodule
    
protected  StringparameterMapName
    
protected  MapparentSimpleMethodsMap
    
protected  StringsecurityName
    
protected  StringserviceErrorMessageListName
    
protected  StringserviceErrorMessageMapName
    
protected  StringserviceErrorMessageName
    
protected  StringserviceResponseMessageName
    
protected  StringserviceSuccessMessageListName
    
protected  StringserviceSuccessMessageName
    
protected  StringshortDescription
    
protected static  UtilCachesimpleMethodsDirectCache
    
protected static  UtilCachesimpleMethodsResourceCache
    
protected static  UtilCachesimpleMethodsURLCache
    
protected  booleanuseTransaction
    
protected  StringuserLoginName
    

Constructor Summary
public  SimpleMethod(Element simpleMethodElement, Map parentSimpleMethodsMap, String fromLocation)
    

Method Summary
public  Stringexec(MethodContext methodContext)
    
protected static  MapgetAllDirectSimpleMethods(String name, String content, String fromLocation)
    
protected static  MapgetAllSimpleMethods(URL xmlURL)
    
public  StringgetDefaultErrorCode()
    
public  StringgetDefaultSuccessCode()
    
public  StringgetDelegatorEnvName()
    
public static  MapgetDirectSimpleMethods(String name, String content, String fromLocation)
    
public  StringgetDispatcherEnvName()
    
public  StringgetEventErrorMessageListName()
    
public  StringgetEventErrorMessageName()
    
public  StringgetEventEventMessageListName()
    
public  StringgetEventEventMessageName()
    
public  StringgetEventRequestName()
    
public  StringgetEventResponseCodeName()
    
public  StringgetEventSessionName()
    
public  StringgetFromLocation()
    
public  booleangetLoginRequired()
    
public  StringgetMethodName()
    
public  StringgetParameterMapName()
    
public  StringgetSecurityEnvName()
    
public  StringgetServiceErrorMessageListName()
    
public  StringgetServiceErrorMessageName()
    
public  StringgetServiceResponseMessageName()
    
public  StringgetServiceSuccessMessageListName()
    
public  StringgetServiceSuccessMessageName()
    
public  StringgetShortDescription()
    
public  SimpleMethodgetSimpleMethodInSameFile(String simpleMethodName)
    
public static  MapgetSimpleMethods(String xmlResource, String methodName, ClassLoader loader)
    
public static  MapgetSimpleMethods(URL xmlURL, String methodName)
    
public  booleangetUseTransaction()
    
public  StringgetUserLoginEnvName()
    
public static  voidreadOperations(Element simpleMethodElement, List methodOperations, SimpleMethod simpleMethod)
    
public static  StringrunSimpleEvent(String xmlResource, String methodName, HttpServletRequest request, HttpServletResponse response)
    
public static  StringrunSimpleEvent(String xmlResource, String methodName, HttpServletRequest request, HttpServletResponse response, ClassLoader loader)
    
public static  StringrunSimpleEvent(URL xmlURL, String methodName, HttpServletRequest request, HttpServletResponse response, ClassLoader loader)
    
public static  StringrunSimpleMethod(String xmlResource, String methodName, MethodContext methodContext)
    
public static  StringrunSimpleMethod(URL xmlURL, String methodName, MethodContext methodContext)
    
public static  MaprunSimpleService(String xmlResource, String methodName, DispatchContext ctx, Map context)
    
public static  MaprunSimpleService(String xmlResource, String methodName, DispatchContext ctx, Map context, ClassLoader loader)
    
public static  MaprunSimpleService(URL xmlURL, String methodName, DispatchContext ctx, Map context, ClassLoader loader)
    
public static  booleanrunSubOps(List methodOperations, MethodContext methodContext)
     Execs the given operations returning true if all return true, or returning false and stopping if any return false.

Field Detail
defaultErrorCode
protected String defaultErrorCode(Code)



defaultSuccessCode
protected String defaultSuccessCode(Code)



delegatorName
protected String delegatorName(Code)



dispatcherName
protected String dispatcherName(Code)



err_resource
final public static String err_resource(Code)



eventErrorMessageListName
protected String eventErrorMessageListName(Code)



eventErrorMessageName
protected String eventErrorMessageName(Code)



eventEventMessageListName
protected String eventEventMessageListName(Code)



eventEventMessageName
protected String eventEventMessageName(Code)



eventRequestName
protected String eventRequestName(Code)



eventResponseCodeName
protected String eventResponseCodeName(Code)



eventResponseName
protected String eventResponseName(Code)



eventSessionName
protected String eventSessionName(Code)



fromLocation
protected String fromLocation(Code)



localeName
protected String localeName(Code)



loginRequired
protected boolean loginRequired(Code)



methodName
protected String methodName(Code)



methodOperations
protected List methodOperations(Code)



module
final public static String module(Code)



parameterMapName
protected String parameterMapName(Code)



parentSimpleMethodsMap
protected Map parentSimpleMethodsMap(Code)



securityName
protected String securityName(Code)



serviceErrorMessageListName
protected String serviceErrorMessageListName(Code)



serviceErrorMessageMapName
protected String serviceErrorMessageMapName(Code)



serviceErrorMessageName
protected String serviceErrorMessageName(Code)



serviceResponseMessageName
protected String serviceResponseMessageName(Code)



serviceSuccessMessageListName
protected String serviceSuccessMessageListName(Code)



serviceSuccessMessageName
protected String serviceSuccessMessageName(Code)



shortDescription
protected String shortDescription(Code)



simpleMethodsDirectCache
protected static UtilCache simpleMethodsDirectCache(Code)



simpleMethodsResourceCache
protected static UtilCache simpleMethodsResourceCache(Code)



simpleMethodsURLCache
protected static UtilCache simpleMethodsURLCache(Code)



useTransaction
protected boolean useTransaction(Code)



userLoginName
protected String userLoginName(Code)




Constructor Detail
SimpleMethod
public SimpleMethod(Element simpleMethodElement, Map parentSimpleMethodsMap, String fromLocation)(Code)




Method Detail
exec
public String exec(MethodContext methodContext)(Code)
Execute the Simple Method operations



getAllDirectSimpleMethods
protected static Map getAllDirectSimpleMethods(String name, String content, String fromLocation) throws MiniLangException(Code)



getAllSimpleMethods
protected static Map getAllSimpleMethods(URL xmlURL) throws MiniLangException(Code)



getDefaultErrorCode
public String getDefaultErrorCode()(Code)



getDefaultSuccessCode
public String getDefaultSuccessCode()(Code)



getDelegatorEnvName
public String getDelegatorEnvName()(Code)



getDirectSimpleMethods
public static Map getDirectSimpleMethods(String name, String content, String fromLocation) throws MiniLangException(Code)



getDispatcherEnvName
public String getDispatcherEnvName()(Code)



getEventErrorMessageListName
public String getEventErrorMessageListName()(Code)



getEventErrorMessageName
public String getEventErrorMessageName()(Code)



getEventEventMessageListName
public String getEventEventMessageListName()(Code)



getEventEventMessageName
public String getEventEventMessageName()(Code)



getEventRequestName
public String getEventRequestName()(Code)



getEventResponseCodeName
public String getEventResponseCodeName()(Code)



getEventSessionName
public String getEventSessionName()(Code)



getFromLocation
public String getFromLocation()(Code)



getLoginRequired
public boolean getLoginRequired()(Code)



getMethodName
public String getMethodName()(Code)



getParameterMapName
public String getParameterMapName()(Code)



getSecurityEnvName
public String getSecurityEnvName()(Code)



getServiceErrorMessageListName
public String getServiceErrorMessageListName()(Code)



getServiceErrorMessageName
public String getServiceErrorMessageName()(Code)



getServiceResponseMessageName
public String getServiceResponseMessageName()(Code)



getServiceSuccessMessageListName
public String getServiceSuccessMessageListName()(Code)



getServiceSuccessMessageName
public String getServiceSuccessMessageName()(Code)



getShortDescription
public String getShortDescription()(Code)



getSimpleMethodInSameFile
public SimpleMethod getSimpleMethodInSameFile(String simpleMethodName)(Code)



getSimpleMethods
public static Map getSimpleMethods(String xmlResource, String methodName, ClassLoader loader) throws MiniLangException(Code)



getSimpleMethods
public static Map getSimpleMethods(URL xmlURL, String methodName) throws MiniLangException(Code)



getUseTransaction
public boolean getUseTransaction()(Code)



getUserLoginEnvName
public String getUserLoginEnvName()(Code)



readOperations
public static void readOperations(Element simpleMethodElement, List methodOperations, SimpleMethod simpleMethod)(Code)



runSimpleEvent
public static String runSimpleEvent(String xmlResource, String methodName, HttpServletRequest request, HttpServletResponse response) throws MiniLangException(Code)



runSimpleEvent
public static String runSimpleEvent(String xmlResource, String methodName, HttpServletRequest request, HttpServletResponse response, ClassLoader loader) throws MiniLangException(Code)



runSimpleEvent
public static String runSimpleEvent(URL xmlURL, String methodName, HttpServletRequest request, HttpServletResponse response, ClassLoader loader) throws MiniLangException(Code)



runSimpleMethod
public static String runSimpleMethod(String xmlResource, String methodName, MethodContext methodContext) throws MiniLangException(Code)



runSimpleMethod
public static String runSimpleMethod(URL xmlURL, String methodName, MethodContext methodContext) throws MiniLangException(Code)



runSimpleService
public static Map runSimpleService(String xmlResource, String methodName, DispatchContext ctx, Map context) throws MiniLangException(Code)



runSimpleService
public static Map runSimpleService(String xmlResource, String methodName, DispatchContext ctx, Map context, ClassLoader loader) throws MiniLangException(Code)



runSimpleService
public static Map runSimpleService(URL xmlURL, String methodName, DispatchContext ctx, Map context, ClassLoader loader) throws MiniLangException(Code)



runSubOps
public static boolean runSubOps(List methodOperations, MethodContext methodContext)(Code)
Execs the given operations returning true if all return true, or returning false and stopping if any return false.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.