1 /***************************************************************************2 * Copyright 2001-2003 The eXo Platform SARL All rights reserved. *3 * Please look at license.txt in info directory for more license detail. *4 **************************************************************************/5 package org.exoplatform.services.portal;6 /**7 * Created by The eXo Platform SARL .8 * Author : Tuan Nguyen9 * tuan08@users.sourceforge.net10 * Date: Jun 14, 200311 * Time: 1:12:22 PM12 */13 public interface PortalConfigDescription {14 public String getOwner() ;15 public String getViewPermission() ;16 public String getEditPermission() ;17 }18