public class GenericTemplateScript
extends com.accela.aa.emse.dom.service.BaseAAScript
implements com.accela.aa.emse.dom.service.GenericTemplateScriptService
Accela Automation
File: GenericTemplateScript.java
Accela, Inc.
Copyright (C): 2011-2014
Description:
TODO
Notes:
$Id: GenericTemplateScript.java 192940 2011-03-16 08:34:38Z ..\william.wang $
Revision History
<Date>, <Who>, <What>
Mar 10, 2011 jovy.wang Initial.
| Constructor and Description |
|---|
GenericTemplateScript() |
GenericTemplateScript(java.lang.String serviceProviderCode,
java.lang.String callerID,
com.accela.aa.emse.dom.service.CachedService cachedService) |
| Modifier and Type | Method and Description |
|---|---|
com.accela.aa.template.field.GenericTemplateTableValue |
createGenericTemplateTableValue(java.lang.Long rowIndex,
com.accela.aa.template.field.GenericTemplateAttribute field,
java.lang.String value)
create new GenericTemplateTableValue.
|
com.accela.aa.template.subgroup.TemplateRow |
createTemplateRow(java.lang.Long rowIndex,
java.util.List<com.accela.aa.template.field.GenericTemplateTableValue> values)
create new template row.
|
ScriptResult |
getTemplate(com.accela.aa.template.entity.EntityPKModel entityPKModel)
get Template.
|
ScriptResult |
getTemplateStructureByGroupName(java.lang.String groupName)
Method getTemplateStructureByGroupName.
|
public GenericTemplateScript(java.lang.String serviceProviderCode,
java.lang.String callerID,
com.accela.aa.emse.dom.service.CachedService cachedService)
throws com.accela.aa.exception.AAException
com.accela.aa.exception.AAExceptionpublic GenericTemplateScript()
throws com.accela.aa.exception.AAException
com.accela.aa.exception.AAExceptionpublic com.accela.aa.template.field.GenericTemplateTableValue createGenericTemplateTableValue(java.lang.Long rowIndex,
com.accela.aa.template.field.GenericTemplateAttribute field,
java.lang.String value)
com.accela.aa.emse.dom.service.GenericTemplateScriptServicecreateGenericTemplateTableValue in interface com.accela.aa.emse.dom.service.GenericTemplateScriptServicerowIndex - row indexfield - fieldvalue - valuepublic com.accela.aa.template.subgroup.TemplateRow createTemplateRow(java.lang.Long rowIndex,
java.util.List<com.accela.aa.template.field.GenericTemplateTableValue> values)
com.accela.aa.emse.dom.service.GenericTemplateScriptServicecreateTemplateRow in interface com.accela.aa.emse.dom.service.GenericTemplateScriptServicerowIndex - row indexvalues - valuespublic ScriptResult getTemplate(com.accela.aa.template.entity.EntityPKModel entityPKModel)
com.accela.aa.emse.dom.service.GenericTemplateScriptServicegetTemplate in interface com.accela.aa.emse.dom.service.GenericTemplateScriptServiceentityPKModel - entityPKModelpublic ScriptResult getTemplateStructureByGroupName(java.lang.String groupName)
com.accela.aa.emse.dom.service.GenericTemplateScriptServicegetTemplateStructureByGroupName in interface com.accela.aa.emse.dom.service.GenericTemplateScriptServicegroupName - Template Form Group code