Page page = configService.createPageTemplate(PAGE_TEMPLATE, siteKey.getTypeName(), siteKey.getName());
page.setName(DEFAULT_TAB_NAME);
page.setTitle(DEFAULT_TAB_NAME);
//
PageState pageState = new PageState(page.getTitle(), page.getDescription(), page.isShowMaxWindow(),
page.getFactoryId(), page.getAccessPermissions() != null ? Arrays.asList(page
.getAccessPermissions()) : null, page.getEditPermission());
configService.getPageService().savePage(new PageContext(page.getPageKey(), pageState));
//