Guvnor - Asset Management Client 6.2.0.CR3

org.guvnor.asset.management.client.editors.common
Class BaseAssetsMgmtPresenter

java.lang.Object
  extended by org.guvnor.asset.management.client.editors.common.BaseAssetsMgmtPresenter
Direct Known Subclasses:
BuildConfigurationPresenter, PromoteChangesPresenter, ReleaseConfigurationPresenter, RepositoryConfigurationPresenter

public abstract class BaseAssetsMgmtPresenter
extends Object


Field Summary
protected  org.jboss.errai.common.client.api.Caller<AssetManagementService> assetManagementServices
           
protected  org.uberfire.security.impl.authz.RuntimeAuthorizationManager authorizationManager
           
protected  BaseAssetsMgmtView baseView
           
protected  Constants constants
           
protected  org.jboss.errai.security.shared.api.identity.User identity
           
protected  org.uberfire.mvp.PlaceRequest place
           
protected  org.uberfire.client.mvp.PlaceManager placeManager
           
protected  Map<String,Repository> repositories
           
protected  org.jboss.errai.common.client.api.Caller<RepositoryService> repositoryServices
           
protected  org.jboss.errai.common.client.api.Caller<RepositoryStructureService> repositoryStructureServices
           
 
Constructor Summary
BaseAssetsMgmtPresenter()
           
 
Method Summary
 Collection<Repository> getRepositories()
           
 Repository getRepository(String alias)
           
 void init()
           
 boolean isManaged(Repository value)
           
 void loadRepositories()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected Constants constants

assetManagementServices

@Inject
protected org.jboss.errai.common.client.api.Caller<AssetManagementService> assetManagementServices

repositoryServices

@Inject
protected org.jboss.errai.common.client.api.Caller<RepositoryService> repositoryServices

repositoryStructureServices

@Inject
protected org.jboss.errai.common.client.api.Caller<RepositoryStructureService> repositoryStructureServices

identity

@Inject
protected org.jboss.errai.security.shared.api.identity.User identity

authorizationManager

@Inject
protected org.uberfire.security.impl.authz.RuntimeAuthorizationManager authorizationManager

placeManager

@Inject
protected org.uberfire.client.mvp.PlaceManager placeManager

repositories

protected Map<String,Repository> repositories

baseView

protected BaseAssetsMgmtView baseView

place

protected org.uberfire.mvp.PlaceRequest place
Constructor Detail

BaseAssetsMgmtPresenter

public BaseAssetsMgmtPresenter()
Method Detail

init

public void init()

loadRepositories

public void loadRepositories()

isManaged

public boolean isManaged(Repository value)

getRepository

public Repository getRepository(String alias)

getRepositories

public Collection<Repository> getRepositories()

Guvnor - Asset Management Client 6.2.0.CR3

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