| java.lang.Object org.ofbiz.minilang.SimpleMethod
SimpleMethod | public class SimpleMethod (Code) | | SimpleMethod Mini Language Core Object
author: David E. Jones author: Andy Zeneski version: $Revision: 1.5 $ since: 2.0 |
Method Summary | |
public String | exec(MethodContext methodContext) | protected static Map | getAllDirectSimpleMethods(String name, String content) | protected static Map | getAllSimpleMethods(URL xmlURL) | public String | getDefaultErrorCode() | public String | getDefaultSuccessCode() | public String | getDelegatorEnvName() | public static Map | getDirectSimpleMethods(String name, String content) | public String | getDispatcherEnvName() | public String | getEventErrorMessageName() | public String | getEventEventMessageName() | public String | getEventRequestName() | public String | getEventResponseCodeName() | public boolean | getLoginRequired() | public String | getMethodName() | public String | getParameterMapName() | public String | getSecurityEnvName() | public String | getServiceErrorMessageListName() | public String | getServiceErrorMessageName() | public String | getServiceResponseMessageName() | public String | getServiceSuccessMessageListName() | public String | getServiceSuccessMessageName() | public String | getShortDescription() | public SimpleMethod | getSimpleMethodInSameFile(String simpleMethodName) | public static Map | getSimpleMethods(String xmlResource, String methodName, ClassLoader loader) | public static Map | getSimpleMethods(URL xmlURL, String methodName) | public boolean | getUseTransaction() | public String | getUserLoginEnvName() | public static void | readOperations(Element simpleMethodElement, List methodOperations, SimpleMethod simpleMethod) | public static String | runSimpleEvent(String xmlResource, String methodName, HttpServletRequest request, HttpServletResponse response) | public static String | runSimpleEvent(String xmlResource, String methodName, HttpServletRequest request, HttpServletResponse response, ClassLoader loader) | public static String | runSimpleEvent(URL xmlURL, String methodName, HttpServletRequest request, HttpServletResponse response, ClassLoader loader) | public static String | runSimpleMethod(String xmlResource, String methodName, MethodContext methodContext) | public static String | runSimpleMethod(URL xmlURL, String methodName, MethodContext methodContext) | public static Map | runSimpleService(String xmlResource, String methodName, DispatchContext ctx, Map context) | public static Map | runSimpleService(String xmlResource, String methodName, DispatchContext ctx, Map context, ClassLoader loader) | public static Map | runSimpleService(URL xmlURL, String methodName, DispatchContext ctx, Map context, ClassLoader loader) | public static boolean | runSubOps(List methodOperations, MethodContext methodContext) Execs the given operations returning true if all return true, or returning
false and stopping if any return false. |
eventErrorMessageName | protected String eventErrorMessageName(Code) | | |
eventEventMessageName | protected String eventEventMessageName(Code) | | |
eventResponseCodeName | protected String eventResponseCodeName(Code) | | |
loginRequired | protected boolean loginRequired(Code) | | |
methodOperations | protected List methodOperations(Code) | | |
parentSimpleMethodsMap | protected Map parentSimpleMethodsMap(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) | | |
simpleMethodsDirectCache | protected static UtilCache simpleMethodsDirectCache(Code) | | |
simpleMethodsResourceCache | protected static UtilCache simpleMethodsResourceCache(Code) | | |
simpleMethodsURLCache | protected static UtilCache simpleMethodsURLCache(Code) | | |
useTransaction | protected boolean useTransaction(Code) | | |
SimpleMethod | public SimpleMethod(Element simpleMethodElement, Map parentSimpleMethodsMap)(Code) | | |
getDefaultErrorCode | public String getDefaultErrorCode()(Code) | | |
getDefaultSuccessCode | public String getDefaultSuccessCode()(Code) | | |
getDelegatorEnvName | public String getDelegatorEnvName()(Code) | | |
getDispatcherEnvName | public String getDispatcherEnvName()(Code) | | |
getEventErrorMessageName | public String getEventErrorMessageName()(Code) | | |
getEventEventMessageName | public String getEventEventMessageName()(Code) | | |
getEventRequestName | public String getEventRequestName()(Code) | | |
getEventResponseCodeName | public String getEventResponseCodeName()(Code) | | |
getLoginRequired | public boolean getLoginRequired()(Code) | | |
getParameterMapName | public String getParameterMapName()(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) | | |
getUseTransaction | public boolean getUseTransaction()(Code) | | |
getUserLoginEnvName | public String getUserLoginEnvName()(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.
|
|
|