| java.lang.Object org.ofbiz.service.group.GroupModel
GroupModel | public class GroupModel (Code) | | GroupModel.java
author: Andy Zeneski version: $Revision: 1.4 $ since: 2.0 |
GroupModel | public GroupModel(Element group)(Code) | | Constructor using DOM Element
Parameters: group - DOM element for the group |
GroupModel | public GroupModel(String groupName, String sendMode, List services)(Code) | | Basic Constructor
Parameters: groupName - Name of the group Parameters: sendMode - Mode used (see DTD) Parameters: services - List of GroupServiceModel objects |
getGroupName | public String getGroupName()(Code) | | Getter for group name
String |
getSendMode | public String getSendMode()(Code) | | Getter for send mode
String |
getServices | public List getServices()(Code) | | Returns a list of services in this group
List |
run | public Map run(ServiceDispatcher dispatcher, String localName, Map context) throws GenericServiceException(Code) | | Invokes the group of services in order defined
Parameters: dispatcher - ServiceDispatcher used for invocation Parameters: localName - Name of the LocalDispatcher (namespace) Parameters: context - Full parameter context (combined for all services) Map Result Map throws: GenericServiceException - |
|
|