Uses of Class
org.silverpeas.components.infoletter.model.InfoLetter
Packages that use InfoLetter
Package
Description
-
Uses of InfoLetter in org.silverpeas.components.infoletter.implementation
Methods in org.silverpeas.components.infoletter.implementation that return InfoLetterModifier and TypeMethodDescriptionInfoLetterDataManager.createDefaultLetter(String componentId) InfoLetterDataManager.getInfoLetter(org.silverpeas.core.contribution.model.ContributionIdentifier id) Methods in org.silverpeas.components.infoletter.implementation that return types with arguments of type InfoLetterMethods in org.silverpeas.components.infoletter.implementation with parameters of type InfoLetterModifier and TypeMethodDescriptionvoidInfoLetterDataManager.createInfoLetter(InfoLetter il) Implementation of InfoLetterService interfacevoidInfoLetterDataManager.updateInfoLetter(InfoLetter ie) -
Uses of InfoLetter in org.silverpeas.components.infoletter.model
Methods in org.silverpeas.components.infoletter.model that return InfoLetterModifier and TypeMethodDescriptionInfoLetterService.createDefaultLetter(String componentId) Create a default Info Letter when instantiatedInfoLetterService.getInfoLetter(org.silverpeas.core.contribution.model.ContributionIdentifier id) Retrieve an information letter from his primary keyMethods in org.silverpeas.components.infoletter.model that return types with arguments of type InfoLetterModifier and TypeMethodDescriptionInfoLetterService.getInfoLetters(String applicationId) Retrieve information lettersMethods in org.silverpeas.components.infoletter.model with parameters of type InfoLetterModifier and TypeMethodDescriptionintInfoLetter.compareTo(InfoLetter obj) intInfoLetterPublication.compareTo(InfoLetter obj) voidInfoLetterService.createInfoLetter(InfoLetter il) Create information lettervoidInfoLetterPublication.initFrom(InfoLetter infoLetter) Initializing the content from the given template.voidInfoLetterService.updateInfoLetter(InfoLetter il) Update information letterConstructors in org.silverpeas.components.infoletter.model with parameters of type InfoLetter