Package com.portal.browse
Class PAdjustEventBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.browse.PAdjustEventBeanImpl
- All Implemented Interfaces:
PIACollectionBean,PControllerBean,PAdjustEventBean,Serializable,Remote,Unreferenced
Controller class for the AdjustEventPanel.
- Version:
- %version: 17 % %date_modified: Thu Feb 28 11:08:50 2002 %
- Author:
- mgaines
- 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 TypeMethodDescriptionadjustEventEstimate(EventBrowserData ebData, boolean bHierarchyBasedAdjust) adjustEvents(EventBrowserData ebData, boolean bHierarchyBasedAdjust) com.portal.browse.AdjustmentInfo[]getPartialAdjustments(Hashtable markedEvents) determine if among the marked item there are actually events that can be adjusted, i.e.Methods 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
-
PAdjustEventBeanImpl
Creates an instance of this controller class.- Throws:
RemoteException
-
-
Method Details
-
getPartialAdjustments
public com.portal.browse.AdjustmentInfo[] getPartialAdjustments(Hashtable markedEvents) throws RemoteException Description copied from interface:PAdjustEventBeandetermine if among the marked item there are actually events that can be adjusted, i.e. the events have a balance impact associated with them.- Specified by:
getPartialAdjustmentsin interfacePAdjustEventBean- Throws:
RemoteException
-
adjustEventEstimate
public Object adjustEventEstimate(EventBrowserData ebData, boolean bHierarchyBasedAdjust) throws RemoteException - Specified by:
adjustEventEstimatein interfacePAdjustEventBean- Throws:
RemoteException
-
adjustEvents
public Object adjustEvents(EventBrowserData ebData, boolean bHierarchyBasedAdjust) throws RemoteException - Specified by:
adjustEventsin interfacePAdjustEventBean- Throws:
RemoteException
-