Skip navigation links
A B C D E F G H I J L N O P R S T U V 

A

addDays(Date, int) - Static method in class org.notima.util.NotimaUtil
Adds number of days on specified date
asDate(LocalDate) - Static method in class org.notima.util.LocalDateUtils
 
asDate(LocalDateTime) - Static method in class org.notima.util.LocalDateUtils
 
asLocalDate(Date) - Static method in class org.notima.util.LocalDateUtils
 
asLocalDateTime(Date) - Static method in class org.notima.util.LocalDateUtils
 

B

bankDateCalculator(String[]) - Static method in class org.notima.util.BankDateUtil
 
BankDateUtil - Class in org.notima.util
 
BankDateUtil() - Constructor for class org.notima.util.BankDateUtil
 
buildGson() - Static method in class org.notima.util.json.JsonUtil
Returns a default gson.

C

calculateNewDate(List<String>) - Static method in class org.notima.util.BankDateUtil
 
copyResourcesToDirectory(String, String) - Method in class org.notima.util.JarUtil
 

D

days - Static variable in class org.notima.util.BankDateUtil
 
daysFromNow(Date) - Static method in class org.notima.util.NotimaUtil
Returns number of days from today
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.notima.util.json.JsonInterfaceAdapter
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.notima.util.json.JsonLocalDateAdapter
 
determineFormat(String, String) - Static method in class org.notima.util.TaxIdFormatter
Determines tax id format by applying a number of regular expressions to the tax id.

E

EmailUtils - Class in org.notima.util
 
EmailUtils() - Constructor for class org.notima.util.EmailUtils
 

F

fileNameSafe(String) - Static method in class org.notima.util.FileUtils
Remove unwanted characters from filename
FileUtils - Class in org.notima.util
 
FileUtils() - Constructor for class org.notima.util.FileUtils
 
fillToLength(String, boolean, char, int) - Static method in class org.notima.util.NotimaUtil
Fills to a specified length
FMT_SE10 - Static variable in class org.notima.util.TaxIdStructure
 
FMT_SE11 - Static variable in class org.notima.util.TaxIdStructure
 
FMT_SE12 - Static variable in class org.notima.util.TaxIdStructure
 
FMT_SE14 - Static variable in class org.notima.util.TaxIdStructure
 
FMT_UNKNOWN - Static variable in class org.notima.util.TaxIdStructure
 

G

generateID(int) - Static method in class org.notima.util.IDGenerator
 
getAmountStr(double) - Static method in class org.notima.util.NotimaUtil
Converts a double to 12 digits where the two last digits are "öre" or "cents".
getAmountStr(double, int, boolean) - Static method in class org.notima.util.NotimaUtil
 
getDateFormat() - Static method in class org.notima.util.json.JsonUtil
 
getDateRangeStr(Date, Date, DateFormat, String) - Static method in class org.notima.util.LocalDateUtils
Prints a date range string using dash '_' as default range indicator.
getDefaultGson() - Method in class org.notima.util.json.JsonUtil
 
getGsonWithExclusionStrategyForEntities() - Method in class org.notima.util.json.JsonUtil
 
getGsonWithInterfaceAdapterFor(Type, Object) - Method in class org.notima.util.json.JsonUtil
 
getLeftmiddle() - Method in class org.notima.util.TaxIdStructure
 
getLuhnDigit(double) - Static method in class org.notima.util.NotimaUtil
Return Luhn Digit using an amount as in data
getLuhnDigit(String) - Static method in class org.notima.util.NotimaUtil
Luhn algoritm.
getPrefix() - Method in class org.notima.util.TaxIdStructure
 
getRightmiddle() - Method in class org.notima.util.TaxIdStructure
 
getShortDateFormat() - Static method in class org.notima.util.json.JsonUtil
 
getSuffix() - Method in class org.notima.util.TaxIdStructure
 
getTaxIdFormat() - Method in class org.notima.util.TaxIdStructure
 

H

hasDigitsOnly(String) - Static method in class org.notima.util.NotimaUtil
 
hasDigitsOnly(String) - Static method in class org.notima.util.TaxIdFormatter
 

I

IDGenerator - Class in org.notima.util
 
IDGenerator() - Constructor for class org.notima.util.IDGenerator
 
InvalidTaxIdFormatException - Exception in org.notima.util
Thrown if a tax id doesn't conform to the format
InvalidTaxIdFormatException(String) - Constructor for exception org.notima.util.InvalidTaxIdFormatException
 
isValidDateSE() - Method in class org.notima.util.TaxIdStructure
Checks whether the tax id could be a valid date.
isValidEmail(String) - Static method in class org.notima.util.EmailUtils
 
isValidOCRNumber(String) - Static method in class org.notima.util.NotimaUtil
Validate OCR number

J

JarUtil - Class in org.notima.util
 
JarUtil(ClassLoader) - Constructor for class org.notima.util.JarUtil
Creates a Jar util using the supplied classloader.
JsonInterfaceAdapter<T> - Class in org.notima.util.json
 
JsonInterfaceAdapter() - Constructor for class org.notima.util.json.JsonInterfaceAdapter
 
JsonLocalDateAdapter - Class in org.notima.util.json
 
JsonLocalDateAdapter() - Constructor for class org.notima.util.json.JsonLocalDateAdapter
 
