Package net.pricefx.service
Class ItemSummaryQuery.Projection
- Object
-
- Projection
-
- Enclosing class:
- ItemSummaryQuery<T extends HasCalculableObjectItems>
public static class ItemSummaryQuery.Projection extends Object
-
-
Constructor Summary
Constructors Constructor Description Projection()
Projection(String distinctName, String fieldName, String aggregationMode, String weight)
Projection(String distinctName, String fieldNamePrefix, String fieldName, String aggregationMode, String weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAggregationMode()
String
getClientSideDistinctName()
Client side distinct name.String
getDistinctName()
Used in SQL queries, overcomes ORACLE 32byte length identifier limitString
getFieldName()
String
getFieldNamePrefix()
String
getWeight()
-
-
-
Method Detail
-
getFieldNamePrefix
public String getFieldNamePrefix()
-
getFieldName
public String getFieldName()
-
getAggregationMode
public String getAggregationMode()
-
getWeight
public String getWeight()
-
getDistinctName
public String getDistinctName()
Used in SQL queries, overcomes ORACLE 32byte length identifier limit
-
getClientSideDistinctName
public String getClientSideDistinctName()
Client side distinct name. Match distinct names on client.
-
-