com.mf.roundhouse.core.delegate
Class UserGroupDelegate

java.lang.Object
  extended byBaseDelegate
      extended bycom.mf.roundhouse.core.delegate.RoundhouseDelegate
          extended bycom.mf.roundhouse.core.delegate.UserGroupDelegate

public class UserGroupDelegate
extends RoundhouseDelegate

Author:
Jeffrey Payne
See Also:
Serialized Form

Constructor Summary
UserGroupDelegate()
           
 
Method Summary
 java.lang.String getDefaultString(RoundhouseObject anObject)
          Answer the default String representation for this object.
 java.lang.Class getDelegatedClass()
          Answer the the delegated class
 java.util.Collection getParentGroups(UserGroup group)
          Answer a collection of parent groups for this group.
 java.util.Collection retrieveAllIds()
           
 UserGroup retrieveByName(java.lang.String name)
          Find a group using the given group name.
 void updateUserMembership(UserProfile user, java.util.Collection groupMembership)
           
 
Methods inherited from class com.mf.roundhouse.core.delegate.RoundhouseDelegate
getDisplayUrl, searchObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupDelegate

public UserGroupDelegate()
Method Detail

retrieveByName

public UserGroup retrieveByName(java.lang.String name)
                         throws java.lang.Exception
Find a group using the given group name.

Throws:
java.lang.Exception

getDelegatedClass

public java.lang.Class getDelegatedClass()
Answer the the delegated class


getParentGroups

public java.util.Collection getParentGroups(UserGroup group)
                                     throws java.lang.Exception
Answer a collection of parent groups for this group.

Throws:
java.lang.Exception

updateUserMembership

public void updateUserMembership(UserProfile user,
                                 java.util.Collection groupMembership)
                          throws java.lang.Exception
Throws:
java.lang.Exception

retrieveAllIds

public java.util.Collection retrieveAllIds()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getDefaultString

public java.lang.String getDefaultString(RoundhouseObject anObject)
Answer the default String representation for this object.

Specified by:
getDefaultString in class RoundhouseDelegate


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.