| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.pricing.Aggregator
public abstract class Aggregator
Base abstract class for an aggregator.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| Aggregator() | |
| Method Summary | |
|---|---|
|  java.util.List<java.lang.String> | getOperations()Getter for the operations property, which is the list of operations that this aggregator supports. | 
|  java.lang.String | getOverrideProperty()Getter for the override property, which is the the name of the property that this aggregator is overriding (if any at all). | 
|  boolean | isValidOperation(java.lang.String pOperation)Returns trueif the given operation is supported for the
 aggregator,falseotherwise. | 
|  void | setOperations(java.util.List<java.lang.String> pOperations)Setter for the aggregators property. | 
|  void | setOverrideProperty(java.lang.String pOverrideProperty)Setter for the override property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public Aggregator()
| Method Detail | 
|---|
public void setOperations(java.util.List<java.lang.String> pOperations)
pOperations - map of aggregatorspublic java.util.List<java.lang.String> getOperations()
public void setOverrideProperty(java.lang.String pOverrideProperty)
pOverrideProperty - the name of the property that this aggregator is overriding (if any at all)public java.lang.String getOverrideProperty()
public boolean isValidOperation(java.lang.String pOperation)
true if the given operation is supported for the
 aggregator, false otherwise.
pOperation - the name of the operation to validate
true if the operation is supported for the aggregator,
         false otherwise| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||