org.sakaiproject.importer.impl
Class BasicImportDataSource
java.lang.Object
org.sakaiproject.importer.impl.BasicImportDataSource
- All Implemented Interfaces:
- ImportDataSource
public class BasicImportDataSource
- extends Object
- implements ImportDataSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicImportDataSource
public BasicImportDataSource()
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.