public class JoinAccountCustomerFieldInfoManagerImpl extends java.lang.Object implements JoinAccountCustomerFieldInfoManager
| 构造器和说明 |
|---|
JoinAccountCustomerFieldInfoManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addJoinAccount(JoinAccount joinAccount)
添加一条设置信息
|
void |
addJoinAccounts(java.util.List<JoinAccount> joinAccounts)
批量导入
|
com.seeyon.ctp.util.FlipInfo |
getAll(com.seeyon.ctp.util.FlipInfo fi,
java.util.Map params)
外单位属性设置列表
|
java.util.List<JoinAccount> |
getAllJoinAccount(java.lang.Long accountId)
取单位下的所有自定义属性值
|
JoinAccount |
getByDepartmentId(java.lang.Long departmentId)
根据外单位id查找
|
java.lang.reflect.Method |
getGetMethod(java.lang.String fieldName)
获取对应的get方法
|
JoinAccountCustomerFieldInfoDao |
getJoinAccountCustomerFieldInfoDao() |
java.lang.reflect.Method |
getSetMethod(java.lang.String fieldName)
获取自定义外单位属性对应字段的set方法
|
void |
setJoinAccountCustomerFieldInfoDao(JoinAccountCustomerFieldInfoDao joinAccountCustomerFieldInfoDao) |
void |
updateJoinAccount(JoinAccount joinAccount)
修改一条设置信息
|
void |
updateJoinAccountEmpty(java.lang.String[] disabledLabels,
java.lang.Long orgAccountId)
清空已经被删除的字段的信息
|
public JoinAccountCustomerFieldInfoDao getJoinAccountCustomerFieldInfoDao()
public void setJoinAccountCustomerFieldInfoDao(JoinAccountCustomerFieldInfoDao joinAccountCustomerFieldInfoDao)
public com.seeyon.ctp.util.FlipInfo getAll(com.seeyon.ctp.util.FlipInfo fi,
java.util.Map params)
throws com.seeyon.ctp.common.exceptions.BusinessException
JoinAccountCustomerFieldInfoManagergetAll 在接口中 JoinAccountCustomerFieldInfoManagercom.seeyon.ctp.common.exceptions.BusinessExceptionpublic java.util.List<JoinAccount> getAllJoinAccount(java.lang.Long accountId) throws com.seeyon.ctp.common.exceptions.BusinessException
JoinAccountCustomerFieldInfoManagergetAllJoinAccount 在接口中 JoinAccountCustomerFieldInfoManagercom.seeyon.ctp.common.exceptions.BusinessExceptionpublic JoinAccount getByDepartmentId(java.lang.Long departmentId) throws com.seeyon.ctp.common.exceptions.BusinessException
JoinAccountCustomerFieldInfoManagergetByDepartmentId 在接口中 JoinAccountCustomerFieldInfoManagercom.seeyon.ctp.common.exceptions.BusinessExceptionpublic void addJoinAccount(JoinAccount joinAccount) throws com.seeyon.ctp.common.exceptions.BusinessException
JoinAccountCustomerFieldInfoManageraddJoinAccount 在接口中 JoinAccountCustomerFieldInfoManagercom.seeyon.ctp.common.exceptions.BusinessExceptionpublic void updateJoinAccount(JoinAccount joinAccount) throws com.seeyon.ctp.common.exceptions.BusinessException
JoinAccountCustomerFieldInfoManagerupdateJoinAccount 在接口中 JoinAccountCustomerFieldInfoManagercom.seeyon.ctp.common.exceptions.BusinessExceptionpublic void updateJoinAccountEmpty(java.lang.String[] disabledLabels,
java.lang.Long orgAccountId)
throws com.seeyon.ctp.common.exceptions.BusinessException
JoinAccountCustomerFieldInfoManagerupdateJoinAccountEmpty 在接口中 JoinAccountCustomerFieldInfoManagercom.seeyon.ctp.common.exceptions.BusinessExceptionpublic void addJoinAccounts(java.util.List<JoinAccount> joinAccounts)
JoinAccountCustomerFieldInfoManagerpublic java.lang.reflect.Method getGetMethod(java.lang.String fieldName)
JoinAccountCustomerFieldInfoManagergetGetMethod 在接口中 JoinAccountCustomerFieldInfoManagerpublic java.lang.reflect.Method getSetMethod(java.lang.String fieldName)
JoinAccountCustomerFieldInfoManagergetSetMethod 在接口中 JoinAccountCustomerFieldInfoManager