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-2013 Description: General interface allows EMSE to get localized message. Notes: $Id: EMSETextMessageResourcesScript.java 242973 2013-01-21 07:41:46Z bruce.deng $ 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)
Deprecated.
|
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) 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.EMSETextMessageResourcesScriptService
key
- java.lang.Exception
public java.lang.String getLocalMessage(java.lang.String key, java.lang.Object[] objs)
getLocalMessage
in interface com.accela.aa.emse.dom.service.EMSETextMessageResourcesScriptService
key
- objs
-