| java.lang.Object org.jasig.portal.tools.ConvertProfilesToAL
ConvertProfilesToAL | public class ConvertProfilesToAL (Code) | | ConvertProfilesToAL prepares and upgraded 2.1 database to work with
Aggregated Layouts and Integrated Modes. In order to do this, it
converts the existing template user profiles to use the AL/IM structure and
theme, and deletes profiles for non-template users. This results in the
resetting of layouts for normal users.
author: Al Wold (alwold@asu.edu) version: $Revision: 35755 $ |
convertProfiles | public static void convertProfiles(int id, int simpleSsId, int alSsId, int imSsId) throws Exception(Code) | | |
createTemplateProfiles | public static void createTemplateProfiles(int lastTemplateUser) throws PortalException(Code) | | |
deleteUserProfiles | public static void deleteUserProfiles(boolean deleteLayouts, int lastTemplateUser) throws Exception(Code) | | |
|
|