| java.lang.Object org.ofbiz.service.group.GroupServiceModel
GroupServiceModel | public class GroupServiceModel (Code) | | GroupServiceModel.java
author: Andy Zeneski version: $Revision: 1.2 $ since: 2.0 |
GroupServiceModel | public GroupServiceModel(Element service)(Code) | | Constructor using DOM element
Parameters: service - DOM element for the service |
GroupServiceModel | public GroupServiceModel(String serviceName, String serviceMode)(Code) | | Basic constructor
Parameters: serviceName - name of the service Parameters: serviceMode - service invocation mode (sync|async) |
getMode | public String getMode()(Code) | | Getter for the service mode
String |
getName | public String getName()(Code) | | Getter for the service name
String |
invoke | public Map invoke(ServiceDispatcher dispatcher, String localName, Map context) throws GenericServiceException(Code) | | Invoker method to invoke this service
Parameters: dispatcher - ServiceDispatcher used for this invocation Parameters: localName - Name of the LocalDispatcher used Parameters: context - Context for this service (will use only valid parameters) Map result Map throws: GenericServiceException - |
resultToContext | public boolean resultToContext()(Code) | | Returns true if the results of this service are to go back into the context
boolean |
|
|