Commit 8094aed3 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Missing method + typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33168 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b513a11
...@@ -55,6 +55,15 @@ class IVariated(Interface): ...@@ -55,6 +55,15 @@ class IVariated(Interface):
# are based on categories. General variations are encapsulated # are based on categories. General variations are encapsulated
# into VariationValue instances. # into VariationValue instances.
# Property Variation Accessors
def getVariationPropertyList():
"""
return the list of variation property IDs which are provided
by the variated instance.
Used in: Resource, Delivery Line, Delivery Cell
"""
# Discrete Variation Accessors # Discrete Variation Accessors
def getVariationBaseCategoryList(omit_optional_variation=0, def getVariationBaseCategoryList(omit_optional_variation=0,
omit_individual_variation=0): omit_individual_variation=0):
...@@ -247,7 +256,7 @@ class IVariated(Interface): ...@@ -247,7 +256,7 @@ class IVariated(Interface):
Could be used in: Resource, Delivery Line (non terminal) Could be used in: Resource, Delivery Line (non terminal)
""" """
def setVariationUid(): def getVariationUid():
""" """
returns a unique UID integer representation of the variation returns a unique UID integer representation of the variation
categories and properties of the current instance based categories and properties of the current instance based
...@@ -264,4 +273,4 @@ class IVariated(Interface): ...@@ -264,4 +273,4 @@ class IVariated(Interface):
Used in: Delivery Line (terminal), Delivery Cell Used in: Delivery Line (terminal), Delivery Cell
Could be used in: Resource, Delivery Line (non terminal) Could be used in: Resource, Delivery Line (non terminal)
""" """
\ No newline at end of file
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