Uses of Class
org.silverpeas.components.infoletter.model.InfoLetter
-
Packages that use InfoLetter Package Description org.silverpeas.components.infoletter.implementation org.silverpeas.components.infoletter.model -
-
Uses of InfoLetter in org.silverpeas.components.infoletter.implementation
Methods in org.silverpeas.components.infoletter.implementation that return InfoLetter Modifier and Type Method Description InfoLetter
InfoLetterDataManager. createDefaultLetter(String componentId)
InfoLetter
InfoLetterDataManager. getInfoLetter(org.silverpeas.core.WAPrimaryKey letterPK)
Methods in org.silverpeas.components.infoletter.implementation that return types with arguments of type InfoLetter Modifier and Type Method Description List<InfoLetter>
InfoLetterDataManager. getInfoLetters(String instanceId)
Methods in org.silverpeas.components.infoletter.implementation with parameters of type InfoLetter Modifier and Type Method Description void
InfoLetterDataManager. createInfoLetter(InfoLetter il)
Implementation of InfoLetterService interfaceSet<String>
InfoLetterDataManager. sendTemplateByMail(InfoLetter il, String mimeMultipart, Set<String> listEmailDest, String subject, String emailFrom)
void
InfoLetterDataManager. updateInfoLetter(InfoLetter ie)
-
Uses of InfoLetter in org.silverpeas.components.infoletter.model
Methods in org.silverpeas.components.infoletter.model that return InfoLetter Modifier and Type Method Description InfoLetter
InfoLetterService. createDefaultLetter(String componentId)
Create a default Info Letter when instanciatedInfoLetter
InfoLetterService. getInfoLetter(org.silverpeas.core.WAPrimaryKey letterPK)
Retrieve an information letter from his primary keyMethods in org.silverpeas.components.infoletter.model that return types with arguments of type InfoLetter Modifier and Type Method Description List<InfoLetter>
InfoLetterService. getInfoLetters(String applicationId)
Retrieve information lettersMethods in org.silverpeas.components.infoletter.model with parameters of type InfoLetter Modifier and Type Method Description int
InfoLetter. compareTo(InfoLetter obj)
int
InfoLetterPublication. compareTo(InfoLetter obj)
void
InfoLetterService. createInfoLetter(InfoLetter il)
Create information lettervoid
InfoLetterPublication. initFrom(InfoLetter infoLetter)
Initializing the content from the given template.Set<String>
InfoLetterService. sendTemplateByMail(InfoLetter il, String mimeMultipart, Set<String> listEmailDest, String subject, String emailFrom)
Send letter by mailvoid
InfoLetterService. updateInfoLetter(InfoLetter il)
Update information letterConstructors in org.silverpeas.components.infoletter.model with parameters of type InfoLetter Constructor Description InfoLetterTemplateContributionWrapper(InfoLetter letter)
-