public class CommerceAccountConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACCOUNT_ADMINISTRATOR_ROLE_NAME |
static int |
ACCOUNT_TYPE_BUSINESS |
static int |
ACCOUNT_TYPE_GUEST |
static int |
ACCOUNT_TYPE_PERSONAL |
static long |
DEFAULT_PARENT_ACCOUNT_ID |
static long |
GUEST_ACCOUNT_ID |
static java.lang.String |
SERVICE_NAME |
static int |
SITE_TYPE_B2B |
static int |
SITE_TYPE_B2C |
static int |
SITE_TYPE_B2C_B2B |
static int[] |
SITE_TYPES |
| Constructor and Description |
|---|
CommerceAccountConstants() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getSiteTypeLabel(int siteType) |
public static final java.lang.String ACCOUNT_ADMINISTRATOR_ROLE_NAME
public static final int ACCOUNT_TYPE_BUSINESS
public static final int ACCOUNT_TYPE_GUEST
public static final int ACCOUNT_TYPE_PERSONAL
public static final long DEFAULT_PARENT_ACCOUNT_ID
public static final long GUEST_ACCOUNT_ID
public static final java.lang.String SERVICE_NAME
public static final int SITE_TYPE_B2B
public static final int SITE_TYPE_B2C
public static final int SITE_TYPE_B2C_B2B
public static final int[] SITE_TYPES