Uses of Class
com.bankframe.validation.ValidationException

Packages that use ValidationException
com.bankframe   
com.bankframe.ei.txnhandler.storeandforward.impl.storequeue   
com.bankframe.ei.txnhandler.storeandforward.storequeue   
com.bankframe.ejb   
com.bankframe.examples.bo.account   
com.bankframe.examples.bo.address   
com.bankframe.examples.bo.customer   
com.bankframe.examples.bo.impl.account   
com.bankframe.examples.bo.impl.address   
com.bankframe.examples.bo.impl.customer   
com.bankframe.examples.bp.accountsearch   
com.bankframe.examples.bp.customersearch   
com.bankframe.examples.bp.impl.accountsearch   
com.bankframe.examples.bp.impl.customersearch   
com.bankframe.examples.txnhandler.connector.coboltest   
com.bankframe.fe.statemachine.ext.apploaders   
com.bankframe.fe.statemachine.ext.validation   
com.bankframe.services.route   
com.bankframe.validation   
 

Uses of ValidationException in com.bankframe
 

Methods in com.bankframe that throw ValidationException
 void Constant.validate(String data, int errorNumber)
          This method checks if the parameter data is contained in the constants that this class represents.
 

Uses of ValidationException in com.bankframe.ei.txnhandler.storeandforward.impl.storequeue
 

Methods in com.bankframe.ei.txnhandler.storeandforward.impl.storequeue that throw ValidationException
 Vector StoreQueueBean.createStoredTransaction(DataPacket data)
          This method adds a new Transaction to the store queue.
 Vector StoreQueueBean.findStoredTransactionsInTimePeriod(DataPacket data)
          This method performs a lookup on the Store queue by time period
 

Uses of ValidationException in com.bankframe.ei.txnhandler.storeandforward.storequeue
 

Methods in com.bankframe.ei.txnhandler.storeandforward.storequeue that throw ValidationException
 Enumeration StoreQueue.findStoredTransactionsInTimePeriod(long startTime, long endTime)
          This method performs a lookup on the store queue for a given time period
 Enumeration StoreQueueBean.findStoredTransactionsInTimePeriod(long startTime, long endTime)
          This method performs a lookup on the store queue for a given time period
 

Uses of ValidationException in com.bankframe.ejb
 

Subclasses of ValidationException in com.bankframe.ejb
 class ValidationException
          Deprecated. Use com.bankframe.validation.ValidationException instead
 

Uses of ValidationException in com.bankframe.examples.bo.account
 

Methods in com.bankframe.examples.bo.account that throw ValidationException
 void Account.amend(String accountName)
          This method amends the attributes of the Address Entity.
 void AccountBean.amend(String accountName)
          This method amends the attributes of the Account entity.
 void AccountBean.create(String cardNumber, String accountNumber, String accountName)
          This method initialises a new instance of the Account entity.
 Enumeration AccountFinders.findAll()
          This method retrieves all instances of the Account entity.
 void AccountValidator.validateAccountName(String accountName)
          This method validates the account name.
 void AccountValidator.validateAccountNumber(String accountNumber)
          This method validates the account number.
 void AccountValidator.validateAmend(String accountName)
           
 void AccountValidator.validateCardNumber(String cardNumber)
          This method validates a card number.
 void AccountValidator.validateCreate(String cardNumber, String accountNumber, String accountName)
           
 

Uses of ValidationException in com.bankframe.examples.bo.address
 

