Interface PIAGSMUtilBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PIAGSMUtilBeanImpl

public interface PIAGSMUtilBean extends Remote
Controller interface for GSM devices.
  • Method Details

    • getSSAndServiceERAStatusFormat

      String getSSAndServiceERAStatusFormat() throws RemoteException
      Retrieves the display field format string for supplementary services status and service level ERAs status.
      Returns:
      the display field format string.
      Throws:
      RemoteException
    • getNetworkElementChoices

      Vector getNetworkElementChoices() throws RemoteException
      Retrieves network elements for both SIM and Number.
      Returns:
      all network elements.
      Throws:
      RemoteException
    • getSIMStatusFormat

      String getSIMStatusFormat() throws RemoteException
      Retrieves the display field format string for SIM card status.
      Returns:
      the display field format string for SIM card status.
      Throws:
      RemoteException
    • getStatusFormat

      String getStatusFormat(String devType) throws RemoteException
      Retrieves the display field format string for SIM card status.
      Parameters:
      devType - The device type to lookup (i.e. sim, num, cdma, etc)
      Returns:
      the display field format string for SIM card status.
      Throws:
      RemoteException
    • getNumStatusFormat

      String getNumStatusFormat() throws RemoteException
      Retrieves the display field format string for number status.
      Returns:
      the display field format string for number status.
      Throws:
      RemoteException
    • getNumCategoryFormat

      String getNumCategoryFormat() throws RemoteException
      Retrieves the display field format string for number category.
      Returns:
      the display field format string for number category.
      Throws:
      RemoteException
    • getNumVanityFormat

      String getNumVanityFormat() throws RemoteException
      Retrieves the display field format string for number vanity.
      Returns:
      the display field format string for number vanity.
      Throws:
      RemoteException
    • getPromotionTypeDescription

      Map getPromotionTypeDescription(PModelHandle model) throws RemoteException
      Retrieves all account or service level promotion type descriptions.
      Parameters:
      model - model handle for account/service flist or poid
      Returns:
      the key to the map is the promotion type and the value is the description for the type.
      Throws:
      RemoteException
    • getPromotionTypeString

      Map getPromotionTypeString(PModelHandle model) throws RemoteException
      Retrieves all account or service level promotion type strings.
      Parameters:
      model - model handle for account/service flist or poid
      Returns:
      the key to the map is the promotion type and the value is the string for the type.
      Throws:
      RemoteException