|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.StandardsUtils
public class StandardsUtils
User: divanmostert
Method Summary | |
---|---|
boolean |
doesBicExist(String bic)
Checks whether the BIC exists in the loaded SEPA Routing directory Utils.SYSTEM_PROPERTY_SEPA_ROUTING_DIRECTORY_FILE should specify the file location |
String |
getBIC(String iban)
Finds the related BIC for a given IBAN Utils.SYSTEM_PROPERTY_BIC_PLUS_IBAN_DIRECTORY_FILE should specify the file location |
String |
getIBAN(String bic)
Finds the related IBAN for a given BIC Utils.SYSTEM_PROPERTY_BIC_PLUS_IBAN_DIRECTORY_FILE should specify the file location |
static StandardsUtils |
getInstance()
|
static String |
returnRoutingChannel(String bic)
For each BIC, check that it is SEPA adherent, it is operationally ready for SEPA and return the routing payment channel This will check that each BIC is SEPA adherent and operationally ready for SEPA before returning the routing payment channel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static StandardsUtils getInstance()
public static String returnRoutingChannel(String bic)
public boolean doesBicExist(String bic)
Utils.SYSTEM_PROPERTY_SEPA_ROUTING_DIRECTORY_FILE
should specify the file location
bic
-
public String getIBAN(String bic)
Utils.SYSTEM_PROPERTY_BIC_PLUS_IBAN_DIRECTORY_FILE
should specify the file location
bic
-
public String getBIC(String iban)
Utils.SYSTEM_PROPERTY_BIC_PLUS_IBAN_DIRECTORY_FILE
should specify the file location
iban
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |