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, update
addRemoteListener, 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, unreferenced
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
public PLocaleBeanImpl() throws RemoteException
RemoteException
public String getMessageString(String domain, int id) throws RemoteException
getMessageString
in interface PLocaleBean
domain
- - the infranet "facility"/"domain" string valueid
- - the message id of the string to getRemoteException
public String getMessageStringFromID(int id, int FacilityID) throws RemoteException
getMessageStringFromID
in interface PLocaleBean
id
- - message id of the stringFacilityID
- - the infranet "facility" numeric id valueRemoteException
public Integer getMessageIDFromString(String message, int FacilityID) throws RemoteException
getMessageIDFromString
in interface PLocaleBean
message
- - the string messageFacilityID
- - the infranet "facility" numeric id valueRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.