*/
public IUserLayout getUserLayout() throws PortalException
{
// Copied from SimpleLayoutManager since our layouts are regular
// simple layouts, ie Documents.
return new SimpleLayout(this.getDistributedUserLayout(), String.valueOf(profile.getLayoutId()), this.cacheKey);
}