| 构造器和说明 |
|---|
AppBizImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByUrl(String websiteUrl)
查找域名相同站点的个数
|
AppEntity |
getByManagerId(int managerId)
根据站点管理员id查找站点
|
AppEntity |
getByUrl(String url)
根据站点域名获取站点实体
|
protected net.mingsoft.base.dao.IBaseDao |
getDao()
获取应用持久化层
|
countBySQL, createTable, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryBySQL, queryBySQL, queryCount, saveBatch, saveEntity, updateBySQL, updateEntitypublic AppEntity getByManagerId(int managerId)
IAppBizgetByManagerId 在接口中 IAppBizmanagerId - 站点管理员idprotected net.mingsoft.base.dao.IBaseDao getDao()
getDao 在类中 net.mingsoft.base.biz.impl.BaseBizImplpublic int countByUrl(String websiteUrl)
IAppBizcountByUrl 在接口中 IAppBizwebsiteUrl - 域名Copyright © 2020. All rights reserved.