biz.c24.io.api.data
Class StandardsUtils

java.lang.Object
  extended by biz.c24.io.api.data.StandardsUtils

public class StandardsUtils
extends Object

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

getInstance

public static StandardsUtils getInstance()

returnRoutingChannel

public 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


doesBicExist

public 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

Parameters:
bic -
Returns:

getIBAN

public 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

Parameters:
bic -
Returns:

getBIC

public 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

Parameters:
iban -
Returns:


C24 Technologies © 2002-2012: All Rights Reserved.