Uses of Class
com.infoengine.connector.Group

Packages that use Group
com.infoengine.connector   
com.infoengine.console   
com.infoengine.object.factory   
com.infoengine.schema.client   
com.infoengine.soap.util   
 

Uses of Group in com.infoengine.connector
 

Fields in com.infoengine.connector declared as Group
private  Group XMLHandler.grp
           
 

Methods in com.infoengine.connector that return Group
(package private) static Group XMLHandler.process(String xml, Log log)
           
protected  Group XMLHandler.getGroup()
           
private  Group IeSPILocalTransaction.execute(String functionName)
          execute a named function on teh "com.infoengine.connector" SOAP class.
 Group Collection.getGroup(String name)
          get a group by name
 

Methods in com.infoengine.connector with parameters of type Group
 void Collection.addGroup(Group g)
          add a group to the collection
 

Uses of Group in com.infoengine.console
 

Methods in com.infoengine.console that return Group
 Group ConsoleDAO.getStatistics(String service)
           
 

Uses of Group in com.infoengine.object.factory
 

Constructors in com.infoengine.object.factory with parameters of type Group
Group(Group grp)
          Constructs a new Group from an existing lightweight connector Group.
 

Uses of Group in com.infoengine.schema.client
 

Methods in com.infoengine.schema.client that return Group
 Group ConnectorDAO.getMetadata()
           
 Group ConnectorDAO.validateUser()
           
 

Uses of Group in com.infoengine.soap.util
 

Methods in com.infoengine.soap.util that return Group
static Group SOAPUtils.elementToGroup(javax.xml.soap.SOAPElement elm, javax.xml.soap.SOAPMessage message)
          Turns a SOAPElement representing an I*E group back into a group.
static Group IESOAPUtils.lightweight(Group g)
          Turns a heavy I*E group into a lightweight one.
 

Methods in com.infoengine.soap.util with parameters of type Group
static void SOAPUtils.groupToElement(Group g, javax.xml.soap.SOAPElement parent, javax.xml.soap.SOAPMessage message)
          Turns an I*E group into a SOAPElement.
static void SOAPUtils.groupToElement(Group g, javax.xml.soap.SOAPElement parent, javax.xml.soap.SOAPMessage message, String eName, boolean type, boolean qualify)
          Turns an I*E group into a SOAPElement.