egovframework.rfc3.qrcode.dao
Class QrcodeDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by egovframework.rte.psl.dataaccess.EgovAbstractDAO
              extended by egovframework.rfc3.common.dao.RfcCMSAbstractDAO
                  extended by egovframework.rfc3.qrcode.dao.QrcodeDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="QrcodeDAO")
public class QrcodeDAO
extends RfcCMSAbstractDAO


Constructor Summary
QrcodeDAO()
           
 
Method Summary
 void deleteAllQrcodeFileCommon(QrcodeFileVO qrcodeFileVO)
          파일 다중 삭제
 void deleteQrcodeCommon(QrcodeVO qrcodeVO)
          MY 코드 삭제
 int deleteQrcodeCommonHistory(QrcodeHistoryVO qrcodeHistoryVO)
           
 int deleteQrcodeFileCommon(QrcodeFileVO qrcodeFileVO)
          파일 단일 삭제
 int deleteQrcodeSkinCommon(QrcodeSkinVO qrcodeSkinVO)
           
 int insertQrcodeCommon(QrcodeVO qrcodeVO)
          qr코드 정보 insert
 long insertQrcodeCommonHistory(QrcodeHistoryVO qrcodeHistoryVO)
           
 int insertQrcodeFileCommon(QrcodeFileVO qrcodeFileVO)
          파일 insert
 int insertQrcodeSkinCommon(QrcodeSkinVO qrcodeSkinVO)
          스킨 등록
 java.util.List<QrcodeVO> selectBestQrcodeList(QrcodeVO qrcodeVO)
          qr코드 카운팅
 java.util.List<QrcodeVO> selectQrcodeCommonList(QrcodeVO qrcodeVO)
          qr코드 랜딩페이지 등록 정보 리스트
 java.util.List<QrcodeHistoryVO> selectQrcodeCommonListHistory(QrcodeHistoryVO qrcodeHistoryVO)
           
 QrcodeVO selectQrcodeCommonVOList(QrcodeVO qrcodeVO)
          qr코드 생성파일 리스트
 QrcodeHistoryVO selectQrcodeCommonVOListHistory(QrcodeHistoryVO qrcodeHistoryVO)
           
 java.util.List<QrcodeFileVO> selectQrcodeFileCommonList(QrcodeFileVO qrcodeFileVO)
          qr코드 생성파일 리스트
 QrcodeFileVO selectQrcodeFileCommonVO(QrcodeFileVO qrcodeFileVO)
          단일 파일 VO
 java.util.List<QrcodeSkinVO> selectQrcodeSkinCommonList(QrcodeSkinVO qrcodeSkinVO)
          스킨 리스트
 QrcodeSkinVO selectQrcodeSkinCommonVOList(QrcodeSkinVO qrcodeSkinVO)
          qr코드 스킨 VO객체 리턴
 java.util.List<QrcodeSkinVO> selectQrcodeSkinList(QrcodeSkinVO qrcodeSkinVO)
          qr코드 스킨 리스트 리턴
 int selectQrcodeSkinTotCnt(QrcodeSkinVO qrcodeSkinVO)
          스킨 리스트 카운트
 int selectQrcodeTotCnt(QrcodeVO qrcodeVO)
          qr코드 등록정보 카운트
 int selectQrcodeTotCntHistory(QrcodeHistoryVO qrcodeHistoryVO)
          qr코드 히스토리
 int updateFileNoQrcodeFileCommon(QrcodeFileVO qrcodeFileVO)
          QR코드 파일 출력 순서 변경
 void updateQrcode(QrcodeVO qrcodeVO)
          QR코드 등록정보 수정
 void updateQrcodeCommon(QrcodeVO qrcodeVO)
          qrcode 사용자 카운트 업데이트
 int updateQrcodeHistory(QrcodeHistoryVO qrcodeHistoryVO)
           
 int updateQrcodeSkinCommon(QrcodeSkinVO qrcodeSkinVO)
          스킨 업데이트
 int updateTopSkin(QrcodeVO qrcodeVO)
          QR코드 랜딩페이지 상당 스킨
 
Methods inherited from class egovframework.rfc3.common.dao.RfcCMSAbstractDAO
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update
 
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QrcodeDAO

public QrcodeDAO()
Method Detail

selectQrcodeSkinTotCnt

public int selectQrcodeSkinTotCnt(QrcodeSkinVO qrcodeSkinVO)
                           throws java.lang.Exception
스킨 리스트 카운트

Parameters:
qrcodeSkinVO -
Returns:
Throws:
java.lang.Exception

selectQrcodeSkinCommonList

public java.util.List<QrcodeSkinVO> selectQrcodeSkinCommonList(QrcodeSkinVO qrcodeSkinVO)
                                                        throws java.lang.Exception
스킨 리스트

Parameters:
qrcodeSkinVO -
Returns:
Throws:
java.lang.Exception

insertQrcodeSkinCommon

public int insertQrcodeSkinCommon(QrcodeSkinVO qrcodeSkinVO)
                           throws java.lang.Exception
스킨 등록

Parameters:
qrcodeSkinVO -
Returns:
Throws:
java.lang.Exception

updateQrcodeSkinCommon

public int updateQrcodeSkinCommon(QrcodeSkinVO qrcodeSkinVO)
                           throws java.lang.Exception
스킨 업데이트

Parameters:
qrcodeSkinVO -
Returns:
Throws:
java.lang.Exception

deleteQrcodeSkinCommon

