public class SphinxDAO extends CommonDAO
con, dateFormat_DDMMYYYY, dateFormat_DDMMYYYY_HHMM, log, SQL_AND, SQL_DELETE, SQL_DESC, SQL_FROM, SQL_GROUP_BY, SQL_INNER_JOIN, SQL_INSERT, SQL_LEFT_JOIN, SQL_LIMIT, SQL_ORDER_BY, SQL_REPLACE, SQL_SELECT, SQL_SELECT_ALL_FROM, SQL_SELECT_COUNT_ROWS, SQL_SET, SQL_UPDATE, SQL_WHERE
Constructor and Description |
---|
SphinxDAO(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
int |
cache()
Добавляет в кэш данные, помеченные как измененные
|
static void |
customerCacheUpdate(java.sql.Connection con,
int customerId)
Помечает контрагента для обновления в кэше
|
void |
delete(int customerId) |
ru.bgcrm.dao.SphinxDAO.Stat |
getStat(java.sql.PreparedStatement ps) |
void |
insertUnaccountedCusomers()
Находит контрагентов, которых нет в таблице customer_cache и вставляет их туда.
|
static void |
main(java.lang.String[] args) |
void |
searchCustomer(SearchResult<Customer> searchResult,
java.lang.String searchString) |
addLikeSql, convertDateToSqlDate, convertDateToTimestamp, deleteById, getFoundRows, getGroupedIds, getGroupedIds, getIds, getIds, getLikePattern, getMySQLLimit, getPeriodSql, lastInsertId, setPeriodParamValue, setRecordCount, sqlToBgException, updateColumn, updateIds, updateIds
public SphinxDAO(java.sql.Connection con) throws BGException
BGException
public ru.bgcrm.dao.SphinxDAO.Stat getStat(java.sql.PreparedStatement ps) throws BGException
BGException
public void searchCustomer(SearchResult<Customer> searchResult, java.lang.String searchString) throws BGException
BGException
public void insertUnaccountedCusomers() throws BGException
BGException
public static void customerCacheUpdate(java.sql.Connection con, int customerId) throws BGException
con
- customerId
- BGException
public int cache() throws BGException
BGException
public void delete(int customerId) throws BGException
BGException
public static void main(java.lang.String[] args) throws BGException, java.sql.SQLException, java.lang.InterruptedException
BGException
java.sql.SQLException
java.lang.InterruptedException