com.wm.app.tn.db
Class BDTypeOperations

java.lang.Object
  extended by com.wm.app.tn.db.BDTypeOperations

public class BDTypeOperations
extends java.lang.Object


Constructor Summary
BDTypeOperations()
           
 
Method Summary
static boolean isEDIDocumentClass(java.lang.String className)
           
static com.wm.data.IData query(BDTypeQuery query, int pageSize, int maxR, int qryT, int threshold, java.lang.String queryId)
           
static java.lang.String[] queryTypes(java.lang.String docTypeName, boolean includeDeleted)
           
static java.lang.String[] queryTypesWithDLS(java.lang.String docTypeName, boolean includeDeleted)
           
static com.wm.util.tspace.Reservation retrieveContentPartFromDB(java.lang.String internalId, java.lang.String partName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BDTypeOperations

public BDTypeOperations()
Method Detail

queryTypesWithDLS

public static java.lang.String[] queryTypesWithDLS(java.lang.String docTypeName,
                                                   boolean includeDeleted)
                                            throws java.sql.SQLException
Throws:
java.sql.SQLException

queryTypes

public static java.lang.String[] queryTypes(java.lang.String docTypeName,
                                            boolean includeDeleted)
                                     throws java.sql.SQLException
Throws:
java.sql.SQLException

query

public static com.wm.data.IData query(BDTypeQuery query,
                                      int pageSize,
                                      int maxR,
                                      int qryT,
                                      int threshold,
                                      java.lang.String queryId)
                               throws java.sql.SQLException,
                                      java.io.IOException,
                                      com.wm.app.repo.RepositoryException,
                                      com.wm.app.b2b.server.ServiceException
Throws:
java.sql.SQLException
java.io.IOException
com.wm.app.repo.RepositoryException
com.wm.app.b2b.server.ServiceException

isEDIDocumentClass

public static boolean isEDIDocumentClass(java.lang.String className)

retrieveContentPartFromDB

public static com.wm.util.tspace.Reservation retrieveContentPartFromDB(java.lang.String internalId,
                                                                       java.lang.String partName)
                                                                throws java.lang.Exception
Throws:
java.lang.Exception