Members
-
<constant> accountTitle_1
-
リポジトリー
- Source:
-
<constant> AggregationService
-
service module
- Source:
-
<constant> createDebug
-
集計サービス
- Source:
-
<constant> createDebug
-
予約サービス
- Source:
-
<constant> createDebug
-
タスクサービス
- Source:
-
<constant> createDebug
-
予約キャンセル取引サービス
-
<constant> createDebug
-
予約取引サービス
- Source:
-
default
-
多言語文字列mongooseスキーマタイプ
-
<constant> mongoose
-
index module
-
mongoose
-
MongoDBクライアント
mongoose
Example
const promise = domain.mongoose.connect('mongodb://localhost/myapp', { useMongoClient: true });
-
redis
-
Redis Cacheクライアント
Example
const client = domain.redis.createClient({ host: process.env.REDIS_HOST, port: process.env.REDIS_PORT, password: process.env.REDIS_KEY, tls: { servername: process.env.REDIS_HOST } });
-
<constant> schema
-
勘定科目スキーマ
-
<constant> schema
-
アクションスキーマ
- Source:
-
<constant> schema
-
作品スキーマ
-
<constant> schema
-
イベント(公演など)スキーマ
- Source:
-
<constant> schema
-
場所スキーマ
- Source:
-
<constant> schema
-
価格仕様スキーマ
-
<constant> schema
-
予約スキーマ
-
<constant> schema
-
タスクスキーマ
- Source:
-
<constant> schema
-
券種スキーマ
- Source:
-
<constant> schema
-
券種グループスキーマ
-
<constant> schema
-
取引スキーマ
-
<constant> sortOrder4executionOfTasks
-
タスク実行時のソート条件
- Source:
Methods
-
abort(intervalInMinutes)
-
abort a task
トライ可能回数が0に達したタスクを実行中止するParameters:
Name Type Description intervalInMinutes
最終トライ日時から何分経過したタスクを中止するか
- Source:
-
aggregateScreeningEvent()
-
上映イベントデータをID指定で集計する
- Source:
-
call()
-
タスク実行関数
-
call()
-
タスク実行関数
-
call()
-
タスク実行関数
- Source:
-
call()
-
タスク実行関数
- Source:
-
cancel()
-
取引中止
- Source:
-
cancelPendingReservation()
-
進行中の予約をキャンセルする
- Source:
-
cancelReservation()
-
予約をキャンセルする
- Source:
-
confirm()
-
取引確定
-
confirm()
-
取引確定
- Source:
-
confirmReservation()
-
予約を確定する
- Source:
-
execute(task)
-
execute a task
タスクを実行するParameters:
Name Type Description task
タスクオブジェクト
- Source:
-
executeByName(taskName)
-
execute a task by taskName
タスク名でタスクをひとつ実行するParameters:
Name Type Description taskName
タスク名
- Source:
-
exportTasks()
-
ひとつの取引のタスクをエクスポートする
-
exportTasks()
-
ひとつの取引のタスクをエクスポートする
- Source:
-
exportTasksById()
-
ID指定で取引のタスク出力
-
exportTasksById()
-
ID指定で取引のタスク出力
- Source:
-
retry(intervalInMinutes)
-
retry tasks in running status
実行中ステータスのままになっているタスクをリトライするParameters:
Name Type Description intervalInMinutes
最終トライ日時から何分経過したタスクをリトライするか
- Source:
-
searchScreeningEventTicketOffers()
-
上映イベントに対するオファーを検索する
- Source:
-
start()
-
取引開始
-
start()
-
取引開始
- Source: