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-2013 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) |
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) throws com.accela.aa.exception.AAException
com.accela.aa.exception.AAException
public GenericTemplateScript() throws com.accela.aa.exception.AAException
com.accela.aa.exception.AAException
public 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.GenericTemplateScriptService
createGenericTemplateTableValue
in interface com.accela.aa.emse.dom.service.GenericTemplateScriptService
rowIndex
- 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.GenericTemplateScriptService
createTemplateRow
in interface com.accela.aa.emse.dom.service.GenericTemplateScriptService
rowIndex
- row indexvalues
- valuespublic ScriptResult getTemplate(com.accela.aa.template.entity.EntityPKModel entityPKModel)
com.accela.aa.emse.dom.service.GenericTemplateScriptService
getTemplate
in interface com.accela.aa.emse.dom.service.GenericTemplateScriptService
entityPKModel
- entityPKModelpublic ScriptResult getTemplateStructureByGroupName(java.lang.String groupName)
com.accela.aa.emse.dom.service.GenericTemplateScriptService
getTemplateStructureByGroupName
in interface com.accela.aa.emse.dom.service.GenericTemplateScriptService
groupName
- Template Form Group code