public class AppSpecificTableScript
extends com.accela.aa.emse.dom.service.BaseAAScript
implements com.accela.aa.emse.dom.service.AppSpecificTableScriptService
Accela Automation File: AppSpecificTableScript.java Accela, Inc. Copyright (C): 2001-2013 Description: Notes: $Id: AppSpecificTableScript.java 253262 2013-07-03 08:17:39Z ..\jovy.wang $ Revision History <Date>, <Who>, <What> 3/30/2006, Benson.liu, Initial Version 04/03/2006, Benson.liu, Modify method getAppSpecificTableGroupModel 11/01/2006 Michael Mao cache service object.
Constructor and Description |
---|
AppSpecificTableScript()
Constructor for AppSpecificInfoScript.
|
AppSpecificTableScript(java.lang.String serviceProviderCode,
java.lang.String auditID)
Constructor for AppSpecificInfoScript.
|
Modifier and Type | Method and Description |
---|---|
CapIDScriptModel |
createCapIDScriptModel()
create TrustAccountPeopleScriptModel
|
ScriptResult |
editAppSpecificTableInfos(com.accela.aa.aamain.appspectable.AppSpecificTableModel tableModel,
com.accela.aa.aamain.cap.CapIDModel cap,
java.lang.String callerID)
Method to save AppSpecificTable Information(s).
|
ScriptResult |
getAppSpecificGroupTableNames(com.accela.aa.aamain.cap.CapIDModel cap)
get table Names
|
ScriptResult |
getAppSpecificTableGroupModel(com.accela.aa.aamain.cap.CapIDModel cap)
Method to get All table columns define and values by Cap ID and groupName
|
ScriptResult |
getAppSpecificTableModel(com.accela.aa.aamain.cap.CapIDModel cap,
java.lang.String tableName)
get one table model
|
ScriptResult |
getAppSpecificTableModel(com.accela.aa.aamain.cap.CapIDModel cap,
java.lang.String tableName,
java.lang.String recStatus)
get one table model
|
ScriptResult |
removeAppSpecificTableInfos(java.lang.String tableName,
com.accela.aa.aamain.cap.CapIDModel cap,
java.lang.String callerID)
Method to remove AppSpecificTable Information(s).
|
public AppSpecificTableScript(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 AppSpecificTableScript() throws com.accela.aa.exception.AAException
com.accela.aa.exception.AAException
- the AA exceptionpublic ScriptResult getAppSpecificTableModel(com.accela.aa.aamain.cap.CapIDModel cap, java.lang.String tableName, java.lang.String recStatus)
com.accela.aa.emse.dom.service.AppSpecificTableScriptService
getAppSpecificTableModel
in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptService
public ScriptResult getAppSpecificTableModel(com.accela.aa.aamain.cap.CapIDModel cap, java.lang.String tableName)
com.accela.aa.emse.dom.service.AppSpecificTableScriptService
getAppSpecificTableModel
in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptService
public ScriptResult getAppSpecificGroupTableNames(com.accela.aa.aamain.cap.CapIDModel cap)
com.accela.aa.emse.dom.service.AppSpecificTableScriptService
getAppSpecificGroupTableNames
in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptService
public ScriptResult getAppSpecificTableGroupModel(com.accela.aa.aamain.cap.CapIDModel cap)
com.accela.aa.emse.dom.service.AppSpecificTableScriptService
getAppSpecificTableGroupModel
in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptService
public ScriptResult editAppSpecificTableInfos(com.accela.aa.aamain.appspectable.AppSpecificTableModel tableModel, com.accela.aa.aamain.cap.CapIDModel cap, java.lang.String callerID)
com.accela.aa.emse.dom.service.AppSpecificTableScriptService
editAppSpecificTableInfos
in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptService
public ScriptResult removeAppSpecificTableInfos(java.lang.String tableName, com.accela.aa.aamain.cap.CapIDModel cap, java.lang.String callerID)
com.accela.aa.emse.dom.service.AppSpecificTableScriptService
removeAppSpecificTableInfos
in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptService
public CapIDScriptModel createCapIDScriptModel()
com.accela.aa.emse.dom.service.AppSpecificTableScriptService
createCapIDScriptModel
in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptService