com.metamatrix.console.ui.views.users
Interface GroupAccumulatorController

All Known Implementing Classes:
EntitlementDetailPanel, RoleMembershipPanel

public interface GroupAccumulatorController

Interface to be implemented by a class controlling a GroupAccumulatorPanel. The GroupAccumulatorPanel has an 'add' button, and a 'remove' button for which it displays a confirmation dialog. The methods are in response to and 'add' or 'remove' request.


Method Summary
 java.util.Collection addPressed(java.awt.Component callingPanel)
           
 GroupsManager getGroupsManager()
           
 boolean removeConfirmed(java.awt.Component callingPanel, java.util.Collection removedMMPrincipals)
           
 

Method Detail

addPressed

java.util.Collection addPressed(java.awt.Component callingPanel)

removeConfirmed

boolean removeConfirmed(java.awt.Component callingPanel,
                        java.util.Collection removedMMPrincipals)

getGroupsManager

GroupsManager getGroupsManager()


Copyright © 2009. All Rights Reserved.