this.userProfile = userProfile;
layout = new AggregatedLayout ( String.valueOf(getLayoutId()), this );
restrictionManager = (IALRestrictionManager) RestrictionManagerFactory.getRestrictionManager(layout);
autoCommit = false;
if ( guid == null )
guid = new GuidGenerator();
updateCacheKey();
}