com.retek.component.salesaudit.integration.resa
Class BaseResaTransactionTransformerImpl

java.lang.Object
  extended bycom.retek.component.salesaudit.integration.resa.BaseResaTransactionTransformerImpl
All Implemented Interfaces:
ResaTransactionTransformer
Direct Known Subclasses:
ResaTransactionTransformerImpl

public abstract class BaseResaTransactionTransformerImpl
extends java.lang.Object
implements ResaTransactionTransformer


Constructor Summary
protected BaseResaTransactionTransformerImpl()
           
 
Method Summary
 java.util.List getRecords()
           
abstract  java.lang.String getRtlogFileFormatSpecification()
          Return the ReSA file layout format resource.
 java.util.List transform(SaeTransaction transaction)
          Transform a sales audit transaction into a list of ReSA record beans.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseResaTransactionTransformerImpl

protected BaseResaTransactionTransformerImpl()
                                      throws SystemException
Method Detail

transform

public final java.util.List transform(SaeTransaction transaction)
                               throws SystemException
Description copied from interface: ResaTransactionTransformer
Transform a sales audit transaction into a list of ReSA record beans.

Specified by:
transform in interface ResaTransactionTransformer
Parameters:
transaction - sales audit transaction bean
Throws:
SystemException

getRecords

public final java.util.List getRecords()

getRtlogFileFormatSpecification

public abstract java.lang.String getRtlogFileFormatSpecification()
Description copied from interface: ResaTransactionTransformer
Return the ReSA file layout format resource.

Specified by:
getRtlogFileFormatSpecification in interface ResaTransactionTransformer
Returns:
String file format resource name


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25