Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.connect.client.jsf
Class AppCenterViewsManager

java.lang.Object
  extended by org.nuxeo.connect.client.jsf.AppCenterViewsManager
All Implemented Interfaces:
Serializable

@Name(value="appsViews")
@Scope(value=CONVERSATION)
public class AppCenterViewsManager
extends Object
implements Serializable

Manages JSF views for Package Management.

Author:
Thierry Delprat
See Also:
Serialized Form

Constructor Summary
AppCenterViewsManager()
           
 
Method Summary
 void checkStudioSnapshot()
           
 void flushCache()
           
 boolean getOnlyRemote()
           
 String getPackageTypeFilter()
           
 List<SelectItem> getPackageTypes()
           
 boolean getPlatformFilter()
           
 String getSearchString()
           
 String getStudioInstallationStatus()
           
 void installStudioSnapshot()
           
 boolean isStudioSnapshopUpdateInProgress()
           
 void setOnlyRemote(boolean onlyRemote)
           
 void setPackageTypeFilter(String filter)
           
 void setPlatformFilter(boolean doFilter)
           
 void setSearchString(String searchString)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppCenterViewsManager

public AppCenterViewsManager()
Method Detail

getSearchString

public String getSearchString()

setSearchString

public void setSearchString(String searchString)

getOnlyRemote

public boolean getOnlyRemote()

setOnlyRemote

public void setOnlyRemote(boolean onlyRemote)

setPlatformFilter

public void setPlatformFilter(boolean doFilter)

getPlatformFilter

public boolean getPlatformFilter()

getPackageTypeFilter

public String getPackageTypeFilter()

setPackageTypeFilter

public void setPackageTypeFilter(String filter)

getPackageTypes

public List<SelectItem> getPackageTypes()

flushCache

public void flushCache()

installStudioSnapshot

public void installStudioSnapshot()
                           throws Exception
Throws:
Exception

isStudioSnapshopUpdateInProgress

public boolean isStudioSnapshopUpdateInProgress()

checkStudioSnapshot

public void checkStudioSnapshot()

getStudioInstallationStatus

public String getStudioInstallationStatus()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.