Package com.portal.app.cc.comp
Class PSummaryPageBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.app.cc.comp.PSummaryPageBeanImpl
- All Implemented Interfaces:
PSummaryPageBean,PIACollectionBean,PControllerBean,Serializable,Remote,Unreferenced
- 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 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 accountbooleanreturns if the currently active account is self registered or notMethods inherited from class com.portal.bas.comp.PIAComponentCollectionBean
addChild, getCollectedData, getSelectionDataFor, removeChild, updateMethods 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, unreferencedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PSummaryPageBeanImpl
- Throws:
RemoteException
-
-
Method Details
-
getLanguage
returns the locale of the currently active account- Specified by:
getLanguagein interfacePSummaryPageBean- Throws:
RemoteException
-
getNumAdditionalContacts
returns the number of contacts besides the main contact of the currently active account- Specified by:
getNumAdditionalContactsin interfacePSummaryPageBean- Throws:
RemoteException
-
getNumDeferredActions
returns the number of pending deferred actions and total number of deferred actions of the currently active account- Specified by:
getNumDeferredActionsin interfacePSummaryPageBean- Throws:
RemoteException
-
isSelfRegistered
returns if the currently active account is self registered or not- Specified by:
isSelfRegisteredin interfacePSummaryPageBean- Throws:
RemoteException
-