@Service(value="appBiz") public class AppBizImpl extends BasicBizImpl implements IAppBiz
| 构造器和说明 |
|---|
AppBizImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByUrl(String websiteUrl)
查找域名相同站点的个数
|
AppEntity |
getByManagerId(int managerId)
根据站点管理员id查找站点
|
AppEntity |
getByUrl(String url)
根据站点域名获取站点实体
|
protected com.mingsoft.base.dao.IBaseDao |
getDao()
获取应用持久化层
|
count, count, deleteBasic, deletes, getBasicEntity, getPreviousAndNext, query, query, query, saveBasic, updateBasic, updateHitalterTable, alterTable, countBySQL, createTable, delete, deleteBySQL, deleteEntity, dropTable, excuteSql, getEntity, insertBySQL, queryAll, queryByPage, queryBySQL, queryBySQL, queryCount, saveBatch, saveEntity, updateBySQL, updateEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, deleteBasic, deletes, getBasicEntity, getPreviousAndNext, query, query, query, saveBasic, updateBasic, updateHitpublic AppEntity getByManagerId(int managerId)
IAppBizgetByManagerId 在接口中 IAppBizmanagerId - 站点管理员idprotected com.mingsoft.base.dao.IBaseDao getDao()
getDao 在类中 BasicBizImplpublic int countByUrl(String websiteUrl)
IAppBizcountByUrl 在接口中 IAppBizwebsiteUrl - 域名Copyright © 2016. All rights reserved.