|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--itexpert.chap10.bbs.BbsListHandler
Constructor Summary | |
BbsListHandler()
|
Method Summary | |
int |
getCpage()
Returns the cpage. |
java.util.Collection |
getList()
ÆäÀÌÁö¿¡ ¸Â´Â °Ô½Ã¹° ¸ñ·ÏÀ» ¹ÝȯÇÑ´Ù. |
int |
getPageSize()
Returns the pageSize. |
int |
getTotal()
°Ô½Ã¹° ¼ö¸¦ ¹ÝȯÇÑ´Ù. |
void |
setCpage(int cpage)
Sets the cpage. |
void |
setPageSize(int pageSize)
Sets the pageSize. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BbsListHandler()
Method Detail |
public java.util.Collection getList() throws java.sql.SQLException
java.sql.SQLException
public int getTotal() throws java.sql.SQLException
java.sql.SQLException
public void setCpage(int cpage)
cpage
- The cpage to setpublic void setPageSize(int pageSize)
pageSize
- The pageSize to setpublic int getCpage()
public int getPageSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |