public class CompoundEventDetectorDao extends BaseDao
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CompoundEventDetectorDao.CompoundEventDetectorRowMapper |
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
COMPOUND_EVENT_DETECTOR_INSERT |
private static java.lang.String |
COMPOUND_EVENT_DETECTOR_SELECT |
private static java.lang.String |
COMPOUND_EVENT_DETECTOR_UPDATE |
| Constructor and Description |
|---|
CompoundEventDetectorDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCompoundEventDetector(int compoundEventDetectorId) |
java.lang.String |
generateUniqueXid() |
CompoundEventDetectorVO |
getCompoundEventDetector(int id) |
CompoundEventDetectorVO |
getCompoundEventDetector(java.lang.String xid) |
java.util.List<CompoundEventDetectorVO> |
getCompoundEventDetectors() |
private void |
insertCompoundEventDetector(CompoundEventDetectorVO ced) |
boolean |
isXidUnique(java.lang.String xid,
int excludeId) |
void |
saveCompoundEventDetector(CompoundEventDetectorVO ced) |
private void |
updateCompoundEventDetector(CompoundEventDetectorVO ced) |
boolToChar, charToBool, deleteInChunks, doInsert, doInsert, doInsert, doInsertLong, doInsertLong, doInsertLong, generateUniqueXid, getGeneratedKeyName, getPreparedStatementCreator, isXidUniquebatchUpdate, createDelimitedList, createDelimitedList, createDelimitedList, createIntValuePairs, createKeyValuePairs, dbEncodeSearchString, getInt, getTransactionManager, getTransactionTemplate, now, query, query, query, query, query, query, queryForList, queryForList, queryForObject, queryForObject, queryForObject, setIntprivate static final java.lang.String COMPOUND_EVENT_DETECTOR_SELECT
private static final java.lang.String COMPOUND_EVENT_DETECTOR_INSERT
private static final java.lang.String COMPOUND_EVENT_DETECTOR_UPDATE
public java.lang.String generateUniqueXid()
public boolean isXidUnique(java.lang.String xid,
int excludeId)
public java.util.List<CompoundEventDetectorVO> getCompoundEventDetectors()
public CompoundEventDetectorVO getCompoundEventDetector(int id)
public CompoundEventDetectorVO getCompoundEventDetector(java.lang.String xid)
public void saveCompoundEventDetector(CompoundEventDetectorVO ced)
private void insertCompoundEventDetector(CompoundEventDetectorVO ced)
private void updateCompoundEventDetector(CompoundEventDetectorVO ced)
public void deleteCompoundEventDetector(int compoundEventDetectorId)