org.exoplatform.faq.service
Interface AnswerEventLifeCycle

All Known Implementing Classes:
AnswerEventListener

public interface AnswerEventLifeCycle

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jul 26, 2010


Method Summary
 void saveAnswer(String questionId, Answer[] answers, boolean isNew)
           
 void saveAnswer(String questionId, Answer answer, boolean isNew)
           
 void saveComment(String questionId, Comment comment, boolean isNew)
           
 void saveQuestion(Question question, boolean isNew)
           
 

Method Detail

saveQuestion

void saveQuestion(Question question,
                  boolean isNew)

saveAnswer

void saveAnswer(String questionId,
                Answer answer,
                boolean isNew)

saveAnswer

void saveAnswer(String questionId,
                Answer[] answers,
                boolean isNew)

saveComment

void saveComment(String questionId,
                 Comment comment,
                 boolean isNew)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.