org.drools.guvnor.client.explorer
Class ClientFactoryImpl

java.lang.Object
  extended by org.drools.guvnor.client.explorer.ClientFactoryImpl
All Implemented Interfaces:
ClientFactory

public class ClientFactoryImpl
extends Object
implements ClientFactory


Constructor Summary
ClientFactoryImpl(com.google.gwt.event.shared.EventBus eventBus)
           
 
Method Summary
 MultiActivityManager getActivityManager()
           
 GuvnorActivityMapper getActivityMapper()
           
 AssetEditorFactory getAssetEditorFactory()
           
 AssetServiceAsync getAssetService()
           
 AssetViewerActivityView getAssetViewerActivityView()
           
 CategoryServiceAsync getCategoryService()
           
 ConfigurationServiceAsync getConfigurationService()
           
 AbstractModuleEditor getModuleEditor(PackageConfigData packageConfigData, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, boolean historicalReadOnly, com.google.gwt.user.client.Command refreshCommand)
           
 ModuleEditorActivityView getModuleEditorActivityView()
           
 NavigationViewFactory getNavigationViewFactory()
           
 PackageServiceAsync getPackageService()
           
 PerspectiveFactory getPerspectiveFactory()
           
 PerspectivesPanelView getPerspectivesPanelView()
           
 com.google.gwt.place.shared.PlaceController getPlaceController()
           
 com.google.gwt.place.shared.PlaceHistoryHandler getPlaceHistoryHandler()
           
 GuvnorPlaceHistoryMapper getPlaceHistoryMapper()
           
 RepositoryServiceAsync getRepositoryService()
           
 WizardFactory getWizardFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientFactoryImpl

public ClientFactoryImpl(com.google.gwt.event.shared.EventBus eventBus)
Method Detail

getPlaceController

public com.google.gwt.place.shared.PlaceController getPlaceController()
Specified by:
getPlaceController in interface ClientFactory

getPerspectivesPanelView

public PerspectivesPanelView getPerspectivesPanelView()
Specified by:
getPerspectivesPanelView in interface ClientFactory

getNavigationViewFactory

public NavigationViewFactory getNavigationViewFactory()
Specified by:
getNavigationViewFactory in interface ClientFactory

getConfigurationService

public ConfigurationServiceAsync getConfigurationService()
Specified by:
getConfigurationService in interface ClientFactory

getActivityManager

public MultiActivityManager getActivityManager()
Specified by:
getActivityManager in interface ClientFactory

getActivityMapper

public GuvnorActivityMapper getActivityMapper()
Specified by:
getActivityMapper in interface ClientFactory

getPlaceHistoryHandler

public com.google.gwt.place.shared.PlaceHistoryHandler getPlaceHistoryHandler()
Specified by:
getPlaceHistoryHandler in interface ClientFactory

getPlaceHistoryMapper

public GuvnorPlaceHistoryMapper getPlaceHistoryMapper()
Specified by:
getPlaceHistoryMapper in interface ClientFactory

getModuleEditorActivityView

public ModuleEditorActivityView getModuleEditorActivityView()
Specified by:
getModuleEditorActivityView in interface ClientFactory

getAssetViewerActivityView

public AssetViewerActivityView getAssetViewerActivityView()
Specified by:
getAssetViewerActivityView in interface ClientFactory

getPackageService

public PackageServiceAsync getPackageService()
Specified by:
getPackageService in interface ClientFactory

getAssetEditorFactory

public AssetEditorFactory getAssetEditorFactory()
Specified by:
getAssetEditorFactory in interface ClientFactory

getPerspectiveFactory

public PerspectiveFactory getPerspectiveFactory()
Specified by:
getPerspectiveFactory in interface ClientFactory

getRepositoryService

public RepositoryServiceAsync getRepositoryService()
Specified by:
getRepositoryService in interface ClientFactory

getCategoryService

public CategoryServiceAsync getCategoryService()
Specified by:
getCategoryService in interface ClientFactory

getAssetService

public AssetServiceAsync getAssetService()
Specified by:
getAssetService in interface ClientFactory

getModuleEditor

public AbstractModuleEditor getModuleEditor(PackageConfigData packageConfigData,
                                            ClientFactory clientFactory,
                                            com.google.gwt.event.shared.EventBus eventBus,
                                            boolean historicalReadOnly,
                                            com.google.gwt.user.client.Command refreshCommand)
Specified by:
getModuleEditor in interface ClientFactory

getWizardFactory

public WizardFactory getWizardFactory()
Specified by:
getWizardFactory in interface ClientFactory


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.