Serialized Form
|
Package org.bejug.javacareers.jobs.model |
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.
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
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
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
numberOfDays
java.lang.Integer numberOfDays
- numberOfDays
goals
java.lang.String goals
- goals
prerequisite
java.lang.String prerequisite
- prerequisite
startDates
java.util.List startDates
- startdates
minDuration
int minDuration
- minDuration
maxDuration
int maxDuration
- maxDuration
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.
name
java.lang.String name
- the name of the country.
region
java.util.Set region
- the regions for this country.
address
Address address
- the address where the education takes place.
cost
java.lang.Double cost
- the cost of the educationOffer.
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
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.
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.
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.
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.
question
java.lang.String question
- The question String.
answer
java.lang.String answer
- The answer String.
queuePoint
java.lang.String queuePoint
- The queuePoint String.
name
java.lang.String name
- the name of the region.
country
Country country
- the country of the region.
pdfUrl
java.lang.String pdfUrl
- The PdfUrl String.
costPerDay
double costPerDay
- costPerDay
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 |
|
Package org.bejug.javacareers.common.search |
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.