Uses of Class
org.craftercms.studio.api.v1.to.DmOrderTO
Packages that use DmOrderTO
Package
Description
-
Uses of DmOrderTO in org.craftercms.studio.api.v1.service.content
Methods in org.craftercms.studio.api.v1.service.content that return types with arguments of type DmOrderTO -
Uses of DmOrderTO in org.craftercms.studio.api.v1.to
Fields in org.craftercms.studio.api.v1.to with type parameters of type DmOrderTOMethods in org.craftercms.studio.api.v1.to that return types with arguments of type DmOrderTOMethods in org.craftercms.studio.api.v1.to with parameters of type DmOrderTOMethod parameters in org.craftercms.studio.api.v1.to with type arguments of type DmOrderTOConstructors in org.craftercms.studio.api.v1.to with parameters of type DmOrderTO -
Uses of DmOrderTO in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content that return types with arguments of type DmOrderTOModifier and TypeMethodDescriptionContentServiceImpl.getItemOrders(String site, String path) ContentServiceImpl.getItemOrders(List<org.dom4j.Node> nodes) get WCM content item order metadataMethods in org.craftercms.studio.impl.v1.service.content with parameters of type DmOrderTOModifier and TypeMethodDescriptionprotected doubleContentServiceImpl.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 processingMethod parameters in org.craftercms.studio.impl.v1.service.content with type arguments of type DmOrderTOModifier and TypeMethodDescriptionprotected voidContentServiceImpl.addOrderValue(List<DmOrderTO> orders, String orderName, String orderStr) add order value to the list of orders