Package com.portal.app.ccare.comp
Interface PIAGSMUtilBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PIAGSMUtilBeanImpl
Controller interface for GSM devices.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves network elements for both SIM and Number.Retrieves the display field format string for number category.Retrieves the display field format string for number status.Retrieves the display field format string for number vanity.Retrieves all account or service level promotion type descriptions.Retrieves all account or service level promotion type strings.Retrieves the display field format string for SIM card status.Retrieves the display field format string for supplementary services status and service level ERAs status.getStatusFormat
(String devType) Retrieves the display field format string for SIM card status.
-
Method Details
-
getSSAndServiceERAStatusFormat
Retrieves the display field format string for supplementary services status and service level ERAs status.- Returns:
- the display field format string.
- Throws:
RemoteException
-
getNetworkElementChoices
Retrieves network elements for both SIM and Number.- Returns:
- all network elements.
- Throws:
RemoteException
-
getSIMStatusFormat
Retrieves the display field format string for SIM card status.- Returns:
- the display field format string for SIM card status.
- Throws:
RemoteException
-
getStatusFormat
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
Retrieves the display field format string for number status.- Returns:
- the display field format string for number status.
- Throws:
RemoteException
-
getNumCategoryFormat
Retrieves the display field format string for number category.- Returns:
- the display field format string for number category.
- Throws:
RemoteException
-
getNumVanityFormat
Retrieves the display field format string for number vanity.- Returns:
- the display field format string for number vanity.
- Throws:
RemoteException
-
getPromotionTypeDescription
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
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
-