public enum DashboardAction extends java.lang.Enum<DashboardAction>
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<DashboardAction> |
getByRole(java.util.Collection<Role> roles)
Returns the possible quick access for the given set of roles
|
static java.util.Collection<DashboardAction> |
getByRole(Role... roles)
Returns the possible dashboard action for the given set of roles
|
java.util.Collection<Role> |
getRoles() |
static DashboardAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DashboardAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashboardAction ACCOUNT_INFO
public static final DashboardAction PAYMENT_USER_TO_USER
public static final DashboardAction PAYMENT_USER_TO_SYSTEM
public static final DashboardAction ACCOUNT_INFO_SYSTEM
public static final DashboardAction PAYMENTS_OVERVIEW
public static final DashboardAction PAYMENT_SYSTEM_TO_USER
public static final DashboardAction PAYMENT_SYSTEM_TO_SYSTEM
public static final DashboardAction SEARCH_USERS
public static final DashboardAction INVITE_NEW_USER
public static final DashboardAction REGISTER_USER
public static final DashboardAction VIEW_PENDING_USERS
public static final DashboardAction CONTACTS
public static final DashboardAction UPDATE_PROFILE
public static final DashboardAction SEND_MESSAGE
public static final DashboardAction VIEW_MESSAGES
public static final DashboardAction SEND_MESSAGE_SYSTEM
public static final DashboardAction VIEW_MESSAGES_SYSTEM
public static final DashboardAction SEARCH_ADS
public static final DashboardAction PLACE_AD
public static final DashboardAction PLACE_WEBSHOP_AD
public static final DashboardAction VIEW_AD_INTERESTS
public static final DashboardAction VIEW_TRANSACTION_FEEDBACK
public static final DashboardAction VIEW_REFERENCES
public static final DashboardAction DOCUMENTATION
public static DashboardAction[] values()
for (DashboardAction c : DashboardAction.values()) System.out.println(c);
public static DashboardAction valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.util.Collection<DashboardAction> getByRole(java.util.Collection<Role> roles)
public static java.util.Collection<DashboardAction> getByRole(Role... roles)
public java.util.Collection<Role> getRoles()