Package com.portal.app.ccare.comp
Class PSponsorGroupMembersBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.app.ccare.comp.PSponsorGroupMembersBeanImpl
- All Implemented Interfaces:
PSponsorGroupMembersBean
,PIACollectionBean
,PControllerBean
,Serializable
,Remote
,Unreferenced
public class PSponsorGroupMembersBeanImpl
extends PIAComponentCollectionBean
implements PSponsorGroupMembersBean
Controller class for handling sponsor group membership within customer center.
- Version:
- %version: 2 % %date_modified: Tue Dec 04 13:13:48 2001 %
- 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
ConstructorsConstructorDescriptionCreates an instance of this controller class. -
Method Summary
Modifier and TypeMethodDescriptiongetGroupDetails
(PModelHandle group) Returns the detail information about the given sponsor group.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, handleDistributeToListener, 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, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PSponsorGroupMembersBeanImpl
Creates an instance of this controller class.- Throws:
RemoteException
-
-
Method Details
-
getGroupDetails
Returns the detail information about the given sponsor group.- Specified by:
getGroupDetails
in interfacePSponsorGroupMembersBean
- Parameters:
group
- a handle to the sponsor group- Returns:
- an array of detail data or null if there are no details
- Throws:
RemoteException
-