}
// new AggregatedLayoutManager to save layout
AggregatedLayoutManager alm = new AggregatedLayoutManager(user, ALProfile);
// new AggregatedLayout with root node only to get started
AggregatedLayout al = new AggregatedLayout("userLayoutRootNode",alm);
// Give it to the layout manager
alm.setUserLayout(al);
// Initialize the layout store
AggregatedUserLayoutStore als = new AggregatedUserLayoutStore();
// Set the layout manager to use the new store