gboat2.web.business.impl
类 ProfileBusinessImpl
java.lang.Object
gboat2.base.core.service.BaseService
gboat2.web.business.impl.ProfileBusinessImpl
- 所有已实现的接口:
- IBaseService, IProfileBusiness
@Transactional
@Service
public class ProfileBusinessImpl
- extends BaseService
- implements IProfileBusiness
- 从以下版本开始:
- jdk1.6
- 作者:
- zhaoxc
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileBusinessImpl
public ProfileBusinessImpl()
getProfileByUserId
public Profile getProfileByUserId(String userId)
- 从接口
IProfileBusiness
复制的描述
- 根据用户id获取用户配置信息
- 指定者:
- 接口
IProfileBusiness
中的 getProfileByUserId
- 参数:
userId
- 用户id
updateProfile
public void updateProfile(Profile profile)
- 从接口
IProfileBusiness
复制的描述
- 根据userId配置用户桌面模式
- 指定者:
- 接口
IProfileBusiness
中的 updateProfile
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.