Uses of Class
org.silverpeas.components.infoletter.model.InfoLetterPublication
-
Packages that use InfoLetterPublication Package Description org.silverpeas.components.infoletter.control org.silverpeas.components.infoletter.implementation org.silverpeas.components.infoletter.model -
-
Uses of InfoLetterPublication in org.silverpeas.components.infoletter.control
Methods in org.silverpeas.components.infoletter.control that return types with arguments of type InfoLetterPublication Modifier and Type Method Description List<InfoLetterPublication>
InfoLetterSessionController. getInfoLetterPublications()
Methods in org.silverpeas.components.infoletter.control with parameters of type InfoLetterPublication Modifier and Type Method Description org.silverpeas.core.contribution.content.ddwe.DragAndDropWbeFile
InfoLetterSessionController. getFileForEditionOf(InfoLetterPublication ilp)
org.silverpeas.core.contribution.content.ddwe.DragAndDropWbeFile
InfoLetterSessionController. resetWithTemplateFor(InfoLetterPublication ilp)
-
Uses of InfoLetterPublication in org.silverpeas.components.infoletter.implementation
Methods in org.silverpeas.components.infoletter.implementation that return types with arguments of type InfoLetterPublication Modifier and Type Method Description List<InfoLetterPublication>
InfoLetterDataManager. getInfoLetterPublications(org.silverpeas.core.WAPrimaryKey letterPK)
-
Uses of InfoLetterPublication in org.silverpeas.components.infoletter.model
Subclasses of InfoLetterPublication in org.silverpeas.components.infoletter.model Modifier and Type Class Description class
InfoLetterPublicationPdC
Methods in org.silverpeas.components.infoletter.model that return types with arguments of type InfoLetterPublication Modifier and Type Method Description List<InfoLetterPublication>
InfoLetterService. getInfoLetterPublications(org.silverpeas.core.WAPrimaryKey letterPK)
Retrieve information letter publicationsConstructors in org.silverpeas.components.infoletter.model with parameters of type InfoLetterPublication Constructor Description InfoLetterPublicationPdC(InfoLetterPublication ilp)
Constructor from InfoLetterPublication
-