Uses of Class
org.apache.fulcrum.intake.IntakeException

Packages that use IntakeException
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. 
org.apache.fulcrum.intake.xmlmodel   
 

Uses of IntakeException in org.apache.fulcrum.intake
 

Methods in org.apache.fulcrum.intake that throw IntakeException
 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.
 int IntakeServiceImpl.getSize(String groupName)
          Gets the current size of the pool for a group.
static int IntakeServiceFacade.getSize(String groupName)
          Gets the current size of the pool for a named group.
 int IntakeService.getSize(String groupName)
          Gets the current size of the pool for a named 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 IntakeException in org.apache.fulcrum.intake.model
 

Methods in org.apache.fulcrum.intake.model that throw IntakeException
 Field Group.get(String fieldName)
          Get the Field .
 Object Field.getInitialValue()
          Get the value used as a default.
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)
           
 ArrayList Group.getObjects(org.apache.fulcrum.parser.ValueParser pp)
          Describe getObjects method here.
 void Group.getProperties(Object obj)
          Calls getter methods on objects that are known to Intake so that field values in forms can be initialized from the values contained in the intake tool.
 void Field.getProperty(Object obj)
          Loads the valid value from a bean
 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.
 Field FileItemField.init(org.apache.fulcrum.parser.ValueParser vp)
          Method called when this field (the group it belongs to) is pulled from the pool.
 Field Field.init(org.apache.fulcrum.parser.ValueParser pp)
          Method called when this field (the group it belongs to) is pulled from the pool.
 Object Group.GroupFactory.makeObject(Object key)
          Creates an instance that can be returned by the pool.
 void Group.setProperties(Object obj)
          Calls a setter methods on obj, for fields which have been set.
 void Field.setProperty(Object obj)
          Calls a setter method on obj, if this field has been set.
 

Constructors in org.apache.fulcrum.intake.model that throw IntakeException
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.
Group(XmlGroup group)
          Constructs a new Group based on the xml specification.
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 IntakeException in org.apache.fulcrum.intake.validator
 

Subclasses of IntakeException in org.apache.fulcrum.intake.validator
 class InvalidMaskException
          An Exception indidate an invalid field mask.
 class ValidationException
          An Exception to mark a failed validation
 

Constructors in org.apache.fulcrum.intake.validator that throw IntakeException
DateRangeValidator(Map paramMap)
           
DateStringValidator(Map paramMap)
           
FileValidator(Map paramMap)
          Constructor
IntegerRangeValidator(Map paramMap)
           
 

Uses of IntakeException in org.apache.fulcrum.intake.xmlmodel
 

Methods in org.apache.fulcrum.intake.xmlmodel that throw IntakeException
 XmlGroup AppData.getGroup(String groupName)
          Get a XmlGroup with the given name.
 



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