Class PIACanonFieldBeanImpl

All Implemented Interfaces:
PIACanonFieldBean, PControllerBean, PFieldBean, PLightComponent, PropertyChangeListener, Serializable, Remote, Unreferenced, EventListener

public class PIACanonFieldBeanImpl extends PIAFieldBean implements PIACanonFieldBean
PIACanonFieldBeanImpl implements the controller for PIACanonField.
Version:
%version: 3 % %date_modified: Thu Apr 19 17:41:07 2001 %
Author:
Ali Zinatbakhsh
See Also:
  • Constructor Details

    • PIACanonFieldBeanImpl

      public PIACanonFieldBeanImpl() throws RemoteException
      The default constructor. It only calls the default constructor for the superclass.
      Throws:
      RemoteException - thrown for errors
  • Method Details

    • canonicalize

      public String canonicalize(String locale, String val) throws RemoteException
      Converts the input String to the Portal canonical form for case-insensitive searches. The conversion is locale dependent.
      Specified by:
      canonicalize in interface PIACanonFieldBean
      Parameters:
      locale - the standard String that represents the client locale
      val - the String to convert
      Returns:
      The converted String.
      Throws:
      RemoteException - thrown for errors