org.jasig.portal.services.entityproperties
Class ContainingGroupsFinder

java.lang.Object
  extended by org.jasig.portal.services.entityproperties.ContainingGroupsFinder
All Implemented Interfaces:
IEntityPropertyFinder

public class ContainingGroupsFinder
extends Object
implements IEntityPropertyFinder

A finder implementation to provide a , delimited list of containing groups for any entity

Version:
$Revision: 19776 $
Author:
Alex Vigdor av317@columbia.edu

Field Summary
protected static String[] names
           
 
Constructor Summary
ContainingGroupsFinder()
           
 
Method Summary
 String getProperty(EntityIdentifier entityID, String name)
           
 String[] getPropertyNames(EntityIdentifier entityID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

names

protected static final String[] names
Constructor Detail

ContainingGroupsFinder

public ContainingGroupsFinder()
Method Detail

getPropertyNames

public String[] getPropertyNames(EntityIdentifier entityID)
Specified by:
getPropertyNames in interface IEntityPropertyFinder

getProperty

public String getProperty(EntityIdentifier entityID,
                          String name)
Specified by:
getProperty in interface IEntityPropertyFinder


Copyright © 2010 Jasig. All Rights Reserved.