|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.portlets.registerportal.PortalDataCollatorImpl
public class PortalDataCollatorImpl
Collates data from multiple IPortalDataCollectors
| Constructor Summary | |
|---|---|
PortalDataCollatorImpl()
|
|
| Method Summary | |
|---|---|
Map<String,Map<String,String>> |
getCollectedData()
Implementation gets all data the implementation knows how to collect |
Map<String,Map<String,String>> |
getCollectedData(Set<String> keysToCollect)
Implementation gets data for only the keys specified in the keysToCollect Set |
Set<String> |
getPossibleDataKeys()
Implementation gets all possible data keys |
void |
setCollectors(Collection<IPortalDataCollector> collectors)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortalDataCollatorImpl()
| Method Detail |
|---|
public void setCollectors(Collection<IPortalDataCollector> collectors)
collectors - The IPortalDataCollectors to get data frompublic Map<String,Map<String,String>> getCollectedData()
IPortalDataCollator
getCollectedData in interface IPortalDataCollatorpublic Map<String,Map<String,String>> getCollectedData(Set<String> keysToCollect)
IPortalDataCollator
getCollectedData in interface IPortalDataCollatorpublic Set<String> getPossibleDataKeys()
IPortalDataCollator
getPossibleDataKeys in interface IPortalDataCollator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||