Serialized Form


Package org.strutsme.common.serialization

Class org.strutsme.common.serialization.SerializationException extends java.lang.Exception implements Serializable

serialVersionUID: -3862611862122872458L

Serialized Fields

cause

java.lang.Throwable cause
Wrapped throwable object.


Package org.strutsme.server

Class org.strutsme.server.BusinessException extends java.lang.Exception implements Serializable

serialVersionUID: -4640488778622333030L


Package org.strutsme.wishlist.business

Class org.strutsme.wishlist.business.BusinessException extends java.lang.Exception implements Serializable

serialVersionUID: 5905298124478298597L


Package org.strutsme.wishlist.client.adapter

Class org.strutsme.wishlist.client.adapter.AdapterException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
the cause of this exception.


Package org.strutsme.wishlist.persistence.dto.impl

Class org.strutsme.wishlist.persistence.dto.impl.BaseDtoImpl extends java.lang.Object implements Serializable

serialVersionUID: 1097723769659547586L

Serialized Fields

createdAt

java.util.Date createdAt
Creationdate of the Wish.


id

java.lang.String id
the unique id.

Class org.strutsme.wishlist.persistence.dto.impl.UserDtoImpl extends BaseDtoImpl implements Serializable

serialVersionUID: -3658880005875395175L

Serialized Fields

username

java.lang.String username
The username.


password

java.lang.String password
The password of this user.


firstName

java.lang.String firstName
The firstname of this user.


familyName

java.lang.String familyName
The familyname of this user.

Class org.strutsme.wishlist.persistence.dto.impl.WishDtoImpl extends BaseDtoImpl implements Serializable

serialVersionUID: 3483392430622677772L

Serialized Fields

authorId

java.lang.String authorId
Id of authors.


subject

java.lang.String subject
Short Description.


body

java.lang.String body
Main content of this Wish.


priority

java.lang.Short priority
the priority of this wish.


Package org.strutsme.wishlist.presentation.struts.login

Class org.strutsme.wishlist.presentation.struts.login.LoginForm extends org.apache.struts.validator.ValidatorActionForm implements Serializable

serialVersionUID: -1374182785398241735L

Serialized Fields

username

java.lang.String username
Name of the user.


password

java.lang.String password
Password of the user.


Package org.strutsme.wishlist.presentation.struts.wish

Class org.strutsme.wishlist.presentation.struts.wish.WishForm extends org.apache.struts.validator.ValidatorActionForm implements Serializable

serialVersionUID: 9166930902061972996L

Serialized Fields

wish

WishDto wish
The current wish.


author

UserDto author
The author of the wish.


readOnly

java.lang.Boolean readOnly
Marker, if the wish is read only.


body

java.lang.String body
The body of the wish.


subject

java.lang.String subject
The subject of the wish.

Class org.strutsme.wishlist.presentation.struts.wish.WishListForm extends org.apache.struts.action.ActionForm implements Serializable

serialVersionUID: 9109709093536405531L

Serialized Fields

rootWishes

java.util.List<E> rootWishes
Contains all wishes to view.