public class TaskSpecificInfoScript
extends com.accela.aa.emse.dom.service.BaseAAScript
implements com.accela.aa.emse.dom.service.TaskSpecificInfoScriptService
Accela Automation File: AppSpecificInfoScript.java Accela, Inc. Copyright (C): 2002-2013 Description: To allow script writer's to access application specific information (select and update). Notes: Revision History: 07/11/2005, Peter Lu, Initial Version. 11/01/2006 Michael Mao cache service object. 01/03/2007 Chandler Huang Added the method for getting TaskSpecificInfoScriptModel.
Constructor and Description |
---|
TaskSpecificInfoScript()
Constructor for TaskSpecificInfoScript.
|
TaskSpecificInfoScript(java.lang.String serviceProviderCode,
java.lang.String auditID)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ScriptResult |
editTaskSpecInfos(com.accela.aa.aamain.cap.TaskSpecificInfoModel[] bchckboxs)
Edit task specific infos.
|
ScriptResult |
getTaskSpecificInfoByTask(com.accela.aa.aamain.cap.CapIDModel capID,
long processID,
int stepNumber)
Get askSpecifiInfo by Task.
|
ScriptResult |
getTaskSpecificInfoScriptModel()
Get a TaskSpecificScriptModel
|
ScriptResult |
getTaskSpecifiInfoByDesc(com.accela.aa.aamain.cap.CapIDModel capID,
long processID,
int stepNumber,
java.lang.String checkboxDesc)
Get by checkboxDesc.
|
public TaskSpecificInfoScript(java.lang.String serviceProviderCode, java.lang.String auditID) throws com.accela.aa.exception.AAException
serviceProviderCode
- agency codeauditID
- the caller idcom.accela.aa.exception.AAException
- the AA exceptionpublic TaskSpecificInfoScript() throws com.accela.aa.exception.AAException
com.accela.aa.exception.AAException
- the AA exceptionpublic ScriptResult getTaskSpecificInfoScriptModel()
com.accela.aa.emse.dom.service.TaskSpecificInfoScriptService
getTaskSpecificInfoScriptModel
in interface com.accela.aa.emse.dom.service.TaskSpecificInfoScriptService
public ScriptResult getTaskSpecifiInfoByDesc(com.accela.aa.aamain.cap.CapIDModel capID, long processID, int stepNumber, java.lang.String checkboxDesc)
com.accela.aa.emse.dom.service.TaskSpecificInfoScriptService
getTaskSpecifiInfoByDesc
in interface com.accela.aa.emse.dom.service.TaskSpecificInfoScriptService
capID
- CapIDModelprocessID
- process idstepNumber
- step numbercheckboxDesc
- checkboxDescpublic ScriptResult getTaskSpecificInfoByTask(com.accela.aa.aamain.cap.CapIDModel capID, long processID, int stepNumber)
com.accela.aa.emse.dom.service.TaskSpecificInfoScriptService
getTaskSpecificInfoByTask
in interface com.accela.aa.emse.dom.service.TaskSpecificInfoScriptService
capID
- CapIDModelprocessID
- process idstepNumber
- step numberpublic ScriptResult editTaskSpecInfos(com.accela.aa.aamain.cap.TaskSpecificInfoModel[] bchckboxs)
com.accela.aa.emse.dom.service.TaskSpecificInfoScriptService
editTaskSpecInfos
in interface com.accela.aa.emse.dom.service.TaskSpecificInfoScriptService
bchckboxs
- the array of TaskSpecificInfoModel