Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.webpage |
Constructor and Description |
---|
AbstractWebPage(AbstractWebPage other) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<AbstractWebPage> |
WebPageManager.getMatchingWebPageSet(AbstractWebPage webpage,
Member loggedMember,
Workspace ws)
Returns a Set of matching
WebPage with the same url as the given webpage, filtered on workspace, and logged member rights |
java.util.Set<AbstractWebPage> |
WebPageManager.getMatchingWebpageSet(java.lang.String url,
Member loggedMember,
Workspace ws,
boolean filterByAuthor,
boolean checkRights)
Returns a Set of matching
WebPage with the same url as the given url, filtered on workspace, and logged member rights |
Modifier and Type | Method and Description |
---|---|
java.util.Set<AbstractWebPage> |
WebPageManager.getMatchingWebPageSet(AbstractWebPage webpage,
Member loggedMember,
Workspace ws)
Returns a Set of matching
WebPage with the same url as the given webpage, filtered on workspace, and logged member rights |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.