arta.synergy.ejb.mbo.documents
Class LotusStore

java.lang.Object
  extended by arta.synergy.ejb.mbo.documents.LotusStore

public class LotusStore
extends java.lang.Object

Created by IntelliJ IDEA. User: topa Date: 02.03.2010 Time: 11:24:34 To change this template use File | Settings | File Templates.


Constructor Summary
LotusStore()
           
 
Method Summary
static void createLink(DocumentLink newLink, java.lang.String objectID, int objectTypeID, ServerResult<arta.synergy.common.docs.SDocumentLink> result, java.lang.String locale, java.util.HashMap<java.lang.String,java.lang.String> params)
           
static java.util.ArrayList<arta.synergy.common.docs.SLotusDatabase> getAvailBases()
           
static java.util.ArrayList<arta.synergy.common.docs.SDocumentInfo> getDocuments(arta.synergy.common.docs.SLotusSearchParams params)
           
static void removeLink(java.lang.String linkID, java.lang.String userID, java.lang.String locale, ServerResult result, java.sql.Statement st, java.sql.ResultSet res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LotusStore

public LotusStore()
Method Detail

getAvailBases

public static java.util.ArrayList<arta.synergy.common.docs.SLotusDatabase> getAvailBases()

getDocuments

public static java.util.ArrayList<arta.synergy.common.docs.SDocumentInfo> getDocuments(arta.synergy.common.docs.SLotusSearchParams params)

createLink

public static void createLink(DocumentLink newLink,
                              java.lang.String objectID,
                              int objectTypeID,
                              ServerResult<arta.synergy.common.docs.SDocumentLink> result,
                              java.lang.String locale,
                              java.util.HashMap<java.lang.String,java.lang.String> params)

removeLink

public static void removeLink(java.lang.String linkID,
                              java.lang.String userID,
                              java.lang.String locale,
                              ServerResult result,
                              java.sql.Statement st,
                              java.sql.ResultSet res)
                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2000 Dummy Corp. All Rights Reserved.