com.liferay.portlet.blogs.util
Class TrackbackVerifierUtil
java.lang.Object
com.liferay.portlet.blogs.util.TrackbackVerifierUtil
public class TrackbackVerifierUtil
- extends java.lang.Object
View Source
- Author:
- Alexander Chow
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 |
TrackbackVerifierUtil
public TrackbackVerifierUtil()
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