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 inputStringto the Portal canonical form for case-insensitive searches.
-
Method Details
-
canonicalize
Converts the inputStringto the Portal canonical form for case-insensitive searches. The conversion is locale dependent.- Parameters:
locale- the standardStringthat represents the client localeval- theStringto convert- Returns:
- The converted
String. - Throws:
RemoteException- thrown for errors
-