Uses of Class
org.apache.fulcrum.intake.model.Group

Packages that use Group
org.apache.fulcrum.intake The intake service can validate user input from HTML forms. 
org.apache.fulcrum.intake.model   
org.apache.fulcrum.intake.validator Validators for the various intake field types. 
 

Uses of Group in org.apache.fulcrum.intake
 

Methods in org.apache.fulcrum.intake that return Group
 Group IntakeServiceImpl.getGroup(String groupName)
          Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
static Group IntakeServiceFacade.getGroup(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 IntakeService.getGroup(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.fulcrum.intake with parameters of type Group
 void IntakeServiceImpl.releaseGroup(Group instance)
          Puts a Group back to the pool.
static void IntakeServiceFacade.releaseGroup(Group instance)
          Puts a group back to the pool.
 void IntakeService.releaseGroup(Group instance)
          Puts a group back to the pool.
 

Uses of Group in org.apache.fulcrum.intake.model
 

Fields in org.apache.fulcrum.intake.model declared as Group
protected  Group Field.group
          Group to which the field belongs
 

Methods in org.apache.fulcrum.intake.model that return Group
 Group Field.getGroup()
          Returns the Group this field belongs to or null if unknown.
 Group Group.init(Retrievable obj)
          Initializes the group with properties from an object.
 Group Group.init(String key, org.apache.fulcrum.parser.ValueParser pp)
          Initializes the Group with parameters from RunData corresponding to key.
 Group Group.init(org.apache.fulcrum.parser.ValueParser pp)
          Initializes the default Group using parameters.
 

Methods in org.apache.fulcrum.intake.model with parameters of type Group
static Field FieldFactory.getInstance(XmlField xmlField, Group xmlGroup)
          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.fulcrum.intake.model with parameters of type Group
BigDecimalField(XmlField field, Group group)
          Constructor.
BooleanField(XmlField field, Group group)
          Constructor.
DateStringField(XmlField field, Group group)
          Constructor.
DoubleField(XmlField field, Group group)
          Constructor.
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)
          Constructor.
FloatField(XmlField field, Group group)
          Constructor.
IntegerField(XmlField field, Group group)
          Constructor.
LongField(XmlField field, Group group)
          Constructor.
ShortField(XmlField field, Group group)
          Constructor.
StringField(XmlField field, Group group)
          Constructor.
 

Uses of Group in org.apache.fulcrum.intake.validator
 

Methods in org.apache.fulcrum.intake.validator with parameters of type Group
 void IntegerRangeValidator.assertValidity(String testValue, Group group)
          Determine whether a testValue meets the criteria specified in the constraints defined for this validator
 void DateRangeValidator.assertValidity(String testValue, Group group)
          Determine whether a testValue meets the criteria specified in the constraints defined for this validator
static void FieldReference.checkReferences(List fieldReferences, CompareCallback compareCallback, Object value, Group group)
          Check the parsed value against the referenced fields
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.