public class NomenclatureLinkDao extends CommonDAO
CommonDAO.ObjectExtractor<T>, CommonDAO.RecordUpdater<T extends Id>
con, dateFormat_DDMMYYYY, dateFormat_DDMMYYYY_HHMM, log, SQL_AND, SQL_DELETE, SQL_DESC, SQL_FROM, SQL_GROUP_BY, SQL_INNER_JOIN, SQL_INSERT, SQL_INSERT_IGNORE, SQL_LEFT_JOIN, SQL_LEFT_OUTER_JOIN, SQL_LIMIT, SQL_ON_DUP_KEY_UPDATE, SQL_OR, SQL_ORDER_BY, SQL_REPLACE, SQL_SELECT, SQL_SELECT_ALL_FROM, SQL_SELECT_COUNT_ROWS, SQL_SET, SQL_UPDATE, SQL_WHERE
Constructor and Description |
---|
NomenclatureLinkDao(java.sql.Connection con) |
NomenclatureLinkDao(java.sql.Connection con,
boolean usePaging) |
Modifier and Type | Method and Description |
---|---|
void |
deleteGroupRule(int id) |
void |
deleteNomenclatureLink(int id) |
NomenclatureLink |
getNomenclatureLink(int id) |
void |
searchNomenclatureLink(SearchResult<NomenclatureLink> searchResult) |
void |
searchNomenclatureLink(SearchResult<NomenclatureLink> searchResult,
java.lang.String nomenclatureId) |
void |
searchRuleGroups(SearchResult<RuleGroup> searchResult) |
void |
searchRuleGroups(SearchResult<RuleGroup> searchResult,
java.util.Set<java.lang.Integer> ids) |
void |
updateNomenclatureLink(NomenclatureLink link) |
void |
updateRuleGroup(RuleGroup group) |
deleteById, execute, execute, execute, executeInsert, executeUpdate, getById, getFoundRows, getFoundRows, getGroupedIds, getGroupedIds, getIds, getIds, getLikePattern, getLikePatternEnd, getLikePatternStart, getLikePatternSub, getMySQLLimit, getPeriodSql, lastInsertId, setPeriodParamValue, setRecordCount, sqlToBgException, update, updateColumn, updateIds, updateIds
public NomenclatureLinkDao(java.sql.Connection con)
public NomenclatureLinkDao(java.sql.Connection con, boolean usePaging)
public NomenclatureLink getNomenclatureLink(int id) throws BGException
BGException
public void searchNomenclatureLink(SearchResult<NomenclatureLink> searchResult) throws BGException
BGException
public void searchNomenclatureLink(SearchResult<NomenclatureLink> searchResult, java.lang.String nomenclatureId) throws BGException
BGException
public void searchRuleGroups(SearchResult<RuleGroup> searchResult) throws BGException
BGException
public void searchRuleGroups(SearchResult<RuleGroup> searchResult, java.util.Set<java.lang.Integer> ids) throws BGException
BGException
public void updateNomenclatureLink(NomenclatureLink link) throws BGException
BGException
public void updateRuleGroup(RuleGroup group) throws BGException
BGException
public void deleteNomenclatureLink(int id) throws BGException
BGException
public void deleteGroupRule(int id) throws BGException
BGException