Commit 3538d362 authored by Romain Courteaud's avatar Romain Courteaud

Rename selectMovement to searchMovementList.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3116 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5dfd892b
...@@ -103,7 +103,7 @@ class DeliveryBuilder(XMLObject, Amount, Predicate): ...@@ -103,7 +103,7 @@ class DeliveryBuilder(XMLObject, Amount, Predicate):
or to Simulation Movements related to a limited set of existing or to Simulation Movements related to a limited set of existing
""" """
# Select # Select
movement_list = self.selectMovement(applied_rule_uid=applied_rule_uid) movement_list = self.searchMovementList(applied_rule_uid=applied_rule_uid)
# Collect # Collect
root_group = self.collectMovement(movement_list) root_group = self.collectMovement(movement_list)
# Build # Build
...@@ -123,7 +123,7 @@ class DeliveryBuilder(XMLObject, Amount, Predicate): ...@@ -123,7 +123,7 @@ class DeliveryBuilder(XMLObject, Amount, Predicate):
return delivery_list return delivery_list
def selectMovement(self, applied_rule_uid=None): def searchMovementList(self, applied_rule_uid=None):
""" """
defines how to query all Simulation Movements which meet certain criteria defines how to query all Simulation Movements which meet certain criteria
(including the above path path definition). (including the above path path definition).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment