Serialized Form
- 
Package org.apache.fulcrum.intake- 
Class org.apache.fulcrum.intake.IntakeError extends Error implements Serializable- serialVersionUID:
- 7594936180163472231L
 
- 
Class org.apache.fulcrum.intake.IntakeException extends Exception implements Serializable- serialVersionUID:
- 7078617074679759156L
 
- 
Class org.apache.fulcrum.intake.IntakeRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -6874511109052092373L
 
 
- 
- 
Package org.apache.fulcrum.intake.model- 
Class org.apache.fulcrum.intake.model.AppData extends Object implements Serializable- serialVersionUID:
- -3953843038383617960L
 
- 
Class org.apache.fulcrum.intake.model.BigDecimalField extends Field<BigDecimal> implements Serializable- serialVersionUID:
- -8356433008715252236L
 
- 
Class org.apache.fulcrum.intake.model.BooleanField extends Field<Boolean> implements Serializable- serialVersionUID:
- 6689670469518374083L
 
- 
Class org.apache.fulcrum.intake.model.DateStringField extends Field<Date> implements Serializable- serialVersionUID:
- 3659498567870484883L
 - 
Serialized Fields- 
dfDateFormat df date format
 
- 
 
- 
Class org.apache.fulcrum.intake.model.DoubleField extends Field<Double> implements Serializable- serialVersionUID:
- -1685467778904884936L
 
- 
Class org.apache.fulcrum.intake.model.Field extends Object implements Serializable- serialVersionUID:
- 6897267716698096895L
 - 
Serialized Fields- 
alwaysRequiredboolean alwaysRequired Is this field always required? This is only set through the XML file
- 
defaultValueT defaultValue Default value of the field
- 
displayNameString displayName Display name of the field to be used on data entry forms...
- 
displaySizeString displaySize Display size of the field
- 
emptyValueT emptyValue Value of the field to use if the mapped parameter is empty or non-existent
- 
getterMethod getter Getter method in the mapped object used to populate the field
- 
groupGroup group Group to which the field belongs
- 
ifRequiredMessageString ifRequiredMessage Error message set on the field if required and not set by parser
- 
initializedboolean initialized Has the field has been set from the parser?
- 
isMultiValuedboolean isMultiValued Does this field accept multiple values?
- 
keyString key Key used to identify the field in the parser
- 
localeLocale locale Locale of the field
- 
mapToObjectString mapToObject Class name of the object to which the field is mapped
- 
mapToPropertyString mapToProperty Optional property name of the object to which the field is mapped
- 
maxSizeString maxSize Max size of the field
- 
messageString message Error message, is any, resulting from validation
- 
nameString name Name of the field.
- 
parserorg.apache.fulcrum.parser.ValueParser parser The object containing the field data.
- 
requiredboolean required Does the field require a value?
- 
retrievableRetrievable retrievable Mapped object used to set the initial field value
- 
ruleMapMap<String,Rule> ruleMap Store rules for deserialization
- 
setFlagboolean setFlag Has the field has been set from the parser?
- 
setterMethod setter Setter method in the mapped object used to store the value of field
- 
stringValueString stringValue String value of the field
- 
stringValuesString[] stringValues String values of the field if isMultiValued=true
- 
testValueObject testValue Stores the value of the field from the parser
- 
valArrayObject[] valArray Used to pass testValue to the setter method through reflection
- 
validatedboolean validated Has the field been validated?
- 
validatorClassNameString validatorClassName Class name of the validator (for deserialization)
- 
validFlagboolean validFlag Has the field passed the validation test?
- 
validValueT validValue Stores the value of the field from the Retrievable object
 
- 
 
- 
Class org.apache.fulcrum.intake.model.FloatField extends Field<Float> implements Serializable- serialVersionUID:
- -8878247008849251720L
 
- 
Class org.apache.fulcrum.intake.model.Group extends Object implements Serializable- serialVersionUID:
- -5452725641409669284L
 - 
Serialized Fields- 
defaultMapToObjectString defaultMapToObject The default map object for this group
- 
fieldsLinkedList<Field<?>> fields A list of fields in this group.
- 
fieldsByNameMap<String,Field<?>> fieldsByName A map of the fields in this group mapped by field name.
- 
gidString gid The key used to represent this group in a parameter. This key is usually a prefix as part of a field key.
- 
isDeclaredboolean isDeclared A flag to help prevent duplicate hidden fields declaring this group.
- 
mapToObjectFieldsMap<String,Field<?>[]> mapToObjectFields Map of the fields by mapToObject
- 
nameString name The name used in templates and java code to refer to this group.
- 
oidString oid The object id used to associate this group to a bean for one request cycle
- 
parentAppData parent The parent element in the XML tree
- 
poolCapacityint poolCapacity The number of Groups with the same name that will be pooled.
 
- 
 
- 
Class org.apache.fulcrum.intake.model.IntegerField extends Field<Integer> implements Serializable- serialVersionUID:
- -4186153269451228653L
 
- 
Class org.apache.fulcrum.intake.model.LongField extends Field<Long> implements Serializable- serialVersionUID:
- -7142823708600937188L
 
- 
Class org.apache.fulcrum.intake.model.Rule extends Object implements Serializable- serialVersionUID:
- -4059931768288150848L
 
- 
Class org.apache.fulcrum.intake.model.ShortField extends Field<Short> implements Serializable- serialVersionUID:
- -5838127207028024370L
 
- 
Class org.apache.fulcrum.intake.model.StringField extends Field<String> implements Serializable- serialVersionUID:
- -7218385325093690333L
 
- 
Class org.apache.fulcrum.intake.model.UploadPartField extends Field<Part> implements Serializable- serialVersionUID:
- -963692413506822188L
 
- 
Class org.apache.fulcrum.intake.model.XmlField extends Object implements Serializable- serialVersionUID:
- -734309157828058007L
 - 
Serialization Methods- 
readObjectprivate void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectprivate void writeObject(ObjectOutputStream stream) throws IOException - Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
defaultValueString defaultValue 
- 
displayNameString displayName 
- 
displaySizeString displaySize 
- 
emptyValueString emptyValue 
- 
fieldClassString fieldClass 
- 
keyString key 
- 
logorg.apache.avalon.framework.logger.Logger log 
- 
mapToObjectString mapToObject 
- 
mapToPropertyString mapToProperty 
- 
multiValuedboolean multiValued 
- 
nameString name 
- 
parentGroup parent 
- 
ruleMapMap<String,Rule> ruleMap 
- 
rulesList<Rule> rules 
- 
typeFieldType type 
- 
validatorString validator 
 
- 
 
 
- 
- 
Package org.apache.fulcrum.intake.validator- 
Class org.apache.fulcrum.intake.validator.InvalidMaskException extends IntakeException implements Serializable- serialVersionUID:
- 7190367576315674427L
 
- 
Class org.apache.fulcrum.intake.validator.ValidationException extends IntakeException implements Serializable- serialVersionUID:
- -5934465742157387249L
 
 
-