| java.lang.Object org.ofbiz.common.CommonServices
CommonServices | public class CommonServices (Code) | | Common Services
author: Andy Zeneski version: $Revision: 1.8 $ since: 2.0 |
Method Summary | |
public static Map | createNote(DispatchContext ctx, Map context) | public static Map | echoService(DispatchContext dctx, Map context) Echo service; returns exactly what was sent. | public static Map | entityFailTest(DispatchContext dctx, Map context) | public static Map | entitySortTest(DispatchContext dctx, Map context) | public static Map | returnErrorService(DispatchContext dctx, Map context) | public static Map | setDebugLevels(DispatchContext dctx, Map context) Service for setting debugging levels. | public static Map | testCommitListener(DispatchContext dctx, Map context) | public static Map | testRollbackListener(DispatchContext dctx, Map context) | public static Map | testService(DispatchContext dctx, Map context) | public static Map | testWorkflowCondition(DispatchContext dctx, Map context) |
createNote | public static Map createNote(DispatchContext ctx, Map context)(Code) | | Create Note Record
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
echoService | public static Map echoService(DispatchContext dctx, Map context)(Code) | | Echo service; returns exactly what was sent.
This service does not have required parameters and does not validate
|
returnErrorService | public static Map returnErrorService(DispatchContext dctx, Map context)(Code) | | Return Error Service; Used for testing error handling
|
setDebugLevels | public static Map setDebugLevels(DispatchContext dctx, Map context)(Code) | | Service for setting debugging levels.
Parameters: dctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
testService | public static Map testService(DispatchContext dctx, Map context)(Code) | | Generic Test Service
Parameters: dctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
|
|