Serialized Form


Package org.bejug.javacareers.jobs.model

Class org.bejug.javacareers.jobs.model.AbstractParameter extends AbstractPersistableObject implements Serializable

Serialized Fields

name

java.lang.String name
the name of the parameter.


description

java.lang.String description
the name of the description.


locale

java.lang.String locale
the locale of this parameter.

Class org.bejug.javacareers.jobs.model.AbstractPersistableObject extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Integer id
The unique identifier for each persistable object.


version

java.lang.Integer version
The version 'timestamp' for optimistic locking.


creationDate

java.sql.Timestamp creationDate
The creation date of the object.


modificationDate

java.sql.Timestamp modificationDate
The last modification date.


editable

boolean editable
transient field flags this object as editable

Class org.bejug.javacareers.jobs.model.AcademicEducationOffer extends EducationOffer implements Serializable

Class org.bejug.javacareers.jobs.model.Address extends AbstractPersistableObject implements Serializable

Serialized Fields

name

java.lang.String name
name


street

java.lang.String street
street


number

java.lang.String number
number


region

Region region
region


city

java.lang.String city
city


zipCode

java.lang.String zipCode
zip code


country

java.lang.String country
Country

Class org.bejug.javacareers.jobs.model.Comment extends AbstractPersistableObject implements Serializable

Serialized Fields

parentComment

Comment parentComment
A reference to the parent comment, if null then comment is parent (root).


childComments

java.util.Set childComments
Reference (one-to-many) to child comments.


subject

java.lang.String subject
The subject of the comment


content

java.lang.String content
The actual content of the comment.


offer

Item offer
A reference to the offer


user

User user
A reference to the user

Class org.bejug.javacareers.jobs.model.CommercialEducationOffer extends EducationOffer implements Serializable

Serialized Fields

numberOfDays

java.lang.Integer numberOfDays
numberOfDays


goals

java.lang.String goals
goals


prerequisite

java.lang.String prerequisite
prerequisite


startDates

java.util.List startDates
startdates

Class org.bejug.javacareers.jobs.model.ConsultingServiceOffer extends ServiceOffer implements Serializable

Serialized Fields

minDuration

int minDuration
minDuration


maxDuration

int maxDuration
maxDuration

Class org.bejug.javacareers.jobs.model.Contact extends AbstractPersistableObject implements Serializable

Serialized Fields

mobile

java.lang.String mobile
the mobile phone number.


phone

java.lang.String phone
phone number.


email

java.lang.String email
the email of the user.


fax

java.lang.String fax
thefax of the user.

Class org.bejug.javacareers.jobs.model.Country extends AbstractPersistableObject implements Serializable

Serialized Fields

name

java.lang.String name
the name of the country.


region

java.util.Set region
the regions for this country.

Class org.bejug.javacareers.jobs.model.EducationOffer extends Offer implements Serializable

Serialized Fields

address

Address address
the address where the education takes place.


cost

java.lang.Double cost
the cost of the educationOffer.

Class org.bejug.javacareers.jobs.model.EducationServiceOffer extends ServiceOffer implements Serializable

Class org.bejug.javacareers.jobs.model.Interview extends Item implements Serializable

Serialized Fields

interviewUrl

java.lang.String interviewUrl
The interview String.


qandas

java.util.List qandas
The qandas List.


pictureUrl

java.lang.String pictureUrl
The URL to the picture


queueUrl

java.lang.String queueUrl
The URL to the queuefile

Class org.bejug.javacareers.jobs.model.Item extends AbstractPersistableObject implements Serializable

Serialized Fields

title

java.lang.String title
The title String.


comments

java.util.Set comments
the comments to the offer.


publicationDate

java.util.Date publicationDate
The publicationDate Date.


user

User user
The user User.


adminApproved

boolean adminApproved
The adminApproved boolean.


description

java.lang.String description
description of the offer.

Class org.bejug.javacareers.jobs.model.JobOffer extends Offer implements Serializable

Class org.bejug.javacareers.jobs.model.Offer extends Item implements Serializable

Serialized Fields

rssFeed

boolean rssFeed
flag to see if job is manual inserted or by feeder.


status

int status
the status of the offer.


location

java.lang.String location
comma-separeted list of the locations where this offer is situated.


url

java.lang.String url
the url of the offer.


sourceName

java.lang.String sourceName
the source name of the offer(for the feeder).