public int deleteQrcodeSkinCommon(QrcodeSkinVO qrcodeSkinVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

selectQrcodeTotCnt

public int selectQrcodeTotCnt(QrcodeVO qrcodeVO)
                       throws java.lang.Exception
qr코드 등록정보 카운트

Parameters:
qrcodeVO -
Returns:
Throws:
java.lang.Exception

selectQrcodeCommonList

public java.util.List<QrcodeVO> selectQrcodeCommonList(QrcodeVO qrcodeVO)
                                                throws java.lang.Exception
qr코드 랜딩페이지 등록 정보 리스트

Parameters:
qrcodeVO -
Returns:
Throws:
java.lang.Exception

insertQrcodeCommon

public int insertQrcodeCommon(QrcodeVO qrcodeVO)
                       throws java.lang.Exception
qr코드 정보 insert

Parameters:
qrcodeVO -
Returns:
Throws:
java.lang.Exception

selectQrcodeCommonVOList

public QrcodeVO selectQrcodeCommonVOList(QrcodeVO qrcodeVO)
                                  throws java.lang.Exception
qr코드 생성파일 리스트

Parameters:
QrcodeFileVO -
Returns:
Throws:
java.lang.Exception

selectQrcodeFileCommonList

public java.util.List<QrcodeFileVO> selectQrcodeFileCommonList(QrcodeFileVO qrcodeFileVO)
                                                        throws java.lang.Exception
qr코드 생성파일 리스트

Parameters:
QrcodeFileVO -
Returns:
Throws:
java.lang.Exception

selectQrcodeSkinCommonVOList

public QrcodeSkinVO selectQrcodeSkinCommonVOList(QrcodeSkinVO qrcodeSkinVO)
                                          throws java.lang.Exception
qr코드 스킨 VO객체 리턴

Parameters:
qrcodeSkinVO -
Returns:
Throws:
java.lang.Exception

selectQrcodeSkinList

public java.util.List<QrcodeSkinVO> selectQrcodeSkinList(QrcodeSkinVO qrcodeSkinVO)
                                                  throws java.lang.Exception
qr코드 스킨 리스트 리턴

Parameters:
qrcodeSkinVO -
Returns:
Throws:
java.lang.Exception

insertQrcodeFileCommon

public int insertQrcodeFileCommon(QrcodeFileVO qrcodeFileVO)
                           throws java.lang.Exception
파일 insert

Parameters:
qrcodeVO -
Returns:
Throws:
java.lang.Exception

updateQrcodeCommon

public void updateQrcodeCommon(QrcodeVO qrcodeVO)
                        throws java.lang.Exception
qrcode 사용자 카운트 업데이트

Parameters:
qrcodeVO -
Throws:
java.lang.Exception

selectQrcodeFileCommonVO

public QrcodeFileVO selectQrcodeFileCommonVO(QrcodeFileVO qrcodeFileVO)
                                      throws java.lang.Exception
단일 파일 VO

Parameters:
qrcodeFileVO -
Returns:
Throws:
java.lang.Exception

deleteQrcodeFileCommon

public int deleteQrcodeFileCommon(QrcodeFileVO qrcodeFileVO)
                           throws java.lang.Exception
파일 단일 삭제

Parameters:
qrcodeFileVO -
Throws:
java.lang.Exception

deleteAllQrcodeFileCommon

public void deleteAllQrcodeFileCommon(QrcodeFileVO qrcodeFileVO)
                               throws java.lang.Exception
파일 다중 삭제

Parameters:
qrcodeFileVO -
Throws:
java.lang.Exception

deleteQrcodeCommon

public void deleteQrcodeCommon(QrcodeVO qrcodeVO)
                        throws java.lang.Exception
MY 코드 삭제

Throws:
java.lang.Exception

updateQrcode

public void updateQrcode(QrcodeVO qrcodeVO)
                  throws java.lang.Exception
QR코드 등록정보 수정

Parameters:
qrcodeVO -
Throws:
java.lang.Exception

updateFileNoQrcodeFileCommon

public int updateFileNoQrcodeFileCommon(QrcodeFileVO qrcodeFileVO)
                                 throws java.lang.Exception
QR코드 파일 출력 순서 변경

Parameters:
qrcodeVO -
Throws:
java.lang.Exception

updateTopSkin

public int updateTopSkin(QrcodeVO qrcodeVO)
                  throws java.lang.Exception
QR코드 랜딩페이지 상당 스킨

Parameters:
qrcodeVO -
Returns:
Throws:
java.lang.Exception

selectBestQrcodeList

public java.util.List<QrcodeVO> selectBestQrcodeList(QrcodeVO qrcodeVO)
                                              throws java.lang.Exception
qr코드 카운팅

Parameters:
qrcodeVO -
Returns:
Throws:
java.lang.Exception

selectQrcodeTotCntHistory

public int selectQrcodeTotCntHistory(QrcodeHistoryVO qrcodeHistoryVO)
                              throws java.lang.Exception
qr코드 히스토리

Throws:
java.lang.Exception

selectQrcodeCommonListHistory

public java.util.List<QrcodeHistoryVO> selectQrcodeCommonListHistory(QrcodeHistoryVO qrcodeHistoryVO)
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

selectQrcodeCommonVOListHistory

public QrcodeHistoryVO selectQrcodeCommonVOListHistory(QrcodeHistoryVO qrcodeHistoryVO)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

deleteQrcodeCommonHistory

public int deleteQrcodeCommonHistory(QrcodeHistoryVO qrcodeHistoryVO)
                              throws java.lang.Exception
Throws:
java.lang.Exception

insertQrcodeCommonHistory

public long insertQrcodeCommonHistory(QrcodeHistoryVO qrcodeHistoryVO)
                               throws java.lang.Exception
Throws:
java.lang.Exception

updateQrcodeHistory

public int updateQrcodeHistory(QrcodeHistoryVO qrcodeHistoryVO)
                        throws java.lang.Exception
Throws:
java.lang.Exception