package incheon.res.mng.nt.popup.mapper;

import incheon.com.config.annotation.MainDB;
import incheon.res.mng.nt.popup.vo.MngNtPopup;
import incheon.res.mng.nt.popup.vo.MngNtPopupVO;
import org.egovframe.rte.psl.dataaccess.mapper.Mapper;

import java.util.List;


@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB
public interface MngNtPopupMapper {

    public int countPopup(MngNtPopupVO vo) throws Exception;

    public List selectPopupList(MngNtPopupVO vo) throws Exception;

    public MngNtPopup selectPopup(MngNtPopupVO vo) throws Exception;

    public String selectMaxPopupSn(MngNtPopupVO vo) throws Exception;

    public void updatePopup(MngNtPopupVO vo) throws Exception;

    public void insertPopup(MngNtPopupVO vo) throws Exception;

    public int deletePopup(MngNtPopupVO vo) throws Exception;
}
