Skip navigation links

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

E20955-01


waggle.common.modules.chat.infos
Class XChatSummaryInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.chat.infos.XChatSummaryInfo


public class XChatSummaryInfo
extends XDTO

Chat Summary Information DTO.


Field Summary
 Collection<XObjectID> AllBookmarkChatIDs
          All Chat IDs bookmarked by the current User.
 Collection<XObjectID> AllFollowupChatIDs
          All Chat IDs marked for followup for the current User.
 Collection<XObjectID> TopBookmarkChatIDs
          All top-level Chat IDs that either are bookmarked or that have comments that are bookmarked by the current User.
 Collection<XObjectID> TopFollowupChatIDs
          All top-level Chat IDs that either are marked for followup or that have comments that are marked for followup for the current User.

 

Constructor Summary
XChatSummaryInfo()
           

 

Method Summary

 

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

 

Field Detail

AllFollowupChatIDs

public Collection<XObjectID> AllFollowupChatIDs
All Chat IDs marked for followup for the current User.

TopFollowupChatIDs

public Collection<XObjectID> TopFollowupChatIDs
All top-level Chat IDs that either are marked for followup or that have comments that are marked for followup for the current User.

AllBookmarkChatIDs

public Collection<XObjectID> AllBookmarkChatIDs
All Chat IDs bookmarked by the current User.

TopBookmarkChatIDs

public Collection<XObjectID> TopBookmarkChatIDs
All top-level Chat IDs that either are bookmarked or that have comments that are bookmarked by the current User.

Constructor Detail

XChatSummaryInfo

public XChatSummaryInfo()

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.