public interface CommerceBasePathsService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassificationsBasePath()
Returns the JCR base path for the commerce classifications.
|
java.lang.String |
getCollectionsBasePath()
Returns the JCR base path for the commerce collections.
|
java.lang.String |
getOrdersBasePath()
Returns the JCR base path for the commerce orders.
|
java.lang.String |
getPaymentMethodsBasePath()
Returns the JCR base path for the commerce payment methods.
|
java.lang.String |
getProductsBasePath()
Returns the JCR base path for the commerce products.
|
java.lang.String |
getScaffoldingBasePath()
Returns the JCR base path for the commerce scaffolding.
|
java.lang.String |
getShippingMethodsBasePath()
Returns the JCR base path for the commerce shipping methods.
|
java.lang.String getClassificationsBasePath()
Returns the JCR base path for the commerce classifications.
Example: /var/commerce/classifications.
null
.java.lang.String getCollectionsBasePath()
Returns the JCR base path for the commerce collections.
Example: /var/commerce/collections.
null
.java.lang.String getOrdersBasePath()
Returns the JCR base path for the commerce orders.
Example: /var/commerce/orders.
null
.java.lang.String getPaymentMethodsBasePath()
Returns the JCR base path for the commerce payment methods.
Example: /var/commerce/payment-methods.
null
.java.lang.String getProductsBasePath()
Returns the JCR base path for the commerce products.
Example: /var/commerce/products.
null
.java.lang.String getShippingMethodsBasePath()
Returns the JCR base path for the commerce shipping methods.
Example: /var/commerce/shipping-methods.
null
.java.lang.String getScaffoldingBasePath()
Returns the JCR base path for the commerce scaffolding.
Example: /apps.
null
."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"