@Service(value="peopleUserBiz") public class PeopleUserBizImpl extends PeopleBizImpl implements IPeopleUserBiz
| 构造器和说明 |
|---|
PeopleUserBizImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deletePeopleUser(int peopleId)
删除用户信息
只能在有子类时调用
|
void |
deletePeopleUsers(int[] peopleIds)
批量删除用户
|
protected net.mingsoft.base.dao.IBaseDao |
getDao()
获取peopleDao
|
int |
savePeopleUser(PeopleUserEntity peopleEntity)
用户信息实体保存
只能在有子类继承时调用的
|
void |
updatePeopleUser(PeopleUserEntity peopleEntity)
更新用户信息
只能在有子类时调用
|
deletePeople, deletePeople, getByPeople, getCountByAppIdAndMap, getCountByDate, getEntityByCode, getEntityByMailOrPhone, getEntityByUserName, query, queryByAppIdAndMap, queryCountByAppId, queryPageListByAppId, savePeople, updatePeoplealterTable, alterTable, countBySQL, createTable, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryBySQL, queryBySQL, queryCount, saveBatch, saveEntity, updateBySQL, updateEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeletePeople, deletePeople, getByPeople, getCountByAppIdAndMap, getCountByDate, getEntityByCode, getEntityByMailOrPhone, getEntityByUserName, query, queryByAppIdAndMap, queryCountByAppId, queryPageListByAppId, savePeople, updatePeopleprotected net.mingsoft.base.dao.IBaseDao getDao()
PeopleBizImplgetDao 在类中 PeopleBizImplpublic int savePeopleUser(PeopleUserEntity peopleEntity)
savePeopleUser 在接口中 IPeopleUserBizpeopleEntity - 用户信息public void updatePeopleUser(PeopleUserEntity peopleEntity)
updatePeopleUser 在接口中 IPeopleUserBizpeopleEntity - 用户信息public void deletePeopleUser(int peopleId)
deletePeopleUser 在接口中 IPeopleUserBizpeopleId - 用户IDpublic void deletePeopleUsers(int[] peopleIds)
IPeopleUserBizdeletePeopleUsers 在接口中 IPeopleUserBizpeopleIds - 用户id集合Copyright © 2019. All rights reserved.