Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.OpenRequest.helpers
Class ISODamagedMessageFactory  view ISODamagedMessageFactory download ISODamagedMessageFactory.java

java.lang.Object
  extended bycom.k_int.OpenRequest.helpers.ISODamagedMessageFactory

public class ISODamagedMessageFactory
extends java.lang.Object

Create an ISO ILL Damaged Message. This class will construct an iso ill Damaged message

Version:
$Id: ISODamagedMessageFactory.java,v 1.1.1.1 2002/10/20 10:24:01 ianibbo Exp $

Field Summary
private static LoggingContext cat
           
 
Constructor Summary
ISODamagedMessageFactory()
           
 
Method Summary
static com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type create(Session database_session, com.k_int.OpenRequest.db.ILLTransaction transaction, java.lang.String note, ISOExtensionFactory[] extens)
          create a damaged message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

private static LoggingContext cat
Constructor Detail

ISODamagedMessageFactory

public ISODamagedMessageFactory()
Method Detail

create

public static com.k_int.OpenRequest.isoill.gen.ISO_10161_ILL_1.ILL_APDU_type create(Session database_session,
                                                                                    com.k_int.OpenRequest.db.ILLTransaction transaction,
                                                                                    java.lang.String note,
                                                                                    ISOExtensionFactory[] extens)
                                                                             throws java.sql.SQLException,
                                                                                    cirrus.hibernate.HibernateException
create a damaged message. Requires: An ILL Transaction in a state for which RENreq is a valid action Provides: A completed ILL Recieved message with data derived as follows: N.B where a member could be set from the transaction store, speak with k-int about defaulting that member in, it's better than starting to track transaction data in databases outside the transaction store. element name/type M/O Source retval : ILL_APDU_type (Choice of pdu) M Filled in by factory .which : int M Filled in by factory .o : Recieved_type M Filled in by factory .protocol_version_num .transaction_id M Constructed field, populated by this method .initial_requester_id M .person_or_institution_symbol O Set by factory from database .name_of_person_or_institution O Not set .tgq M Set by factory from database .tq M Set by factory from database .stq O Set by factory from database .service_date_time M Constructed by factory .date_time_of_this_service M Constructed by factory .date M Set by factory from system clock .time O Set by factory from system clock .date_time_of_original_service M Constructed by factory .date M Set by factory from system clock .time O Set by factory from system clock .requester_id M Set by factory from database .person_or_institution_symbol O Set by factory from database .person_or_institution_name O Not set .responder_id M Set by factory from database .person_or_institution_symbol O Set by factory from database .person_or_institution_name O Not set -- End of common elements. Recieved specific follow -- Ends description of how shipped PDU is populated by this factory method