Class LC_Page_Admin_Products_UploadCSV

Description

商品登録CSVのページクラス.

  • author: LOCKON CO.,LTD.
  • version: $Id:LC_Page_Admin_Products_UploadCSV.php 15532 2007-08-31 14:39:46Z nanasess $

Located in /class/pages/admin/products/LC_Page_Admin_Products_UploadCSV.php (line 34)

LC_Page
   |
   --LC_Page_Admin_Products_UploadCSV
Direct descendents
Class Description
LC_Page_Admin_Products_UploadCSV_Ex CSV アップロード のページクラス(拡張).
Variable Summary
Method Summary
void destroy ()
void init ()
void lfCheckError ()
integer lfCSVRecordCount (string $file_name)
void lfInitFile ()
void lfInitParam ()
void lfRegistProduct (SC_Query $objQuery, [string|integer $line = ""])
void lfRegistProductClass (SC_Query $objQuery, array $arrList, integer $product_id, integer $product_class_id)
void printError (string $val)
void process ()
Variables
Methods
destroy (line 209)

デストラクタ.

void destroy ()

Redefinition of:
LC_Page::destroy()
デストラクタ.

Redefined in descendants as:
init (line 50)

Page を初期化する.

void init ()

Redefinition of:
LC_Page::init()
Page を初期化する.

Redefined in descendants as:
lfCheckError (line 456)

入力チェックを行う.

void lfCheckError ()
lfCSVRecordCount (line 501)

CSVのカウント数を得る.

  • return: CSV のカウント数
integer lfCSVRecordCount (string $file_name)
  • string $file_name: ファイルパス
lfInitFile (line 219)

ファイル情報の初期化を行う.

void lfInitFile ()
lfInitParam (line 229)

入力情報の初期化を行う.

void lfInitParam ()
lfRegistProduct (line 305)

商品登録を行う.

void lfRegistProduct (SC_Query $objQuery, [string|integer $line = ""])
  • SC_Query $objQuery: SC_Queryインスタンス
  • string|integer $line: 処理中の行数
lfRegistProductClass (line 417)

商品規格登録を行う.

void lfRegistProductClass (SC_Query $objQuery, array $arrList, integer $product_id, integer $product_class_id)
  • SC_Query $objQuery: SC_Queryインスタンス
  • array $arrList: 商品規格情報配列
  • integer $product_id: 商品ID
  • integer $product_class_id: 商品規格ID
printError (line 521)

引数の文字列をエラー出力する.

引数 $val の内容は, htmlspecialchars() によってサニタイズされる

void printError (string $val)
  • string $val: 出力する文字列
process (line 64)

Page のプロセス.

void process ()

Redefinition of:
LC_Page::process()
Page のプロセス.

Redefined in descendants as:

Inherited Methods

Inherited From LC_Page

LC_Page::allowClientCache()
LC_Page::destroy()
LC_Page::getLocation()
LC_Page::getRootPath()
LC_Page::getToken()
LC_Page::init()
LC_Page::isValidToken()
LC_Page::p()
LC_Page::process()
LC_Page::reload()
LC_Page::sendRedirect()

Documentation generated on Tue, 28 Apr 2009 18:11:46 +0900 by phpDocumentor 1.4.2