egovframework.rfc3.qrcode.service
Interface QrcodeService
- All Known Implementing Classes:
- QrcodeServiceImpl
public interface QrcodeService
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