net.sf.cantina.system
Class ChangeDocumentTransaction

java.lang.Object
  extended bynet.sf.cantina.system.ChangeDocumentTransaction
All Implemented Interfaces:
Transaction

public class ChangeDocumentTransaction
extends java.lang.Object
implements Transaction

Author:
Stephane JAIS

Constructor Summary
ChangeDocumentTransaction(java.lang.String documentId, User user, byte[] content, java.util.Locale locale)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeDocumentTransaction

public ChangeDocumentTransaction(java.lang.String documentId,
                                 User user,
                                 byte[] content,
                                 java.util.Locale locale)
                          throws java.lang.Exception
Method Detail

execute

public void execute()
             throws java.lang.Exception
Specified by:
execute in interface Transaction
Throws:
java.lang.Exception


Copyright © 2004 Cantina. All Rights Reserved.