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, stepSearchSizeFields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTYFields 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 voidsetupSearch(String sClass, String[] res, PModelHandle[] argV, Vector assClasses) overridden method from the super class to setup the rollover specific searchvoidsetupSearchCriteria(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, unsetSecondaryConnectionMethods 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, 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, 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:
setupSearchin 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-
-