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)
JoinAccountCustomerFieldInfoDao
getAll
在接口中 JoinAccountCustomerFieldInfoDao
public JoinAccount getById(java.lang.Long id) throws com.seeyon.ctp.common.exceptions.BusinessException
JoinAccountCustomerFieldInfoDao
getById
在接口中 JoinAccountCustomerFieldInfoDao
com.seeyon.ctp.common.exceptions.BusinessException
public void save(JoinAccount joinAccount)
JoinAccountCustomerFieldInfoDao
save
在接口中 JoinAccountCustomerFieldInfoDao
public void update(JoinAccount joinAccount)
JoinAccountCustomerFieldInfoDao
update
在接口中 JoinAccountCustomerFieldInfoDao
public void updateJoinAccountEmpty(java.lang.String[] disabledLabels, java.lang.Long orgAccountId)
JoinAccountCustomerFieldInfoDao