public class RegisterExecutorManager
extends java.lang.Object
| Constructor and Description |
|---|
RegisterExecutorManager(java.sql.Connection con) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getExecuterGroupIds(int executerId) |
ExecuterItem |
getExecuterItem(int id) |
java.util.List<RegisterExecutor> |
getRegisterExecutorList(java.util.List<java.lang.Integer> groupList) |
java.util.List<RegisterExecutor> |
getRegisterExecutorList(java.util.List<java.lang.Integer> groupList,
java.util.List<java.lang.Integer> executorList) |
java.util.List<RegisterExecutor> |
getRegisterExecutorList(java.lang.String groups,
java.util.List<java.lang.Integer> executorList)
Deprecated.
использовать
getRegisterExecutorList(List, List) |
void |
updateExecuterGroupIds(int executerId,
java.util.List<java.lang.Integer> groupIds) |
void |
updateExecuterItem(ExecuterItem executerItem) |
public ExecuterItem getExecuterItem(int id) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.util.List<java.lang.Integer> getExecuterGroupIds(int executerId)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateExecuterItem(ExecuterItem executerItem) throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateExecuterGroupIds(int executerId,
java.util.List<java.lang.Integer> groupIds)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.util.List<RegisterExecutor> getRegisterExecutorList(java.lang.String groups, java.util.List<java.lang.Integer> executorList) throws java.sql.SQLException
getRegisterExecutorList(List, List)groups - executorList - java.sql.SQLExceptionpublic java.util.List<RegisterExecutor> getRegisterExecutorList(java.util.List<java.lang.Integer> groupList) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<RegisterExecutor> getRegisterExecutorList(java.util.List<java.lang.Integer> groupList, java.util.List<java.lang.Integer> executorList) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException