Package com.portal.bas.comp
Class PIACanonFieldBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.PFieldControllerBean
com.portal.bas.comp.PIAFieldBean
com.portal.bas.comp.PIACanonFieldBeanImpl
- All Implemented Interfaces:
PIACanonFieldBean
,PControllerBean
,PFieldBean
,PLightComponent
,PropertyChangeListener
,Serializable
,Remote
,Unreferenced
,EventListener
PIACanonFieldBeanImpl
implements the controller for
PIACanonField
.- Version:
- %version: 3 % %date_modified: Thu Apr 19 17:41:07 2001 %
- Author:
- Ali Zinatbakhsh
- 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 TypeMethodDescriptioncanonicalize
(String locale, String val) Converts the inputString
to the Portal canonical form for case-insensitive searches.Methods inherited from class com.portal.bas.comp.PIAFieldBean
getDataDescriptor, getLightData, getRemoteListenerHandle, getSelectionDataFor, propertyChange, setLightData, update
Methods inherited from class com.portal.bas.PFieldControllerBean
getAssociatedClass, getDisplayFieldDescription, getDisplaySpec, getField, getFieldSpec, getModelFieldDescription, releaseSpecifications, revertToPrimary, setAssociatedClass, setDisplayFieldDescription, setField, setModelFieldDescription, togglePrimaryToSecondary
Methods inherited from class com.portal.bas.PControllerImpl
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
-
Constructor Details
-
PIACanonFieldBeanImpl
The default constructor. It only calls the default constructor for the superclass.- Throws:
RemoteException
- thrown for errors
-
-
Method Details
-
canonicalize
Converts the inputString
to the Portal canonical form for case-insensitive searches. The conversion is locale dependent.- Specified by:
canonicalize
in interfacePIACanonFieldBean
- Parameters:
locale
- the standardString
that represents the client localeval
- theString
to convert- Returns:
- The converted
String
. - Throws:
RemoteException
- thrown for errors
-