public class Permissions extends Model
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BOX |
static java.lang.String |
CLOUD |
static java.lang.String |
DROPBOX |
static java.lang.String |
FACEBOOK |
static java.lang.String |
GDRIVE |
static java.lang.String |
LASTFM |
static java.lang.String |
LOCAL |
static java.lang.String |
LYRICS |
static java.lang.String |
MEGA |
static java.lang.String |
PLAYER |
static java.lang.String |
SKYDRIVE |
static java.lang.String |
SONGKICK |
static java.lang.String |
SOUNDCLOUD |
static java.lang.String |
TWITCHTV |
static java.lang.String |
TWITTER |
static java.lang.String |
YOUTUBE |
| Constructor and Description |
|---|
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasBox()
Checks if user can access the Box feature.
|
boolean |
hasCloud()
Checks if user can access the AudioBox Cloud feature.
|
boolean |
hasDropbox()
Checks if user can access the Dropbox feature.
|
boolean |
hasFacebook()
Checks if user can access the Facebook feature.
|
boolean |
hasGdrive()
Checks if user can access the Google Drive feature.
|
boolean |
hasLastfm()
Checks if user can access the Last.fm feature.
|
boolean |
hasLocal()
Checks if user can access the AudioBox Desktop feature.
|
boolean |
hasLyrics()
Checks if user can access the lyrics feature.
|
boolean |
hasMega()
Checks if user can access the Mega feature.
|
boolean |
hasPlayer()
Checks if user can access the Cloud Web Player.
|
boolean |
hasSkydrive()
Checks if user can access the SkyDrive feature.
|
boolean |
hasSongkick()
Checks if user can access the Songkick feature.
|
boolean |
hasSoundcloud()
Checks if user can access the Soundcloud feature.
|
boolean |
hasTwitchtv()
Checks if user can access the Twitch.tv feature.
|
boolean |
hasTwitter()
Checks if user can access the Twitter feature.
|
boolean |
hasYoutube()
Checks if user can access the YouTube feature.
|
getProp, notifyObservers, setProppublic static final java.lang.String PLAYER
public static final java.lang.String LOCAL
public static final java.lang.String CLOUD
public static final java.lang.String DROPBOX
public static final java.lang.String GDRIVE
public static final java.lang.String SKYDRIVE
public static final java.lang.String SOUNDCLOUD
public static final java.lang.String YOUTUBE
public static final java.lang.String BOX
public static final java.lang.String LASTFM
public static final java.lang.String TWITCHTV
public static final java.lang.String FACEBOOK
public static final java.lang.String TWITTER
public static final java.lang.String LYRICS
public static final java.lang.String SONGKICK
public static final java.lang.String MEGA
public boolean hasPlayer()
public boolean hasLocal()
public boolean hasCloud()
public boolean hasDropbox()
public boolean hasGdrive()
public boolean hasSkydrive()
public boolean hasMega()
public boolean hasSoundcloud()
public boolean hasYoutube()
public boolean hasBox()
public boolean hasLastfm()
public boolean hasTwitchtv()
public boolean hasFacebook()
public boolean hasTwitter()
public boolean hasLyrics()
public boolean hasSongkick()