Uses of Interface
com.atlassian.gadgets.dashboard.internal.UserPref

Packages that use UserPref
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.internal.rest.representations   
 

Uses of UserPref in com.atlassian.gadgets.dashboard.internal
 

Methods in com.atlassian.gadgets.dashboard.internal that return types with arguments of type UserPref
 Iterable<UserPref> Gadget.getUserPrefs()
           
 

Uses of UserPref in com.atlassian.gadgets.dashboard.internal.impl
 

Classes in com.atlassian.gadgets.dashboard.internal.impl that implement UserPref
 class UserPrefImpl
           
 

Methods in com.atlassian.gadgets.dashboard.internal.impl that return types with arguments of type UserPref
 Iterable<UserPref> GadgetImpl.getUserPrefs()
           
 

Uses of UserPref in com.atlassian.gadgets.dashboard.internal.rest.representations
 

Constructors in com.atlassian.gadgets.dashboard.internal.rest.representations with parameters of type UserPref
UserPrefRepresentation(UserPref userPref)
           
 

Constructor parameters in com.atlassian.gadgets.dashboard.internal.rest.representations with type arguments of type UserPref
UserPrefsRepresentation(Iterable<UserPref> prefs, String actionUrl)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.