public class ConditionScript
extends com.accela.aa.emse.dom.service.BaseAAScript
implements com.accela.aa.emse.dom.service.ConditionScriptService
Constructor and Description |
---|
ConditionScript()
ConditionScript Constructor.
|
ConditionScript(java.lang.String serviceProviderCode,
java.lang.String auditID)
ConditionScript Constructor.
|
Modifier and Type | Method and Description |
---|---|
ScriptResult |
createCondition(com.accela.aa.condition.condition.ConditionModel condition)
create Condition.
|
ScriptResult |
createCondition(com.accela.aa.condition.condition.ConditionModel[] multiLangConditions,
com.accela.aa.condition.condition.ConditionModel condition)
create Conditions for multi Lang .
|
ScriptResult |
createCondition(ConditionScriptModel condition)
create Condition.
|
ScriptResult |
createConditionFromStdCondition(com.accela.aa.condition.condition.ConditionModel conditionModel,
java.lang.String strStdCondNumber)
create Condition From Std Condition.
|
ScriptResult |
createConditionFromStdCondition(ConditionScriptModel conditionModel,
java.lang.String strStdCondNumber)
create Condition From StdCondition.
|
ScriptResult |
createConditionWithMulLangs(ConditionScriptModel[] multiLangConditions,
ConditionScriptModel condition)
create Condition.
|
ScriptResult |
editField4TemplateForm(com.accela.aa.template.entity.EntityPKModel entityPKModel,
com.accela.aa.template.field.GenericTemplateFieldPK fieldPK,
java.lang.String newValue)
edit Field For Template Form.
|
ScriptResult |
editTableValue4TemplateTable(com.accela.aa.template.entity.EntityPKModel entityPKModel,
com.accela.aa.template.field.GenericTemplateFieldPK fieldPK,
java.lang.String newValue,
java.lang.Long rowIndex)
edit Table Value For Template Table.
|
ScriptResult |
getAssetCondition(long assetNumber,
long conditionNumber)
get Asset Condition.
|
ScriptResult |
getCondition(com.accela.aa.condition.condition.ConditionModel condition,
java.lang.String lang)
get Condition.
|
ScriptResult |
getCondition(ConditionScriptModel condition,
java.lang.String lang)
get Condition by PK with language.
|
ScriptResult |
getFields4TemplateForm(com.accela.aa.template.entity.EntityPKModel entityPKModel,
com.accela.aa.template.field.GenericTemplateFieldPK fieldPK)
get Fields For Template Form.
|
ScriptResult |
getFields4TemplateTable(com.accela.aa.template.entity.EntityPKModel entityPKModel,
com.accela.aa.template.field.GenericTemplateFieldPK fieldPK)
get Fields 4 Template Table.
|
ScriptResult |
getNewAssetConditionScriptModel() |
ScriptResult |
getNewConditionScriptModel()
get New ConditionScriptModel.
|
ScriptResult |
getNewOwnerConditionScriptModel() |
ScriptResult |
getOwnerCondition(long ownerNumber,
long conditionNumber)
get Owner Condition.
|
public ConditionScript()
public ConditionScript(java.lang.String serviceProviderCode, java.lang.String auditID)
serviceProviderCode
- auditID
- public ScriptResult createCondition(com.accela.aa.condition.condition.ConditionModel condition) throws java.rmi.RemoteException, com.accela.aa.exception.AAException
com.accela.aa.emse.dom.service.ConditionScriptService
createCondition
in interface com.accela.aa.emse.dom.service.ConditionScriptService
java.rmi.RemoteException
com.accela.aa.exception.AAException
public ScriptResult createCondition(ConditionScriptModel condition)
com.accela.aa.emse.dom.service.ConditionScriptService
createCondition
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult createConditionFromStdCondition(com.accela.aa.condition.condition.ConditionModel conditionModel, java.lang.String strStdCondNumber)
com.accela.aa.emse.dom.service.ConditionScriptService
createConditionFromStdCondition
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult createConditionFromStdCondition(ConditionScriptModel conditionModel, java.lang.String strStdCondNumber)
com.accela.aa.emse.dom.service.ConditionScriptService
createConditionFromStdCondition
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult createCondition(com.accela.aa.condition.condition.ConditionModel[] multiLangConditions, com.accela.aa.condition.condition.ConditionModel condition)
com.accela.aa.emse.dom.service.ConditionScriptService
createCondition
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult createConditionWithMulLangs(ConditionScriptModel[] multiLangConditions, ConditionScriptModel condition)
com.accela.aa.emse.dom.service.ConditionScriptService
createConditionWithMulLangs
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult getCondition(com.accela.aa.condition.condition.ConditionModel condition, java.lang.String lang)
com.accela.aa.emse.dom.service.ConditionScriptService
getCondition
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult getCondition(ConditionScriptModel condition, java.lang.String lang)
com.accela.aa.emse.dom.service.ConditionScriptService
getCondition
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult getOwnerCondition(long ownerNumber, long conditionNumber)
com.accela.aa.emse.dom.service.ConditionScriptService
getOwnerCondition
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult getAssetCondition(long assetNumber, long conditionNumber)
com.accela.aa.emse.dom.service.ConditionScriptService
getAssetCondition
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult getNewConditionScriptModel()
com.accela.aa.emse.dom.service.ConditionScriptService
getNewConditionScriptModel
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult getNewOwnerConditionScriptModel()
public ScriptResult getNewAssetConditionScriptModel()
public ScriptResult editField4TemplateForm(com.accela.aa.template.entity.EntityPKModel entityPKModel, com.accela.aa.template.field.GenericTemplateFieldPK fieldPK, java.lang.String newValue)
com.accela.aa.emse.dom.service.ConditionScriptService
editField4TemplateForm
in interface com.accela.aa.emse.dom.service.ConditionScriptService
entityPKModel
- Entity PK ModelfieldPK
- Generic Template Field PKnewValue
- new Valuepublic ScriptResult getFields4TemplateForm(com.accela.aa.template.entity.EntityPKModel entityPKModel, com.accela.aa.template.field.GenericTemplateFieldPK fieldPK)
com.accela.aa.emse.dom.service.ConditionScriptService
getFields4TemplateForm
in interface com.accela.aa.emse.dom.service.ConditionScriptService
entityPKModel
- Entity PK ModelfieldPK
- Generic Template Field PKpublic ScriptResult getFields4TemplateTable(com.accela.aa.template.entity.EntityPKModel entityPKModel, com.accela.aa.template.field.GenericTemplateFieldPK fieldPK)
com.accela.aa.emse.dom.service.ConditionScriptService
getFields4TemplateTable
in interface com.accela.aa.emse.dom.service.ConditionScriptService
public ScriptResult editTableValue4TemplateTable(com.accela.aa.template.entity.EntityPKModel entityPKModel, com.accela.aa.template.field.GenericTemplateFieldPK fieldPK, java.lang.String newValue, java.lang.Long rowIndex)
com.accela.aa.emse.dom.service.ConditionScriptService
editTableValue4TemplateTable
in interface com.accela.aa.emse.dom.service.ConditionScriptService