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,
com.accela.aa.emse.dom.service.CachedService cachedService)
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()
throws com.accela.aa.exception.AAException
com.accela.aa.exception.AAException - the AA exceptionpublic ConditionScript(java.lang.String serviceProviderCode,
java.lang.String auditID,
com.accela.aa.emse.dom.service.CachedService cachedService)
throws com.accela.aa.exception.AAException
serviceProviderCode - auditID - com.accela.aa.exception.AAException - the AA exceptionpublic ScriptResult createCondition(com.accela.aa.condition.condition.ConditionModel condition) throws java.rmi.RemoteException, com.accela.aa.exception.AAException
com.accela.aa.emse.dom.service.ConditionScriptServicecreateCondition in interface com.accela.aa.emse.dom.service.ConditionScriptServicejava.rmi.RemoteExceptioncom.accela.aa.exception.AAExceptionpublic ScriptResult createCondition(ConditionScriptModel condition)
com.accela.aa.emse.dom.service.ConditionScriptServicecreateCondition in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic ScriptResult createConditionFromStdCondition(com.accela.aa.condition.condition.ConditionModel conditionModel, java.lang.String strStdCondNumber)
com.accela.aa.emse.dom.service.ConditionScriptServicecreateConditionFromStdCondition in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic ScriptResult createConditionFromStdCondition(ConditionScriptModel conditionModel, java.lang.String strStdCondNumber)
com.accela.aa.emse.dom.service.ConditionScriptServicecreateConditionFromStdCondition in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic ScriptResult createCondition(com.accela.aa.condition.condition.ConditionModel[] multiLangConditions, com.accela.aa.condition.condition.ConditionModel condition)
com.accela.aa.emse.dom.service.ConditionScriptServicecreateCondition in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic ScriptResult createConditionWithMulLangs(ConditionScriptModel[] multiLangConditions, ConditionScriptModel condition)
com.accela.aa.emse.dom.service.ConditionScriptServicecreateConditionWithMulLangs in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic ScriptResult getCondition(com.accela.aa.condition.condition.ConditionModel condition, java.lang.String lang)
com.accela.aa.emse.dom.service.ConditionScriptServicegetCondition in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic ScriptResult getCondition(ConditionScriptModel condition, java.lang.String lang)
com.accela.aa.emse.dom.service.ConditionScriptServicegetCondition in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic ScriptResult getOwnerCondition(long ownerNumber, long conditionNumber)
com.accela.aa.emse.dom.service.ConditionScriptServicegetOwnerCondition in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic ScriptResult getAssetCondition(long assetNumber, long conditionNumber)
com.accela.aa.emse.dom.service.ConditionScriptServicegetAssetCondition in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic ScriptResult getNewConditionScriptModel()
com.accela.aa.emse.dom.service.ConditionScriptServicegetNewConditionScriptModel in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic 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.ConditionScriptServiceeditField4TemplateForm in interface com.accela.aa.emse.dom.service.ConditionScriptServiceentityPKModel - 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.ConditionScriptServicegetFields4TemplateForm in interface com.accela.aa.emse.dom.service.ConditionScriptServiceentityPKModel - 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.ConditionScriptServicegetFields4TemplateTable in interface com.accela.aa.emse.dom.service.ConditionScriptServicepublic 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.ConditionScriptServiceeditTableValue4TemplateTable in interface com.accela.aa.emse.dom.service.ConditionScriptService