com.businessobjects.sdk.plugin.desktop.common
Interface IServerGroupChoices

All Superinterfaces:
java.lang.Iterable

public interface IServerGroupChoices
extends java.lang.Iterable


Method Summary
 IServerGroupChoice add(int objId)
           
 boolean remove(int objID)
          Removes an associated server group.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

add

IServerGroupChoice add(int objId)
Parameters:
objId -
Returns:
The newly created ServerGroupChoice object.

remove

boolean remove(int objID)
Removes an associated server group.

Parameters:
objID -
Returns:
A boolean indicating if the removal was a success or failure.