Skip navigation links

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

E20955-01


Uses of Class
waggle.common.modules.notification.enums.XNotificationGroup

Packages that use XNotificationGroup
waggle.common.modules.chat.infos Data transfer objects defined by the Chat Module API. 
waggle.common.modules.device Device Module API. 
waggle.common.modules.device.infos Data transfer objects defined by the Device Module API. 
waggle.common.modules.notification.enums Enums defined by the Notification Module API. 
waggle.common.modules.profile.infos Data transfer objects defined by the Profile Module API. 
waggle.common.modules.realm.infos Data transfer objects defined by the Realm Module API. 

 

Uses of XNotificationGroup in waggle.common.modules.chat.infos

 

Fields in waggle.common.modules.chat.infos declared as XNotificationGroup
 XNotificationGroup XChatInfo.Group
          The Notification group.
 XNotificationGroup XChatInfo.GroupYou
          The Notification group for when the targeted (referenced) user is 'you'.

 

Uses of XNotificationGroup in waggle.common.modules.device

 

Method parameters in waggle.common.modules.device with type arguments of type XNotificationGroup
 XDeviceInfo XDeviceModule.Server.createDevice(XObjectID userID, String deviceName, XDeviceType deviceType, String deviceDeviceID, String deviceAppID, String deviceData, List<XNotificationGroup> deviceSettings)
          Create a new unique Device for the specified User.
 XDeviceInfo XDeviceModule.Server.registerDevice(String deviceName, XDeviceType deviceType, String deviceDeviceID, String deviceAppID, String deviceData, List<XNotificationGroup> deviceSettings)
          Register or re-register a new or existing Device for the current User.
 void XDeviceModule.Server.updateConversationDeviceSettings(XObjectID conversationID, XObjectID deviceID, List<XNotificationGroup> deviceSettings)
          Add or update an existing Conversation Device override setting.
 XDeviceInfo XDeviceModule.Server.updateDevice(XObjectID deviceID, String deviceName, XDeviceType deviceType, String deviceDeviceID, String deviceAppID, String deviceData, List<XNotificationGroup> deviceSettings)
          Update an existing Device.
 XDeviceInfo XDeviceModule.Server.updateDeviceSettings(XObjectID deviceID, List<XNotificationGroup> deviceSettings)
          Update an existing Device's settings.

 

Uses of XNotificationGroup in waggle.common.modules.device.infos

 

Fields in waggle.common.modules.device.infos with type parameters of type XNotificationGroup
 Collection<XNotificationGroup> XDeviceInfo.DeviceNotificationSettings
          Device's notification settings.

 

Uses of XNotificationGroup in waggle.common.modules.notification.enums

 

Methods in waggle.common.modules.notification.enums that return XNotificationGroup
 XNotificationGroup XNotificationEvent.getGroup()
          Get the controlling Group.
 XNotificationGroup XNotificationEvent.getYouGroup()
          Get the controlling You.
static XNotificationGroup XNotificationGroup.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XNotificationGroup[] XNotificationGroup.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Uses of XNotificationGroup in waggle.common.modules.profile.infos

 

Fields in waggle.common.modules.profile.infos declared as XNotificationGroup
 XNotificationGroup XProfileNotificationInfo.NotificationGroup
          Notification Group.

 

Uses of XNotificationGroup in waggle.common.modules.realm.infos

 

Fields in waggle.common.modules.realm.infos declared as XNotificationGroup
 XNotificationGroup XRealmNotificationInfo.NotificationGroup
          Notification Group.

 


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.