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()
           
 
Method Summary
 MultiActivityManager getActivityManager()
           
 GuvnorActivityMapper getActivityMapper()
           
 AssetEditorFactory getAssetEditorFactory()
           
 AssetServiceAsync getAssetService()
           
 AssetViewerActivityView getAssetViewerActivityView()
           
 org.drools.guvnor.client.explorer.AuthorPerspectiveView getAuthorPerspectiveView(NavigationPanelFactory navigationPanelFactory)
           
 CategoryServiceAsync getCategoryService()
           
 ConfigurationServiceAsync getConfigurationService()
           
 com.google.gwt.event.shared.EventBus getEventBus()
           
 IFramePerspectiveView getIFramePerspectiveView()
           
 ModuleEditorActivityView getModuleEditorActivityView()
           
 NavigationViewFactory getNavigationViewFactory()
           
 PackageServiceAsync getPackageService()
           
 PerspectivesPanelView getPerspectivesPanelView()
           
 com.google.gwt.place.shared.PlaceController getPlaceController()
           
 com.google.gwt.place.shared.PlaceHistoryHandler getPlaceHistoryHandler()
           
 GuvnorPlaceHistoryMapper getPlaceHistoryMapper()
           
 RepositoryServiceAsync getRepositoryService()
           
 RuntimePerspectiveView getRuntimePerspectiveView(NavigationPanelFactory navigationPanelFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientFactoryImpl

public ClientFactoryImpl()
Method Detail

getPlaceController

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

getAuthorPerspectiveView

public org.drools.guvnor.client.explorer.AuthorPerspectiveView getAuthorPerspectiveView(NavigationPanelFactory navigationPanelFactory)
Specified by:
getAuthorPerspectiveView in interface ClientFactory

getRuntimePerspectiveView

public RuntimePerspectiveView getRuntimePerspectiveView(NavigationPanelFactory navigationPanelFactory)
Specified by:
getRuntimePerspectiveView in interface ClientFactory

getEventBus

public com.google.gwt.event.shared.EventBus getEventBus()
Specified by:
getEventBus in interface ClientFactory

getPerspectivesPanelView

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

getIFramePerspectiveView

public IFramePerspectiveView getIFramePerspectiveView()
Specified by:
getIFramePerspectiveView 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

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


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