Package com.portal.app.ccare.comp
Class PRolloverReceiverSearchBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.app.comp.PIASearchPanelBean
com.portal.app.ccare.comp.PRolloverReceiverSearchBeanImpl
- All Implemented Interfaces:
PIASearch
,PIACollectionBean
,PControllerBean
,Serializable
,Remote
,Unreferenced
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.portal.app.comp.PIASearchPanelBean
PIASearchPanelBean.ValueType
-
Field Summary
Fields inherited from class com.portal.app.comp.PIASearchPanelBean
mSearchData, mSecConn, stepSearchSize
Fields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
Fields inherited from interface com.portal.app.comp.PIASearch
PROGRESS_END, PROGRESS_ERROR, PROGRESS_INTERRUPT, PROGRESS_START
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of this controller class. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
setupSearch
(String sClass, String[] res, PModelHandle[] argV, Vector assClasses) overridden method from the super class to setup the rollover specific searchvoid
setupSearchCriteria
(Poid acPoid) used in setupSearchMethods inherited from class com.portal.app.comp.PIASearchPanelBean
closeConnection, endSearch, fieldValueType, fireResultsEvent, getBrandPoid, getDesiredResults, getHeader, getProgress, getRemoteOnly, getResultsBatch, getSearchClass, handleDistributeToListener, hasBrandHost, isBrandHost, isCanonField, isLoginRoot, mungeStr, setDesiredResults, setFilterBrandAccTypesFlag, setFilterNonBrandHostAccsFlag, setRemoteOnly, setScope, setScopeEntryPoint, setSearchClass, setSecondaryConnection, setSingleDBSearchEnabled, setSingleDBSearchID, setSingleDBSearchID, startSearch, startSearch, unsetSecondaryConnection
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, 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, getSelectionDataFor, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PRolloverReceiverSearchBeanImpl
Creates an instance of this controller class.- Throws:
RemoteException
-
-
Method Details
-
setupSearch
protected void setupSearch(String sClass, String[] res, PModelHandle[] argV, Vector assClasses) throws RemoteException overridden method from the super class to setup the rollover specific search- Overrides:
setupSearch
in classPIASearchPanelBean
- Parameters:
sClass
- the storable class name which is being soughtres
- the fields to be returned in the resultsargV
- the search argumentsassClasses
- the Portal storable class names associated with the search arguments- Throws:
RemoteException
- if anything goes wrong
-
setupSearchCriteria
used in setupSearch- Parameters:
acNo
-
-