public class UserManager extends ru.bitel.common.dao.AbstractIdDao<User>
Constructor and Description |
---|
UserManager(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkLogin(java.lang.String login)
Deprecated.
|
boolean |
checkLogin(java.lang.String login,
int userID)
Проверка на уникальность логина пользователя с учетом кода пользователя.
|
void |
findSearchResult(SearchResult<User> searchResult) |
protected User |
getFromRS(java.sql.ResultSet rs) |
User |
getUserByLogin(java.lang.String login)
Возвращает пользователя биллинга по его логину.
|
java.util.Map<java.lang.Integer,User> |
getUsersMap()
Возвращает карту пользователей и их кодов
|
java.util.List<User> |
list() |
protected void |
updateImpl(User user) |
delete, get, getAndDelete, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, update
protected void updateImpl(User user) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<User>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
protected User getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<User>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
public java.util.Map<java.lang.Integer,User> getUsersMap()
public void findSearchResult(SearchResult<User> searchResult) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
@Deprecated public boolean checkLogin(java.lang.String login)
checkLogin(String,int)
public boolean checkLogin(java.lang.String login, int userID) throws ru.bitel.bgbilling.common.BGException
login
- логинuserID
- код пользователяru.bitel.bgbilling.common.BGException
public java.util.List<User> list() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public User getUserByLogin(java.lang.String login) throws ru.bitel.bgbilling.common.BGException
login
- логин пользователя.ru.bitel.bgbilling.common.BGException