- getAttributeIdFromLabel(String, String, String) - Method in MetadataUtils
-
Function used as dynamical way to call
- getLTVAttributeId
- getPXAttributeId
- getPGIAttributeId
- getPLIAttributeId
- getPAttributeId
- getCAttributeId(String) - Method in MetadataUtils
-
Function used for finding id of Customer column, based on label from metadata(name in GUI)
Results use cache in api.global - api.retainGlobal() should improve performance
- getComparePart(BigDecimal, BigDecimal) - Method in RoundingUtils
-
Get compare part of a number
- getCurrentBatchSku() - Method in BatchUtils
-
Returns a set of SKUs of a current batch.
- getCXAttributeId(String, String) - Method in MetadataUtils
-
Function used for finding id of a CX column, based on label from metadata (name in GUI).
- getLTVAttributeId(String, String) - Method in MetadataUtils
-
Function used for finding id of a PP column, based on label from metadata (name in GUI).
- getMedian(List<Number>) - Method in StatisticUtils
-
Get median from list of numbers
- getOrSet(String, List, Closure, Boolean) - Method in CacheUtils
-
Uses getOrSetMap method passing api.global as default map
- getOrSetGlobalAndShared(String, List, Closure, Boolean) - Method in CacheUtils
-
Cache objects in api.global and shared cache, run closure to fill
- getOrSetMap(Map, String, List, Closure, Boolean) - Method in CacheUtils
-
Cache objects in provided map, run closure to fill
- getOrSetShared(Integer, String, List, Closure) - Method in CacheUtils
-
Same as getOrSetShared, but with an enforced Max TTL before refresh is forced
Does not guarantee Minimum TTL, or removal from cache
Ironically uses cache to store TTL.
- getPAttributeId(String) - Method in MetadataUtils
-
Function used for finding id of Product collum, based on label from metadata(name in GUI)
Results use cache in api.global - api.retainGlobal() should improve performance
- getPGIAttributeId(String, String) - Method in MetadataUtils
-
Function used for finding id of a PGI column, based on label from metadata (name in GUI).
- getPGIAttributeIdBatched(String, List) - Method in MetadataUtils
-
Function used for finding ids of a PGI columns, based on labels from metadata (names in GUI).
- getPLIAttributeId(String, String) - Method in MetadataUtils
-
Function used for finding id of a PLI column, based on label from metadata (name in GUI).
- getPLIAttributeIdBatched(String, List) - Method in MetadataUtils
-
Function used for finding ids of a PLI columns, based on labels from metadata (names in GUI).
- getPPIdFromName(String) - Method in MetadataUtils
-
To look through records of PP, it's ID is needed.
- getPXAttributeId(String, String) - Method in MetadataUtils
-
Function used for finding id of a PX column, based on label from metadata (name in GUI).
- getRoundedDownDecimal(BigDecimal, BigDecimal) - Method in RoundingUtils
-
Get the nearest number that less than the number to be rounded and have the suffix in decimal part
- getRoundedDownWhole(BigDecimal, BigDecimal) - Method in RoundingUtils
-
Get the nearest number that less than the number to be rounded and have the suffix in whole number part
- getRoundedNumber(BigDecimal, BigDecimal, BigDecimal, String) - Method in RoundingUtils
-
Round a number with specified end points
- getRoundedUpDecimal(BigDecimal, BigDecimal) - Method in RoundingUtils
-
Get the nearest number that greater than the number to be rounded and have the suffix in decimal part
- getRoundedUpWhole(BigDecimal, BigDecimal) - Method in RoundingUtils
-
Get the nearest number that greater than the number to be rounded and have the suffix in whole number part
- getRoundingModeEnum(String) - Method in RoundingUtils
-
Get rounding mode in standard enum
- getStop() - Method in Stopwatch
-
Groovy getter to enable the Stopwatch.stop syntax (without parentheses).