public class BalanceGroupSearchBeanImpl extends PIASpecSpreadSheetBeanImpl implements BalanceGroupSearchBean
Modifier and Type | Field and Description |
---|---|
protected int |
intResultsCount |
protected HashMap<Poid,Boolean> |
mapBalGrpAlreadyAdded |
protected HashMap<Poid,String> |
mapBalGrpNames |
protected HashMap<Poid,Integer> |
mapBalGrpServiceCount |
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
Constructor and Description |
---|
BalanceGroupSearchBeanImpl()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Utility method to clear the cache.
|
void |
displayResults(FList res,
BalanceGroupSearchResultsTable servicesTable)
This method will be used to display the results in the service search results
table.
|
int |
getResultsCount()
This method returns the results counts.
|
Object |
getSelectionDataFor(String dataItem,
int index)
Override of PIASpreadSheetBeanImpl's method in order to keep track of
the model handle associated with the selected row in the view.
|
void |
setModel(PModelHandle model)
Override to remove the old model from the cache after adopting the new
model.
|
getRegion, getRegion, getTable, revertToPrimary, setColumnDisplayDescription, setColumnModelDescription, setData, setUntypedData, toggleCurrency, toggleCurrency, update
getAssociatedClass, getDisplayFieldDescription, getDisplaySpec, getField, getFieldSpec, getModelFieldDescription, releaseSpecifications, revertToPrimary, setAssociatedClass, setDisplayFieldDescription, setField, setModelFieldDescription, togglePrimaryToSecondary
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, unreferenced
public BalanceGroupSearchBeanImpl() throws RemoteException
RemoteException
public void setModel(PModelHandle model) throws RemoteException
setModel
in interface PControllerBean
setModel
in class PControllerImpl
model
- The model handle to be set.RemoteException
public Object getSelectionDataFor(String dataItem, int index) throws RemoteException
getSelectionDataFor
in interface PControllerBean
getSelectionDataFor
in class PIASpecSpreadSheetBeanImpl
dataItem
- the name of a data item. Must match the name of
an item changed by sending a PViewDataChangeEvent
.index
- an optional index into an array data itemRemoteException
- thrown for errorspublic void displayResults(FList res, BalanceGroupSearchResultsTable servicesTable)
displayResults
in interface BalanceGroupSearchBean
res
- public int getResultsCount()
getResultsCount
in interface BalanceGroupSearchBean
public void clearCache()
clearCache
in interface BalanceGroupSearchBean
Copyright © 2003, 2023, Oracle and/or its affiliates.