Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.user.infos
Class XUserSearchInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.member.infos.XMemberSearchInfo
          extended by waggle.common.modules.user.infos.XUserSearchInfo


public class XUserSearchInfo
extends XMemberSearchInfo

User Search Information DTO.


Field Summary
 String EMailAddress
          The User's email address (login).
 String FullName
          The User's Full Name (or display name).
 boolean RealmInternal
          The containing Realms internal status.
 String RealmName
          The containing Realm's name.
 XObjectID ScaledPictureID
          The User's scaled picture ID if they are already a registered User and they have uploaded a picture.

 

Fields inherited from class waggle.common.modules.member.infos.XMemberSearchInfo
ID, Name

 

Constructor Summary
XUserSearchInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ScaledPictureID

public XObjectID ScaledPictureID
The User's scaled picture ID if they are already a registered User and they have uploaded a picture. Otherwise null.

EMailAddress

public String EMailAddress
The User's email address (login).

FullName

public String FullName
The User's Full Name (or display name).

RealmName

public String RealmName
The containing Realm's name.

RealmInternal

public boolean RealmInternal
The containing Realms internal status.

Constructor Detail

XUserSearchInfo

public XUserSearchInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.