public enum E_ConfigCategory extends Enum<E_ConfigCategory>
Enum Constant and Description |
---|
MGMTCONTACT
Contact settings for the portal itself.
|
MGMTNEWOFFER
Email templates regarding notifications about new offers to the agency.
|
MGMTNEWORG
Email templates regarding notifications about new organisations to the agency.
|
MGMTPATHS
Global path settings for the portal itself.
|
NEWSREG
Email templates regarding notifications about a subscription registration to a users email address.
|
NEWSUPD
Email templates regarding notifications about new offers to a subscribers email address.
|
NONE
Placeholder for hidden configuration settings (i.e.
|
ORGEXPIRED
Email templates regarding expiry of offers to organisations.
|
ORGOFFERNEW
Email templates regarding notifications about a new offer to the organisation.
|
ORGOFFERVALID
Email templates regarding notifications about offer approval to the organisation.
|
ORGORGVALID
Email templates regarding notifications about registration approval to the new organisation.
|
ORGREG
Email templates regarding notifications about registration to the new organisation.
|
ORGREMIND
Email templates regarding reminders on missing offers to organisations.
|
ORGVER
Email templates regarding notifications about registration verification to the new organisation.
|
OSMMAP |
SOCIALFB
Access tokens and post templates regarding Facebook integration.
|
SOCIALTW
Access tokens and post templates regarding Twitter integration.
|
Modifier and Type | Method and Description |
---|---|
static List<E_ConfigCategory> |
getByDomain(E_ConfigDomain domain)
Gets the by domain.
|
E_ConfigDomain |
getDomain()
Gets the domain.
|
String |
getMsgDescrKey()
Gets the msg descr key.
|
String |
getMsgTitleKey()
Gets the msg title key.
|
E_ConfigRole |
getRole()
Gets the role.
|
static E_ConfigCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E_ConfigCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E_ConfigCategory NONE
public static final E_ConfigCategory MGMTCONTACT
public static final E_ConfigCategory MGMTPATHS
public static final E_ConfigCategory MGMTNEWORG
public static final E_ConfigCategory MGMTNEWOFFER
public static final E_ConfigCategory ORGREG
public static final E_ConfigCategory ORGVER
public static final E_ConfigCategory ORGORGVALID
public static final E_ConfigCategory ORGOFFERVALID
public static final E_ConfigCategory ORGOFFERNEW
public static final E_ConfigCategory NEWSREG
public static final E_ConfigCategory NEWSUPD
public static final E_ConfigCategory ORGREMIND
public static final E_ConfigCategory ORGEXPIRED
public static final E_ConfigCategory SOCIALFB
public static final E_ConfigCategory SOCIALTW
public static final E_ConfigCategory OSMMAP
public static E_ConfigCategory[] values()
for (E_ConfigCategory c : E_ConfigCategory.values()) System.out.println(c);
public static E_ConfigCategory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static List<E_ConfigCategory> getByDomain(E_ConfigDomain domain)
domain
- the domainpublic E_ConfigDomain getDomain()
public String getMsgDescrKey()
public String getMsgTitleKey()
public E_ConfigRole getRole()
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.