Class DefaultMaker
java.lang.Object
de.uplanet.lucy.server.auxiliaries.DefaultMaker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.lucy.server.dataobjects.IValueHolder<?>getDefault(de.uplanet.jdbc.JdbcConnection p_conn, de.uplanet.lucy.constants.DEFAULT_TYPE p_eDefaultType, String p_strDefault, int p_iUserId, TimeZone p_tz, de.uplanet.lucy.types.UP_TYPE p_dataType) de.uplanet.lucy.server.dataobjects.IValueHolder<?>getDefault(de.uplanet.jdbc.JdbcConnection p_conn, String p_strDefaultType, String p_strDefault, int p_iUserId, TimeZone p_tz, de.uplanet.lucy.types.UP_TYPE p_dataType) de.uplanet.lucy.server.dataobjects.IValueHolder<?>getDefault(String p_strDefaultType, String p_strDefault, String p_strControlType)
-
Constructor Details
-
DefaultMaker
public DefaultMaker()
-
-
Method Details
-
getDefault
public de.uplanet.lucy.server.dataobjects.IValueHolder<?> getDefault(String p_strDefaultType, String p_strDefault, String p_strControlType) throws SQLException, de.uplanet.lucy.usermanager.NotFoundException - Parameters:
p_strDefaultType-p_strDefault-p_strControlType-- Returns:
- Default Value Holder
- Throws:
SQLExceptionde.uplanet.lucy.usermanager.NotFoundException
-
getDefault
public de.uplanet.lucy.server.dataobjects.IValueHolder<?> getDefault(de.uplanet.jdbc.JdbcConnection p_conn, String p_strDefaultType, String p_strDefault, int p_iUserId, TimeZone p_tz, de.uplanet.lucy.types.UP_TYPE p_dataType) throws SQLException, de.uplanet.lucy.usermanager.NotFoundException - Parameters:
p_conn- The connectionp_strDefaultType- The default typep_strDefault- The default valuep_iUserId- The user idp_tz- The time zonep_dataType- The data type- Returns:
- The value holder with the default value.
- Throws:
SQLExceptionde.uplanet.lucy.usermanager.NotFoundException
-
getDefault
public de.uplanet.lucy.server.dataobjects.IValueHolder<?> getDefault(de.uplanet.jdbc.JdbcConnection p_conn, de.uplanet.lucy.constants.DEFAULT_TYPE p_eDefaultType, String p_strDefault, int p_iUserId, TimeZone p_tz, de.uplanet.lucy.types.UP_TYPE p_dataType) throws SQLException, de.uplanet.lucy.usermanager.NotFoundException - Parameters:
p_conn- The database conectionp_eDefaultType- The default typep_strDefault- The default valuep_iUserId- The user idp_tz- The time zonep_dataType- The data type- Returns:
- The value holder with the default value
- Throws:
SQLExceptionde.uplanet.lucy.usermanager.NotFoundException
-