Package com.agiletec.plugins.jpcontentfeedback.aps.system.services.contentfeedback.comment.model

Examples of com.agiletec.plugins.jpcontentfeedback.aps.system.services.contentfeedback.comment.model.ICommentSearchBean


public class ContentFeedbackAction extends AbstractContentFeedbackAction implements IContentFeedbackAction{

  @Override
  public String search() {
    try {
      ICommentSearchBean searchBean = this.prepareSearchBean();
      this.setSearchBean(searchBean);
    } catch (Throwable t) {
      ApsSystemUtils.logThrowable(t, this, "search");
      return FAILURE;
    }
View Full Code Here

TOP

Related Classes of com.agiletec.plugins.jpcontentfeedback.aps.system.services.contentfeedback.comment.model.ICommentSearchBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.