Class VerifyGroup

Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.verify.VerifyProcess
com.liferay.portal.verify.VerifyGroup
All Implemented Interfaces:
com.liferay.portal.kernel.dao.db.DBProcess

public class VerifyGroup extends VerifyProcess
Author:
Brian Wing Shun Chan
  • Constructor Details

    • VerifyGroup

      public VerifyGroup()
  • Method Details

    • doVerify

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

      protected void verifyOrganizationNames() 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 typeSettingsUnicodeProperties)
    • 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