Uses of Class
de.starface.integration.uci.java.v30.types.GroupSetting

Packages that use GroupSetting
de.starface.integration.uci.java.v30.messages.events This package contains the events that the UCI client implementation can receive from STARFACE. 
de.starface.integration.uci.java.v30.messages.requests This package contains the requests that the UCI client implementation can send to STARFACE. 
 

Uses of GroupSetting in de.starface.integration.uci.java.v30.messages.events
 

Method parameters in de.starface.integration.uci.java.v30.messages.events with type arguments of type GroupSetting
 void UciGroupEvents.groupSettingsChanged(List<GroupSetting> groupSettings)
          This event allows the UCI client to get informed when the state or number of the group settings change.
 

Uses of GroupSetting in de.starface.integration.uci.java.v30.messages.requests
 

Methods in de.starface.integration.uci.java.v30.messages.requests that return types with arguments of type GroupSetting
 List<GroupSetting> UciGroupRequests.getGroupSettings()
          This request allows the UCI client to query the group settings of the groups the current user is a member of.
 

Methods in de.starface.integration.uci.java.v30.messages.requests with parameters of type GroupSetting
 void UciGroupRequests.setGroupSetting(GroupSetting groupSetting)
          This request saves the given group setting.
 

Method parameters in de.starface.integration.uci.java.v30.messages.requests with type arguments of type GroupSetting
 void UciGroupRequests.setGroupSettings(List<GroupSetting> groupSettings)
          This request saves the given group settings.
 



Copyright © 2012 STARFACE GmbH. All rights reserved.