com.hack23.cia.web.impl.ui.common
Interface ApplicationUserState

Package class diagram package ApplicationUserState
All Superinterfaces:
Serializable
All Known Implementing Classes:
CitizenIntelligenceAgency

public interface ApplicationUserState
extends Serializable

The Interface ApplicationUserState.


Method Summary
 com.hack23.cia.service.api.ApplicationManager getApplicationManager()
          Gets the application manager.
 com.hack23.cia.service.api.ConfigurationManager getConfigurationManager()
          Gets the configuration manager.
 com.google.api.translate.Language getGoogleApiLanguage()
          Gets the google api language.
 com.google.gwt.language.client.translation.Language getLanguage()
          Gets the language.
 Locale getLocale()
          Gets the locale.
 Object getUser()
          Gets the user.
 void setLanguage(com.google.gwt.language.client.translation.Language language)
          Sets the language.
 String translateFromEnglish(String string)
          Translate from english.
 

Method Detail

getApplicationManager

com.hack23.cia.service.api.ApplicationManager getApplicationManager()
Gets the application manager.

Returns:
the application manager

getConfigurationManager

com.hack23.cia.service.api.ConfigurationManager getConfigurationManager()
Gets the configuration manager.

Returns:
the configuration manager

getGoogleApiLanguage

com.google.api.translate.Language getGoogleApiLanguage()
Gets the google api language.

Returns:
the google api language

getLanguage

com.google.gwt.language.client.translation.Language getLanguage()
Gets the language.

Returns:
the language

getLocale

Locale getLocale()
Gets the locale.

Returns:
the locale

getUser

Object getUser()
Gets the user.

Returns:
the user

setLanguage

void setLanguage(com.google.gwt.language.client.translation.Language language)
Sets the language.

Parameters:
language - the new language

translateFromEnglish

String translateFromEnglish(String string)
Translate from english.

Parameters:
string - the string
Returns:
the string


Copyright © 2008-2012 www.hack23.com. All Rights Reserved.