public interface PIACanonFieldBean extends Remote
PIACanonFieldBean is the interface for the PIACanonField
controller.| Modifier and Type | Method and Description |
|---|---|
String |
canonicalize(String locale,
String val)
Converts the input
String to the Portal canonical form for
case-insensitive searches. |
String canonicalize(String locale, String val) throws RemoteException
String to the Portal canonical form for
case-insensitive searches. The conversion is locale dependent.locale - the standard String that
represents the client localeval - the String to convertString.RemoteException - thrown for errorsCopyright © 2003, 2023, Oracle and/or its affiliates.