Uses of Interface
com.jalios.jcms.portlet.PortalInterface

Packages that use PortalInterface
com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean. 
com.jalios.jcms.policy   
com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets. 
com.jalios.jcms.workspace Contains classes about workspace features. 
 

Uses of PortalInterface in com.jalios.jcms.context
 

Fields in com.jalios.jcms.context declared as PortalInterface
protected  PortalInterface AbstractJcmsAjaxContext.portal
           
 

Methods in com.jalios.jcms.context that return PortalInterface
 PortalInterface JcmsJspContext.getPortal()
           
 PortalInterface AbstractJcmsAjaxContext.getPortal()
          Returns the stored portal interface for the given request
 

Methods in com.jalios.jcms.context with parameters of type PortalInterface
 void AbstractJcmsAjaxContext.setPortal(PortalInterface portal)
          Set the portal interface for the given request
 

Uses of PortalInterface in com.jalios.jcms.policy
 

Methods in com.jalios.jcms.policy with parameters of type PortalInterface
 boolean PortalPolicyFilter.checkPortal(PortalInterface portal, Publication pub, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, boolean jcmsChoice)
          Hook called by PortalManager to decide if the given portal may be used to display information.
 boolean PolicyManager.checkPortal(PortalInterface portal, Publication pub, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, boolean jcmsChoice)
           
 boolean BasicPortalPolicyFilter.checkPortal(PortalInterface portal, Publication pub, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, boolean jcmsChoice)
           
 

Uses of PortalInterface in com.jalios.jcms.portlet
 

Classes in com.jalios.jcms.portlet that implement PortalInterface
 class Portal
          An abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> Child
 class PortalRedirect
          An abstract Portal representation with fields to implements.
 

Fields in com.jalios.jcms.portlet declared as PortalInterface
 PortalInterface PortalManager.DisplayContextParameters.overrided
           
protected  PortalInterface DisplayContext.portal
           
 

Methods in com.jalios.jcms.portlet that return PortalInterface
static PortalInterface PortalManager.getDefaultPortal()
          Return the default portal according to the property channel.default-portal
 PortalInterface DisplayContext.getPortal()
           
static PortalInterface PortalManager.getPrintPortal()
          Return the print portal according to the property channel.default-printportal
 

Methods in com.jalios.jcms.portlet with parameters of type PortalInterface
static boolean PortalManager.canWorkOnSome(PortalInterface portal, Member loggedMember)
           
static DisplayContext PortalManager.getDisplayContext(String id, PortalInterface overrided, Category[] ctxCategories, Member loggedMember, boolean preview, String queryString)
          This method compute a display context of parameters for display.jsp.
 void DisplayContext.setPortal(PortalInterface portal)
           
 

Constructors in com.jalios.jcms.portlet with parameters of type PortalInterface
PortalManager.DisplayContextParameters(String id, PortalInterface overrided, Category[] ctxCategories, Member loggedMember, boolean preview, String queryString)
           
 

Uses of PortalInterface in com.jalios.jcms.workspace
 

Methods in com.jalios.jcms.workspace with parameters of type PortalInterface
static WorkspaceWizardContext WorkspaceManager.deepDuplicate(Workspace model, Member author, String prefix, String wstitle, String wsemail, List adminList, Collection typeCollec, Category[] categories, Group[] groups, PortalInterface[] portals, Workspace parent, boolean collaborativeSpace)
          Deep duplicate the Workspace model using given configuration for duplication.
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.