com.retek.component.salesaudit.integration.resa
Interface ResaTransactionTransformer

All Known Implementing Classes:
BaseResaTransactionTransformer

public interface ResaTransactionTransformer

Interface defining operations for a ReSA transaction record transformer strategy plug-in.


Method Summary
 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.
 

Method Detail

getRtlogFileFormatSpecification

public java.lang.String getRtlogFileFormatSpecification()
Return the ReSA file layout format resource.

Returns:
String file format resource name

transform

public java.util.List transform(SaeTransaction transaction)
                         throws SystemException
Transform a sales audit transaction into a list of ReSA record beans.

Parameters:
transaction - sales audit transaction bean
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28