This project has retired. For details please refer to its
Attic page.
JetspeedGroupFactory (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.om.security
Class JetspeedGroupFactory
java.lang.Object
org.apache.jetspeed.om.security.JetspeedGroupFactory
- public class JetspeedGroupFactory
- extends java.lang.Object
Factory class for creating Jetspeed Groups.
The group class is configured in the JR.p
- Version:
- $Id: JetspeedGroupFactory.java,v 1.4 2004/02/23 03:14:12 jford Exp $
- Author:
- David Sean Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetspeedGroupFactory
public JetspeedGroupFactory()
getInstance
public static Group getInstance()
throws GroupException
- Factory method to create JetspeedGroup instances.
- Returns:
- Group a new created group.
- Throws:
UnknownEntityException
- when the group instance cant be created.
GroupException
getInstance
public static Group getInstance(boolean isNew)
throws GroupException
- Throws:
GroupException
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.