Class AbstractContractConfig
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.dao.AbstarctDaoConstant
ru.bitel.bgbilling.kernel.contract.config.server.bean.AbstractContractConfig
- Direct Known Subclasses:
ContractModuleConfigDao,ContractPluginConfigDao
public abstract class AbstractContractConfig
extends ru.bitel.common.dao.AbstarctDaoConstant
-
Field Summary
FieldsFields inherited from class ru.bitel.common.dao.AbstarctDaoConstant
ERROR, fields, SQL_ALL, SQL_AND, SQL_CALC_FOUND_ROWS, SQL_DELETE, SQL_DISTINCT, SQL_EQ, SQL_EQCS, SQL_FROM, SQL_GROUP, SQL_IN, SQL_INSERT, SQL_JOIN, SQL_LEFT_JOIN, SQL_LIMIT, SQL_NOT_IN, SQL_ON, SQL_ON_DUPLICATE_KEY_UPDATE, SQL_ORDER, SQL_SELECT, SQL_SET, SQL_UPDATE, SQL_VALUES, SQL_WHERE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractContractConfig(String table, Connection con, int configId) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteForContract(int contractId) voidsearchContractModuleConfig(SearchResult<ContractModuleConfig> searchResult, String contractTitle, List<String> keys) voidMethods inherited from class ru.bitel.common.dao.AbstarctDaoConstant
getSQLOrder, psSetDate, psSetInt, psSetString, sqlLimitMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError, warn
-
Field Details
-
TABLE_CONTRACT_MODULE_CONFIG
- See Also:
-
TABLE_CONTRACT_PLUGIN_CONFIG
- See Also:
-
-
Constructor Details
-
AbstractContractConfig
-
-
Method Details
-
get
- Throws:
SQLException
-
get
- Throws:
SQLException
-
update
- Throws:
SQLException
-
delete
- Throws:
SQLException
-
deleteForContract
- Throws:
SQLException
-
searchContractModuleConfig
public void searchContractModuleConfig(SearchResult<ContractModuleConfig> searchResult, String contractTitle, List<String> keys) throws Exception - Throws:
Exception
-
getKeyList
- Throws:
SQLException
-