| Constructor and Description |
|---|
AppBizImpl() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface IAppBizmanagerId - 站点管理员idprotected net.mingsoft.base.dao.IBaseDao getDao()
getDao in class net.mingsoft.base.biz.impl.BaseBizImplpublic int countByUrl(String websiteUrl)
IAppBizcountByUrl in interface IAppBizwebsiteUrl - 域名Copyright © 2020. All rights reserved.