Klasse DefaultMaker
java.lang.Object
de.uplanet.lucy.server.auxiliaries.DefaultMaker
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungIValueHolder<?> 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) 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) IValueHolder<?> getDefault(String p_strDefaultType, String p_strDefault, String p_strControlType)
-
Konstruktordetails
-
DefaultMaker
public DefaultMaker()
-
-
Methodendetails
-
getDefault
public IValueHolder<?> getDefault(String p_strDefaultType, String p_strDefault, String p_strControlType) throws SQLException, de.uplanet.lucy.usermanager.NotFoundException - Parameter:
p_strDefaultType-p_strDefault-p_strControlType-- Gibt zurück:
- Default Value Holder
- Löst aus:
SQLExceptionde.uplanet.lucy.usermanager.NotFoundException
-
getDefault
public 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 - Parameter:
p_conn- The connectionp_strDefaultType- The default typep_strDefault- The default valuep_iUserId- The user idp_tz- The time zonep_dataType- The data type- Gibt zurück:
- The value holder with the default value.
- Löst aus:
SQLExceptionde.uplanet.lucy.usermanager.NotFoundException
-
getDefault
public 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 - Parameter:
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- Gibt zurück:
- The value holder with the default value
- Löst aus:
SQLExceptionde.uplanet.lucy.usermanager.NotFoundException
-