|
Servoy 3.5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.servoy.j2db.Messages
public class Messages
| Field Summary | |
|---|---|
static int |
ALL_LOCALES
|
static String |
BUNDLE_NAME
|
static long |
changedTime
|
static int |
DEFAULT_LOCALE
|
static boolean |
invalidConnection
|
static boolean |
noConnection
|
static int |
SPECIFIED_LOCALE
|
| Constructor Summary | |
|---|---|
Messages()
|
|
| Method Summary | |
|---|---|
static boolean |
deleteKey(String key,
com.servoy.j2db.persistence.Solution solution,
String clientId,
Properties settings,
com.servoy.j2db.dataprocessing.IDataServer dataServer)
|
ResourceBundle |
getAsResourceBundle()
Can be usefull for coding agains servoy. |
static String |
getString(String key)
|
static String |
getString(String key,
Object[] args)
|
static String |
getStringIfPrefix(String key)
|
static boolean |
hasDefaultServerMessages()
CURRENTLY FOR INTERNAL USE ONLY, DO NOT CALL. |
static void |
load(com.servoy.j2db.IMessagesCallback callback)
CURRENTLY FOR INTERNAL USE ONLY, DO NOT CALL. |
static void |
loadMessagesFromDatabase(com.servoy.j2db.persistence.Solution solution,
String clientId,
Properties settings,
com.servoy.j2db.dataprocessing.IDataServer dataServer,
com.servoy.j2db.persistence.IRepository repository,
Properties properties,
String language)
CURRENTLY FOR INTERNAL USE ONLY, DO NOT CALL. |
static void |
loadMessagesFromDatabase(com.servoy.j2db.persistence.Solution solution,
String clientId,
Properties settings,
com.servoy.j2db.dataprocessing.IDataServer dataServer,
com.servoy.j2db.persistence.IRepository repository,
Properties properties,
String language,
int loadingType,
String searchKey,
String searchText)
CURRENTLY FOR INTERNAL USE ONLY, DO NOT CALL. |
static void |
loadMessagesFromDatabase(com.servoy.j2db.persistence.Solution solution,
String clientId,
Properties settings,
com.servoy.j2db.dataprocessing.IDataServer dataServer,
com.servoy.j2db.persistence.IRepository repository,
Properties properties,
String language,
int loadingType,
String searchKey,
String searchText,
String columnNameFilter,
String columnValueFilter)
CURRENTLY FOR INTERNAL USE ONLY, DO NOT CALL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ALL_LOCALES
public static final String BUNDLE_NAME
public static long changedTime
public static final int DEFAULT_LOCALE
public static boolean invalidConnection
public static boolean noConnection
public static final int SPECIFIED_LOCALE
| Constructor Detail |
|---|
public Messages()
| Method Detail |
|---|
public static boolean deleteKey(String key,
com.servoy.j2db.persistence.Solution solution,
String clientId,
Properties settings,
com.servoy.j2db.dataprocessing.IDataServer dataServer)
public ResourceBundle getAsResourceBundle()
public static String getString(String key)
public static String getString(String key,
Object[] args)
public static String getStringIfPrefix(String key)
public static boolean hasDefaultServerMessages()
public static void load(com.servoy.j2db.IMessagesCallback callback)
public static void loadMessagesFromDatabase(com.servoy.j2db.persistence.Solution solution,
String clientId,
Properties settings,
com.servoy.j2db.dataprocessing.IDataServer dataServer,
com.servoy.j2db.persistence.IRepository repository,
Properties properties,
String language)
public static void loadMessagesFromDatabase(com.servoy.j2db.persistence.Solution solution,
String clientId,
Properties settings,
com.servoy.j2db.dataprocessing.IDataServer dataServer,
com.servoy.j2db.persistence.IRepository repository,
Properties properties,
String language,
int loadingType,
String searchKey,
String searchText)
public static void loadMessagesFromDatabase(com.servoy.j2db.persistence.Solution solution,
String clientId,
Properties settings,
com.servoy.j2db.dataprocessing.IDataServer dataServer,
com.servoy.j2db.persistence.IRepository repository,
Properties properties,
String language,
int loadingType,
String searchKey,
String searchText,
String columnNameFilter,
String columnValueFilter)
|
Copyright © 2009 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||