com.etasoft.trans.transaction
Class axTransactionDefFile

java.lang.Object
  extended bycom.etasoft.trans.transaction.axTransactionDefFile

public class axTransactionDefFile
extends java.lang.Object

File to load and save transaction definitions.


Constructor Summary
axTransactionDefFile()
           
 
Method Summary
static axTransactionDef loadDefinitions(java.lang.String fileName)
          Load transaction definitions.
static axTransactionDef newDefinitions()
          Create new definitions from scratch.
static void saveDefinitions(java.lang.String fileName, axTransactionDef def)
          Save transaction definitions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axTransactionDefFile

public axTransactionDefFile()
Method Detail

loadDefinitions

public static axTransactionDef loadDefinitions(java.lang.String fileName)
                                        throws axException
Load transaction definitions.

Throws:
axException

saveDefinitions

public static void saveDefinitions(java.lang.String fileName,
                                   axTransactionDef def)
                            throws axException
Save transaction definitions.

Throws:
axException

newDefinitions

public static axTransactionDef newDefinitions()
                                       throws axException
Create new definitions from scratch.

Throws:
axException