Package com.portal.app.ccare.comp
Class PIAGSMUtilBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.app.ccare.comp.PIAGSMUtilBeanImpl
- All Implemented Interfaces:
PIAGSMUtilBean
,PIACollectionBean
,PControllerBean
,Serializable
,Remote
,Unreferenced
Implementation class for PIAGSMUtilBean interface.
- See Also:
-
Field Summary
Fields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
-
Constructor Summary
Constructors -
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 descriptions.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.Methods inherited from class com.portal.bas.comp.PIAComponentCollectionBean
addChild, getCollectedData, getSelectionDataFor, removeChild, update
Methods inherited from class com.portal.bas.PControllerImpl
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PIAGSMUtilBeanImpl
Creates a new GSM utilities bean.- Throws:
RemoteException
-
-
Method Details
-
getSSAndServiceERAStatusFormat
Retrieves the display field format string for supplementary services status and service level ERAs status.- Specified by:
getSSAndServiceERAStatusFormat
in interfacePIAGSMUtilBean
- Returns:
- the display field format string.
- Throws:
RemoteException
-
getNetworkElementChoices
Retrieves network elements for both SIM and Number.- Specified by:
getNetworkElementChoices
in interfacePIAGSMUtilBean
- Returns:
- all network elements.
- Throws:
RemoteException
-
getStatusFormat
Retrieves the display field format string for SIM card status.- Specified by:
getStatusFormat
in interfacePIAGSMUtilBean
- 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
-
getSIMStatusFormat
Retrieves the display field format string for SIM card status.- Specified by:
getSIMStatusFormat
in interfacePIAGSMUtilBean
- Returns:
- the display field format string for SIM card status.
- Throws:
RemoteException
-
getNumStatusFormat
Retrieves the display field format string for number status.- Specified by:
getNumStatusFormat
in interfacePIAGSMUtilBean
- Returns:
- the display field format string for number status.
- Throws:
RemoteException
-
getNumCategoryFormat
Retrieves the display field format string for number category.- Specified by:
getNumCategoryFormat
in interfacePIAGSMUtilBean
- Returns:
- the display field format string for number category.
- Throws:
RemoteException
-
getNumVanityFormat
Retrieves the display field format string for number vanity.- Specified by:
getNumVanityFormat
in interfacePIAGSMUtilBean
- Returns:
- the display field format string for number vanity.
- Throws:
RemoteException
-
getPromotionTypeDescription
Retrieves all account or service level promotion type descriptions.- Specified by:
getPromotionTypeDescription
in interfacePIAGSMUtilBean
- 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 descriptions.- Specified by:
getPromotionTypeString
in interfacePIAGSMUtilBean
- 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
-