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.SQLException
public java.util.List<java.lang.Integer> getExecuterGroupIds(int executerId) throws java.sql.SQLException
java.sql.SQLException
public void updateExecuterItem(ExecuterItem executerItem) throws java.sql.SQLException
java.sql.SQLException
public void updateExecuterGroupIds(int executerId, java.util.List<java.lang.Integer> groupIds) throws java.sql.SQLException
java.sql.SQLException
public 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.SQLException
public java.util.List<RegisterExecutor> getRegisterExecutorList(java.util.List<java.lang.Integer> groupList) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public 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