org.sakaiproject.importer.impl
Class BasicImportDataSource

java.lang.Object
  extended by org.sakaiproject.importer.impl.BasicImportDataSource
All Implemented Interfaces:
ImportDataSource

public class BasicImportDataSource
extends Object
implements ImportDataSource


Constructor Summary
BasicImportDataSource()
           
 
Method Summary
 List getItemCategories()
           
 Collection getItemsForCategories(List categories)
           
 void setItemCategories(List itemCategories)
           
 void setItems(Collection items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicImportDataSource

public BasicImportDataSource()
Method Detail

getItemCategories

public List getItemCategories()
Specified by:
getItemCategories in interface ImportDataSource

setItemCategories

public void setItemCategories(List itemCategories)
Specified by:
setItemCategories in interface ImportDataSource

getItemsForCategories

public Collection getItemsForCategories(List categories)
Specified by:
getItemsForCategories in interface ImportDataSource

setItems

public void setItems(Collection items)
Specified by:
setItems in interface ImportDataSource


Copyright © 2005-2012 Sakai Foundation. All Rights Reserved.