public class PLocaleBeanImpl extends PIAComponentCollectionBean implements PLocaleBean
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY| Constructor and Description |
|---|
PLocaleBeanImpl()
Create a new Locale Bean object
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMessageIDFromString(String message,
int FacilityID)
Return the message id based on the message and the "facility" id
|
String |
getMessageString(String domain,
int id)
Return a message string based on the domain and the message id of the string
|
String |
getMessageStringFromID(int id,
int FacilityID)
Return a message string based on the "facility" id and the message id of the string
|
addChild, getCollectedData, getSelectionDataFor, removeChild, updateaddRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferencedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModelpublic PLocaleBeanImpl()
throws RemoteException
RemoteExceptionpublic String getMessageString(String domain, int id) throws RemoteException
getMessageString in interface PLocaleBeandomain - - the infranet "facility"/"domain" string valueid - - the message id of the string to getRemoteExceptionpublic String getMessageStringFromID(int id, int FacilityID) throws RemoteException
getMessageStringFromID in interface PLocaleBeanid - - message id of the stringFacilityID - - the infranet "facility" numeric id valueRemoteExceptionpublic Integer getMessageIDFromString(String message, int FacilityID) throws RemoteException
getMessageIDFromString in interface PLocaleBeanmessage - - the string messageFacilityID - - the infranet "facility" numeric id valueRemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.