|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectskoinfo.rfc.mobile.dao.MobileDAO
public class MobileDAO
| Constructor Summary | |
|---|---|
MobileDAO()
|
|
| Method Summary | |
|---|---|
void |
deleteContents(org.hibernate.Session session,
long mobileContentsSid)
|
void |
deleteContents(org.hibernate.Session session,
MobileContentsVO mobileContentsVO)
|
void |
deleteMenu(org.hibernate.Session session,
MobileVO mobileVO)
모바일 메뉴 삭제 |
java.util.List<MobileContentsVO> |
getContentsList(org.hibernate.Session session,
long mobileSid)
모바일 메뉴에 연동된 컨텐츠 리스트 |
java.util.List<MobileContentsVO> |
getContentsList(org.hibernate.Session session,
long contentsSid,
boolean temp)
|
java.util.List<MobileContentsVO> |
getContentsList(org.hibernate.Session session,
long mobileSid,
java.lang.String contentsType)
|
int |
getContentsListCount(org.hibernate.Session session,
long mobileSid)
모바일 메뉴에 연동된 컨텐츠 개수 |
java.util.List<MobileVO> |
getMenuList(org.hibernate.Session session)
1차메뉴 목록 |
java.util.List<MobileVO> |
getMenuList(org.hibernate.Session session,
java.lang.String check,
boolean mobileIsUse)
|
int |
getMenuListCount(org.hibernate.Session session,
java.lang.String mobileCd)
메뉴 목록 카운트 DAO |
MobileContentsVO |
getMobileContentsVO(org.hibernate.Session session,
long mobileContentsSid)
모바일 메뉴와 연동된 컨텐츠 객체 반환 |
MobileContentsVO |
getMobileContentsVO(org.hibernate.Session session,
java.lang.String mobileCd,
long contentsSid)
|
MobileVO |
getMobileVO(org.hibernate.Session session,
long mobileSid)
모바일 객체 가져오기 : mobileSid |
MobileVO |
getMobileVO(org.hibernate.Session session,
java.lang.String mobileCd)
모바일 객체 가져오기 : mobileCd |
java.util.List<MobileVO> |
getSubMenuList(org.hibernate.Session session,
java.lang.String mobileCd)
서브 메뉴 검색 목록 DAO |
java.util.List<MobileVO> |
getSubMenuList(org.hibernate.Session session,
java.lang.String mobileCd,
java.lang.String check,
boolean mobileIsUse)
|
void |
insertContents(org.hibernate.Session session,
MobileContentsVO mobileContentsVO)
모바일 메뉴 연동 컨텐츠 등록 |
java.util.List<MobileVO> |
searchMenuList(org.hibernate.Session session,
int depth,
java.lang.String mobileCd,
int beginRow,
int rowCount,
java.util.List<OrderBy> orderByList)
|
java.util.List<MobileVO> |
searchMenuList(org.hibernate.Session session,
int depth,
java.lang.String mobileCd,
java.util.List<OrderBy> orderByList)
메뉴 검색 목록 DAO |
MobileVO |
updateMenu(org.hibernate.Session session,
MobileVO mobileVO)
모바일 메뉴 수정 |
MobileVO |
writeMenu(org.hibernate.Session session,
MobileVO mobileVO)
모바일 메뉴 등록 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MobileDAO()
| Method Detail |
|---|
public java.util.List<MobileVO> getMenuList(org.hibernate.Session session)
throws java.lang.Exception
groupCd - 그룹코드menuIsUse - 메뉴사용여부(true,false)menuIsUse - 왼쪽메뉴출력여부(true,false)
java.lang.Exception - 처리
public java.util.List<MobileVO> getMenuList(org.hibernate.Session session,
java.lang.String check,
boolean mobileIsUse)
throws java.lang.Exception
java.lang.Exception
public java.util.List<MobileVO> getSubMenuList(org.hibernate.Session session,
java.lang.String mobileCd)
throws java.lang.Exception
session - 디비커넥션menuCd - 메뉴코드menuIsUse - 메뉴사용여부(true,false)menuIsUse - 왼쪽메뉴출력여부(true,false)
java.lang.Exception - 처리
public java.util.List<MobileVO> getSubMenuList(org.hibernate.Session session,
java.lang.String mobileCd,
java.lang.String check,
boolean mobileIsUse)
throws java.lang.Exception
java.lang.Exception
public java.util.List<MobileVO> searchMenuList(org.hibernate.Session session,
int depth,
java.lang.String mobileCd,
java.util.List<OrderBy> orderByList)
throws java.lang.Exception
depth - 메뉴depthgroupCd - 그룹코드menuCd - 메뉴코드beginRow - 페이지 시작 위치rowCount - 가져올 자료수orderByList - 정렬할 필드정의
java.lang.Exception - 처리
public java.util.List<MobileVO> searchMenuList(org.hibernate.Session session,
int depth,
java.lang.String mobileCd,
int beginRow,
int rowCount,
java.util.List<OrderBy> orderByList)
throws java.lang.Exception
java.lang.Exception
public MobileVO getMobileVO(org.hibernate.Session session,
long mobileSid)
session - mobileSid -
public MobileVO getMobileVO(org.hibernate.Session session,
java.lang.String mobileCd)
session - mobileSid -
public MobileContentsVO getMobileContentsVO(org.hibernate.Session session,
long mobileContentsSid)
session - mobileContentsSid -
public MobileContentsVO getMobileContentsVO(org.hibernate.Session session,
java.lang.String mobileCd,
long contentsSid)
public int getMenuListCount(org.hibernate.Session session,
java.lang.String mobileCd)
throws java.lang.Exception
depth - 메뉴depthgroupCd - 그룹코드menuCd - 메뉴코드
java.lang.Exception - 처리
public int getContentsListCount(org.hibernate.Session session,
long mobileSid)
throws java.lang.Exception
session - mobileSid -
java.lang.Exception
public java.util.List<MobileContentsVO> getContentsList(org.hibernate.Session session,
long mobileSid)
throws java.lang.Exception
session - mobileSid -
java.lang.Exception
public java.util.List<MobileContentsVO> getContentsList(org.hibernate.Session session,
long mobileSid,
java.lang.String contentsType)
throws java.lang.Exception
java.lang.Exception
public java.util.List<MobileContentsVO> getContentsList(org.hibernate.Session session,
long contentsSid,
boolean temp)
throws java.lang.Exception
java.lang.Exception
public MobileVO writeMenu(org.hibernate.Session session,
MobileVO mobileVO)
throws java.lang.Exception
menuVO -
java.lang.Exception
public MobileVO updateMenu(org.hibernate.Session session,
MobileVO mobileVO)
session - mobileVO -
java.lang.Exception
public void deleteMenu(org.hibernate.Session session,
MobileVO mobileVO)
session - mobileVO -
java.lang.Exception
public void deleteContents(org.hibernate.Session session,
MobileContentsVO mobileContentsVO)
public void deleteContents(org.hibernate.Session session,
long mobileContentsSid)
public void insertContents(org.hibernate.Session session,
MobileContentsVO mobileContentsVO)
session - mobileContentsVO -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||