public class EMSETextMessageResourcesScript
extends com.accela.aa.emse.dom.service.BaseAAScript
implements com.accela.aa.emse.dom.service.EMSETextMessageResourcesScriptService
Accela Automation File: EMSETextMessageResourcesScript.java Accela, Inc. Copyright (C): 2008-2014 Description: General interface allows EMSE to get localized message. Notes: $Id: EMSETextMessageResourcesScript.java 270462 2014-04-28 10:05:58Z ..\rain.wang $ Revision History <Date>, <Who>, <What> Aug 12, 2008 Brook Huang Initial.
| Constructor and Description |
|---|
EMSETextMessageResourcesScript()
Instantiates a new eMSE text message resources script.
|
EMSETextMessageResourcesScript(java.lang.String serviceProviderCode,
com.accela.aa.emse.dom.service.CachedService cachedService)
Constructor with service provider code.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalMessage(java.lang.String key)
Get localized message by resource key.
|
java.lang.String |
getLocalMessage(java.lang.String key,
java.lang.Object[] objs)
Get localized message by resource key and variables.
|
public EMSETextMessageResourcesScript()
throws com.accela.aa.exception.AAException
com.accela.aa.exception.AAException - the AA exceptionpublic EMSETextMessageResourcesScript(java.lang.String serviceProviderCode,
com.accela.aa.emse.dom.service.CachedService cachedService)
throws com.accela.aa.exception.AAException
serviceProviderCode - the service provider codecom.accela.aa.exception.AAException - the AA exceptionpublic java.lang.String getLocalMessage(java.lang.String key)
getLocalMessage in interface com.accela.aa.emse.dom.service.EMSETextMessageResourcesScriptServicekey - java.lang.Exceptionpublic java.lang.String getLocalMessage(java.lang.String key,
java.lang.Object[] objs)
getLocalMessage in interface com.accela.aa.emse.dom.service.EMSETextMessageResourcesScriptServicekey - objs -