public class ImportController extends Object
| Constructor and Description |
|---|
ImportController(AdminBroker adminBroker) |
| Modifier and Type | Method and Description |
|---|---|
AdminBroker |
getAdminBroker() |
ImportSource |
getImportSource() |
String |
getMessage() |
String |
getTitle() |
void |
importOrgUnits(ArrayList<ImportItemWrapper> wrappedOrgUnits) |
void |
setImportSource(ImportSource importSource) |
public ImportController(AdminBroker adminBroker)
adminBroker - the admin broker.public void importOrgUnits(ArrayList<ImportItemWrapper> wrappedOrgUnits)
wrappedOrgUnits - a list of wrapped OrgUnits, which should be imported.public AdminBroker getAdminBroker()
public void setImportSource(ImportSource importSource)
importSource - the import source, that should be used for the import.public ImportSource getImportSource()
public String getTitle()
public String getMessage()
Copyright © 2017. All rights reserved.