Package | Description |
---|---|
com.buckosoft.BuckoVidLib.business |
Primary business objects.
|
com.buckosoft.BuckoVidLib.db |
The database.
|
com.buckosoft.BuckoVidLib.web |
Web interfaces
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WishList> |
BuckoVidLibImpl.getWishList() |
java.util.List<WishList> |
BuckoVidLib.getWishList() |
Modifier and Type | Method and Description |
---|---|
java.util.List<WishList> |
Database.getWishList() |
java.util.List<WishList> |
DatabaseImpl.getWishList() |
Modifier and Type | Method and Description |
---|---|
void |
Database.addWishList(WishList wishList) |
void |
DatabaseImpl.addWishList(WishList wishList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<WishList> |
BVLRestService.wishList() |
java.util.List<WishList> |
BVLRestServiceImpl.wishList() |