itexpert.chap10.bbs
Class BbsViewHandler

java.lang.Object
  |
  +--itexpert.chap10.ArticleBean
        |
        +--itexpert.chap10.bbs.BbsArticleBean
              |
              +--itexpert.chap10.bbs.BbsViewHandler

public class BbsViewHandler
extends BbsArticleBean

BbsArticleBean À» »ó¼ÓÇϰí, ¿©±â¿¡ ±â´É¿¡ µû¶ó °Ô½Ã¹° ³»¿ëÀ» ä¿ö¼­ ¹ÝȯÇÑ´Ù.

Author:
kenu

Constructor Summary
BbsViewHandler()
           
 
Method Summary
 void getArticle()
          seq¿¡ ÇØ´çÇÏ´Â °Ô½Ã¹°À» °¡Á®¿Í ä¿î´Ù.
 BbsArticleBean getOne()
          °Ô½Ã¹°À» Çϳª °¡Á®¿Í¼­ ±â´É¿¡ µû¶ó °Ô½Ã¹°À» °¡°øÇÑ´Ù.
 void setAct(java.lang.String act)
          °Ô½Ã¹°ÀÇ ¿ëµµ¸¦ Á¤ÇÑ´Ù.
 void setCountHit()
          Á¶È¸¼ö¸¦ Áõ°¡ÇÑ´Ù.
 void setPasswd(java.lang.String passwd)
          Sets the passwd.
 
Methods inherited from class itexpert.chap10.bbs.BbsArticleBean
getHit, getHtml, getLev, getPseq, getRef, getReply, getStep, setHit, setHtml, setLev, setPseq, setRef, setReply, setStep
 
Methods inherited from class itexpert.chap10.ArticleBean
getContent, getEmail, getHomepage, getLogtime, getName, getPassword, getSeq, getSubject, setContent, setEmail, setHomepage, setLogtime, setName, setPassword, setSeq, setSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BbsViewHandler

public BbsViewHandler()
Method Detail

getOne

public BbsArticleBean getOne()
                      throws java.sql.SQLException
°Ô½Ã¹°À» Çϳª °¡Á®¿Í¼­ ±â´É¿¡ µû¶ó °Ô½Ã¹°À» °¡°øÇÑ´Ù.

Returns:
BbsArticleBean
Throws:
java.sql.SQLException

getArticle

public void getArticle()
                throws java.sql.SQLException
seq¿¡ ÇØ´çÇÏ´Â °Ô½Ã¹°À» °¡Á®¿Í ä¿î´Ù.

Throws:
java.sql.SQLException

setCountHit

public void setCountHit()
                 throws java.sql.SQLException
Á¶È¸¼ö¸¦ Áõ°¡ÇÑ´Ù.

Throws:
java.sql.SQLException

setAct

public void setAct(java.lang.String act)
°Ô½Ã¹°ÀÇ ¿ëµµ¸¦ Á¤ÇÑ´Ù.

Parameters:
act - The act to set

setPasswd

public void setPasswd(java.lang.String passwd)
Sets the passwd.

Parameters:
passwd - The passwd to set