Uses of Class
org.apache.fulcrum.intake.model.Group
Packages that use Group
Package
Description
The intake service can validate user input from HTML forms.
Validators for the various intake field types.
-
Uses of Group in org.apache.fulcrum.intake
Methods in org.apache.fulcrum.intake that return GroupModifier and TypeMethodDescriptionGets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.static Group
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.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 GroupModifier and TypeMethodDescriptionvoid
IntakeService.releaseGroup
(Group instance) Puts a group back to the pool.static void
IntakeServiceFacade.releaseGroup
(Group instance) Puts a group back to the pool.void
IntakeServiceImpl.releaseGroup
(Group instance) Puts a Group back to the pool. -
Uses of Group in org.apache.fulcrum.intake.model
Methods in org.apache.fulcrum.intake.model that return GroupModifier and TypeMethodDescriptionCreates an instance that can be returned by the pool.Get a XmlGroup with the given name.Field.getGroup()
Returns theGroup
this field belongs to ornull
if unknown.XmlField.getGroup()
Get the parent XmlGroup of the fieldInitializes the Group with parameters from RunData corresponding to key.Group.init
(Retrievable obj) Initializes the group with properties from an object.Group.init
(org.apache.fulcrum.parser.ValueParser pp) Initializes the default Group using parameters.Methods in org.apache.fulcrum.intake.model that return types with arguments of type GroupModifier and TypeMethodDescriptionAppData.getGroups()
Return a collection of input sections (<group>).Group.getObjects
(org.apache.fulcrum.parser.ValueParser pp) DescribegetObjects
method here.org.apache.commons.pool2.PooledObject
<Group> Methods in org.apache.fulcrum.intake.model with parameters of type GroupModifier and TypeMethodDescriptionabstract Field
<?> FieldType.getInstance
(XmlField f, Group g) Create a specific field instance from its XML representationorg.apache.commons.pool2.PooledObject
<Group> Method parameters in org.apache.fulcrum.intake.model with type arguments of type GroupModifier and TypeMethodDescriptionvoid
Group.GroupFactory.passivateObject
(String key, org.apache.commons.pool2.PooledObject<Group> pooledGroup) Uninitialize an instance to be returned to the pool.void
Set the collection of groupsConstructors in org.apache.fulcrum.intake.model with parameters of type GroupModifierConstructorDescriptionBigDecimalField
(XmlField field, Group group) Constructor.BooleanField
(XmlField field, Group group) Constructor.DateStringField
(XmlField field, Group group) Constructor.DoubleField
(XmlField field, Group group) Constructor.Constructs a field based on data in the xml specification and assigns it to a Group.FloatField
(XmlField field, Group group) Constructor.IntegerField
(XmlField field, Group group) Constructor.Constructor.ShortField
(XmlField field, Group group) Constructor.StringField
(XmlField field, Group group) Constructor.UploadPartField
(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 GroupModifier and TypeMethodDescriptionvoid
DateRangeValidator.assertValidity
(String testValue, Group group) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
IntegerRangeValidator.assertValidity
(String testValue, Group group, Locale locale) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorstatic <T> void
FieldReference.checkReferences
(List<FieldReference> fieldReferences, CompareCallback<T> compareCallback, T value, Group group) Check the parsed value against the referenced fields