| Package | Description |
|---|---|
| org.craftercms.studio.api.v1.service.content | |
| org.craftercms.studio.api.v1.to | |
| org.craftercms.studio.impl.v1.service.content |
| Modifier and Type | Method and Description |
|---|---|
List<DmOrderTO> |
ContentService.getItemOrders(String site,
String path) |
| Modifier and Type | Field and Description |
|---|---|
protected List<DmOrderTO> |
ContentItemTO.orders |
| Modifier and Type | Method and Description |
|---|---|
List<DmOrderTO> |
ContentItemTO.getOrders() |
| Modifier and Type | Method and Description |
|---|---|
int |
DmOrderTO.compareTo(DmOrderTO o) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentItemTO.setOrders(List<DmOrderTO> orders) |
| Constructor and Description |
|---|
DmOrderTO(DmOrderTO order)
copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected List<DmOrderTO> |
ContentServiceImpl.getItemOrders(List<org.dom4j.Node> nodes)
get WCM content item order metadata
|
List<DmOrderTO> |
ContentServiceImpl.getItemOrders(String site,
String path) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
ContentServiceImpl.computeReorder(String site,
String relativePath,
DmOrderTO beforeOrderTO,
DmOrderTO afterOrderTO,
String orderName)
Will need to include the floating pages as well for orderValue computation
Since the beforeOrder and afterOrder in the UI does not include floating pages will need to do special processing
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ContentServiceImpl.addOrderValue(List<DmOrderTO> orders,
String orderName,
String orderStr)
add order value to the list of orders
|
Copyright © 2022 CrafterCMS. All rights reserved.