sourceUrl

java.lang.String sourceUrl
the sourceUrl of the offer(for the feeder).


feedUrl

java.lang.String feedUrl
the sourceUrl of the offer(for the feeder).


subscribers

java.util.Set subscribers
the subscribers to this offer.


profiles

java.util.Set profiles
the profiles this offer applies to.


offerTypes

java.util.Set offerTypes
the offertypes this offer applies to.

Class org.bejug.javacareers.jobs.model.OfferType extends AbstractParameter implements Serializable

Class org.bejug.javacareers.jobs.model.Organisation extends AbstractPersistableObject implements Serializable

Serialized Fields

address

Address address
The organisation address.


organisationType

OrganisationType organisationType
Type of organisation.


name

java.lang.String name
The name of the organisation.


description

java.lang.String description
the description of the organisation.

Class org.bejug.javacareers.jobs.model.OrganisationType extends AbstractParameter implements Serializable

Class org.bejug.javacareers.jobs.model.Person extends AbstractPersistableObject implements Serializable

Serialized Fields

salutation

java.lang.String salutation
the salutation.


firstName

java.lang.String firstName
firstname.


lastName

java.lang.String lastName
lastname.


preferredWayOfContact

java.lang.String preferredWayOfContact
lastname.


contact

Contact contact
ways to contact the user.


address

Address address
The user address.

Class org.bejug.javacareers.jobs.model.Profile extends AbstractParameter implements Serializable

Class org.bejug.javacareers.jobs.model.QAndA extends AbstractPersistableObject implements Serializable

Serialized Fields

question

java.lang.String question
The question String.


answer

java.lang.String answer
The answer String.


queuePoint

java.lang.String queuePoint
The queuePoint String.

Class org.bejug.javacareers.jobs.model.Region extends AbstractPersistableObject implements Serializable

Serialized Fields

name

java.lang.String name
the name of the region.


country

Country country
the country of the region.

Class org.bejug.javacareers.jobs.model.Resume extends Item implements Serializable

Serialized Fields

pdfUrl

java.lang.String pdfUrl
The PdfUrl String.

Class org.bejug.javacareers.jobs.model.ServiceOffer extends Offer implements Serializable

Serialized Fields

costPerDay

double costPerDay
costPerDay

Class org.bejug.javacareers.jobs.model.User extends Person implements Serializable

Serialized Fields

subscribeToJobDigest

boolean subscribeToJobDigest
if true then user subscribes to regular job digest.


autoSubscribeToPosts

boolean autoSubscribeToPosts
if true user auto subscribes to its own posts.


linesPerPage

java.lang.Integer linesPerPage
the max lines per page the users whants to see.


locale

java.lang.String locale
the locale of this user.


userName

java.lang.String userName
the username.


password

java.lang.String password
the password of the user.


role

java.lang.String role
the role of the user.


comments

java.util.Set comments
The comments.


type

java.lang.String type
type of user.


roleChanged

boolean roleChanged
signals a role change for bussiness rule


previousRole

java.lang.String previousRole
Tenporary field for role before change


resume

Resume resume
The resume Resume.


cvAvailable

boolean cvAvailable
check if user has a cv Available.


organisation

Organisation organisation
organisation of the user.


pdfUrl

java.lang.String pdfUrl
transient field for storing the url to the uploaded pdf.


offers

java.util.Set offers
the offers of this user .


Package org.bejug.javacareers.common.exception

Class org.bejug.javacareers.common.exception.DuplicateUserNameException extends JavaCareerException implements Serializable

Class org.bejug.javacareers.common.exception.JavaCareerException extends java.lang.Exception implements Serializable

Class org.bejug.javacareers.common.exception.LastAdminException extends JavaCareerException implements Serializable

Class org.bejug.javacareers.common.exception.MailException extends JavaCareerException implements Serializable


Package org.bejug.javacareers.common.search

Class org.bejug.javacareers.common.search.SearchCriteria extends java.lang.Object implements Serializable

Serialized Fields

clazz

java.lang.Class clazz
the class-type we want this searchcriteria to apply on.


criterias

java.util.List criterias
the list containing the Criterias.


orders

java.util.List orders
the list containing the Orders.


resultsPerPage

int resultsPerPage
the number of results to fetch


pageNumber

int pageNumber
indicates the pageNumber we are on.



Copyright © 2005-2006 BeJUG. All Rights Reserved.