Uses of Class
org.apache.turbine.services.intake.model.Group

Packages that use Group
org.apache.turbine.services.intake   
org.apache.turbine.services.intake.model   
 

Uses of Group in org.apache.turbine.services.intake
 

Methods in org.apache.turbine.services.intake that return Group
 Group TurbineIntakeService.getGroup(java.lang.String groupName)
          Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
 Group TurbineIntakeService.PoolBuffer.poll()
          Polls for an instance from the pool.
 Group IntakeService.getGroup(java.lang.String groupName)
          Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
 Group IntakeTool.get(java.lang.String groupName, java.lang.String key)
           
 Group IntakeTool.get(java.lang.String groupName, java.lang.String key, boolean create)
           
 Group IntakeTool.PullHelper.getDefault()
          populates the object with the default values from the XML File
 Group IntakeTool.PullHelper.setKey(java.lang.String key)
           
 Group IntakeTool.PullHelper.setKey(java.lang.String key, boolean create)
           
 Group IntakeTool.PullHelper.mapTo(Retrievable obj)
          maps an Intake Group to the values from a Retrievable object.
static Group TurbineIntake.getGroup(java.lang.String groupName)
          Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
 

Methods in org.apache.turbine.services.intake with parameters of type Group
 boolean TurbineIntakeService.releaseGroup(Group instance)
          Puts a Group back to the pool.
 boolean TurbineIntakeService.PoolBuffer.offer(Group instance)
          Offers an instance to the pool.
 boolean IntakeService.releaseGroup(Group instance)
          Puts a group back to the pool.
 java.lang.String IntakeTool.declareGroup(Group group)
          A convenience method to write out the hidden form fields that notify intake of the group.
 void IntakeTool.declareGroup(Group group, java.lang.StringBuffer sb)
          xhtml valid hidden input field(s) that notifies intake of the group's presence.
 void IntakeTool.remove(Group group)
          Removes group.
static boolean TurbineIntake.releaseGroup(Group instance)
          Puts a group back to the pool.
 

Uses of Group in org.apache.turbine.services.intake.model
 

Fields in org.apache.turbine.services.intake.model declared as Group
protected  Group Field.group
           
 

Methods in org.apache.turbine.services.intake.model that return Group
 Group Group.init(RunData data)
          Initializes the default Group with parameters from RunData.
 Group Group.init(java.lang.String key, RunData data)
          Initializes the Group with parameters from RunData corresponding to key.
 Group Group.init(Retrievable obj)
          Initializes the group with properties from an object.
 

Methods in org.apache.turbine.services.intake.model with parameters of type Group
static Field FieldFactory.getInstance(XmlField f, Group g)
          Creates a Field object appropriate for the type specified in the xml file.
 Field FieldFactory.FieldCtor.getInstance(XmlField f, Group g)
           
 

Constructors in org.apache.turbine.services.intake.model with parameters of type Group
Field(XmlField field, Group group)
          Constructs a field based on data in the xml specification and assigns it to a Group.
FileItemField(XmlField field, Group group)
           
BooleanField(XmlField field, Group group)
           
IntegerField(XmlField field, Group group)
           
StringKeyField(XmlField field, Group group)
           
FloatField(XmlField field, Group group)
           
BigDecimalField(XmlField field, Group group)
           
NumberKeyField(XmlField field, Group group)
           
ComboKeyField(XmlField field, Group group)
           
StringField(XmlField field, Group group)
           
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.