org.olat.group
Class BusinessGroupFactory

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

public class BusinessGroupFactory
extends java.lang.Object

Description:
Use the business group factory to create new instances of groups of type buddy groups, learning groups and right groups. Initial Date: Aug 23, 2004

Author:
gnaegi

Method Summary
static boolean checkIfOneOrMoreNameExistsInContext(java.util.Set names, BGContext groupContext)
          true if one or more names of groups are alredy used in context, false otherwise.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkIfOneOrMoreNameExistsInContext

public static boolean checkIfOneOrMoreNameExistsInContext(java.util.Set names,
                                                          BGContext groupContext)
true if one or more names of groups are alredy used in context, false otherwise.

Parameters:
names -
type -
groupContext -
Returns: