|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade
org.strutsme.wishlist.persistence.facade.WishlistPersistenceFacadeFake
public class WishlistPersistenceFacadeFake
Fakes a user and wishes.
| Field Summary |
|---|
| Fields inherited from class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade |
|---|
count, users, wishes |
| Constructor Summary | |
|---|---|
WishlistPersistenceFacadeFake()
Empty constructor. |
|
| Method Summary | |
|---|---|
protected void |
load()
Should load the data and update the instance variables. |
protected void |
stateChanged()
Called if the state changed. |
| Methods inherited from class org.strutsme.wishlist.persistence.facade.AbstractWishlistPersistenceFacade |
|---|
addDummyWishes, createWish, deleteWish, getDefaultUser, getUserById, getUserByName, getWishById, getWishes, saveWish |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WishlistPersistenceFacadeFake()
throws java.io.IOException,
java.lang.ClassNotFoundException
java.lang.ClassNotFoundException - if the wishes couldn't be loaded
java.io.IOException - if the wishes couldn't be loaded| Method Detail |
|---|
protected final void load()
throws java.io.IOException,
java.lang.ClassNotFoundException
load in class AbstractWishlistPersistenceFacadejava.io.IOException - if the wishes couldn't be loaded
java.lang.ClassNotFoundException - if the wishes couldn't be loaded
protected final void stateChanged()
throws java.io.IOException
stateChanged in class AbstractWishlistPersistenceFacadejava.io.IOException - if for example the saving failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||