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-2014 Description: Notes: $Id: AppSpecificTableScript.java 270462 2014-04-28 10:05:58Z ..\rain.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,
com.accela.aa.emse.dom.service.CachedService cachedService)
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,
com.accela.aa.emse.dom.service.CachedService cachedService)
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.AppSpecificTableScriptServicegetAppSpecificTableModel in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptServicepublic ScriptResult getAppSpecificTableModel(com.accela.aa.aamain.cap.CapIDModel cap, java.lang.String tableName)
com.accela.aa.emse.dom.service.AppSpecificTableScriptServicegetAppSpecificTableModel in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptServicepublic ScriptResult getAppSpecificGroupTableNames(com.accela.aa.aamain.cap.CapIDModel cap)
com.accela.aa.emse.dom.service.AppSpecificTableScriptServicegetAppSpecificGroupTableNames in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptServicepublic ScriptResult getAppSpecificTableGroupModel(com.accela.aa.aamain.cap.CapIDModel cap)
com.accela.aa.emse.dom.service.AppSpecificTableScriptServicegetAppSpecificTableGroupModel in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptServicepublic 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.AppSpecificTableScriptServiceeditAppSpecificTableInfos in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptServicepublic ScriptResult removeAppSpecificTableInfos(java.lang.String tableName, com.accela.aa.aamain.cap.CapIDModel cap, java.lang.String callerID)
com.accela.aa.emse.dom.service.AppSpecificTableScriptServiceremoveAppSpecificTableInfos in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptServicepublic CapIDScriptModel createCapIDScriptModel()
com.accela.aa.emse.dom.service.AppSpecificTableScriptServicecreateCapIDScriptModel in interface com.accela.aa.emse.dom.service.AppSpecificTableScriptService