Liferay 7.0-ga1 portal-impl

com.liferay.portal.verify
Class VerifyRole

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.BaseDBProcess
      extended by com.liferay.portal.verify.VerifyProcess
          extended by com.liferay.portal.verify.VerifyRole
All Implemented Interfaces:
com.liferay.portal.kernel.dao.db.DBProcess

public class VerifyRole
extends VerifyProcess


Field Summary
 
Fields inherited from class com.liferay.portal.verify.VerifyProcess
ALWAYS, NEVER, ONCE
 
Fields inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess
connection
 
Constructor Summary
VerifyRole()
           
 
Method Summary
protected  void addViewSiteAdministrationPermission(com.liferay.portal.kernel.model.Role role)
           
protected  void deleteImplicitAssociations(com.liferay.portal.kernel.model.Role role)
           
protected  void doVerify()
           
protected  void verifyRoles(long companyId)
           
 
Methods inherited from class com.liferay.portal.verify.VerifyProcess
doVerify, getBuildNumber, getPortalTableNames, isForceConcurrent, isPortalTableName, verify, verify
 
Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess
doHasTable, hasColumn, hasRows, hasRows, hasTable, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyRole

public VerifyRole()
Method Detail

addViewSiteAdministrationPermission

protected void addViewSiteAdministrationPermission(com.liferay.portal.kernel.model.Role role)
                                            throws Exception
Throws:
Exception

deleteImplicitAssociations

protected void deleteImplicitAssociations(com.liferay.portal.kernel.model.Role role)
                                   throws Exception
Throws:
Exception

doVerify

protected void doVerify()
                 throws Exception
Overrides:
doVerify in class VerifyProcess
Throws:
Exception

verifyRoles

protected void verifyRoles(long companyId)
                    throws Exception
Throws:
Exception

Liferay 7.0-ga1 portal-impl