org.jasig.portal.services.entityproperties
Class ContainingGroupsFinder
java.lang.Object
org.jasig.portal.services.entityproperties.ContainingGroupsFinder
- All Implemented Interfaces:
- IEntityPropertyFinder
public class ContainingGroupsFinder
- extends java.lang.Object
- implements IEntityPropertyFinder
A finder implementation to provide a , delimited list of containing groups
for any entity
- Version:
- $Revision: 1.7 $
- Author:
- Alex Vigdor av317@columbia.edu
Field Summary |
private static org.apache.commons.logging.Log |
log
|
protected static java.lang.String[] |
names
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final org.apache.commons.logging.Log log
names
protected static final java.lang.String[] names
ContainingGroupsFinder
public ContainingGroupsFinder()
getPropertyNames
public java.lang.String[] getPropertyNames(EntityIdentifier entityID)
- Specified by:
getPropertyNames
in interface IEntityPropertyFinder
getProperty
public java.lang.String getProperty(EntityIdentifier entityID,
java.lang.String name)
- Specified by:
getProperty
in interface IEntityPropertyFinder