package incheon.uis.uuf.mapper;

import java.util.List;

import org.egovframe.rte.psl.dataaccess.mapper.Mapper;

import incheon.com.config.annotation.MainDB;
import incheon.uis.uuf.model.UflGlpiLm;
import org.apache.ibatis.annotations.Param;


@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB public interface UflGlpiLmMapper {

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table icgis.ufl_glpi_lm
	 * @mbg.generated
	 */
//	int deleteByPrimaryKey(@Param("gid") Long gid, @Param("ftrIdn") Integer ftrIdn);
	int deleteByPrimaryKey(@Param("gid") Long gid);

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table icgis.ufl_glpi_lm
	 * @mbg.generated
	 */
	int insert(UflGlpiLm row);

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table icgis.ufl_glpi_lm
	 * @mbg.generated
	 */
//	UflGlpiLm selectByPrimaryKey(@Param("gid") Long gid, @Param("ftrIdn") Integer ftrIdn);
	UflGlpiLm selectByPrimaryKey(@Param("gid") Long gid);

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table icgis.ufl_glpi_lm
	 * @mbg.generated
	 */
	List<UflGlpiLm> selectAll();

	/**
	 * This method was generated by MyBatis Generator. This method corresponds to the database table icgis.ufl_glpi_lm
	 * @mbg.generated
	 */
	int updateByPrimaryKey(UflGlpiLm row);
}