Class LongText
- java.lang.Object
-
- org.silverpeas.core.persistence.jdbc.LongText
-
public class LongText extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
addLongText(String theText)
static String
getLongText(int longTextId)
static Map<Integer,String>
listLongTexts(Collection<Integer> longTextIds)
Lists long texts which are indexed by their ids.static void
removeLongText(int longTextId)
-
-
-
Method Detail
-
addLongText
public static int addLongText(String theText) throws SQLException
- Throws:
SQLException
-
getLongText
public static String getLongText(int longTextId)
-
listLongTexts
public static Map<Integer,String> listLongTexts(Collection<Integer> longTextIds)
Lists long texts which are indexed by their ids.- Parameters:
longTextIds
- the long text ids.- Returns:
- the long texts indexed by their ids.
-
removeLongText
public static void removeLongText(int longTextId)
-
-