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

字段摘要
 
从类 gboat2.base.core.service.BaseService 继承的字段
baseDAO
 
构造方法摘要
ProfileBusinessImpl()
           
 
方法摘要
 Profile getProfileByUserId(String userId)
          根据用户id获取用户配置信息
 void updateProfile(Profile profile)
          根据userId配置用户桌面模式
 
从类 gboat2.base.core.service.BaseService 继承的方法
delete, get, getAsPage, getAsPage, query, query, save, update
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 gboat2.base.core.service.IBaseService 继承的方法
delete, get, getAsPage, getAsPage, query, query, save, update
 

构造方法详细信息

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.