com.stratelia.silverpeas.pdc.control
Class AxisHeaderI18NDAO
java.lang.Object
com.stratelia.silverpeas.pdc.control.AxisHeaderI18NDAO
public class AxisHeaderI18NDAO
- extends Object
Class declaration
- Author:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisHeaderI18NDAO
public AxisHeaderI18NDAO()
- Constructor declaration
- See Also:
getTranslations
public List<AxisHeaderI18N> getTranslations(Connection con,
int axisId)
throws PersistenceException,
SQLException
- Throws:
PersistenceException
SQLException
createTranslation
public void createTranslation(Connection con,
AxisHeaderI18N translation)
throws SQLException,
UtilException
- Throws:
SQLException
UtilException
updateTranslation
public void updateTranslation(Connection con,
AxisHeaderI18N translation)
throws SQLException,
UtilException
- Throws:
SQLException
UtilException
deleteTranslation
public void deleteTranslation(Connection con,
int translationId)
throws SQLException,
UtilException
- Throws:
SQLException
UtilException
deleteTranslations
public void deleteTranslations(Connection con,
int axisId)
throws SQLException,
UtilException
- Throws:
SQLException
UtilException
Copyright © 2016 Silverpeas. All Rights Reserved.