public interface PSummaryPageBean extends Remote
Modifier and Type | Method and Description |
---|---|
String |
getLanguage()
returns the locale of the currently active account
|
String |
getNumAdditionalContacts()
returns the number of contacts besides the main contact
of the currently active account
|
int[] |
getNumDeferredActions()
returns the number of pending deferred actions and total number of deferred actions
of the currently active account
|
boolean |
isSelfRegistered()
returns if the currently active account is self registered or not
|
String getLanguage() throws RemoteException
RemoteException
String getNumAdditionalContacts() throws RemoteException
RemoteException
int[] getNumDeferredActions() throws RemoteException
RemoteException
boolean isSelfRegistered() throws RemoteException
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.