Uses of Class
org.silverpeas.components.infoletter.model.InfoLetterPublication
-
Packages that use InfoLetterPublication Package Description org.silverpeas.components.infoletter.implementation org.silverpeas.components.infoletter.model -
-
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
-