org.kite9.java.examples.library.server
Class LibraryFacade
java.lang.Object
org.kite9.java.examples.library.server.LibraryFacade
public class LibraryFacade
- extends Object
This method provides the logic of running the library and managing all the transactions with the
database.
- Author:
- robmoffat
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LibraryFacade
public LibraryFacade()
authenticate
public Member authenticate(int membershipId)
borrow
public void borrow(int membershipId,
int bookId)
Copyright © 2011. All Rights Reserved.