throws PortalException, SystemException {
String companyId = getUser().getCompanyId();
if (!hasAdministrator(companyId)) {
throw new PrincipalException();
}
String type = JournalConfig.JOURNAL_CONFIG + "." + portletId;
getJournalConfig(companyId, portletId);