uk.ac.ebi.intenz.mapper
Class AuditPackageMapper

java.lang.Object
  extended by uk.ac.ebi.intenz.mapper.AuditPackageMapper

public class AuditPackageMapper
extends Object

Provides methods for audit package access.

Version:
$Revision: 1.2 $ $Date: 2008/01/28 12:33:07 $
Author:
Michael Darsow

Field Summary
static String STANDARD_REMARK
           
 
Constructor Summary
AuditPackageMapper()
           
 
Method Summary
 void setRemark(String remark, Connection con)
          Sets a remark in the audit tables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD_REMARK

public static final String STANDARD_REMARK
See Also:
Constant Field Values
Constructor Detail

AuditPackageMapper

public AuditPackageMapper()
Method Detail

setRemark

public void setRemark(String remark,
                      Connection con)
               throws SQLException
Sets a remark in the audit tables.

Parameters:
remark - Remark to be stored in the audit tables.
con - The connection.
Throws:
SQLException


Copyright © 2013 EMBL-EBI. All Rights Reserved.