Serialized Form

Class org.appfuse.webapp.form.BaseForm extends ValidatorForm implements Serializable


Class org.appfuse.model.BaseObject extends Object implements Serializable


Class org.appfuse.webapp.taglib.ConstantsTag extends TagSupport implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

clazz

String clazz
The class to expose the variables from.


scope

String scope
The scope to be put the variable in.


var

String var
The single variable to expose.


Class org.appfuse.persistence.DAOException extends Exception implements Serializable


Class org.appfuse.model.Degree extends BaseObject implements Serializable

Serialized Fields

id

Long id

name

String name

description

String description


Class org.appfuse.model.Education extends BaseObject implements Serializable

Serialized Fields

id

Long id

resumeId

Long resumeId

name

String name

location

String location

degreeId

Long degreeId

degree

Degree degree

state

String state

country

String country

completionDate

Date completionDate

comments

String comments


Class org.appfuse.model.Experience extends BaseObject implements Serializable

Serialized Fields

id

Long id

resumeId

Long resumeId

organizationName

String organizationName

location

String location

title

String title

startDate

Date startDate

endDate

Date endDate

description

String description


Class org.appfuse.webapp.taglib.FormattedDate extends Date implements Serializable

Serialized Fields

mask

String mask
date pattern for toString() method


Class org.appfuse.webapp.action.GeneralException extends ModuleException implements Serializable


Class org.appfuse.webapp.action.InvalidResumeException extends ModuleException implements Serializable


Class org.appfuse.webapp.taglib.LabelTag extends TagSupport implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

key

String key

styleClass

String styleClass

errorClass

String errorClass

colon

boolean colon


Class org.appfuse.model.LabelValue extends Object implements Serializable

Serialized Fields

label

String label
The property which supplies the option label visible to the end user.


value

String value
The property which supplies the value returned to the server.


Class org.appfuse.webapp.action.LoginServlet extends HttpServlet implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log


Class org.appfuse.model.Membership extends BaseObject implements Serializable

Serialized Fields

id

Long id

resumeId

Long resumeId

organizationName

String organizationName

affiliation

String affiliation

startDate

Date startDate

endDate

Date endDate


Class org.appfuse.persistence.ObjectDisabledException extends DAOException implements Serializable


Class org.appfuse.webapp.velocity.PageServlet extends org.apache.velocity.servlet.VelocityServlet implements Serializable

Serialized Fields

resumeTemplate

String resumeTemplate

ve

org.apache.velocity.app.VelocityEngine ve
We are overriding the default Runtime Velocity singleton to gain control over the initialization (from Roller)


Class org.appfuse.model.Reference extends BaseObject implements Serializable

Serialized Fields

id

Long id

resumeId

Long resumeId

name

String name

organizationName

String organizationName

title

String title

phoneNumber

String phoneNumber

email

String email

personal

Boolean personal

professional

Boolean professional


Class org.appfuse.webapp.action.RegistrationServlet extends HttpServlet implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log


Class org.appfuse.model.Resume extends BaseObject implements Serializable

Serialized Fields

id

Long id

name

String name

description

String description

objective

String objective

userId

Long userId

comments

String comments

workStatusId

Long workStatusId

workStatus

WorkStatus workStatus

resumeSkills

List resumeSkills

educations

List educations

experiences

List experiences

references

List references

memberships

List memberships


Class org.appfuse.model.ResumeSkill extends Skill implements Serializable

Serialized Fields

resumeId

Long resumeId


Class org.appfuse.model.Role extends BaseObject implements Serializable

Serialized Fields

name

String name

description

String description


Class org.appfuse.model.SalaryType extends BaseObject implements Serializable

Serialized Fields

id

String id

name

String name


Class org.appfuse.webapp.taglib.Secure extends BodyTagSupport implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

TAG_NAME

String TAG_NAME

mode

String mode

httpPort

String httpPort

httpsPort

String httpsPort


Class org.appfuse.model.Skill extends BaseObject implements Serializable

Serialized Fields

id

Long id

name

String name

lastUsed

String lastUsed

yearsExperience

Integer yearsExperience


Class org.appfuse.model.Template extends BaseObject implements Serializable

Serialized Fields

id

Long id

content

String content

name

String name

lastModified

Date lastModified


Class org.appfuse.webapp.form.UploadForm extends BaseForm implements Serializable

Serialized Fields

name

String name
The value of the text the user has sent as form data


theFile

FormFile theFile
The file that the user has uploaded


Class org.appfuse.model.User extends BaseObject implements Serializable

Serialized Fields

id

Long id

username

String username

password

String password

confirmPassword

String confirmPassword

firstName

String firstName

lastName

String lastName

address

String address

city

String city

province

String province

country

String country

postalCode

String postalCode

phoneNumber

String phoneNumber

email

String email

website

String website

passwordHint

String passwordHint

roles

List roles


Class org.appfuse.model.UserCookie extends BaseObject implements Serializable

Serialized Fields

id

Long id

username

String username

cookieId

String cookieId

dateCreated

Date dateCreated


Class org.appfuse.webapp.form.UserFormEx extends org.appfuse.webapp.form.UserForm implements Serializable


Class org.appfuse.model.UserRole extends BaseObject implements Serializable

Serialized Fields

id

Long id

userId

Long userId
userId is used to create the mapping from user to user_role. Using username should work, but it doesn't seem to (with hibernate), and adding a link to the primary key does work.


username

String username

roleName

String roleName


Class org.appfuse.model.WorkStatus extends BaseObject implements Serializable

Serialized Fields

id

Long id

status

String status



Copyright © 2002-2004