Interface Tables
public interface Tables
Collection of accessor to Pricefx domain tables as
Tables.Table
objects.- Since:
- 14.0 - Caribou Lou
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A representation of a set of columns of a concrete or virtual table.static interface
A concrete domain table -
Method Summary
Modifier and TypeMethodDescriptioncalculationGridLineItems
(long calculationGridId) Builds a representation of the table containing the lines items of a given calculation grid.companyParameterRows
(String companyParameterUniqueName) Builds a representation of a company parameter table from the configured attributes meta.compensationLineItems
(String compensationUniqueName) Builds a representation of the table containing the lines items of a given compensation.compensationRecords
(long compensationRecordSetId) Builds a representation of the table containing the compensation records of a given compensation record set.conditionRecords
(String conditionRecordSetUniqueName) Builds a representation of a condition record set table from the configured attributes meta.contractLineItems
(String contractUniqueName) Builds a representation of the table containing the lines items of a given contract.customerExtensionRows
(String customerExtensionName) Builds a representation of a customer extension table from the configured attributes meta.Builds a representation of the customer master table from the configured attributes meta.priceGridLineItems
(long priceGridId) Builds a representation of the table containing the lines items of a given price grid.priceListLineItems
(long priceListId) Builds a representation of the table containing the lines items of a given price list.productExtensionRows
(String productExtensionName) Builds a representation of a product extension table from the configured attributes meta.products()
Builds a representation of the product master table from the configured attributes meta.quoteLineItems
(String quoteUniqueName) Builds a representation of the table containing the lines items of a given quote.rebateLineItems
(String rebateUniqueName) Builds a representation of the table containing the lines items of a given rebate.rebateRecords
(long rebateRecordSetId) Builds a representation of the table containing the rebate records of a given rebate record set.sellerExtensionRows
(String sellerExtensionName) Builds a representation of a seller extension table from the configured attributes meta.sellers()
Builds a representation of the sellers master table from the configured attributes meta.
-
Method Details
-
products
QapiProduct products()Builds a representation of the product master table from the configured attributes meta.- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
customers
QapiCustomer customers()Builds a representation of the customer master table from the configured attributes meta.- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
sellers
QapiSeller sellers()Builds a representation of the sellers master table from the configured attributes meta.- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
productExtensionRows
Builds a representation of a product extension table from the configured attributes meta.- Parameters:
productExtensionName
- the name of the product extension- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
customerExtensionRows
Builds a representation of a customer extension table from the configured attributes meta.- Parameters:
customerExtensionName
- the name of the customer extension- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
sellerExtensionRows
Builds a representation of a seller extension table from the configured attributes meta.- Parameters:
sellerExtensionName
- the name of the seller extension- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
companyParameterRows
Builds a representation of a company parameter table from the configured attributes meta.- Parameters:
companyParameterUniqueName
- the name of the company parameter- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
conditionRecords
Builds a representation of a condition record set table from the configured attributes meta.- Parameters:
conditionRecordSetUniqueName
- the name of the condition record set- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
quoteLineItems
Builds a representation of the table containing the lines items of a given quote.- Parameters:
quoteUniqueName
- the line items quote name- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
rebateLineItems
Builds a representation of the table containing the lines items of a given rebate.- Parameters:
rebateUniqueName
- the line items rebate name- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
contractLineItems
Builds a representation of the table containing the lines items of a given contract.- Parameters:
contractUniqueName
- the line items contract name- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
compensationLineItems
Builds a representation of the table containing the lines items of a given compensation.- Parameters:
compensationUniqueName
- the line items compensation name- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
calculationGridLineItems
Builds a representation of the table containing the lines items of a given calculation grid.- Parameters:
calculationGridId
- the line items calculation grid id- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
priceListLineItems
Builds a representation of the table containing the lines items of a given price list.- Parameters:
priceListId
- the line items price list id- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
priceGridLineItems
Builds a representation of the table containing the lines items of a given price grid.- Parameters:
priceGridId
- the line items price grid id- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
rebateRecords
Builds a representation of the table containing the rebate records of a given rebate record set.- Parameters:
rebateRecordSetId
- the rebate record set id- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-
compensationRecords
Builds a representation of the table containing the compensation records of a given compensation record set.- Parameters:
compensationRecordSetId
- the compensation record set id- Returns:
- the built table
- Since:
- 14.0 - Caribou Lou
-