public class ContractObjectDao extends AbstractEntityAttrDao<ContractObject>
AbstractEntityAttrDao.AddressItemModifiedEventListener
CONTRACT_OBJECT_SUPPORT, CONTRACT_SUPPORT, ENTITY_SUPPORT, entitySpecAttrDirectory, entitySpecDirectory, filterWeightComparator, userId
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) |
checkEntityAttribute, checkEntitySpecAttrDelete, filterInit, filterJoin, filterToPS, getAllEntityAttributes, getAttribute, getEntityAttribute, 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
updateImpl
in class ru.bitel.common.dao.AbstractDao<ContractObject>
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