Uses of Class
org.gcube.portlets.user.gcubelogin.shared.SelectedTheme

Packages that use SelectedTheme
org.gcube.portlets.user.gcubelogin.client.stubs   
org.gcube.portlets.user.gcubelogin.server   
org.gcube.portlets.user.gcubelogin.shared   
 

Uses of SelectedTheme in org.gcube.portlets.user.gcubelogin.client.stubs
 

Methods in org.gcube.portlets.user.gcubelogin.client.stubs with parameters of type SelectedTheme
 Boolean NewLoginService.installPortalEnv(String infrastructure, String startScopes, SelectedTheme theme, boolean automaticRedirect)
           
 void NewLoginServiceAsync.installPortalEnv(String infrastructure, String startScopes, SelectedTheme theme, boolean automaticRedirect, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 

Uses of SelectedTheme in org.gcube.portlets.user.gcubelogin.server
 

Methods in org.gcube.portlets.user.gcubelogin.server with parameters of type SelectedTheme
protected static void LoginServiceUtil.addPropertyDefaultLandingPageAndTheme(boolean automaticRedirect, SelectedTheme theme)
          add a property to gcube-data.properties for root vo
 Boolean LoginServiceImpl.installPortalEnv(String infrastructure, String startScopes, SelectedTheme theme, boolean automaticRedirect)
          this method start the portal installation, tipically the parameters come from the gHNConfig.xml
protected static boolean LoginServiceUtil.setupGuestCommunity(SelectedTheme theme)
           
 

Uses of SelectedTheme in org.gcube.portlets.user.gcubelogin.shared
 

Methods in org.gcube.portlets.user.gcubelogin.shared that return SelectedTheme
static SelectedTheme SelectedTheme.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectedTheme[] SelectedTheme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.