com.stratelia.silverpeas.util
Class LongText

java.lang.Object
  extended by com.stratelia.silverpeas.util.LongText

public class LongText
extends Object


Field Summary
static int PART_SIZE_MAX
           
 
Constructor Summary
LongText()
           
 
Method Summary
static int addLongText(String theText)
           
protected static void closeConnection(Connection con)
           
static String getLongText(int longTextId)
           
protected static Connection openConnection()
           
static void removeLongText(int longTextId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PART_SIZE_MAX

public static final int PART_SIZE_MAX
See Also:
Constant Field Values
Constructor Detail

LongText

public LongText()
Method Detail

addLongText

public static int addLongText(String theText)
                       throws UtilException
Throws:
UtilException

getLongText

public static String getLongText(int longTextId)
                          throws UtilException
Throws:
UtilException

removeLongText

public static void removeLongText(int longTextId)
                           throws UtilException
Throws:
UtilException

openConnection

protected static Connection openConnection()
                                    throws UtilException
Throws:
UtilException

closeConnection

protected static void closeConnection(Connection con)


Copyright © 2016 Silverpeas. All Rights Reserved.