Serialized Form


Package kivireki.action

Class kivireki.action.BaseAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 6141768526050764536L

Serialized Fields

session

javax.servlet.http.HttpSession session

eventService

EventService eventService

user

KivirekiUser user

scrollTop

java.util.Map<K,V> scrollTop

scrollLeft

java.util.Map<K,V> scrollLeft

Class kivireki.action.CourseManagementAction extends BaseAction implements Serializable

serialVersionUID: -8685206639238861222L

Serialized Fields

currentYear

java.lang.Integer currentYear

oldYear

java.lang.Integer oldYear

books

java.util.List<E> books

courses

java.util.List<E> courses

courseIterations

java.util.List<E> courseIterations

currentCourseIterations

java.util.List<E> currentCourseIterations

newCourse

Course newCourse

courseCode

java.lang.Integer courseCode

courseName

java.lang.String courseName

addCourseId

java.lang.Integer addCourseId

copyCourseId

java.lang.Integer copyCourseId

copyCourseIterationId

java.lang.Integer copyCourseIterationId

saveCourseIterationId

java.lang.Integer saveCourseIterationId

changeLecturer

java.lang.String changeLecturer

changeOMA

java.lang.Integer changeOMA

removeCourseIterationId

java.lang.Integer removeCourseIterationId

changePeriod

boolean[] changePeriod

returnValue

java.lang.String returnValue

Class kivireki.action.LecturerAction extends BaseAction implements Serializable

serialVersionUID: -1667938395375465562L

Serialized Fields

currentYear

java.lang.Integer currentYear

newBook

Book newBook

addBookId

java.lang.Integer addBookId

dstCourseIterationId

java.lang.Integer dstCourseIterationId

courseIterationId

java.lang.Integer courseIterationId

removeCourseIterationBookId

java.lang.Integer removeCourseIterationBookId

courseIterationsBookId

java.lang.Integer courseIterationsBookId

additionalInfo

java.lang.String additionalInfo

courseIterationValid

boolean courseIterationValid

editedVersionTimestamp

java.sql.Timestamp editedVersionTimestamp

books

java.util.List<E> books

currentCourseIterations

java.util.List<E> currentCourseIterations

sortCurrentCoursesColumn

java.lang.String sortCurrentCoursesColumn

sortCurrentCoursesOrder

java.lang.String sortCurrentCoursesOrder

sortBooksColumn

java.lang.String sortBooksColumn

sortBooksOrder

java.lang.String sortBooksOrder

Class kivireki.action.LibraryAction extends BaseAction implements Serializable

serialVersionUID: 6956910307145291929L

Serialized Fields

books

java.util.List<E> books

departments

java.util.List<E> departments

departmentsToShow

java.util.Set<E> departmentsToShow

showOnlyLatestCourseIteration

java.lang.Boolean showOnlyLatestCourseIteration

showOnlyBooksInShelf

java.lang.Boolean showOnlyBooksInShelf

restrictYear

java.lang.Boolean restrictYear

year

java.lang.Integer year

sortBooksColumn

java.lang.String sortBooksColumn

sortBooksOrder

java.lang.String sortBooksOrder

bookId

java.lang.Integer bookId

bookProcessed

java.lang.Boolean bookProcessed

newTimestamp

java.sql.Timestamp newTimestamp

editedVersionTimestamp

java.sql.Timestamp editedVersionTimestamp

libraryComment

java.lang.String libraryComment

inCollection

java.lang.Integer inCollection

purchaseAmount

java.lang.Integer purchaseAmount

Class kivireki.action.LoginAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -1884159142537971903L

Serialized Fields

parameters

java.util.Map<K,V> parameters

username

java.lang.String username

password

java.lang.String password

event

EventServiceImpl event

httpServletRequest

javax.servlet.http.HttpServletRequest httpServletRequest

logger

java.util.logging.Logger logger

Class kivireki.action.LogoutAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -1248083291207978912L

Serialized Fields

event

EventServiceImpl event

httpServletRequest

javax.servlet.http.HttpServletRequest httpServletRequest

logger

java.util.logging.Logger logger

Package kivireki.model

Class kivireki.model.Book extends java.lang.Object implements Serializable

serialVersionUID: -1862654962199448166L

Serialized Fields

id

java.lang.Integer id

ISBN

java.lang.String ISBN

author

java.lang.String author

name

java.lang.String name

publisher

java.lang.String publisher

print

java.lang.Integer print

inCollection

java.lang.Integer inCollection

priceEstimate

java.lang.Float priceEstimate

purchaseAmount

java.lang.Integer purchaseAmount

modified

java.sql.Timestamp modified

checked

java.sql.Timestamp checked

processedChecked

java.lang.Boolean processedChecked

libraryComment

java.lang.String libraryComment

read

java.sql.Timestamp read

processed

java.lang.Boolean processed

courseIterationsBooks

java.util.List<E> courseIterationsBooks

Class kivireki.model.Course extends java.lang.Object implements Serializable

serialVersionUID: 8519810692258462969L

Serialized Fields

id

java.lang.Integer id

code

java.lang.String code

name

java.lang.String name

departmentId

java.lang.Integer departmentId

courseIterations

java.util.Set<E> courseIterations

department

Department department

Class kivireki.model.CourseIteration extends java.lang.Object implements Serializable

serialVersionUID: -7570716973840159329L

Serialized Fields

id

java.lang.Integer id

courseId

java.lang.Integer courseId

year

java.lang.Integer year

period

java.lang.Integer period

OMA

java.lang.Integer OMA

modified

java.sql.Timestamp modified

lecturer

java.lang.String lecturer

valid

java.lang.Boolean valid

deleted

java.lang.Boolean deleted

course

Course course

courseIterationsBooks

java.util.List<E> courseIterationsBooks

periodOrderNum

java.lang.Integer periodOrderNum

Class kivireki.model.CourseIterationsBook extends java.lang.Object implements Serializable

serialVersionUID: 8843729513840458970L

Serialized Fields

id

java.lang.Integer id

courseIterationId

java.lang.Integer courseIterationId

bookId

java.lang.Integer bookId

additionalInfo

java.lang.String additionalInfo

modified

java.sql.Timestamp modified

checked

java.sql.Timestamp checked

deleted

java.lang.Boolean deleted

change

java.lang.String change

book

Book book

courseIteration

CourseIteration courseIteration

Package kivireki.service

Class kivireki.service.SimultaneousModificationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 8912061221106437289L