Skip navigation links

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

E20955-01


waggle.common.modules.user.infos
Class XUserDetailsInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.tag.infos.XTagableInfo
              extended by waggle.common.modules.user.infos.XUserDetailsInfo


public class XUserDetailsInfo
extends XTagableInfo

User Extended Information DTO.


Field Summary
 boolean ActOnBehalfOf
          Whether the User has act on behalf of privilege.
 boolean Admin
          Whether the User has admin privilege.
 boolean AppSharing
          The User's Content Quota Max setting.
 long AppSharingQuotaMax
          The User's App Sharing Quota Max setting.
 boolean AppSharingQuotaMaxHardLimit
          The User's App Sharing Quota Max is a Hard Limit setting.
 long ContentQuotaMax
          The User's Content Quota Max setting.
 boolean ContentQuotaMaxHardLimit
          The User's Content Quota Max is a Hard Limit setting.
 boolean Developer
          Whether the User has developer privilege.
 boolean Locked
          Whether the User is locked.
 String RealmData
          The Realm data.
 XObjectID RealmID
          The Realm ID.
 boolean Slot
          Whether the User has a slot or not.
 XUserInfo UserInfo
          The basic User info.
 boolean VoiceHard
          The User's Voice Hard enabled status.
 long VoiceHardQuotaMax
          The User's Voice Hard Quota Max setting.
 boolean VoiceHardQuotaMaxHardLimit
          The User's Voice Hard Quota Max is a Hard Limit setting.
 boolean VoiceSoft
          The User's Voice Soft enabled status.
 long VoiceSoftQuotaMax
          The User's Voice Soft Quota Max setting.
 boolean VoiceSoftQuotaMaxHardLimit
          The User's Voice Soft Quota Max is a Hard Limit setting.

 

Fields inherited from class waggle.common.modules.tag.infos.XTagableInfo
TagInfos

 

Fields inherited from class waggle.common.modules.object.infos.XObjectInfo
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID

 

Constructor Summary
XUserDetailsInfo()
           

 

Method Summary

 

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

 

Field Detail

UserInfo

public XUserInfo UserInfo
The basic User info.

RealmID

public XObjectID RealmID
The Realm ID.

RealmData

public String RealmData
The Realm data.

Admin

public boolean Admin
Whether the User has admin privilege.

Developer

public boolean Developer
Whether the User has developer privilege.

ActOnBehalfOf

public boolean ActOnBehalfOf
Whether the User has act on behalf of privilege.

Slot

public boolean Slot
Whether the User has a slot or not.

Locked

public boolean Locked
Whether the User is locked.

ContentQuotaMax

public long ContentQuotaMax
The User's Content Quota Max setting.

ContentQuotaMaxHardLimit

public boolean ContentQuotaMaxHardLimit
The User's Content Quota Max is a Hard Limit setting.

VoiceHard

public boolean VoiceHard
The User's Voice Hard enabled status.

VoiceHardQuotaMax

public long VoiceHardQuotaMax
The User's Voice Hard Quota Max setting.

VoiceHardQuotaMaxHardLimit

public boolean VoiceHardQuotaMaxHardLimit
The User's Voice Hard Quota Max is a Hard Limit setting.

VoiceSoft

public boolean VoiceSoft
The User's Voice Soft enabled status.

VoiceSoftQuotaMax

public long VoiceSoftQuotaMax
The User's Voice Soft Quota Max setting.

VoiceSoftQuotaMaxHardLimit

public boolean VoiceSoftQuotaMaxHardLimit
The User's Voice Soft Quota Max is a Hard Limit setting.

AppSharing

public boolean AppSharing
The User's Content Quota Max setting.

AppSharingQuotaMax

public long AppSharingQuotaMax
The User's App Sharing Quota Max setting.

AppSharingQuotaMaxHardLimit

public boolean AppSharingQuotaMaxHardLimit
The User's App Sharing Quota Max is a Hard Limit setting.

Constructor Detail

XUserDetailsInfo

public XUserDetailsInfo()

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.