Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.admin
Class AdminViewManager

java.lang.Object
  extended by org.nuxeo.ecm.admin.AdminViewManager
All Implemented Interfaces:
Serializable

@Name(value="adminViews")
@Scope(value=CONVERSATION)
public class AdminViewManager
extends Object
implements Serializable

Seam Bean used to manage navigation inside the Admin Center.

Author:
tiry
See Also:
Serialized Form

Field Summary
static String ADMIN_ACTION_CATEGORY
           
static String VIEW_ADMIN
           
 
Constructor Summary
AdminViewManager()
           
 
Method Summary
 void addExternalPackageDownloadRequest(String pkgId)
           
 String enter()
           
 String exit()
           
 List<Action> getAvailableActions()
           
 List<Action> getAvailableSubActions()
           
 Action getCurrentSubView()
           
 String getCurrentSubViewId()
           
 Action getCurrentView()
           
 String getCurrentViewId()
           
 String getExternalPackageDownloadRequest()
           
 String goHome()
           
 boolean hasExternalPackageDownloadRequest()
           
 void setCurrentSubView(Action currentSubView)
           
 void setCurrentSubViewId(String currentSubViewId)
           
 void setCurrentView(Action currentView)
           
 String setCurrentViewId(String currentViewId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN_ACTION_CATEGORY

public static final String ADMIN_ACTION_CATEGORY
See Also:
Constant Field Values

VIEW_ADMIN

public static final String VIEW_ADMIN
See Also:
Constant Field Values
Constructor Detail

AdminViewManager

public AdminViewManager()
Method Detail

goHome

public String goHome()

enter

public String enter()

exit

public String exit()
            throws ClientException
Throws:
ClientException

getCurrentView

@Factory(value="currentAdminView",
         scope=EVENT)
public Action getCurrentView()

setCurrentView

public void setCurrentView(Action currentView)

getCurrentViewId

public String getCurrentViewId()

setCurrentViewId

public String setCurrentViewId(String currentViewId)

getCurrentSubView

@Factory(value="currentAdminSubView",
         scope=EVENT)
public Action getCurrentSubView()

setCurrentSubView

public void setCurrentSubView(Action currentSubView)

getCurrentSubViewId

@Factory(value="currentAdminSubViewId",
         scope=EVENT)
public String getCurrentSubViewId()

setCurrentSubViewId

public void setCurrentSubViewId(String currentSubViewId)

getAvailableActions

public List<Action> getAvailableActions()

getAvailableSubActions

public List<Action> getAvailableSubActions()

hasExternalPackageDownloadRequest

public boolean hasExternalPackageDownloadRequest()

addExternalPackageDownloadRequest

public void addExternalPackageDownloadRequest(String pkgId)

getExternalPackageDownloadRequest

public String getExternalPackageDownloadRequest()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.