public class CmsUpdateDBUpdateOU extends A_CmsUpdateDBPart
These tables are cms_groups cms_history_principals cms_history_projects cms_projects cms_users
限定符和类型 | 字段和说明 |
---|---|
protected static java.lang.String |
GROUP_OU_COLUMN
Constant for the GROUP_OU column.
|
protected static java.lang.String |
PROJECT_OU_COLUMN
Constant for the PROJECT_OU column.
|
protected static java.lang.String |
QUERY_ADD_OUS_TO_TABLE
Constant for the query that adds the ous to the table.
|
protected static java.lang.String |
QUERY_KEY_ALTER_TABLE
Constant for the alteration of the table.
|
protected static java.lang.String |
REPLACEMENT_COLUMNNAME
Constant for the replacement in the SQL query for the columnname.
|
protected static java.lang.String |
REPLACEMENT_TABLENAME
Constant for the replacement in the SQL query for the tablename.
|
protected static java.lang.String |
TABLE_BACKUP_PROJECTS
Constant for the CMS_BACKUP_PROJECTS table.
|
protected static java.lang.String |
TABLE_CMS_GROUPS
Constant for the CMS_GROUPS table.
|
protected static java.lang.String |
TABLE_CMS_USERS
Constant for the CMS_USERS table.
|
protected static java.lang.String |
TABLE_PROJECTS
Constant for the CMS_PROJECTS table.
|
protected static java.lang.String |
USER_OU_COLUMN
Constant for the USER_OU column.
|
m_poolData, m_queries
构造器和说明 |
---|
CmsUpdateDBUpdateOU()
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
protected boolean |
findOUColumn(CmsSetupDb dbCon,
java.lang.String table,
java.lang.String ouColumn)
Checks if the column USER_OU is found in the resultset.
|
protected void |
internalExecute(CmsSetupDb dbCon)
Does the hard work.
|
protected int |
updateOUs(CmsSetupDb dbCon,
java.lang.String table,
java.lang.String ouColumn)
Updates the database tables with the new OUs if necessary for the given table.
|
execute, getPoolData, getPropertyFileLocation, isKeepHistory, loadQueryProperties, readQuery
protected static final java.lang.String GROUP_OU_COLUMN
protected static final java.lang.String PROJECT_OU_COLUMN
protected static final java.lang.String QUERY_ADD_OUS_TO_TABLE
protected static final java.lang.String QUERY_KEY_ALTER_TABLE
protected static final java.lang.String REPLACEMENT_COLUMNNAME
protected static final java.lang.String REPLACEMENT_TABLENAME
protected static final java.lang.String TABLE_BACKUP_PROJECTS
protected static final java.lang.String TABLE_CMS_GROUPS
protected static final java.lang.String TABLE_CMS_USERS
protected static final java.lang.String TABLE_PROJECTS
protected static final java.lang.String USER_OU_COLUMN
public CmsUpdateDBUpdateOU() throws java.io.IOException
java.io.IOException
- if the sql queries properties file could not be readprotected boolean findOUColumn(CmsSetupDb dbCon, java.lang.String table, java.lang.String ouColumn)
dbCon
- the db connection interfacetable
- the table to checkouColumn
- the type of OU to find (e.g. USER_OU or GROUP_OU)protected void internalExecute(CmsSetupDb dbCon)
A_CmsUpdateDBPart
internalExecute
在类中 A_CmsUpdateDBPart
dbCon
- the db connection interfaceA_CmsUpdateDBPart.internalExecute(org.opencms.setup.CmsSetupDb)
protected int updateOUs(CmsSetupDb dbCon, java.lang.String table, java.lang.String ouColumn)
dbCon
- the db connection interfacetable
- the table to updateouColumn
- the column to insert