itexpert.chap13.user
Interface UserDAO
- All Known Implementing Classes:
- OraUserDAOImpl
- public interface UserDAO
Method Summary |
int |
checkUser(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
·Î±×ÀÎÇÑ »ç¿ëÀÚ°¡ ÀÖ´ÂÁö, ÆÐ½º¿öµå°¡ ¸Â´ÂÁö È®ÀÎÇÏ´Â ¸Þ¼Òµå
ÀûÇÕÇÑ »ç¿ëÀÚÀÌ¸é ¼¼¼Ç¿¡ UserInfoBean °´Ã¼¸¦ »ý¼ºÇÑ´Ù. |
int |
registerUser(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
»õ·Î¿î »ç¿ëÀÚ¸¦ µî·ÏÇÏ´Â ¸Þ¼Òµå
±âÁ¸¿¡ µ¿ÀÏÇÑ »ç¿ëÀÚ°¡ ¾ø´Ù¸é MEMBER Å×ÀÌºí¿¡ ÇØ´ç »ç¿ëÀÚ¸¦ µî·ÏÇÑ´Ù. |
checkUser
public int checkUser(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws ShopDAOException
- ·Î±×ÀÎÇÑ »ç¿ëÀÚ°¡ ÀÖ´ÂÁö, ÆÐ½º¿öµå°¡ ¸Â´ÂÁö È®ÀÎÇÏ´Â ¸Þ¼Òµå
ÀûÇÕÇÑ »ç¿ëÀÚÀÌ¸é ¼¼¼Ç¿¡ UserInfoBean °´Ã¼¸¦ »ý¼ºÇÑ´Ù.
ShopDAOException
registerUser
public int registerUser(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws ShopDAOException
- »õ·Î¿î »ç¿ëÀÚ¸¦ µî·ÏÇÏ´Â ¸Þ¼Òµå
±âÁ¸¿¡ µ¿ÀÏÇÑ »ç¿ëÀÚ°¡ ¾ø´Ù¸é MEMBER Å×ÀÌºí¿¡ ÇØ´ç »ç¿ëÀÚ¸¦ µî·ÏÇÑ´Ù.
ShopDAOException