uPortal 2.4.1
API Documentation

org.jasig.portal.tools
Class SimpleLayout2ALIM

java.lang.Object
  extended byorg.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.3 $
Author:
Susan Bramhall, susan.bramhall@yale.edu

Constructor Summary
SimpleLayout2ALIM()
           
 
Method Summary
 void convertAllLayouts()
           
 void convertLayout(int uid, int simpleProfileId)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, 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)

uPortal 2.4.1
API Documentation