Liferay 7.0-ga1 portal-impl

com.liferay.portal.verify
Class VerifyGroup

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.VerifyGroup
All Implemented Interfaces:
com.liferay.portal.kernel.dao.db.DBProcess

public class VerifyGroup
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
VerifyGroup()
           
 
Method Summary
protected  void doVerify()
           
protected  String getRobots(com.liferay.portal.kernel.model.LayoutSet layoutSet)
           
protected  void verifyCompanyGroups()
           
protected  void verifyNullFriendlyURLGroups()
           
protected  void verifyOrganizationNames()
           
protected  void verifyRobots()
           
protected  void verifySites()
           
protected  void verifyStagedGroups()
           
protected  void verifyStagingGroupOrganizationMembership(com.liferay.portal.kernel.model.Group stagingGroup)
           
protected  void verifyStagingGroupRoleMembership(com.liferay.portal.kernel.model.Group stagingGroup)
           
protected  void verifyStagingGroupUserGroupMembership(com.liferay.portal.kernel.model.Group stagingGroup)
           
protected  void verifyStagingGroupUserMembership(com.liferay.portal.kernel.model.Group stagingGroup)
           
protected  void verifyStagingTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
           
protected  void verifyStagingUserGroupGroupRolesAssignments(com.liferay.portal.kernel.model.Group stagingGroup)
           
protected  void verifyStagingUserGroupRolesAssignments(com.liferay.portal.kernel.model.Group stagingGroup)
           
protected  void verifyTree()
           
 
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

VerifyGroup

public VerifyGroup()
Method Detail

doVerify

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

getRobots

protected String getRobots(com.liferay.portal.kernel.model.LayoutSet layoutSet)

verifyCompanyGroups

protected void verifyCompanyGroups()
                            throws Exception
Throws:
Exception

verifyNullFriendlyURLGroups

protected void verifyNullFriendlyURLGroups()
                                    throws Exception
Throws:
Exception

verifyOrganizationNames

protected void verifyOrganizationNames()
                                throws Exception
Throws:
Exception

verifyRobots

protected void verifyRobots()
                     throws Exception
Throws:
Exception

verifySites

protected void verifySites()
                    throws Exception
Throws:
Exception

verifyStagedGroups

protected void verifyStagedGroups()
                           throws Exception
Throws:
Exception

verifyStagingGroupOrganizationMembership

protected void verifyStagingGroupOrganizationMembership(com.liferay.portal.kernel.model.Group stagingGroup)
                                                 throws Exception
Throws:
Exception

verifyStagingGroupRoleMembership

protected void verifyStagingGroupRoleMembership(com.liferay.portal.kernel.model.Group stagingGroup)

verifyStagingGroupUserGroupMembership

protected void verifyStagingGroupUserGroupMembership(com.liferay.portal.kernel.model.Group stagingGroup)

verifyStagingGroupUserMembership

protected void verifyStagingGroupUserMembership(com.liferay.portal.kernel.model.Group stagingGroup)

verifyStagingTypeSettingsProperties

protected void verifyStagingTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)

verifyStagingUserGroupGroupRolesAssignments

protected void verifyStagingUserGroupGroupRolesAssignments(com.liferay.portal.kernel.model.Group stagingGroup)

verifyStagingUserGroupRolesAssignments

protected void verifyStagingUserGroupRolesAssignments(com.liferay.portal.kernel.model.Group stagingGroup)

verifyTree

protected void verifyTree()
                   throws Exception
Throws:
Exception

Liferay 7.0-ga1 portal-impl