Uses of Class
org.silverpeas.core.pdc.pdc.model.AxisHeaderI18N
-
Packages that use AxisHeaderI18N Package Description org.silverpeas.core.pdc.pdc.model org.silverpeas.core.pdc.pdc.service org.silverpeas.core.pdc.tree.model -
-
Uses of AxisHeaderI18N in org.silverpeas.core.pdc.pdc.model
Methods in org.silverpeas.core.pdc.pdc.model that return types with arguments of type AxisHeaderI18N Modifier and Type Method Description protected Class<AxisHeaderI18N>
AxisHeader. getTranslationType()
Constructors in org.silverpeas.core.pdc.pdc.model with parameters of type AxisHeaderI18N Constructor Description AxisHeaderI18N(AxisHeaderI18N translation)
-
Uses of AxisHeaderI18N in org.silverpeas.core.pdc.pdc.service
Methods in org.silverpeas.core.pdc.pdc.service that return types with arguments of type AxisHeaderI18N Modifier and Type Method Description List<AxisHeaderI18N>
AxisHeaderI18NDAO. getTranslations(Connection con, String axisId)
Methods in org.silverpeas.core.pdc.pdc.service with parameters of type AxisHeaderI18N Modifier and Type Method Description void
AxisHeaderI18NDAO. createTranslation(Connection con, AxisHeaderI18N translation)
void
AxisHeaderI18NDAO. updateTranslation(Connection con, AxisHeaderI18N translation)
-
Uses of AxisHeaderI18N in org.silverpeas.core.pdc.tree.model
Method parameters in org.silverpeas.core.pdc.tree.model with type arguments of type AxisHeaderI18N Modifier and Type Method Description void
TreeNode. setTranslationsFrom(Map<String,AxisHeaderI18N> translations)
Constructors in org.silverpeas.core.pdc.tree.model with parameters of type AxisHeaderI18N Constructor Description TreeNodeI18N(AxisHeaderI18N otherTranslation)
Constructs aTreeNodeI18N
representation of the specifiedAxisHeaderI18N
instance.
-