Package com.taobao.zeus.web.platform.client.module.profile

Examples of com.taobao.zeus.web.platform.client.module.profile.ProfileModel


      } catch (Exception e) {
        log.error("getProfile",e);
      }
    }
    if(p!=null){
      ProfileModel pm=new ProfileModel();
      pm.setUid(LoginUser.getUser().getUid());
      pm.setHadoopConf(p.getHadoopConf());
      return pm;
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of com.taobao.zeus.web.platform.client.module.profile.ProfileModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.