org.olat.group
Class BusinessGroupAddResponse

java.lang.Object
  extended by org.olat.group.BusinessGroupAddResponse

public class BusinessGroupAddResponse
extends java.lang.Object

POJO to pass response of BusinesGroupManager.addParticipantsAndFireEvent and addOwnersAndFireEvent

Initial Date: 11.12.2006

Author:
Ch.Guretzki

Method Summary
 java.util.List<Identity> getAddedIdentities()
           
 java.util.List<Identity> getIdentitiesAlreadyInGroup()
           
 java.util.List<Identity> getIdentitiesWithoutPermission()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAddedIdentities

public java.util.List<Identity> getAddedIdentities()
Returns:
List of Identity which are added.

getIdentitiesAlreadyInGroup

public java.util.List<Identity> getIdentitiesAlreadyInGroup()
Returns:
List of Identity which hd be added.

getIdentitiesWithoutPermission

public java.util.List<Identity> getIdentitiesWithoutPermission()
Returns:
List of Identity which hd be added.