org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.acimport
Class ImportController

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.acimport.ImportController

public class ImportController
extends Object

Author:
deser, karakoc

Constructor Summary
ImportController(AdminBroker adminBroker)
           
 
Method Summary
 AdminBroker getAdminBroker()
           
 ImportSource getImportSource()
           
 String getMessage()
           
 String getTitle()
           
 void importOrgUnits(ArrayList<ImportItemWrapper> wrappedOrgUnits)
           
 void setImportSource(ImportSource importSource)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportController

public ImportController(AdminBroker adminBroker)
Parameters:
adminBroker - the admin broker.
Method Detail

importOrgUnits

public void importOrgUnits(ArrayList<ImportItemWrapper> wrappedOrgUnits)
Parameters:
wrappedOrgUnits - a list of wrapped OrgUnits, which should be imported.

getAdminBroker

public AdminBroker getAdminBroker()
Returns:
the admin broker.

setImportSource

public void setImportSource(ImportSource importSource)
Parameters:
importSource - the import source, that should be used for the import.

getImportSource

public ImportSource getImportSource()
Returns:
the current import source.

getTitle

public String getTitle()
Returns:
a small title, that can be displayed e.g. in a GUI.

getMessage

public String getMessage()
Returns:
Returns a small message to describe where data currently gets imported from.


Copyright © 2015. All Rights Reserved.