JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
services
GuestbooksService
DbServiceInterface
Contents
Description
Method Summary
Method Details
listGuestBookEntries()
createGuestbook(Guestbook)
Hide sidebar
Show sidebar
Interface GuestbooksService.DbServiceInterface
Enclosing class:
GuestbooksService
public static interface
GuestbooksService.DbServiceInterface
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
createGuestbook
(
Guestbook
guestbook)
List
<
Guestbook
>
listGuestBookEntries
()
Method Details
listGuestBookEntries
List
<
Guestbook
>
listGuestBookEntries
()
createGuestbook
void
createGuestbook
(
Guestbook
guestbook)