public class BusinessHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessHelper.TVAInfo |
| Constructor and Description |
|---|
BusinessHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkTVA(String country,
String tva) |
static String[][] |
getTimeArray(I18nAccess i18nAccess)
get a array for same precalculed date in the past (one day later, one week later...)
|
static String[][] |
getTimeArrayInView(I18nAccess i18nAccess)
get a array for same precalculed date in the past (one day later, one week later...)
|
static BusinessHelper.TVAInfo |
getTVAInfo(String country,
String tva) |
static void |
main(String[] args) |
public static boolean checkTVA(String country, String tva) throws IOException
IOExceptionpublic static BusinessHelper.TVAInfo getTVAInfo(String country, String tva) throws IOException
IOExceptionpublic static void main(String[] args)
public static String[][] getTimeArray(I18nAccess i18nAccess)
i18nAccess - a access to translationpublic static String[][] getTimeArrayInView(I18nAccess i18nAccess)
i18nAccess - a access to translationCopyright © 2012-2018. All Rights Reserved.