org.jasig.portal.portlets.registerportal
Interface IPortalDataCollator

All Known Implementing Classes:
PortalDataCollatorImpl

public interface IPortalDataCollator

Collects data about the portal

Version:
$Revision: 19776 $
Author:
Eric Dalquist

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
 

Method Detail

getPossibleDataKeys

Set<String> getPossibleDataKeys()
Implementation gets all possible data keys


getCollectedData

Map<String,Map<String,String>> getCollectedData()
Implementation gets all data the implementation knows how to collect


getCollectedData

Map<String,Map<String,String>> getCollectedData(Set<String> keysToCollect)
Implementation gets data for only the keys specified in the keysToCollect Set



Copyright © 2010 Jasig. All Rights Reserved.