org.synchronoss.cpo.transform.jdbc
Class TransformDateToEncryptedString

Package class diagram package TransformDateToEncryptedString
java.lang.Object
  extended by org.synchronoss.cpo.transform.jdbc.TransformDateToEncryptedString
All Implemented Interfaces:
Transform<java.lang.String,java.sql.Timestamp>

public class TransformDateToEncryptedString
extends java.lang.Object
implements Transform<java.lang.String,java.sql.Timestamp>


Constructor Summary
TransformDateToEncryptedString()
           
 
Method Summary
 java.sql.Timestamp transformIn(java.lang.String inDateString)
           
 java.lang.String transformOut(JdbcCallableStatementFactory jpsf, java.sql.Timestamp attributeObject)
           
 java.lang.String transformOut(JdbcPreparedStatementFactory jpsf, java.sql.Timestamp tsOut)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformDateToEncryptedString

public TransformDateToEncryptedString()
                               throws java.lang.ClassNotFoundException,
                                      java.lang.InstantiationException,
                                      java.lang.IllegalAccessException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
Method Detail

transformIn

public java.sql.Timestamp transformIn(java.lang.String inDateString)
                               throws CpoException
Specified by:
transformIn in interface Transform<java.lang.String,java.sql.Timestamp>
Throws:
CpoException

transformOut

public java.lang.String transformOut(JdbcPreparedStatementFactory jpsf,
                                     java.sql.Timestamp tsOut)
                              throws CpoException
Specified by:
transformOut in interface Transform<java.lang.String,java.sql.Timestamp>
Throws:
CpoException

transformOut

public java.lang.String transformOut(JdbcCallableStatementFactory jpsf,
                                     java.sql.Timestamp attributeObject)
                              throws CpoException,
                                     java.lang.UnsupportedOperationException
Specified by:
transformOut in interface Transform<java.lang.String,java.sql.Timestamp>
Throws:
CpoException
java.lang.UnsupportedOperationException


Copyright © 2012. All Rights Reserved.