Package com.portal.app.cc.comp
Interface PSummaryPageBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PSummaryPageBeanImpl
-
Method Summary
Modifier and TypeMethodDescriptionreturns the locale of the currently active accountreturns the number of contacts besides the main contact of the currently active accountint[]
returns the number of pending deferred actions and total number of deferred actions of the currently active accountboolean
returns if the currently active account is self registered or not
-
Method Details
-
getLanguage
returns the locale of the currently active account- Throws:
RemoteException
-
getNumAdditionalContacts
returns the number of contacts besides the main contact of the currently active account- Throws:
RemoteException
-
getNumDeferredActions
returns the number of pending deferred actions and total number of deferred actions of the currently active account- Throws:
RemoteException
-
isSelfRegistered
returns if the currently active account is self registered or not- Throws:
RemoteException
-