- abortCalculation() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Aborts the current item's calculation.
- AbstractResultMatrixCell() - Constructor for class net.pricefx.server.dto.calculation.ResultMatrix.AbstractResultMatrixCell
-
- add(Filter) - Method in class com.googlecode.genericdao.search.Filter
-
Used with OP_OR and OP_AND filters.
- add(String, Map<String, Object>) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Adds a new object to collection of objects of given type.
- addBackendCall(String, String) - Method in class net.pricefx.server.dto.calculation.DashboardController
-
Performs a backend call in the user's context (i.e.
- addBackendCall(String, String, String) - Method in class net.pricefx.server.dto.calculation.DashboardController
-
Performs a backend call in the user's context (i.e.
- addBackendCall(String, String, String, String, String) - Method in class net.pricefx.server.dto.calculation.DashboardController
-
Performs a backend call in the user's context (i.e.
- addButton(String, String) - Method in class net.pricefx.server.dto.calculation.DashboardController
-
Adds a button to the controller
- addButton(String, String, Object) - Method in class net.pricefx.server.dto.calculation.DashboardController
-
Adds a button to the controller
- addButton(String, String, Object, Object) - Method in class net.pricefx.server.dto.calculation.DashboardController
-
Adds a button to the controller
- addColumn(String) - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
Adds a column to the existing set of columns
- addHTML(String) - Method in class net.pricefx.server.dto.calculation.DashboardController
-
Adds a HTML snippet into the controller
- addOrUpdate(String, Map<String, Object>) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Adds or updates object in collection of objects of given type.
- addParameterConfigEntry(String, Object) - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- addRow(Map<String, Object>) - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
Adds a data row.
- addSector(BigDecimal, String) - Method in class net.pricefx.server.dto.calculation.ResultGauge
-
- alignment - Variable in class net.pricefx.server.dto.calculation.ResultMatrix.ResultMatrixStyledCell
-
- all(String, Filter) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the ALL operator.
- and(Filter...) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the AND operator.
- attributedResult(Object) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates an
AttributedResult
object to be returned as a result of an output element.
- AttributedResult - Class in net.pricefx.server.dto.calculation
-
Provides means for output elements' formatting.
- AttributedResult(Object) - Constructor for class net.pricefx.server.dto.calculation.AttributedResult
-
- AttributedResult(Object, Map<String, Object>) - Constructor for class net.pricefx.server.dto.calculation.AttributedResult
-
- calendar() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Gets a calendar object intialized with the current targetDate (or now if no target date is given)
- calendar(Date) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Gets a calendar object intialized with date
- clearAttribute(String) - Method in class net.pricefx.server.dto.calculation.AttributedResult
-
- clearConfigParameter(String) - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- color - Variable in class net.pricefx.server.dto.calculation.ResultMatrix.ResultMatrixStyledCell
-
- com.googlecode.genericdao.search - package com.googlecode.genericdao.search
-
- configurator(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Configurator" function.
- ConfiguratorEntry - Class in net.pricefx.server.dto.calculation
-
This class is used to transport a configurator entry
- ConfiguratorEntry() - Constructor for class net.pricefx.server.dto.calculation.ConfiguratorEntry
-
- containsAttribute(String) - Method in class net.pricefx.server.dto.calculation.AttributedResult
-
- contextName() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
The name of the current context.
- ContextParameter - Class in net.pricefx.server.dto.calculation
-
- ContextParameter() - Constructor for class net.pricefx.server.dto.calculation.ContextParameter
-
- ContextParameter(InputType, String, Date, PersistedObjectService) - Constructor for class net.pricefx.server.dto.calculation.ContextParameter
-
- ContextParameter(LookupTable, Date) - Constructor for class net.pricefx.server.dto.calculation.ContextParameter
-
- ContextParameter(LookupTable, Date, String) - Constructor for class net.pricefx.server.dto.calculation.ContextParameter
-
- ContextParameter(String, DMFieldCollection, String, Date, String) - Constructor for class net.pricefx.server.dto.calculation.ContextParameter
-
- contextSkuSet(int) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns a set of skus which comprise so-called 'sku context' of
the current formula execution.
- contextType() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
The type (type code string) of the current context
- ControllerItem() - Constructor for class net.pricefx.server.dto.calculation.DashboardController.ControllerItem
-
- copyWithoutValue() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- count(String, Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
- createConfiguratorEntry(InputType, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a cofigurator entry object and adds the specified input parameter as first parameter to the configurator entry
If the parameter had a value in the previous round trip, that value is set automatically
- createConfiguratorEntry(InputType, String, Date) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a cofigurator entry object and adds the specified input parameter as first parameter to the configurator entry
If the parameter had a value in the previous round trip, that value is set automatically
- createConfiguratorEntry() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates an empty configurator entry object.
- createElementNameFilter(String, Object, String...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a cross-list filter expression based on meta data.
- createParameter(InputType, String) - Method in class net.pricefx.server.dto.calculation.ConfiguratorEntry
-
- createParameter(InputType, String, Date) - Method in class net.pricefx.server.dto.calculation.ConfiguratorEntry
-
- criticalAlert(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Marks the current formula element with a critical alert and the given message
- currentContext(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
In case of list processing (such as a price list or a price grid) this method allows easy access to values from the same list.
- currentContext(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
In case of list processing (such as a price list or a price grid) this method allows easy access to values from the same list.
- currentItem() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
In case of a list processing operation this method gets the currently worked on record (e.g.
- currentItem(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
- currentItemByElementName(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
In case of a list processing operation this method gets the currently worked on record's property by elementName
- custom(String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using a custom JPQL/HQL expression.
- custom(String, Object...) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using a custom JPQL/HQL expression.
- custom(String, Collection<?>) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using a custom JPQL/HQL expression.
- customer(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Customer" function.
- customer(String, boolean) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Customer" function.
- customer(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Customer" function.
- customer(String, String, boolean) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Customer" function.
- customerExtension(String, Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "CXLookup" function.
- customerGroupEntry(String...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "CustomerGroup" function.
- customEvent(Object) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Sends an event of type "CUSTOM".
- customEvent(Object, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Sends an event of type "CUSTOM".
- customEvent(Object, String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Sends an event of type "CUSTOM".
- Filter - Class in com.googlecode.genericdao.search
-
A Filter
is used by the Search
class to specify a
restriction on what results should be returned in the search.
- Filter() - Constructor for class com.googlecode.genericdao.search.Filter
-
- Filter(String, Object, int) - Constructor for class com.googlecode.genericdao.search.Filter
-
- Filter(String, Object) - Constructor for class com.googlecode.genericdao.search.Filter
-
- filter(String, Object) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a filter object that can be used in other API functions.
- filter(String, Object, Object) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a filter object that can be used in other API functions.
- filterBuilderUserEntry(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "FilterBuilderUserEntry" function.
- filterFromMap(Map<String, Object>) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Constructs a Filter object from a map representation of that filter (from the "wire format")
The map representation is the way the filter is described in the JSON requests between UI and server
- find(String, Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
The swiss army knife method of the API.
- find(String, int, Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
The swiss army knife method of the API.
- find(String, int, String, Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
The swiss army knife method of the API.
- find(String, int, int, String, Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
The swiss army knife method of the API.
- find(String, int, int, String, List<String>, Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
The swiss army knife method of the API.
- find(String, int, int, String, List<String>, boolean, Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
The swiss army knife method of the API.
- findApprovedPricelistItems(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns a list of summary items.
- findCalculatedFieldSets(Date, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns a list of calculated field sets that match the targetDate
- findCustomerAssignments(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Finds all assignement rcords for a given customerId
Also matches by CustomerGroup definitions
- findCustomersInGroup(CustomerGroup) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Retrieves a list of customers that match a given CustomerGroup (returns first 200 entries)
- findCustomersInGroup(CustomerGroup, int, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Retrieves a list of customers that match a given CustomerGroup with custom paging and sorting
- findDataLoad(String, String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
- findLookupTable(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Finds a LookupTbale / price parameter table base don the table name.
- findLookupTableValues(String, Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Searches and returns values of a named lookup table.
- findManualPricelists(Date, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns a list of manual pricelists that match the targetDate (i.e.
- findPriceGrids(Date, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns a list of price grids that match the targetDate (i.e.
- findPricelists(Date, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns a list of pricelists that match the targetDate (i.e.
- findRow(String, Object) - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
Retrieves a particular row based on a value check
- findSimulations(Date, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns a list of simulations that match the targetDate (i.e.
- findWorkflowInfo(String, Object) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Finds active workflow for given approvable.
- fontweight - Variable in class net.pricefx.server.dto.calculation.ResultMatrix.ResultMatrixStyledCell
-
- formatNumber(String, Object) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Formats a number into a string.
- formatNumber(String, String, Object) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Formats a number into a string.
- formatString(String, String, Object...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
- getAttribute(String) - Method in class net.pricefx.server.dto.calculation.AttributedResult
-
- getAttributes() - Method in class net.pricefx.server.dto.calculation.AttributedResult
-
- getBaseTemplateToUse() - Method in class net.pricefx.server.dto.calculation.ResultFlexChart
-
- getBinding(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Gets a named binding variable from a library function.
- getBoundPartitionNames() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns bound partition list
- getCalculableLineItem(Object, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns a line item of a given calculable line item collection (a.k.a.
- getCalculableLineItemResult(Object, String...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns result(s) of given name(s) (or label(s)) from a line item object (its map representation to be exact).
- getColumnFormats() - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
Gets individual column formats (if specified)
- getColumns() - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
Gets a list of defined columns
- getDefaultFormat() - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
Gets the default format
- getElement(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Gets the result of a previous formula element.
- getEntries() - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
Returns a list (=the rows) of maps (= the row content)
- getFilter() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getFirstInput() - Method in class net.pricefx.server.dto.calculation.ConfiguratorEntry
-
- getFlexChart() - Method in class net.pricefx.server.dto.calculation.ResultFlexChart
-
- getGlobal() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
A publicly available cache (as a hashmap) to store and share values across formula elements
If api.retainGlobal
is set to true this map will also be available with an entire list calculation,
i.e across item boundaries.
- getId(Object) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns the id part of an object.
- getInputs() - Method in class net.pricefx.server.dto.calculation.ConfiguratorEntry
-
- getItemCompleteCalculationResults(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Gets current complete calculation results of the given item (e.g.
- getItems() - Method in class net.pricefx.server.dto.calculation.DashboardController
-
- getIterationNumber() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns the number of iterations this list has been calculated during this cycle
0 means: initial calculation (non-dirty)
1 means: first dirty pass
and so on
- getLabel() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getLookupTableId() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getManualOverride(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
In certain scenarios (e.g.
- getMax() - Method in class net.pricefx.server.dto.calculation.ResultGauge
-
- getMessage() - Method in class net.pricefx.server.dto.calculation.ConfiguratorEntry
-
- getMin() - Method in class net.pricefx.server.dto.calculation.ResultGauge
-
- getName() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getObjectService() - Method in class net.pricefx.server.dto.calculation.ConfiguratorEntry
-
- getObjectService() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getOnRowSelectEvents() - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
- getOperator() - Method in class com.googlecode.genericdao.search.Filter
-
- getParameter(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Retrieves an already generated (i.e.
- getParameterConfig() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getParameterGroup() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getPrefix() - Method in class net.pricefx.server.dto.calculation.ResultGauge
-
- getPriceGridSummaryQuery() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
- getPricelistItem(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Similar to the standard syntax' "Pricelist" function.
- getPricelistSummaryQuery() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
- getProperty() - Method in class com.googlecode.genericdao.search.Filter
-
- getProperty(Object, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
This method serves as an optimized way to get to certain object attributes.
- getPropertyByElementName(Object, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
This method gets object attributes by elementName.
- getReadOnly() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getRebateRecordSummaryQuery() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
- getResult() - Method in class net.pricefx.server.dto.calculation.AttributedResult
-
- getResultType() - Method in class net.pricefx.server.dto.calculation.ConfiguratorEntry
-
- getResultType() - Method in class net.pricefx.server.dto.calculation.DashboardController
-
- getResultType() - Method in class net.pricefx.server.dto.calculation.ResultFlexChart
-
- getResultType() - Method in class net.pricefx.server.dto.calculation.ResultGauge
-
- getResultType() - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
- getSecondaryKey() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Gets the secondary key in case a matrix pricelist or matrix simulation is processed
- getSectors() - Method in class net.pricefx.server.dto.calculation.ResultGauge
-
- getSimulationSummaryQuery() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
- getSuffix() - Method in class net.pricefx.server.dto.calculation.ResultGauge
-
- getType() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getURL() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getValue() - Method in class com.googlecode.genericdao.search.Filter
-
- getValue() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getValue() - Method in class net.pricefx.server.dto.calculation.ResultGauge
-
- getValueHint() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getValueOptions() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- getValuesAsCollection() - Method in class com.googlecode.genericdao.search.Filter
-
Returns the value as a Collection, converting if necessary.
- getValuesAsList() - Method in class com.googlecode.genericdao.search.Filter
-
Returns the value as a List, converting if necessary.
- greaterOrEqual(String, Object) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the >= operator.
- greaterThan(String, Object) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the > operator.
- ilike(String, String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the ILIKE operator.
- imageCell(Object) - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
Creates an image cell that can then be added as row value.
- in(String, Collection<?>) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IN operator.
- in(String, Object...) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IN operator.
- input(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Retrives an input parameter - without triggering a user input
- inputMatrix(String, String...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard "InputMatrix" function.
- integerUserEntry(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "IntegerUserEntry" function.
- isCustomerParam() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- isDebugMode() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns true if formula is called via UI debug/test exec mode
- isDistributedMode() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns true if calculation is executed in distributed mode
Useful to suppress warnings (or not execute methods) for operations that do not work in distributed mode.
- isEmpty(String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IS EMPTY operator.
- isEnableClientFilter() - Method in class net.pricefx.server.dto.calculation.ResultMatrix
-
- isLookupType() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- isMatrixParam() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- isNotEmpty(String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IS NOT EMPTY operator.
- isNotNull(String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IS NOT NULL operator.
- isNull(String) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the IS NULL operator.
- isProductGroupParam() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- isProductParam() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- isRequired() - Method in class net.pricefx.server.dto.calculation.ContextParameter
-
- isSecondPass() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Method to determine if the calculation is in 2nd pass calculation.
- isSyntaxCheck() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Returns true if the formula is executed in syntax check (or parameter determination) mode
- isTakesListOfSubFilters() - Method in class com.googlecode.genericdao.search.Filter
-
- isTakesListOfValues() - Method in class com.googlecode.genericdao.search.Filter
-
- isTakesNoProperty() - Method in class com.googlecode.genericdao.search.Filter
-
Gets the value of the property takesNoProperty.
- isTakesNoValue() - Method in class com.googlecode.genericdao.search.Filter
-
- isTakesSingleSubFilter() - Method in class com.googlecode.genericdao.search.Filter
-
- isTakesSingleValue() - Method in class com.googlecode.genericdao.search.Filter
-
- isUserInGroup(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Checks if the current user is member of a given user group
- net.pricefx.formulaengine.scripting - package net.pricefx.formulaengine.scripting
-
- net.pricefx.server.dto.calculation - package net.pricefx.server.dto.calculation
-
- newController() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a new dashboard controller object that can be further customized
- newDatamartSlice() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a new Datamart Slice, which allows for setting filter criteria along the Time, CustomerGroup, ProductGroup
any any other dimensions in a Datamart.
- newDatamartSlice(String, Object...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a new Datamart Slice, which allows for setting filter criteria along the Time, CustomerGroup, ProductGroup
any any other dimensions in a Datamart, intiialized with the name of the time dimension field, and an optional set
filter criteria.
- newGauge() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a new gauge object that can be further customized.
- newMatrix() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a new result matrix DTO object that can be further customized and filled with calculated data
- newMatrix(String...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Creates a new result matrix DTO object that can be further customized and filled with calculated data.
- none(String, Filter) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the NONE operator.
- not(Filter) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the NOT operator.
- notEqual(String, Object) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the != operator.
- notIn(String, Collection<?>) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the NOT IN operator.
- notIn(String, Object...) - Static method in class com.googlecode.genericdao.search.Filter
-
Create a new Filter using the NOT IN operator.
- parseDate(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Parses a date (entered in as string) according to a given pattern.
- parseDateTime(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Parses a datetime (entered in as string) according to a given pattern.
- parseDateTime(String, String, int, int) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Parses a datetime (entered in as string) according to a given pattern and time zone.
- previousContext(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
In case of (chained) price lists, this method allows for easy retrieval of records from the previous list.
- previousContext(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
In case of (chained) price lists, this method allows for easy retrieval of records from the previous list.
- pricelist(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Pricelist" function.
- pricelist(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Pricelist" function.
- pricelist(String, String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Pricelist" function.
- pricelist(String, String, String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Pricelist" function.
- pricelistItem(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Pricelist" function - with the difference that the full item is returned
- pricelistItem(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Pricelist" function - with the difference that the full item is returned.
- pricelistItem(String, String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Pricelist" function - with the difference that the full item is returned.
- product(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Product" function.
- product(String, String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Product" function.
- productCompetition() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Competition" function.
- productCompetition(Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "Competition" function.
- productExtension(String) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "PXLookup" function.
- productExtension(String, Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "PXLookup" function.
- productGroupEntry(String...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "ProductGroup" function.
- productXRef() - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "XRefLookup" function.
- productXRef(Filter...) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Equivalent of the standard syntax' "XRefLookup" function.
- property - Variable in class com.googlecode.genericdao.search.Filter
-
The name of the property to filter on.
- PublicGroovyAPI - Interface in net.pricefx.formulaengine.scripting
-
This interface represents what can be reached in groovy formula syntax as api
.
- putGlobal(Map<String, Object>) - Method in interface net.pricefx.formulaengine.scripting.PublicGroovyAPI
-
Puts an entire map of variables into the global cache