コード例 #1
0
 public static object GetCountryLimitByCountryID(string ID)
 {
     return(CountryUIP.GetCountryLimitByCountryID(SessionInfo, new Guid(ID)));
 }
コード例 #2
0
 public static object UpdateCountryLimit(MA_COUNTRY_LIMIT record)
 {
     return(CountryUIP.UpdateCountryLimit(SessionInfo, record));
 }
コード例 #3
0
 public static object Update(MA_COUNTRY record)
 {
     return(CountryUIP.Update(SessionInfo, record));
 }
コード例 #4
0
 public static object GetByFilter(string label, int jtStartIndex, int jtPageSize, string jtSorting)
 {
     return(CountryUIP.GetByFilter(SessionInfo, label, jtStartIndex, jtPageSize, jtSorting));
 }
コード例 #5
0
 public static object GetCountryOptions()
 {
     return(CountryUIP.GetCountryOptions(SessionInfo));
 }
コード例 #6
0
 public static object CreateTempCountry(MA_COUNTRY_LIMIT record)
 {
     return(CountryUIP.CreateTempLimit(SessionInfo, record));
 }
コード例 #7
0
 public static object GetTempCountryByFilter(string strCountry, string strEffDateFrom, string strEffDateTo
                                             , string strExpDateFrom, string strExpDateTo, int jtStartIndex, int jtPageSize, string jtSorting)
 {
     return(CountryUIP.GetTempLimitByFilter(SessionInfo, strCountry, strEffDateFrom, strEffDateTo
                                            , strExpDateFrom, strExpDateTo, jtStartIndex, jtPageSize, jtSorting));
 }