public class ContractObjectDao extends AbstractEntityAttrDao<ContractObject>
AbstractEntityAttrDao.AddressItemModifiedEventListener
entitySpecAttrDirectory, entitySpecDirectory, filterWeightComparator, userId
cacheFilter, cacheJoin, cacheOrderBy, cachePaged, cachePS, cacheWhat, con, getByIdPS, mid, moduleId, orderByPattern, SQL_CALC_FOUND_ROWS, SQL_DELETE, SQL_EQ, SQL_EQCS, SQL_FROM, SQL_GROUP, SQL_IN, SQL_INSERT, SQL_LIMIT, SQL_ORDER, SQL_SELECT, SQL_SET, SQL_UPDATE, SQL_WHERE, tableName
Constructor and Description |
---|
ContractObjectDao(java.sql.Connection con,
int userId) |
Modifier and Type | Method and Description |
---|---|
protected ru.bitel.bgbilling.kernel.directory.api.common.Directory<? extends EntitySpecAttr> |
getEntitySpecAttrDirectory() |
ru.bitel.bgbilling.kernel.directory.api.common.Directory<? extends EntitySpec> |
getEntitySpecDirectory() |
protected ContractObject |
getFromRS(java.sql.ResultSet rs,
boolean loadAttributes,
boolean loadEntityTitle) |
java.util.List<ContractObject> |
list(int contractId) |
protected void |
updateImpl(ContractObject b)
Этот метод каждый реализует сам со своей логикой.
|
filterInit, filterJoin, filterToPS, getAttribute, getEntityAttributes, getEntityTableName, getFromRS, list, listImpl, onAddressItemUpdate, updateEntityAttribute, updateEntityAttributes
delete, get, getAndDelete, getAndUpdate
public ru.bitel.bgbilling.kernel.directory.api.common.Directory<? extends EntitySpec> getEntitySpecDirectory() throws ru.bitel.bgbilling.common.BGException
getEntitySpecDirectory
in class AbstractEntityAttrDao<ContractObject>
ru.bitel.bgbilling.common.BGException
protected ru.bitel.bgbilling.kernel.directory.api.common.Directory<? extends EntitySpecAttr> getEntitySpecAttrDirectory() throws ru.bitel.bgbilling.common.BGException
getEntitySpecAttrDirectory
in class AbstractEntityAttrDao<ContractObject>
ru.bitel.bgbilling.common.BGException
protected ContractObject getFromRS(java.sql.ResultSet rs, boolean loadAttributes, boolean loadEntityTitle) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class AbstractEntityAttrDao<ContractObject>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(ContractObject b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
ru.bitel.common.dao.AbstractDao
updateImpl
in class ru.bitel.common.dao.AbstractDao<ContractObject>
b
- экземпляр моделиru.bitel.bgbilling.common.BGException
- ошибкиjava.sql.SQLException
- ошибкиpublic java.util.List<ContractObject> list(int contractId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException