|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.bankframe.util.retail.solutionset.utilities.Utilities
|
+--com.bankframe.util.retail.solutionset.impl.utilities.Utilities
|
+--com.siebel.rf.offline.utilities.Utilities
The Utilities class
| Field Summary | |
static java.util.Vector |
PING_REQUEST_VECTOR
|
| Fields inherited from class com.bankframe.util.retail.solutionset.utilities.Utilities |
DECIMAL_PLACES |
| Constructor Summary | |
Utilities()
|
|
| Method Summary | |
static int |
checkResponse(java.util.Vector result)
Checks the response to determine if the server is up or not. |
static java.lang.String |
getAdjusteddate(java.lang.String dateToAdjust,
int numberOfDaysToAdjust)
|
static java.lang.String |
getDateDifference()
Returns the date after deducting number of days from the current date |
static boolean |
isAValidResponse(java.util.Vector response)
This method checks whetther the response is valid or not |
| Methods inherited from class com.bankframe.util.retail.solutionset.utilities.Utilities |
addDoublesUsingBigDecimal, adjustTimeForTimeDifference, calculateFinalPaymentDate, compareDates, compareTime, convertBankFrameMessageValidationExceptionToProcessingErrorException, convertDoubleToString, convertDoubleToString, convertLongToString, convertValidationExceptionToProcessingErrorException, getAccountTypeForAccountNumber, getCurrentDate, getCurrentTime, getDiffernceBetweenTwoDates, getErrorNumberFromException, getFormattedDoubleValue, getInputtedDateString, getLastDateOfMonth, getLastDayOfMonth, getNumberOfDaysBetweenTwoDays, getOutputtedDateString, getRecentTime, getSystemDate, getSystemTime, isDateAfter, isDateOnlyAfterOrEqual, isSuperVisorOverrideRequired, isTimeOnlyAfterOrEqual, multiplyDoublesUsingBigDecimal, printTransactionDetails, subtractDoublesUsingBigDecimal, sumUpCurrencyAmount, verifyDataPacketkey |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.util.Vector PING_REQUEST_VECTOR
| Constructor Detail |
public Utilities()
| Method Detail |
public static int checkResponse(java.util.Vector result)
result - Vectorpublic static boolean isAValidResponse(java.util.Vector response)
response - Vectorpublic static java.lang.String getDateDifference()
public static java.lang.String getAdjusteddate(java.lang.String dateToAdjust,
int numberOfDaysToAdjust)
throws com.bankframe.ejb.ProcessingErrorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||