Class UserDataMapper.UserDataMapperImpl
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.tablelogin.UserDataMapper.UserDataMapperImpl
-
- Enclosing class:
- UserDataMapper
public static final class UserDataMapper.UserDataMapperImpl extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setData(IUser p_user)
void
setMapping(String p_strSrcName, String p_strSrcType, String p_strDstName)
void
setQueryParam(int p_iPos, String p_strValue, String p_strType)
-
-
-
Method Detail
-
setMapping
public void setMapping(String p_strSrcName, String p_strSrcType, String p_strDstName)
- Parameters:
p_strSrcName
- The name of the source column in the result set.p_strSrcType
- The type of the source column in the result set.p_strDstName
- The name of the user property.
-
setData
public void setData(IUser p_user) throws SQLException
- Throws:
SQLException
-
-