文件名称:LiberSystem
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Text]
- 上传时间:
- 2013-11-29
- 文件大小:
- 1.75mb
- 下载次数:
- 0次
- 提 供 者:
- Lusha*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于ssh 图书馆馆里系统 package sunyang.service.front
import java.util.List
import sunyang.domain.reader.Reader
public interface FrontFacade {
public Object searchBook(String searchType, String[] bookProperties)
public Reader readerLogin(String name, String password)
public List<Object> findBorrowedBooks(Integer readerId)
public Object showReaderInformation(Integer readerId)
public boolean updateReaderInformation(Reader reader)
public boolean renew(Integer borrowId)
}
-Ssh-based library system package sunyang.service.front
import java.util.List
import sunyang.domain.reader.Reader
public interface FrontFacade {
public Object searchBook(String searchType, String[] bookProperties)
public Reader readerLogin(String name, String password)
public List<Object> findBorrowedBooks(Integer readerId)
public Object showReaderInformation(Integer readerId)
public boolean updateReaderInformation(Reader reader)
public boolean renew(Integer borrowId)
}
import java.util.List
import sunyang.domain.reader.Reader
public interface FrontFacade {
public Object searchBook(String searchType, String[] bookProperties)
public Reader readerLogin(String name, String password)
public List<Object> findBorrowedBooks(Integer readerId)
public Object showReaderInformation(Integer readerId)
public boolean updateReaderInformation(Reader reader)
public boolean renew(Integer borrowId)
}
-Ssh-based library system package sunyang.service.front
import java.util.List
import sunyang.domain.reader.Reader
public interface FrontFacade {
public Object searchBook(String searchType, String[] bookProperties)
public Reader readerLogin(String name, String password)
public List<Object> findBorrowedBooks(Integer readerId)
public Object showReaderInformation(Integer readerId)
public boolean updateReaderInformation(Reader reader)
public boolean renew(Integer borrowId)
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
说明.txt