Interface PIAAccountInfoBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PIAAccountInfoBeanImpl

public interface PIAAccountInfoBean extends Remote
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the Java locale for this account.
    com.portal.app.util.CustomerValErrorData[]
    save(PModelHandle saveData)
     
  • Method Details

    • save

      com.portal.app.util.CustomerValErrorData[] save(PModelHandle saveData) throws RemoteException
      Throws:
      RemoteException
    • getAccountLocale

      Locale getAccountLocale(PModelHandle accountModel) throws RemoteException
      Retrieves the Java locale for this account.
      Parameters:
      accountModel - An account object represented as a PModelHandle.
      Returns:
      the Java locale for this account or system locale if a corresponding Java locale doesn't exist.
      Throws:
      RemoteException