public interface CoreUserPdataService extends BaseService<CoreUserPdata>
限定符和类型 | 方法和说明 |
---|---|
int |
findCountByCommet(java.lang.String themeId)
通过内容查询有多少个记录正在使用
|
java.util.List<CoreUserPdata> |
findListByUidAndUpdId(java.lang.String updId,
java.lang.String userId)
根据私有数据使用场景id和用户id获取用户私有数据
|
int |
modifyByUidAndUpdId(CoreUserPdata userPdata)
根据用户id和私有数据使用场景id来修改数据
|
add, addEntity, confirm, findAll, findList, getEntity, modify, removeById, removeByIds, startProcess, startProcess
int modifyByUidAndUpdId(CoreUserPdata userPdata) throws java.lang.Exception
userPdata
- UPD_USERID和UPD_SHIYCJID的属性值不能为空java.lang.Exception
- 出错会抛出异常java.util.List<CoreUserPdata> findListByUidAndUpdId(java.lang.String updId, java.lang.String userId) throws java.lang.Exception
updId
- 用户私有数据场景id,该参数不能为空userId
- 用户id
用户id,该参数不能为空java.lang.Exception
- 出错会抛出异常int findCountByCommet(java.lang.String themeId)
themeId
- themeId