Liferay 7.0-ce-b4

com.liferay.portal.verify
Class VerifyResourcePermissions

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.VerifyResourcePermissions
All Implemented Interfaces:
DBProcess

public class VerifyResourcePermissions
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
VerifyResourcePermissions()
           
 
Method Summary
protected  void doVerify()
           
 void verify(VerifiableResourcedModel... verifiableResourcedModels)
           
protected  void verifyLayout(Role role)
           
protected  void verifyResourcedModel(long companyId, String modelName, long primKey, Role role, long ownerId, int cur, int total)
           
protected  void verifyResourcedModel(Role role, VerifiableResourcedModel verifiableResourcedModel)
           
 
Methods inherited from class com.liferay.portal.verify.VerifyProcess
doVerify, getBuildNumber, getPortalTableNames, isPortalTableName, verify, verify
 
Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess
doHasTable, hasColumn, 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

VerifyResourcePermissions

public VerifyResourcePermissions()
Method Detail

verify

public void verify(VerifiableResourcedModel... verifiableResourcedModels)
            throws Exception
Throws:
Exception

doVerify

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

verifyLayout

protected void verifyLayout(Role role)
                     throws Exception
Throws:
Exception

verifyResourcedModel

protected void verifyResourcedModel(long companyId,
                                    String modelName,
                                    long primKey,
                                    Role role,
                                    long ownerId,
                                    int cur,
                                    int total)
                             throws Exception
Throws:
Exception

verifyResourcedModel

protected void verifyResourcedModel(Role role,
                                    VerifiableResourcedModel verifiableResourcedModel)
                             throws Exception
Throws:
Exception

Liferay 7.0-ce-b4