egovframework.rfc3.qrcode.service
Interface QrcodeService

All Known Implementing Classes:
QrcodeServiceImpl

public interface QrcodeService


Method Summary
 void deleteAllQrcodeFileCommon(QrcodeFileVO qrcodeFileVO)
          파일 다중 삭제
 void deleteQrcodeCommon(QrcodeVO qrcodeVO)
          MY 코드 삭제
 int deleteQrcodeCommonHistory(QrcodeHistoryVO qrcodeHistoryVO)
           
 int deleteQrcodeFileCommon(long filesid)
          파일 정보 삭제 DWR
 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)
           
 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)
          스킨 리스트 카운트
 QrcodeSkinVO selectQrcodeSkinVODwr(long qrskinSid)
          Dwr 생서페이지 스킨이미지 선택 설정
 int selectQrcodeTotCnt(QrcodeVO qrcodeVO)
          qr코드 등록정보 카운트
 int selectQrcodeTotCntHistory(QrcodeHistoryVO qrcodeHistoryVO)
          qr코드 히스토리.
 int updateFileNoQrcodeFileCommon(long filesid, int fileNO)
          QR코드 파일 출력 순서 변경
 void updateQrcode(QrcodeVO qrcodeVO)
          QR코드 등록정보 수정
 void updateQrcodeCommon(QrcodeVO qrcodeVO)
          qrcode 사용자 카운트 업데이트
 int updateQrcodeHistory(QrcodeHistoryVO qrcodeHistoryVO)
           
 int updateQrcodeSkinCommon(QrcodeSkinVO qrcodeSkinVO)
          스킨 업데이트
 int updateTopSkin(long qrCdSid, long topSkin)
          QR코드 랜딩페이지 상당 스킨
 

Method Detail

selectQrcodeSkinTotCnt

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

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

selectQrcodeSkinCommonList

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

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

insertQrcodeSkinCommon

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

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

updateQrcodeSkinCommon

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

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

deleteQrcodeSkinCommon

int deleteQrcodeSkinCommon(QrcodeSkinVO qrcodeSkinVO)
                           throws java.lang.Exception
스킨 삭제

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

selectQrcodeTotCnt

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

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

selectQrcodeCommonList

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

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

selectQrcodeFileCommonList

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

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

insertQrcodeCommon

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

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

selectQrcodeCommonVOList

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

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

selectQrcodeSkinCommonVOList

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

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

selectQrcodeSkinList

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

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

selectQrcodeSkinVODwr

QrcodeSkinVO selectQrcodeSkinVODwr(long qrskinSid)
                                   throws java.lang.Exception
Dwr 생서페이지 스킨이미지 선택 설정

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

insertQrcodeFileCommon

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

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

updateQrcodeCommon

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

Parameters:
qrcodeVO -
Throws:
java.lang.Exception

selectQrcodeFileCommonVO

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

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

deleteQrcodeFileCommon

int deleteQrcodeFileCommon(long filesid)
                           throws java.lang.Exception
파일 정보 삭제 DWR

Parameters:
qrcodeFileVO -
Throws:
java.lang.Exception

deleteQrcodeCommon

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

Throws:
java.lang.Exception

deleteAllQrcodeFileCommon

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

Parameters:
qrcodeFileVO -
Throws:
java.lang.Exception

updateQrcode

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

Parameters:
qrcodeVO -
Throws:
java.lang.Exception

updateFileNoQrcodeFileCommon

int updateFileNoQrcodeFileCommon(long filesid,
                                 int fileNO)
                                 throws java.lang.Exception
QR코드 파일 출력 순서 변경

Parameters:
qrcodeVO -
Throws:
java.lang.Exception

updateTopSkin

int updateTopSkin(long qrCdSid,
                  long topSkin)
                  throws java.lang.Exception
QR코드 랜딩페이지 상당 스킨

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

selectBestQrcodeList

java.util.List<QrcodeVO> selectBestQrcodeList(QrcodeVO qrcodeVO)
                                              throws java.lang.Exception
Parameters:
qrcodeVO -
Returns:
Throws:
java.lang.Exception

selectQrcodeTotCntHistory

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

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

selectQrcodeCommonListHistory

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

selectQrcodeCommonVOListHistory

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

deleteQrcodeCommonHistory

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

insertQrcodeCommonHistory

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

updateQrcodeHistory

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