where liferay site will store in which table details will fetch?
问题 if we create site,organisation where it will store.i mean in which default table it will store.`Programmatically create organization site from site template Create organization site Organization organization = OrganizationLocalServiceUtil.addOrganization(creatorUserId, 0, name, createSite); Fetch site templates List<LayoutSetPrototype> layoutSetPrototypes = LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypes(organization.getCompanyId()); LayoutSetPrototype customSiteTemplate = null; //