== Class aaoh.sora.Model
{{{ comment
============================== class summary ==========================
}}}
=== Defined in: <aaoh.sora-core.js>.
{{{ comment
============================== constructor summary ====================
}}}
||*||Class Summary||
||||[aaoh.sora.Model#constructor aaoh.sora.Model]()[[BR]]Model。||
{{{ comment
============================== properties summary =====================
}}}
{{{ comment
============================== methods summary ========================
}}}
||*||Method Summary||
||||[aaoh.sora.Model#readData readData](key, version)[[BR]]設定情報の読込み。||
||||[aaoh.sora.Model#readDataAfterForIGoogle readDataAfterForIGoogle](key, version)[[BR]]設定情報の読込みの後処理(iGoogle)。||
||||[aaoh.sora.Model#readDataAfterForYahoo readDataAfterForYahoo](key, version)[[BR]]設定情報の読込みの後処理(Yahoo)。||
||||[aaoh.sora.Model#readDataBeforeForIGoogle readDataBeforeForIGoogle](key, version)[[BR]]設定情報の読込みの前処理(iGoogle)。||
||||[aaoh.sora.Model#readDataBeforeForYahoo readDataBeforeForYahoo](key, version)[[BR]]設定情報の読込みの前処理(Yahoo)。||
||||[aaoh.sora.Model#readDataForIGoogle readDataForIGoogle](key, version)[[BR]]設定情報の読込み(iGoogle)。||
||||[aaoh.sora.Model#readDataForYahoo readDataForYahoo](key, version)[[BR]]設定情報の読込み(Yahoo)。||
||||[aaoh.sora.Model#writeData writeData](key, version)[[BR]]設定情報の書込み。||
||||[aaoh.sora.Model#writeDataAfterForIGoogle writeDataAfterForIGoogle](key, version)[[BR]]設定情報の書込みの後処理(iGoogle)。||
||||[aaoh.sora.Model#writeDataAfterForYahoo writeDataAfterForYahoo](key, version)[[BR]]設定情報の書込みの後処理(Yahoo)。||
||||[aaoh.sora.Model#writeDataBeforeForIGoogle writeDataBeforeForIGoogle](key, version)[[BR]]設定情報の書込みの前処理(iGoogle)。||
||||[aaoh.sora.Model#writeDataBeforeForYahoo writeDataBeforeForYahoo](key, version)[[BR]]設定情報の書込みの前処理(Yahoo)。||
||||[aaoh.sora.Model#writeDataForIGoogle writeDataForIGoogle](key, version)[[BR]]設定情報の書込み(iGoogle)。||
||||[aaoh.sora.Model#writeDataForYahoo writeDataForYahoo](key, version)[[BR]]設定情報の書込み(Yahoo)。||
{{{ comment
============================== events summary ========================
}}}
[[BR]]
{{{ comment
============================== constructor details ====================
}}}
== Class Detail #constructor
==== aaoh.sora.Model()
* Model。
{{{ comment
============================== field details ==========================
}}}
{{{ comment
============================== method details =========================
}}}
== Method Detail
==== readData(key, version) #readData
* 設定情報の読込み。[[BR]]読込みバージョンと読込んだバージョンが異なる場合には[[BR]]設定情報を更新しません。
* Parameters
* {String} key
* 読込みキー
* {String} version
* 読込みバージョン
==== readDataAfterForIGoogle(key, version) #readDataAfterForIGoogle
* 設定情報の読込みの後処理(iGoogle)。
* Parameters
* {String} key
* 読込みキー
* {String} version
* 読込みバージョン
==== readDataAfterForYahoo(key, version) #readDataAfterForYahoo
* 設定情報の読込みの後処理(Yahoo)。
* Parameters
* {String} key
* 読込みキー
* {String} version
* 読込みバージョン
==== readDataBeforeForIGoogle(key, version) #readDataBeforeForIGoogle
* 設定情報の読込みの前処理(iGoogle)。
* Parameters
* {String} key
* 読込みキー
* {String} version
* 読込みバージョン
==== readDataBeforeForYahoo(key, version) #readDataBeforeForYahoo
* 設定情報の読込みの前処理(Yahoo)。
* Parameters
* {String} key
* 読込みキー
* {String} version
* 読込みバージョン
==== readDataForIGoogle(key, version) #readDataForIGoogle
* 設定情報の読込み(iGoogle)。
* Parameters
* {String} key
* 読込みキー
* {String} version
* 読込みバージョン
==== readDataForYahoo(key, version) #readDataForYahoo
* 設定情報の読込み(Yahoo)。
* Parameters
* {String} key
* 読込みキー
* {String} version
* 読込みバージョン
==== writeData(key, version) #writeData
* 設定情報の書込み。
* Parameters
* {String} key
* 書込みキー
* {String} version
* 書込みバージョン
==== writeDataAfterForIGoogle(key, version) #writeDataAfterForIGoogle
* 設定情報の書込みの後処理(iGoogle)。
* Parameters
* {String} key
* 書込みキー
* {String} version
* 書込みバージョン
==== writeDataAfterForYahoo(key, version) #writeDataAfterForYahoo
* 設定情報の書込みの後処理(Yahoo)。
* Parameters
* {String} key
* 書込みキー
* {String} version
* 書込みバージョン
==== writeDataBeforeForIGoogle(key, version) #writeDataBeforeForIGoogle
* 設定情報の書込みの前処理(iGoogle)。
* Parameters
* {String} key
* 書込みキー
* {String} version
* 書込みバージョン
==== writeDataBeforeForYahoo(key, version) #writeDataBeforeForYahoo
* 設定情報の書込みの前処理(Yahoo)。
* Parameters
* {String} key
* 書込みキー
* {String} version
* 書込みバージョン
==== writeDataForIGoogle(key, version) #writeDataForIGoogle
* 設定情報の書込み(iGoogle)。
* Parameters
* {String} key
* 書込みキー
* {String} version
* 書込みバージョン
==== writeDataForYahoo(key, version) #writeDataForYahoo
* 設定情報の書込み(Yahoo)。
* Parameters
* key
* 書込みキー
* version
* 書込みバージョン
{{{ comment
============================== event details =========================
}}}