Methods in com.bankframe.examples.bo.address that throw ValidationException
 void AddressBean.amend(String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method amends the attributes of the Address entity.
 void Address.amend(String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method amends the attributes of the Address entity.
 void AddressBean.create(String ownerId, String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method initialises a new instance of the Address entity.
 Enumeration AddressFinders.findAll()
          This method retrieves all instances of the Address entity.
 Enumeration AddressFinders.findByCountry(String country)
           
 Enumeration AddressFinders.findByPostCode(String postCode)
           
 void AddressValidator.validateAddressLine1(String addressLine1)
          This mehtod validates line 1 of the address.
 void AddressValidator.validateAddressLine2(String addressLine2)
          This method validates line 2 of the address.
 void AddressValidator.validateAddressLine3(String addressLine3)
          This method validates line 3 of the address.
 void AddressValidator.validateAddressLine4(String addressLine4)
          This method validates line 4 of the address.
 void AddressValidator.validateAmend(String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
           
 void AddressValidator.validateCountry(String country)
          This method validates the country field.
 void AddressValidator.validateCreate(String ownerId, String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
           
 void AddressValidator.validateOwnerId(String ownerId)
          This method validates the owner ID.
 void AddressValidator.validatePostCode(String postCode)
          This method validates the post code.
 

Uses of ValidationException in com.bankframe.examples.bo.customer
 

Methods in com.bankframe.examples.bo.customer that throw ValidationException
 void CustomerBean.amend(String title, String firstName, String lastName)
          This method amends the attributes of the Customer entity.
 void Customer.amend(String title, String firstName, String lastName)
          This method amends the attributes of the Customer entity.
 void CustomerBean.create(String ownerId, String title, String firstName, String lastName)
          This method amends the attributes of the Customer entity.
 Enumeration CustomerFinders.findAll()
          This method retrieves all instance of the customer entity from the database.
 Enumeration CustomerFinders.findByFirstName(String firstName)
          This method gets all entities with the given first name.
 Enumeration CustomerFinders.findByLastName(String lastName)
          This method gets all entities with the given last name.
 Enumeration CustomerFinders.findByTitle(String title)
          This method gets all entities with the given title.
 void CustomerValidator.validateAmend(String title, String firstName, String lastName)
           
 void CustomerValidator.validateCreate(String ownerId, String title, String firstName, String lastName)
           
 void CustomerValidator.validateFirstName(String firstName)
           
 void CustomerValidator.validateLastName(String lastName)
           
 void CustomerValidator.validateOwnerId(String ownerId)
           
 void CustomerValidator.validateTitle(String title)
           
 

Uses of ValidationException in com.bankframe.examples.bo.impl.account
 

Methods in com.bankframe.examples.bo.impl.account that throw ValidationException
 void AccountBMPBean.amend(String accountName)
          This method amends the attributes of the Address entity.
 Account AccountHome.create(String cardNumber, String accountNumber, String accountName)
          This method creates a new Account entity instance.
 AccountPK AccountBMPBean.ejbCreate(String cardNumber, String accountNumber, String accountName)
          This method initialises a new instance of the Address entity.
 Enumeration AccountBMPBean.ejbFindAll()
          This method gets all the instances of the Address entity.
 AccountPK AccountBMPBean.ejbFindByPrimaryKey(AccountPK primaryKey)
          This method verifies that the specified Address instance exists.
 Account AccountHome.findByPrimaryKey(AccountPK primaryKey)
          This method retrieves the Account entity instance for the specified primary key.
 

Uses of ValidationException in com.bankframe.examples.bo.impl.address
 

Methods in com.bankframe.examples.bo.impl.address that throw ValidationException
 void AddressBMPBean.amend(String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method amends the attributes of the Address entity.
 Address AddressHome.create(String ownerId, String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method creates a new Address Entity instance.
 AddressPK AddressBMPBean.ejbCreate(String ownerId, String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method initialises a new instance of the Address entity.
 Enumeration AddressBMPBean.ejbFindAll()
          This method gets all instances of the Address entities.
 Enumeration AddressBMPBean.ejbFindByCountry(String country)
          This method gets all instance of the Address entity with the specified country value.
 Enumeration AddressBMPBean.ejbFindByPostCode(String postCode)
          This method finds all EJBs with the given post code.
 AddressPK AddressBMPBean.ejbFindByPrimaryKey(AddressPK primaryKey)
          This method verifies that the specified Address instance exists.
 Address AddressHome.findByPrimaryKey(AddressPK primaryKey)
          This method retrieves the Address entity Instance for the specified primary key.
 

Uses of ValidationException in com.bankframe.examples.bo.impl.customer
 

Methods in com.bankframe.examples.bo.impl.customer that throw ValidationException
 void CustomerBMPBean.amend(String title, String firstName, String lastName)
          This method amends the attributes of the customer entity.
 Address Customer.amendAddress(String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method amends the Address Entity associated with this Customer entity.
 Address CustomerBean.amendAddress(String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method amends the Address entity associated with this Customer entity.
 Address CustomerBMPBean.amendAddress(String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method amends the address entity associated with this customer entity.
 Customer CustomerHome.create(String ownerId, String title, String firstName, String lastName)
          This method creates a new customer entity instance.
 CustomerPK CustomerBMPBean.ejbCreate(String ownerId, String title, String firstName, String lastName)
          This method initialises a new instance of the customer entity.
 Enumeration CustomerBMPBean.ejbFindAll()
          This method gets all instances of this EJB
 Enumeration CustomerBMPBean.ejbFindByFirstName(String firstName)
          This method get all instance of this EJB with the given first name
 Enumeration CustomerBMPBean.ejbFindByLastName(String lastName)
          This method get all instance of this EJB with the given last name
 CustomerPK CustomerBMPBean.ejbFindByPrimaryKey(CustomerPK primaryKey)
          This method verifies that the specified customer instance exists.
 Enumeration CustomerBMPBean.ejbFindByTitle(String title)
          This method get all instance of this EJB with the given title.
 Customer CustomerHome.findByPrimaryKey(CustomerPK primaryKey)
          This method get a entity instance that is identified by the given primary key.
 

Uses of ValidationException in com.bankframe.examples.bp.accountsearch
 

Methods in com.bankframe.examples.bp.accountsearch that throw ValidationException
 Enumeration AccountSearch.findAllAccounts()
          This method retrieves all account entities.
 Enumeration AccountSearchBean.findAllAccounts()
          This method retrieves all account instances.
 

Uses of ValidationException in com.bankframe.examples.bp.customersearch
 

Methods in com.bankframe.examples.bp.customersearch that throw ValidationException
 Customer CustomerSearch.amendCustomer(String ownerId, String title, String firstName, String lastName)
          This method amends all the details of the specified customer.
 Customer CustomerSearchBean.amendCustomer(String ownerId, String title, String firstName, String lastName)
          This method amends all the details of the specified customer.
 Address CustomerSearch.amendCustomerAddress(String ownerId, String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method amends the address details of the specified customer.
 Address CustomerSearchBean.amendCustomerAddress(String ownerId, String addressLine1, String addressLine2, String addressLine3, String addressLine4, String country, String postCode)
          This method amends the address details of the specified customer.
 Enumeration CustomerSearch.findAllCustomers()
          This method retrieves all Customer entities.
 Enumeration CustomerSearchBean.findAllCustomers()
          This method retrieves all Customer entities.
 Enumeration CustomerSearchBean.findCustomersByFirstName(String firstName)
          This method retrieves all Customer entities with the specified first name.
 Enumeration CustomerSearch.findCustomersByLastName(String lastName)
          This method retrieves all Customer entities with the specified last name.
 Enumeration CustomerSearchBean.findCustomersByLastName(String lastName)
          This method retrieves all Customer entities with the specified last name.
 Customer CustomerSearch.getCustomer(String ownerId)
          This method retrieves the Customer entity for the specified ownerId.
 Customer CustomerSearchBean.getCustomer(String ownerId)
          This method retrieves the Customer entity for the specified ownerId.
 Address CustomerSearch.getCustomerAddress(String ownerId)
          This method retrieves the Address entity associated with the specified Customer.
 Address CustomerSearchBean.getCustomerAddress(String ownerId)
          This method retrieves the Address entity associated with the specified Customer.
 

Uses of ValidationException in com.bankframe.examples.bp.impl.accountsearch
 

Methods in com.bankframe.examples.bp.impl.accountsearch that throw ValidationException
 Vector AccountSearchBean.getAllAccounts()
          This method retrieves all Account entities.
 

Uses of ValidationException in com.bankframe.examples.bp.impl.customersearch
 

Methods in com.bankframe.examples.bp.impl.customersearch that throw ValidationException
 Vector CustomerSearchBean.amendCustomer(DataPacket data)
          This method amends all the details of the specified customer.
 Vector CustomerSearchBean.amendCustomerAddress(DataPacket data)
          This method amends the address details of the specified customer.
 Vector CustomerSearchBean.findCustomersByFirstName(DataPacket data)
          This method retrieves all Customer entities with the specified first name.
 Vector CustomerSearchBean.findCustomersByLastName(DataPacket data)
          This method retrieves all Customer entities with the specified last name.
 Vector CustomerSearchBean.getAllCustomers()
          This method retrieves all Customer entities.
 Vector CustomerSearchBean.getCustomer(DataPacket data)
          This method retrieves the Customer entity for the specified ownerId.
 Vector CustomerSearchBean.getCustomerAddress(DataPacket data)
          This method retrieves the Address entity associated with the specified Customer
 Vector CustomerSearchBean.txnHandlerBrokerAmendCustomer(DataPacket data)
          This method amends all the details of the specified customer using TxnHandlerBroker.
 

Uses of ValidationException in com.bankframe.examples.txnhandler.connector.coboltest
 

Methods in com.bankframe.examples.txnhandler.connector.coboltest that throw ValidationException
 byte[] CobolTestData.processTransaction(byte[] request)
          This method process a request and returns the appropriate response
 

Uses of ValidationException in com.bankframe.fe.statemachine.ext.apploaders
 

Methods in com.bankframe.fe.statemachine.ext.apploaders that throw ValidationException
 void ValidationRule.executeValidate(Inputs inputs, Object value)
           
 

Uses of ValidationException in com.bankframe.fe.statemachine.ext.validation
 

Methods in com.bankframe.fe.statemachine.ext.validation that throw ValidationException
static String Constants.getDescriptionForValue(String key, Object code)
          This method will return a description for a value given the constant key.
static int Constants.getLength(String key)
          This method gets the length for a given length key.
static String Constants.getPattern(String key)
          This method gets the pattern for a given pattern key.
static String Constants.getText(String key)
          This method gets the text for a given text key.
static Vector Constants.getValueDescriptionsList(String key)
          This method returns a Vector containing all the constant values for a particular key
static Object Constants.getValueForDescription(String key, String desc)
          This method will return a value for a description given the constant key.
static Object Constants.getValueInList(int positionNo, String key)
          This method returns the value in a constants list for a given key given it's position.
static Vector Constants.getValueList(String key)
          This method returns a Vector containing all the constant values for a particular key
static boolean Constants.isAValidValue(String key, Object value)
          This method checks to see if a value is a valid constant value
 URL PropertiesReader.loadPropertiesURL(String name)
          This method loads the properties for a given file name.
static void Constants.refresh()
          This method forces a complete refresh of the constants.
static void StandardValidations.validateAttribute(boolean mandatory, boolean exactLength, int minimumLength, int maximumLength, Validate validate, Object value, String valuesName)
          This method is used to validate an attribute.
static void StandardValidations.validateAttribute(boolean mandatory, boolean exactLength, int maximumLength, Validate validate, Object value, String valuesName)
          This method is used to validate an attribute.
static void StandardValidations.validateForLettersDigitsOrWhitespaceOnly(String value, String valuesName)
          This method validates values letters, digits and whitespace only.
static void StandardValidations.validateForMandatory(Object value, String valuesName)
          This method validates values for mandatory.
static void StandardValidations.validateForMandatoryAndForValue(boolean isMandatory, String key, Object value, String valuesName)
          This method validates values for mandatory and validates values against the Constants class.
 

Uses of ValidationException in com.bankframe.services.route
 

Methods in com.bankframe.services.route that throw ValidationException
static void RouteValidator.validateJndiName(String jndiName)
          This method validates the JNDI name, it must be non null and non-empty and no more than fifty characters in length.
static void RouteValidator.validateRequestId(String requestId)
          This method validates the requestId, it must be non null and non-empty and no more that five characters in length.
 

Uses of ValidationException in com.bankframe.validation
 

Methods in com.bankframe.validation that throw ValidationException
static int DateValidator.compare(Date dateOrTime1, Date dateOrTime2)
          This method allows you to compare date objects param dateOrTime1 Date the first date/time object param dateOrTime2 Date the date/time object to compare the first date/time object to
static int DateValidator.compareDateOnly(Date date1, Date date2)
          This method compares the day month year portion of the dates ignoring the hours minutes and seconds.
static int DateValidator.compareTimeOnly(Time time1, Time time2)
          This method the compares hours minutes and seconds portion of the times ignoring the days months years.
static Boolean DataTypeConvertor.getBoolean(String value)
          This method converts a String value to a Boolean value
static Date DateConvertor.getDate(String pattern, String date)
          Method to convert a date string to an object
static Double DataTypeConvertor.getDouble(String value)
          This method converts a String value to a Double value
static Float DataTypeConvertor.getFloat(String value)
          This method converts a String value to a Float value
static Integer DataTypeConvertor.getInteger(String value)
          This method converts a String value to an Integer value
static String DataTypeConvertor.getString(Object value)
          This method converts an Object value to a String value
static String DateConvertor.getString(String pattern, Date dateOrTime)
          Method to convert a Date object to a string
static Time DateConvertor.getTime(String pattern, String time)
          Method to convert a time string to a Time object
static Timestamp DateConvertor.getTimestamp(String pattern, String timestamp)
          Method to convert a date object to a string object
static boolean DateValidator.isValid(String pattern, String dateOrTime)
          Validates date or time string against an accepted pattern
static String DataTypeConvertor.padString(String value, char padChar, int length, boolean padRight)
          This method returns a String padded with the specified amount of padding characters, to the left or to the right
static Integer DataTypeConvertor.parseInteger(String value)
          This method converts a String value to an Integer value.
 



Copyright © 2005, 2007, Oracle. All rights reserved.