Java 类ims.admin.vo.LoggedInUserInfoWebServiceVo 实例源码

项目:AvoinApotti    文件:NotificationsImpl.java   
public LoggedInUserInfoWebServiceVo getLoggedInUserInfo() 
{
    if(this.getLoggedInUser() == null)
        throw new CodingRuntimeException("Unable to get the logged user.");

    DomainFactory factory = getDomainFactory();
    return LoggedInUserInfoWebServiceVoAssembler.create((AppUser)factory.getDomainObject(AppUser.class, this.getLoggedInUser().getUserId()));
}
项目:openMAXIMS    文件:NotificationsImpl.java   
public LoggedInUserInfoWebServiceVo getLoggedInUserInfo() 
{
    if(this.getLoggedInUser() == null)
        throw new CodingRuntimeException("Unable to get the logged user.");

    DomainFactory factory = getDomainFactory();
    return LoggedInUserInfoWebServiceVoAssembler.create((AppUser)factory.getDomainObject(AppUser.class, this.getLoggedInUser().getUserId()));
}
项目:openMAXIMS    文件:NotificationsImpl.java   
public LoggedInUserInfoWebServiceVo getLoggedInUserInfo() 
{
    if(this.getLoggedInUser() == null)
        throw new CodingRuntimeException("Unable to get the logged user.");

    DomainFactory factory = getDomainFactory();
    return LoggedInUserInfoWebServiceVoAssembler.create((AppUser)factory.getDomainObject(AppUser.class, this.getLoggedInUser().getUserId()));
}
项目:openmaxims-linux    文件:NotificationsImpl.java   
public LoggedInUserInfoWebServiceVo getLoggedInUserInfo() 
{
    if(this.getLoggedInUser() == null)
        throw new CodingRuntimeException("Unable to get the logged user.");

    DomainFactory factory = getDomainFactory();
    return LoggedInUserInfoWebServiceVoAssembler.create((AppUser)factory.getDomainObject(AppUser.class, this.getLoggedInUser().getUserId()));
}