Package org.openbravo.service.datasource
Class DataSourceConstants
- java.lang.Object
-
- org.openbravo.service.datasource.DataSourceConstants
-
public class DataSourceConstants extends Object
Defines constants for this module.- Author:
- mtaal
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADD_CONTENT_OPERATION
static String
DS_CLASS_NAME
static String
DS_COMPONENT_TYPE
static String
DS_CREATE
static String
DS_FILTERCLASS_PARAM
static String
DS_ID
static String
DS_NAME_PARAM
static String
DS_ONLY_GENERATE_CREATESTATEMENT
static String
DS_TEMPLATE_ID
The primary key of the data source template used to render default datasources.static String
FETCH_OPERATION
static String
MINIMAL_PROPERTY_OUTPUT
If passed as a parameter then only date properties are generated as part of the datasource, because these properties need transformation from string to date and back.static String
NEW_PARAM
static String
OPERATION_TYPE_PARAM
static String
REMOVE_OPERATION
static String
URL_NAME_PARAM
-
Constructor Summary
Constructors Constructor Description DataSourceConstants()
-
-
-
Field Detail
-
MINIMAL_PROPERTY_OUTPUT
public static final String MINIMAL_PROPERTY_OUTPUT
If passed as a parameter then only date properties are generated as part of the datasource, because these properties need transformation from string to date and back.- See Also:
- Constant Field Values
-
OPERATION_TYPE_PARAM
public static final String OPERATION_TYPE_PARAM
- See Also:
- Constant Field Values
-
FETCH_OPERATION
public static final String FETCH_OPERATION
- See Also:
- Constant Field Values
-
REMOVE_OPERATION
public static final String REMOVE_OPERATION
- See Also:
- Constant Field Values
-
ADD_CONTENT_OPERATION
public static final String ADD_CONTENT_OPERATION
- See Also:
- Constant Field Values
-
NEW_PARAM
public static final String NEW_PARAM
- See Also:
- Constant Field Values
-
URL_NAME_PARAM
public static final String URL_NAME_PARAM
- See Also:
- Constant Field Values
-
DS_NAME_PARAM
public static final String DS_NAME_PARAM
- See Also:
- Constant Field Values
-
DS_ID
public static final String DS_ID
- See Also:
- Constant Field Values
-
DS_COMPONENT_TYPE
public static final String DS_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
DS_CREATE
public static final String DS_CREATE
- See Also:
- Constant Field Values
-
DS_ONLY_GENERATE_CREATESTATEMENT
public static final String DS_ONLY_GENERATE_CREATESTATEMENT
- See Also:
- Constant Field Values
-
DS_CLASS_NAME
public static final String DS_CLASS_NAME
- See Also:
- Constant Field Values
-
DS_FILTERCLASS_PARAM
public static final String DS_FILTERCLASS_PARAM
- See Also:
- Constant Field Values
-
DS_TEMPLATE_ID
public static final String DS_TEMPLATE_ID
The primary key of the data source template used to render default datasources.- See Also:
- Constant Field Values
-
-