Class TreeI18NDAO
- java.lang.Object
-
- org.silverpeas.core.pdc.tree.service.TreeI18NDAO
-
@Repository public class TreeI18NDAO extends Object
Class declaration- Author:
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TreeI18NDAO()
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createTranslation(Connection con, TreeNodeI18N translation, String treeId)
void
deleteNodeTranslations(Connection con, String treeId, String nodeId)
void
deleteTranslation(Connection con, String translationId)
void
deleteTranslation(Connection con, String treeId, String nodeId, String language)
void
deleteTreeTranslations(Connection con, String treeId)
List<TreeNodeI18N>
getTranslations(Connection con, String treeId, String nodeId)
void
updateTranslation(Connection con, String treeId, TreeNodeI18N translation)
void
updateTranslation(Connection con, TreeNodeI18N translation)
-
-
-
Method Detail
-
getTranslations
public List<TreeNodeI18N> getTranslations(Connection con, String treeId, String nodeId) throws SQLException
- Throws:
SQLException
-
createTranslation
public void createTranslation(Connection con, TreeNodeI18N translation, String treeId) throws SQLException
- Throws:
SQLException
-
updateTranslation
public void updateTranslation(Connection con, TreeNodeI18N translation) throws SQLException
- Throws:
SQLException
-
updateTranslation
public void updateTranslation(Connection con, String treeId, TreeNodeI18N translation) throws SQLException
- Throws:
SQLException
-
deleteTranslation
public void deleteTranslation(Connection con, String translationId) throws SQLException
- Throws:
SQLException
-
deleteTranslation
public void deleteTranslation(Connection con, String treeId, String nodeId, String language) throws SQLException
- Throws:
SQLException
-
deleteTreeTranslations
public void deleteTreeTranslations(Connection con, String treeId) throws SQLException
- Throws:
SQLException
-
deleteNodeTranslations
public void deleteNodeTranslations(Connection con, String treeId, String nodeId) throws SQLException
- Throws:
SQLException
-
-