Added getBaseLayout method for Organizations

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/custom-portal-handler@96393 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-06-03 13:05:06 +00:00
parent de284a421c
commit 91fab6df3d
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public class OrganizationManagerImpl extends OrganizationsUtil implements Organi
* @throws SystemException .
* @throws PortalException .
*/
public GCUBESiteLayout getBaseLayout(String voName, OrganizationManagerImpl orgManager, boolean isVO, String username) throws PortalException, SystemException {
public static GCUBESiteLayout getBaseLayout(String voName, OrganizationManagerImpl orgManager, boolean isVO, String username) throws PortalException, SystemException {
GCUBESiteLayout siteLayout = null;
String email = validateUser(username).getEmailAddress();
siteLayout = new GCUBESiteLayout(OrganizationManagerImpl.getCompany(), voName, email);