Center-Cut Status Related API
This section introduces APIs related to the Center-Cut job status.
1. Center-Cut Status Inquiry API
-
BXMCcutWorkUtils.checkCcutStatus(String domainId, String ccId, String pcsnDt, int acptNo, int tnNo)
Inquires the status of a Center-Cut job in a Multi-Domain environment.
| Type | Name | Description |
|---|---|---|
String |
domainId |
Domain ID |
String |
ccId |
Center-Cut ID |
String |
pcsnDt |
Processing date |
int |
acptNo |
Acceptance Number |
int |
tnNo |
Round Number |
| Type | Description |
|---|---|
CcutStatus |
Enum class defining Center-Cut status |
-
BXMCcutWorkUtils.checkCcutStatus(String ccId, String pcsnDt, int acptNo, int tnNo)
Inquires the status of a Center-Cut job.
| Type | Name | Description |
|---|---|---|
String |
ccId |
Center-Cut ID |
String |
pcsnDt |
Processing date |
int |
acptNo |
Acceptance Number |
int |
tnNo |
Round Number |
| Type | Description |
|---|---|
CcutStatus |
Enum class defining Center-Cut status |
2. Final Acceptance Number Acquisition API
-
BXMCcutWorkUtils.getLastAcptNo(String ccId, String pcsnDt)
Returns the final acceptance number.
| Type | Name | Description |
|---|---|---|
String |
ccId |
Center-Cut job ID |
String |
pcsnDt |
Acceptance date |
| Type | Description |
|---|---|
Integer |
Returns the final acceptance number based on the input domain ID, Center-Cut ID, and acceptance date. |
-
BXMCcutWorkUtils.getLastAcptNo(String domainId, String ccId, String pcsnDt)
Returns the final acceptance number in a Multi-Domain environment.
| Type | Name | Description |
|---|---|---|
String |
domainId |
Domain ID |
String |
ccId |
Center-Cut job ID |
String |
pcsnDt |
Acceptance date |
| Type | Description |
|---|---|
Integer |
Returns the final acceptance number based on the input domain ID, Center-Cut ID, and acceptance date. |