Constructor
new EzComboMaker()
Members
action :string
- Description:
transaction 함수 실행시 action값
transaction 함수 실행시 action값
Type:
- string
Example
var action = this.comboMaker.action;
this.comboMaker.set_action = "basic";
autoInit :boolean
- Description:
폼 로드시 자동 구성 여부
폼 로드시 자동 구성 여부
Type:
- boolean
Example
var isAuto = this.comboMaker.initAuto;
this.comboMaker.initAuto = true;
initChainAuto :boolean
- Description:
초기화시 자동으로 연계콤보를 구성할지 여부
초기화시 자동으로 연계콤보를 구성할지 여부
Type:
- boolean
Example
var isAuto = this.comboMaker.initChainAuto;
this.comboMaker.initChainAuto = false;
opInDsNames :string
- Description:
In절로 사용할 Dataset 명칭
In절로 사용할 Dataset 명칭
Type:
- string
Example
var names = this.comboMaker.opInDsNames;
this.comboMaker.opInDsNames = "ds_opIn1 ds_opIn2";
transOption :string
- Description:
Transcation 요청시 option 값
Transcation 요청시 option 값
Type:
- string
Example
var names = this.comboMaker.opInDsNames;
this.comboMaker.opInDsNames = "NOSESSION";
(static, readonly) LOG_KEY :string
- Description:
로깅용 키
로깅용 키
Type:
- string
Methods
rebuild()
- Description:
콤보를 재설정합니다 (transaction 포함)
Example
this.comboMaker.rebuild();
set_action(action)
- Description:
transaction 함수 실행시 action값 설정
Example
this.comboMaker.set_action("basic");
Parameters:
| Name | Type | Description |
|---|---|---|
action |
string | transaction 함수 실행시 action값 |
set_initAuto(initAuto)
- Description:
폼 로드시 자동 구성 여부 설정
Example
this.comboMaker.set_initAuto(true);
Parameters:
| Name | Type | Description |
|---|---|---|
initAuto |
boolean | 폼 로드시 자동 구성 여부 |
set_initChainAuto(initChainAuto)
- Description:
기화시 자동으로 연계콤보를 구성할지 여부 설정
Example
this.comboMaker.set_initChainAuto(false);
Parameters:
| Name | Type | Description |
|---|---|---|
initChainAuto |
boolean | 초기화시 자동으로 연계콤보를 구성할지 여부 |
set_opInDsNames(opInDsNames)
- Description:
In절로 사용할 Dataset 명칭 설정
Example
this.comboMaker.set_opInDsNames("ds_opIn1 ds_opIn2");
Parameters:
| Name | Type | Description |
|---|---|---|
opInDsNames |
string | In절로 사용할 Dataset 명칭 |
set_transOption(transOption)
- Description:
Transcation 요청시 option 값 설정
Example
this.comboMaker.set_transOption("NOSESSION");
Parameters:
| Name | Type | Description |
|---|---|---|
transOption |
string | Transcation 요청시 option 값 |