com.liferay.portal.verify
Class VerifySocial

java.lang.Object
  extended by com.liferay.portal.verify.VerifyProcess
      extended by com.liferay.portal.verify.VerifySocial

public class VerifySocial
extends VerifyProcess

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.verify.VerifyProcess
ALWAYS, NEVER, ONCE
 
Constructor Summary
VerifySocial()
           
 
Method Summary
protected  void deleteDuplicateActivities()
           
protected  void deleteDuplicateRequests()
           
 void verify()
           
protected  void verifySocial()
           
 
Methods inherited from class com.liferay.portal.verify.VerifyProcess
verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifySocial

public VerifySocial()
Method Detail

verify

public void verify()
            throws VerifyException
Specified by:
verify in class VerifyProcess
Throws:
VerifyException

deleteDuplicateActivities

protected void deleteDuplicateActivities()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

deleteDuplicateRequests

protected void deleteDuplicateRequests()
                                throws java.lang.Exception
Throws:
java.lang.Exception

verifySocial

protected void verifySocial()
                     throws java.lang.Exception
Throws:
java.lang.Exception