Interface PSummaryPageBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PSummaryPageBeanImpl

public interface PSummaryPageBean extends Remote
  • Method Summary

    Modifier and Type
    Method
    Description
    returns the locale of the currently active account
    returns the number of contacts besides the main contact of the currently active account
    int[]
    returns the number of pending deferred actions and total number of deferred actions of the currently active account
    boolean
    returns if the currently active account is self registered or not
  • Method Details

    • getLanguage

      String getLanguage() throws RemoteException
      returns the locale of the currently active account
      Throws:
      RemoteException
    • getNumAdditionalContacts

      String getNumAdditionalContacts() throws RemoteException
      returns the number of contacts besides the main contact of the currently active account
      Throws:
      RemoteException
    • getNumDeferredActions

      int[] getNumDeferredActions() throws RemoteException
      returns the number of pending deferred actions and total number of deferred actions of the currently active account
      Throws:
      RemoteException
    • isSelfRegistered

      boolean isSelfRegistered() throws RemoteException
      returns if the currently active account is self registered or not
      Throws:
      RemoteException