Uses of Class
org.silverpeas.components.suggestionbox.model.Suggestion
Packages that use Suggestion
Package
Description
-
Uses of Suggestion in org.silverpeas.components.suggestionbox.model
Fields in org.silverpeas.components.suggestionbox.model declared as SuggestionMethods in org.silverpeas.components.suggestionbox.model that return SuggestionModifier and TypeMethodDescriptionGets the suggestion with the specified identifier from the suggestions of the suggestion box.static SuggestionGets the suggestion with the specified unique identifier.SuggestionCollection.publish(Suggestion suggestion) Publishes from the specified suggestion box the specified suggestion.Sets the identifier of this suggestion.SuggestionCollection.validate(Suggestion suggestion, org.silverpeas.core.contribution.model.ContributionValidation validation) Validates the specified suggestion in the current suggestion box with the specified validation information.Methods in org.silverpeas.components.suggestionbox.model that return types with arguments of type SuggestionModifier and TypeMethodDescriptionSuggestionCollection.findAllProposedBy(org.silverpeas.core.admin.user.model.User author) Finds the list of all the suggestions that are proposed by the specified user.SuggestionCollection.findInDraftFor(org.silverpeas.core.admin.user.model.User user) Finds the list of suggestions that are in draft and which the creator is those specified.SuggestionCollection.findInStatus(org.silverpeas.core.contribution.ContributionStatus... statuses) Finds the list of suggestions that are in the specified statuses.SuggestionCollection.findOutOfDraftFor(org.silverpeas.core.admin.user.model.User user) Finds the list of suggestions that are out of draft and which the creator is those specified.SuggestionCollection.findPendingValidation()Finds the list of suggestions that are pending validation.SuggestionCollection.findPublished()Finds the list of suggestions that are published (validated status).SuggestionCollection.findPublishedFor(org.silverpeas.core.admin.user.model.User user) Finds the list of suggestions that are published and which the creator is those specified.DefaultSuggestionBoxService.getContributionById(org.silverpeas.core.contribution.model.ContributionIdentifier contributionId) SuggestionBoxService.getContributionById(org.silverpeas.core.contribution.model.ContributionIdentifier contributionId) SuggestionCollection.iterator()protected List<Suggestion>SuggestionBox.persistedSuggestions()Gets the actual persisted suggestions in this suggestion box.Methods in org.silverpeas.components.suggestionbox.model with parameters of type SuggestionModifier and TypeMethodDescriptionbooleanSuggestionCollection.add(Suggestion suggestion) voidSuggestionCollection.add(Suggestion suggestion, Collection<org.silverpeas.core.io.upload.UploadedFile> uploadedFiles) Adds the specified suggestion among the other suggestions of the suggestion box.SuggestionCollection.publish(Suggestion suggestion) Publishes from the specified suggestion box the specified suggestion.SuggestionCollection.validate(Suggestion suggestion, org.silverpeas.core.contribution.model.ContributionValidation validation) Validates the specified suggestion in the current suggestion box with the specified validation information.Method parameters in org.silverpeas.components.suggestionbox.model with type arguments of type SuggestionModifier and TypeMethodDescriptionbooleanSuggestionCollection.addAll(Collection<? extends Suggestion> suggestions) -
Uses of Suggestion in org.silverpeas.components.suggestionbox.notification
Methods in org.silverpeas.components.suggestionbox.notification with parameters of type SuggestionModifier and TypeMethodDescriptionprotected voidSuggestionBoxSubscriptionUserNotification.perform(Suggestion resource) protected voidSuggestionNotifyManuallyUserNotification.perform(Suggestion resource) protected voidSuggestionPendingValidationUserNotification.perform(Suggestion resource) protected voidSuggestionValidationUserNotification.perform(Suggestion resource) protected voidAbstractSuggestionUserNotification.performNotificationResource(String language, Suggestion resource, org.silverpeas.core.notification.user.model.NotificationResourceData notificationResourceData) protected voidAbstractSuggestionUserNotification.performTemplateData(String language, Suggestion resource, org.silverpeas.core.template.SilverpeasTemplate template) protected voidSuggestionValidationUserNotification.performTemplateData(String language, Suggestion resource, org.silverpeas.core.template.SilverpeasTemplate template) Constructors in org.silverpeas.components.suggestionbox.notification with parameters of type SuggestionModifierConstructorDescriptionprotectedAbstractSuggestionUserNotification(Suggestion resource, org.silverpeas.core.notification.user.client.constant.NotifAction action) SuggestionNotifyManuallyUserNotification(Suggestion resource, org.silverpeas.core.admin.user.model.User sender) -
Uses of Suggestion in org.silverpeas.components.suggestionbox.repository
Methods in org.silverpeas.components.suggestionbox.repository that return SuggestionMethods in org.silverpeas.components.suggestionbox.repository that return types with arguments of type SuggestionModifier and TypeMethodDescriptionSuggestionRepository.findByCriteria(SuggestionCriteria criteria) Finds suggestions according to the given suggestion criteria.org.silverpeas.core.util.SilverpeasList<Suggestion>SuggestionRepository.findByCriteria(org.silverpeas.core.persistence.datasource.repository.QueryCriteria criteria) org.silverpeas.core.util.SilverpeasList<Suggestion>SuggestionRepository.getAll()org.silverpeas.core.util.SilverpeasList<Suggestion>SuggestionRepository.getById(Collection<String> ids) org.silverpeas.core.util.SilverpeasList<Suggestion>SuggestionRepository.save(List<Suggestion> suggestions) org.silverpeas.core.util.SilverpeasList<Suggestion>SuggestionRepository.save(Suggestion... suggestions) Methods in org.silverpeas.components.suggestionbox.repository with parameters of type SuggestionModifier and TypeMethodDescriptionbooleanSuggestionRepository.contains(Suggestion entity) voidSuggestionRepository.delete(Suggestion... suggestions) voidSuggestionRepository.index(Suggestion suggestion) Indexes the specified suggestion.SuggestionRepository.save(Suggestion suggestion) org.silverpeas.core.util.SilverpeasList<Suggestion>SuggestionRepository.save(Suggestion... suggestions) Method parameters in org.silverpeas.components.suggestionbox.repository with type arguments of type SuggestionModifier and TypeMethodDescriptionvoidSuggestionRepository.delete(List<Suggestion> suggestions) org.silverpeas.core.util.SilverpeasList<Suggestion>SuggestionRepository.save(List<Suggestion> suggestions)