Class DataRoutes
- java.lang.Object
-
- com.broadleafcommerce.common.extension.data.DataRoutes
-
public class DataRoutes extends Object
Library of most known data routes. Includes convenience annotations for data route demarcation for endpoint flows. These are useful for demarcating a route by service type, rather than having to include a more esoteric key value viaDataRouteByKey
.
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static String
ADMIN_NAVIGATION
static String
ADMIN_USER
static String
ASSET
static String
BULK
static String
CART
static String
CATALOG
static String
CONTENT
static String
CREDIT_ACCOUNT
static String
CUSTOMER
static String
EXPORT
static String
IMPORT
static String
INDEXER
static String
INVENTORY
static String
MENU
static String
METADATA
static String
NOTIFICATION
static String
OFFER
static String
ORDER
static String
PAYMENT_TRANSACTION
static String
PERSONALIZATION
static String
PRICING
static String
RATINGS
static String
SANDBOX
static String
SCHEDULED_JOB
static String
SEARCH
static String
SHIPPING
static String
TENANT
static String
VENDOR
-
Constructor Summary
Constructors Constructor Description DataRoutes()
-
-
-
Field Detail
-
CATALOG
public static final String CATALOG
- See Also:
- Constant Field Values
-
SHIPPING
public static final String SHIPPING
- See Also:
- Constant Field Values
-
ADMIN_NAVIGATION
public static final String ADMIN_NAVIGATION
- See Also:
- Constant Field Values
-
ADMIN_USER
public static final String ADMIN_USER
- See Also:
- Constant Field Values
-
METADATA
public static final String METADATA
- See Also:
- Constant Field Values
-
OFFER
public static final String OFFER
- See Also:
- Constant Field Values
-
ORDER
public static final String ORDER
- See Also:
- Constant Field Values
-
ASSET
public static final String ASSET
- See Also:
- Constant Field Values
-
CART
public static final String CART
- See Also:
- Constant Field Values
-
BULK
public static final String BULK
- See Also:
- Constant Field Values
-
EXPORT
public static final String EXPORT
- See Also:
- Constant Field Values
-
CONTENT
public static final String CONTENT
- See Also:
- Constant Field Values
-
CREDIT_ACCOUNT
public static final String CREDIT_ACCOUNT
- See Also:
- Constant Field Values
-
CUSTOMER
public static final String CUSTOMER
- See Also:
- Constant Field Values
-
IMPORT
public static final String IMPORT
- See Also:
- Constant Field Values
-
INDEXER
public static final String INDEXER
- See Also:
- Constant Field Values
-
INVENTORY
public static final String INVENTORY
- See Also:
- Constant Field Values
-
MENU
public static final String MENU
- See Also:
- Constant Field Values
-
NOTIFICATION
public static final String NOTIFICATION
- See Also:
- Constant Field Values
-
PAYMENT_TRANSACTION
public static final String PAYMENT_TRANSACTION
- See Also:
- Constant Field Values
-
PERSONALIZATION
public static final String PERSONALIZATION
- See Also:
- Constant Field Values
-
PRICING
public static final String PRICING
- See Also:
- Constant Field Values
-
RATINGS
public static final String RATINGS
- See Also:
- Constant Field Values
-
SANDBOX
public static final String SANDBOX
- See Also:
- Constant Field Values
-
SCHEDULED_JOB
public static final String SCHEDULED_JOB
- See Also:
- Constant Field Values
-
SEARCH
public static final String SEARCH
- See Also:
- Constant Field Values
-
TENANT
public static final String TENANT
- See Also:
- Constant Field Values
-
VENDOR
public static final String VENDOR
- See Also:
- Constant Field Values
-
-