JsonUtil - Class in org.notima.util.json
A utility class to centralize the Json-formatting options.
JsonUtil() - Constructor for class org.notima.util.json.JsonUtil
 

L

leftmiddle - Variable in class org.notima.util.TaxIdStructure
 
ListToCommaSeparatedString(List<?>) - Static method in class org.notima.util.ListUtil
Converts a list to a comma separated string.
ListUtil - Class in org.notima.util
 
ListUtil() - Constructor for class org.notima.util.ListUtil
 
LocalDateUtils - Class in org.notima.util
Converts between Date and LocalDate
LocalDateUtils() - Constructor for class org.notima.util.LocalDateUtils
 

N

NotimaUtil - Class in org.notima.util
 
NotimaUtil() - Constructor for class org.notima.util.NotimaUtil
 
NumberUtils - Class in org.notima.util
 
NumberUtils() - Constructor for class org.notima.util.NumberUtils
 

O

onlyUSASCII(String) - Static method in class org.notima.util.NotimaUtil
Removes all non USASCII chars and converts to uppercase.
org.notima.util - package org.notima.util
 
org.notima.util.json - package org.notima.util.json
 

P

parseAmountStr(String) - Static method in class org.notima.util.NotimaUtil
 
parseTrxExpression() - Method in class org.notima.util.TrxExpressionParser
Function that parses a TrxExpression and converts it into a range of integers.
prefix - Variable in class org.notima.util.TaxIdStructure
 
printTaxId(String, String, String) - Static method in class org.notima.util.TaxIdFormatter
Print tax id in given format.
printTaxId(String) - Method in class org.notima.util.TaxIdStructure
 

R

removeBlanks(String) - Static method in class org.notima.util.NotimaUtil
Remove blanks from a string.
removeBlanks(String) - Static method in class org.notima.util.TaxIdFormatter
Remove blanks from a string.
rightmiddle - Variable in class org.notima.util.TaxIdStructure
 
roundToPrecision(BigDecimal, int) - Static method in class org.notima.util.NumberUtils
Round to precision.
roundToPrecision(double, int) - Static method in class org.notima.util.NumberUtils
Round to precision.
runExternalCmd(List<String>, PropertyChangeSupport, Properties) - Static method in class org.notima.util.RuntimeUtil
 
RuntimeUtil - Class in org.notima.util
 
RuntimeUtil() - Constructor for class org.notima.util.RuntimeUtil
 

S

serialize(T, Type, JsonSerializationContext) - Method in class org.notima.util.json.JsonInterfaceAdapter
 
serialize(LocalDate, Type, JsonSerializationContext) - Method in class org.notima.util.json.JsonLocalDateAdapter
 
setLeftmiddle(String) - Method in class org.notima.util.TaxIdStructure
 
setPrefix(String) - Method in class org.notima.util.TaxIdStructure
 
setRightmiddle(String) - Method in class org.notima.util.TaxIdStructure
 
setSuffix(String) - Method in class org.notima.util.TaxIdStructure
 
setTaxIdFormat(String) - Method in class org.notima.util.TaxIdStructure
 
setToCommaSeparatedString(Set<?>) - Static method in class org.notima.util.SetUtil
Converts a set to a comma separated string.
SetUtil - Class in org.notima.util
 
SetUtil() - Constructor for class org.notima.util.SetUtil
 
startDate - Static variable in class org.notima.util.BankDateUtil
 
suffix - Variable in class org.notima.util.TaxIdStructure
 

T

taxIdFormat - Variable in class org.notima.util.TaxIdStructure
 
TaxIdFormatter - Class in org.notima.util
Utility class to parse and print tax id:s in different formats.
TaxIdFormatter() - Constructor for class org.notima.util.TaxIdFormatter
 
TaxIdStructure - Class in org.notima.util
Represents a tax id separated in parts.
TaxIdStructure(String) - Constructor for class org.notima.util.TaxIdStructure
 
toDigitsOnly(String) - Static method in class org.notima.util.NotimaUtil
Remove all non digit characters
toDigitsOnly(String) - Static method in class org.notima.util.TaxIdFormatter
Remove all non digit characters
toOCRNumber(String) - Static method in class org.notima.util.NotimaUtil
Converts a string of digits to the equivalent OCR-number
toOCRNumberWithLengthCheck(String) - Static method in class org.notima.util.NotimaUtil
Converts a string of digits to an OCR-number with length check
toString() - Method in class org.notima.util.TrxExpressionParser
 
trimLeadingZeros(String) - Static method in class org.notima.util.NotimaUtil
 
TrxExpressionParser - Class in org.notima.util
 
TrxExpressionParser(String) - Constructor for class org.notima.util.TrxExpressionParser
 

U

UnknownTaxIdFormatException - Exception in org.notima.util
Thrown if the format identifier is unknown.
UnknownTaxIdFormatException(String) - Constructor for exception org.notima.util.UnknownTaxIdFormatException
 

V

validateBankgiro(String) - Static method in class org.notima.util.NotimaUtil
Validate Bankgiro
validateIban(String, String) - Static method in class org.notima.util.NotimaUtil
Perform very basic validation (length checks)
validEmailPattern - Static variable in class org.notima.util.EmailUtils
 
A B C D E F G H I J L N O P R S T U V 
Skip navigation links

Copyright © 2024 Notima System Integration AB. All rights reserved.