Compiere 3.1

Uses of Class
org.compiere.util.Language

Packages that use Language
org.compiere.model Provides for.... 
org.compiere.print Provides for.... 
org.compiere.util Provides utility functions. 
 

Uses of Language in org.compiere.model
 

Methods in org.compiere.model that return Language
 Language MClient.getLanguage()
          Get Language
 

Methods in org.compiere.model with parameters of type Language
static MLookup MLookupFactory.get(Ctx ctx, int WindowNo, int Column_ID, int AD_Reference_ID, Language language, String ColumnName, int AD_Reference_Value_ID, boolean IsParent, String ValidationCode)
          Create MLookup
static MLanguage MLanguage.get(Ctx ctx, Language lang)
          Get Language Model from Language
static StringBuffer MLookupFactory.getLookup_DisplayColumn(Language language, String TableName)
          Get Display Columns SQL for Table/Table Direct Lookup
static MLookupInfo MLookupFactory.getLookup_List(Language language, int AD_Reference_Value_ID)
          Get Lookup SQL for Lists
static String MLookupFactory.getLookup_ListEmbed(Language language, int AD_Reference_Value_ID, String linkColumnName)
          Get Lookup SQL for List
static String MLookupFactory.getLookup_TableDirEmbed(Language language, String ColumnName, String BaseTable)
          Get embedded SQL for TableDir Lookup (no translation)
static String MLookupFactory.getLookup_TableDirEmbed(Language language, String ColumnName, String BaseTable, String BaseColumn)
          Get embedded SQL for TableDir Lookup (no translation)
static String MLookupFactory.getLookup_TableEmbed(Language language, String BaseColumn, String BaseTable, int AD_Reference_Value_ID)
          Get Embedded Lookup SQL for Table Lookup
static MLookupInfo MLookupFactory.getLookupInfo(Ctx ctx, int WindowNo, int AD_Reference_ID, int Column_ID, Language language, String ColumnName, int AD_Reference_Value_ID, boolean IsParent, String ValidationCode)
          Get Information for Lookups based on Column_ID for Table Columns or Process Parameters.
static MLookupInfo MLookupFactory.getLookupInfo(Lookup lookup, int Column_ID, Language language, String ColumnName, int AD_Reference_Value_ID, boolean IsParent, String ValidationCode)
          Get Information for Lookups based on Column_ID for Table Columns or Process Parameters.
 void MAssignmentSlot.setLanguage(Language language)
          Set Language
 

Uses of Language in org.compiere.print
 

Methods in org.compiere.print that return Language
 Language MPrintFormat.getLanguage()
          Get Language
 

Methods in org.compiere.print with parameters of type Language
 boolean ReportEngine.createCSV(File file, char delimiter, Language language)
          Create CSV File
 boolean ReportEngine.createCSV(Writer writer, char delimiter, Language language)
          Write CSV to writer
 Excel ReportEngine.createEXCEL(Excel excel, Language language)
           
 boolean ReportEngine.createEXCEL(File file, Language language)
           
 boolean ReportEngine.createHTML(File file, boolean onlyTable, Language language)
          Create HTML File
 boolean ReportEngine.createHTML(Writer writer, boolean onlyTable, Language language)
          Write HTML to writer
 String MPrintFormatItem.getPrintName(Language language)
          Get print name with language
 String MPrintFormatItem.getPrintNameSuffix(Language language)
          Get print name suffix with language
 String PrintDataElement.getValueDisplay(Language language, int minFractionDigits)
          Get Node Value Display
 void MPrintFormat.setLanguage(Language language)
          Set Language
 void MPrintFormat.setTranslationLanguage(Language language)
          Set Translation View Language.
 

Constructors in org.compiere.print with parameters of type Language
DataEngine(Language language)
          Constructor
 

Uses of Language in org.compiere.util
 

Fields in org.compiere.util declared as Language
 Language WebSessionCtx.language
          Session Language
 

Methods in org.compiere.util that return Language
static Language Language.getBaseLanguage()
          Get Base Language
static Language Env.getLanguage(Ctx ctx)
          Get System Language
static Language Language.getLanguage(int index)
          Get Language
static Language Language.getLanguage(String langInfo)
          Get Language.
static Language Language.getLoginLanguage()
          Get Default Login Language
static Language Env.getLoginLanguage(Ctx ctx)
          Get Login Language
static Language Env.verifyLanguage(Ctx ctx, Language language)
          Verify Language.
 

Methods in org.compiere.util with parameters of type Language
static void Language.addLanguage(Language language)
          Add Language to supported Languages
static String Msg.getAmtInWords(Language language, String amount)
          Get Amount in Words
static SimpleDateFormat DisplayType.getDateFormat(int displayType, Language language)
          Return format for date displayType
static SimpleDateFormat DisplayType.getDateFormat(Language language)
          Return Date Format
static String Msg.getMsg(Language language, String AD_Message)
          Get translated text message for AD_Message
static String Msg.getMsg(Language language, String AD_Message, boolean getText)
          Get translated text message for AD_Message
static String Msg.getMsg(Language language, String AD_Message, Object[] args)
          Get clear text for AD_Message with parameters
static DecimalFormat DisplayType.getNumberFormat(int displayType, Language language)
          Return Format for numeric DisplayType
static DecimalFormat DisplayType.getNumberFormat(int displayType, Language language, int minFractionDigits)
          Return Format for numeric DisplayType
static Timestamp WebUtil.getParameterAsDate(HttpServletRequest request, String parameter, Language language)
          Get date Parameter - null if not defined.
static boolean Env.isBaseLanguage(Language language, String tableName)
          Check Base Language
static void Language.setLoginLanguage(Language language)
          Set Default Login Language
static String Msg.translate(Language language, String text)
          "Translate" text.
static Language Env.verifyLanguage(Ctx ctx, Language language)
          Verify Language.
 


Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.