public class JoinAccountCustomerFieldInfoDaoImpl extends java.lang.Object implements JoinAccountCustomerFieldInfoDao
| 构造器和说明 |
|---|
JoinAccountCustomerFieldInfoDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.seeyon.ctp.util.FlipInfo |
getAll(com.seeyon.ctp.util.FlipInfo fi,
java.util.Map params)
查询所有符合条件的单位属性
|
JoinAccount |
getById(java.lang.Long id)
根据id查找对象
|
void |
save(JoinAccount joinAccount)
保存
|
void |
update(JoinAccount joinAccount)
更新
|
void |
updateJoinAccountEmpty(java.lang.String[] disabledLabels,
java.lang.Long orgAccountId)
清空被删除字段中的信息
|
public com.seeyon.ctp.util.FlipInfo getAll(com.seeyon.ctp.util.FlipInfo fi,
java.util.Map params)
JoinAccountCustomerFieldInfoDaogetAll 在接口中 JoinAccountCustomerFieldInfoDaopublic JoinAccount getById(java.lang.Long id) throws com.seeyon.ctp.common.exceptions.BusinessException
JoinAccountCustomerFieldInfoDaogetById 在接口中 JoinAccountCustomerFieldInfoDaocom.seeyon.ctp.common.exceptions.BusinessExceptionpublic void save(JoinAccount joinAccount)
JoinAccountCustomerFieldInfoDaosave 在接口中 JoinAccountCustomerFieldInfoDaopublic void update(JoinAccount joinAccount)
JoinAccountCustomerFieldInfoDaoupdate 在接口中 JoinAccountCustomerFieldInfoDaopublic void updateJoinAccountEmpty(java.lang.String[] disabledLabels,
java.lang.Long orgAccountId)
JoinAccountCustomerFieldInfoDao