Package com.portal.app.cc.comp
Class PLocaleBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.app.cc.comp.PLocaleBeanImpl
- All Implemented Interfaces:
PLocaleBean
,PIACollectionBean
,PControllerBean
,Serializable
,Remote
,Unreferenced
Locale functions...
- Version:
- %version: 2 % %date_modified: Wed Dec 05 14:10:21 2001 %
- Author:
- anthony
- See Also:
-
Field Summary
Fields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMessageIDFromString
(String message, int FacilityID) Return the message id based on the message and the "facility" idgetMessageString
(String domain, int id) Return a message string based on the domain and the message id of the stringgetMessageStringFromID
(int id, int FacilityID) Return a message string based on the "facility" id and the message id of the stringMethods inherited from class com.portal.bas.comp.PIAComponentCollectionBean
addChild, getCollectedData, getSelectionDataFor, removeChild, update
Methods inherited from class com.portal.bas.PControllerImpl
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PLocaleBeanImpl
Create a new Locale Bean object- Throws:
RemoteException
-
-
Method Details
-
getMessageString
Return a message string based on the domain and the message id of the string- Specified by:
getMessageString
in interfacePLocaleBean
- Parameters:
domain
- - the infranet "facility"/"domain" string valueid
- - the message id of the string to get- Returns:
- String
- Throws:
RemoteException
-
getMessageStringFromID
Return a message string based on the "facility" id and the message id of the string- Specified by:
getMessageStringFromID
in interfacePLocaleBean
- Parameters:
id
- - message id of the stringFacilityID
- - the infranet "facility" numeric id value- Returns:
- String
- Throws:
RemoteException
-
getMessageIDFromString
Return the message id based on the message and the "facility" id- Specified by:
getMessageIDFromString
in interfacePLocaleBean
- Parameters:
message
- - the string messageFacilityID
- - the infranet "facility" numeric id value- Returns:
- Integer
- Throws:
RemoteException
-