com.liferay.portlet.blogs.util
Class TrackbackVerifierUtil

java.lang.Object
  extended by com.liferay.portlet.blogs.util.TrackbackVerifierUtil

public class TrackbackVerifierUtil
extends java.lang.Object

View Source

Author:
Alexander Chow

Constructor Summary
TrackbackVerifierUtil()
           
 
Method Summary
static void addNewPost(long messageId, java.lang.String url, java.lang.String entryUrl)
           
static void verifyNewPosts()
           
static void verifyPost(com.liferay.portlet.blogs.model.BlogsEntry entry, com.liferay.portlet.messageboards.model.MBMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackbackVerifierUtil

public TrackbackVerifierUtil()
Method Detail

addNewPost

public static void addNewPost(long messageId,
                              java.lang.String url,
                              java.lang.String entryUrl)

verifyNewPosts

public static void verifyNewPosts()

verifyPost

public static void verifyPost(com.liferay.portlet.blogs.model.BlogsEntry entry,
                              com.liferay.portlet.messageboards.model.MBMessage message)
                       throws java.lang.Exception
Throws:
java.lang.Exception