Package com.portal.bas.comp
Interface PIACanonFieldBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PIACanonFieldBeanImpl
PIACanonFieldBean
is the interface for the PIACanonField
controller.- Version:
- %version: 4 % %date_modified: Thu Apr 19 17:41:01 2001 %
- Author:
- Raghu Venkateshwaran
-
Method Summary
Modifier and TypeMethodDescriptioncanonicalize
(String locale, String val) Converts the inputString
to the Portal canonical form for case-insensitive searches.
-
Method Details
-
canonicalize
Converts the inputString
to the Portal canonical form for case-insensitive searches. The conversion is locale dependent.- Parameters:
locale
- the standardString
that represents the client localeval
- theString
to convert- Returns:
- The converted
String
. - Throws:
RemoteException
- thrown for errors
-