org.jasig.portal.tools
Class SimpleLayout2ALIM

java.lang.Object
  extended by org.jasig.portal.tools.SimpleLayout2ALIM

public class SimpleLayout2ALIM
extends java.lang.Object

Converts Simple Layouts to AggregatedLayout / IntegratedMode. A new profile is also created. To use the new layout, an administrator must update the UP_USER_UA_MAP table to map the appropriate media to the new profile

Version:
$Revision: 1.8 $
Author:
Susan Bramhall, susan.bramhall@yale.edu

Nested Class Summary
private  class SimpleLayout2ALIM.UserProfileInfo
           
 
Constructor Summary
SimpleLayout2ALIM()
           
 
Method Summary
 void convertAllLayouts()
           
 void convertLayout(int uid, int simpleProfileId)
           
static void main(java.lang.String[] args)
           
private  void stripNodes(org.w3c.dom.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLayout2ALIM

public SimpleLayout2ALIM()
Method Detail

main

public static void main(java.lang.String[] args)

convertAllLayouts

public void convertAllLayouts()

convertLayout

public void convertLayout(int uid,
                          int simpleProfileId)

stripNodes

private void stripNodes(org.w3c.dom.Node node)