Uses of Interface
com.shift.framework.model.ModelSet

Packages that use ModelSet
com.shift.framework.common   
com.shift.framework.mail   
com.shift.framework.model   
com.shift.framework.persistance   
 

Uses of ModelSet in com.shift.framework.common
 

Methods in com.shift.framework.common with parameters of type ModelSet
 void DefaultIbatisBean.selectDefault(ModelSet modelset, java.util.HashMap param)
          Default·Î selectÇÒ¶§ »ç¿ëÇÏ´Â ¸Þ¼Òµå
 

Uses of ModelSet in com.shift.framework.mail
 

Constructors in com.shift.framework.mail with parameters of type ModelSet
MailFromModelSet(ModelSet modelset)
          Mail°´Ã¼¸¦ »ý¼º
MailFromModelSet(ModelSet modelset, java.lang.String mailId)
          Mail°´Ã¼¸¦ »ý¼º [mailId]¸¦ Àоî¿Í¼­ ¼³Á¤
 

Uses of ModelSet in com.shift.framework.model
 

Classes in com.shift.framework.model that implement ModelSet
 class IXyncModelSetImpl
          GauceDataSet °´Ã¼¸¦ ProxyÇϱâ À§ÇÑ ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇÑ Ãß»ó Ŭ·¡½º
 class IXyncModelSetProxy
          GauceDataSet °´Ã¼¸¦ ProxyÇϴ Ŭ·¡½º
 class ModelSetImpl
          GauceDataSet °´Ã¼¸¦ ProxyÇϱâ À§ÇÑ ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇÑ Ãß»ó Ŭ·¡½º
 class ModelSetProxy
          GauceDataSet °´Ã¼¸¦ ProxyÇϴ Ŭ·¡½º
 

Methods in com.shift.framework.model with parameters of type ModelSet
 void ModelDAO.executeQuery(java.util.Map param, ModelSet set)
          SQL¹®À» ½ÇÇàÇÏ´Â ¸Þ¼Òµå
 void ModelDAO.executeQuery(ModelSet set)
          SQL¹®À» ½ÇÇàÇÏ´Â ¸Þ¼Òµå
 void ModelDAO.executeQuery(java.lang.Object param, ModelSet set)
          SQL¹®À» ½ÇÇàÇÏ´Â ¸Þ¼Òµå
 

Uses of ModelSet in com.shift.framework.persistance
 

Methods in com.shift.framework.persistance with parameters of type ModelSet
 void SqlHelper.executeQuery(java.sql.Connection conn, ModelSet set)
          DB¿¡ select query¸¦ executeÇØÁÖ°í ±× °á°ú¸¦ List ŸÀÔÀÇ °´Ã¼·Î ¹ÝȯÇÑ´Ù.
 void SqlHelper.executeQuery(java.sql.Connection conn, java.lang.Object param, ModelSet set)
          DB¿¡ select query¸¦ executeÇØÁÖ°í ±× °á°ú¸¦ List ŸÀÔÀÇ °´Ã¼·Î ¹ÝȯÇÑ´Ù.
 void Result.getResults(java.sql.ResultSet res, ModelSet set)
          ResultSet¿¡ µé¾î ÀÖ´Â °á°ú¸¦ ModelSet¿¡ ³Ö´Â ¸Þ¼ÒµåÀÌ´Ù.