public class CopbizinfoDaoImpl extends BaseDao implements ICopbizinfoDao
| Constructor and Description |
|---|
CopbizinfoDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCopbizinfo(Copbizinfo data)
根据传入的对象,删除相应的数据
|
void |
deleteCopbizinfoById(long... seqids) |
Copbizinfo |
findCopbizinfo(Copbizinfo data)
可以根据其他字段的查询条件来获取唯一的数据
|
int |
getCopartnernoBizCount(String copartnerno)
通过商户的编号查询此商户的业务数
|
Copbizinfo |
getCopbizinfoById(long seqid) |
String |
getNewBizNo(String copartnerno)
获得新的业务号
|
void |
insertCopbizinfo(Copbizinfo data) |
com.xunlei.common.util.Sheet<Copbizinfo> |
queryCopbizinfo(Copbizinfo data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Copbizinfo> |
queryCopbizinfo(Copbizinfo data,
String[] recrolenos,
com.xunlei.common.util.PagedFliper fliper) |
void |
updateCopbizinfo(Copbizinfo data) |
createHibernateTemplate, deleteObject, findObject, getHibernateTemplate, getSession, getSession, getSessionFactory, insertObject, setHibernateTemplate, setSessionFactory, updateObjectaddLimitToSql, batchUpdate, computeStartRowNo, createNextId, deleteObject, deleteObjectByCondition, execute, executeUpdate, findObject, findObjectByCondition, findObjects, findPagedObjects, findPagedObjects, findPagedObjects, findPagedObjectsExcludeFields, findPagedObjectsExcludeFields, findPagedObjectsIncludeFields, findPagedObjectsIncludeFields, getMaxNewSn, getNewSn, getNewSn, getSingleDouble, getSingleInt, getSingleLong, getSingleString, getSmoothNewSn, isEmpty, isNotEmpty, isNumType, isSupportType, query, query, query, queryOne, queryOne, queryToList, queryToMap, queryToMap, queryToMapList, queryToMapList, saveObject, setDataS, toString, toString, toString, uniteForIn, updateObject, updateObjectExcludeFields, updateObjectIncludeFieldspublic Copbizinfo findCopbizinfo(Copbizinfo data)
findCopbizinfo in interface ICopbizinfoDaopublic com.xunlei.common.util.Sheet<Copbizinfo> queryCopbizinfo(Copbizinfo data, com.xunlei.common.util.PagedFliper fliper)
queryCopbizinfo in interface ICopbizinfoDaopublic com.xunlei.common.util.Sheet<Copbizinfo> queryCopbizinfo(Copbizinfo data, String[] recrolenos, com.xunlei.common.util.PagedFliper fliper)
queryCopbizinfo in interface ICopbizinfoDaopublic void deleteCopbizinfo(Copbizinfo data)
deleteCopbizinfo in interface ICopbizinfoDaopublic Copbizinfo getCopbizinfoById(long seqid)
getCopbizinfoById in interface ICopbizinfoDaopublic void insertCopbizinfo(Copbizinfo data)
insertCopbizinfo in interface ICopbizinfoDaopublic void updateCopbizinfo(Copbizinfo data)
updateCopbizinfo in interface ICopbizinfoDaopublic void deleteCopbizinfoById(long... seqids)
deleteCopbizinfoById in interface ICopbizinfoDaopublic int getCopartnernoBizCount(String copartnerno)
getCopartnernoBizCount in interface ICopbizinfoDaocopartnerno - public String getNewBizNo(String copartnerno)
getNewBizNo in interface ICopbizinfoDaocopartnerno - Copyright © 2016. All rights reserved.