arta.synergy.ejb.pm.repository
Class RepositoryUtil

java.lang.Object
  extended by arta.synergy.ejb.pm.repository.RepositoryUtil

public class RepositoryUtil
extends java.lang.Object

Created by IntelliJ IDEA. User: topa Date: 15.05.2011 Time: 16:50:59 To change this template use File | Settings | File Templates.


Constructor Summary
RepositoryUtil()
           
 
Method Summary
static boolean deleteElement(java.lang.String elementID, int elementType, java.lang.String actorID, java.lang.String locale, ServerResult result, java.lang.String host, java.sql.Statement st, java.sql.ResultSet res)
           
static RepositoryItem getParent(java.lang.String elementID, int elementType, java.lang.String userID, java.lang.String locale, java.sql.Statement st, java.sql.ResultSet res)
           
static boolean isParentValid(java.lang.String itemID, java.lang.String parentID, java.sql.Statement st, java.sql.ResultSet res)
           
static void recountRepBranch(java.lang.String elementID, int elementType)
           
static void recountRepBranch(java.lang.String elementID, int elementType, 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

RepositoryUtil

public RepositoryUtil()
Method Detail

deleteElement

public static boolean deleteElement(java.lang.String elementID,
                                    int elementType,
                                    java.lang.String actorID,
                                    java.lang.String locale,
                                    ServerResult result,
                                    java.lang.String host,
                                    java.sql.Statement st,
                                    java.sql.ResultSet res)
                             throws java.lang.Exception
Throws:
java.lang.Exception

recountRepBranch

public static void recountRepBranch(java.lang.String elementID,
                                    int elementType)
                             throws java.lang.Exception
Throws:
java.lang.Exception

recountRepBranch

public static void recountRepBranch(java.lang.String elementID,
                                    int elementType,
                                    java.sql.Statement st,
                                    java.sql.ResultSet res)
                             throws java.lang.Exception
Throws:
java.lang.Exception

isParentValid

public static boolean isParentValid(java.lang.String itemID,
                                    java.lang.String parentID,
                                    java.sql.Statement st,
                                    java.sql.ResultSet res)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getParent

public static RepositoryItem getParent(java.lang.String elementID,
                                       int elementType,
                                       java.lang.String userID,
                                       java.lang.String locale,
                                       java.sql.Statement st,
                                       java.sql.ResultSet res)
                                throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2000 Dummy Corp. All Rights Reserved.