Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.ajax | |
com.jalios.jcms.caddy |
Provides classes to manage and process operation on Caddy items in JCMS.
|
com.jalios.jcms.context |
Provides context classes available in every request, you can extends them or use them as javabean.
|
com.jalios.jcms.dbmember | |
com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
com.jalios.jcms.mail.listener.criteria | |
com.jalios.jcms.mashup |
Contains classes used for data Import/Export.
|
com.jalios.jcms.media |
Contains all the classes to provide the Media Browser.
|
com.jalios.jcms.policy | |
com.jalios.jcms.portlet |
Contains core Portlets parent of all generated portlets.
|
com.jalios.jcms.portlet.navigate | |
com.jalios.jcms.search |
Provides internal search engines classes of JCMS.
|
com.jalios.jcms.taglib |
Provides many of the classes used for JCMS jsp tags.
|
com.jalios.jcms.taglib.settings | |
com.jalios.jcms.taglib.settings.impl | |
com.jalios.jcms.upload | |
com.jalios.jcms.webdav.cat |
Contains classes which provides webdav access to Categorie of JCMS.
|
com.jalios.jcms.webpage | |
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
Modifier and Type | Class and Description |
---|---|
static class |
Category.DeepOrderComparator<T extends Category> |
static class |
Category.NameComparator<T extends Category> |
static class |
Category.OrderChildrenFirstComparator<T extends Category> |
static class |
Category.OrderChildrenLastComparator<T extends Category> |
static class |
Category.OrderComparator<T extends Category> |
Modifier and Type | Field and Description |
---|---|
protected Category[] |
Publication.categories |
protected Category |
Category.parent |
protected Category |
Channel.rootCategory |
protected Category |
Channel.tagRoot |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Category> |
Channel.advRefineRootSet |
protected java.util.List<Category> |
AudienceRights.categoriesAxesList |
protected java.util.TreeSet<Category> |
Publication.categorySet |
protected java.util.HashMap<Category,java.util.BitSet> |
AudienceRights.categoryToBSMap |
protected java.util.Set<Category> |
Publication.RelatedCategoryComparator.catSet |
protected java.util.HashSet<Category> |
QueryManager.QueryPublicationSelector.queryAvoidCategorySet |
protected java.util.HashSet<Category> |
QueryManager.QueryPublicationSelector.queryCategorySet |
protected java.util.TreeSet<Category> |
Member.readCategorySet |
protected java.util.Set<Category> |
Channel.refineRootSet |
protected java.util.Set<Category> |
Channel.rootCategoryAsSet |
protected java.util.Set<Category> |
Channel.searchRootSet |
protected java.util.TreeSet<Category> |
Member.useCategorySet |
protected java.util.TreeSet<Category> |
Group.useCategorySet |
Modifier and Type | Method and Description |
---|---|
Category[] |
Publication.getCategories()
Retrieve the categories of this publication.
|
Category[] |
Publication.getCategories(Member member)
Returns the categories of the publication the member can read
|
Category |
CategoryCycleException.getCategory() |
Category |
Channel.getCategory(java.lang.String id)
Returns a category from its id
|
static Category |
HttpUtil.getCategoryParameter(javax.servlet.http.HttpServletRequest request,
java.lang.String parameterName)
Retrieve a Category from its id received in parameter.
|
Category |
Category.getChild(java.lang.String name)
Return the child of this category with the given name
|
Category |
Category.getFirstCommonAncestor(Category category)
Returns the first common ancestor (FCA) with a given
category.
|
static Category |
Category.getFirstCommonAncestor(java.util.Collection<Category> collection)
Returns the common ancestors of the given categories
|
Category |
Publication.getFirstDescendantCategory(Category parent)
This convenient method returns the first category of the set
returned by getDescendantCategorySet.
|
Category |
Publication.getFirstDescendantCategory(Category parent,
boolean includingParent)
This convenient method returns the first category of the set
returned by getDescendantCategorySet, including the parent in
case parameter
includingParent is true and the
current publication has parent as category. |
Category |
Publication.getFirstDescendantCategory(Category parent,
boolean includingParent,
Member member)
This convenient method returns the first category of the set
returned by getDescendantCategorySet, including the parent in case parameter
includingParent is true and the current publication has parent as category. |
static Category |
DescriptiveURLs.getFirstDescriptiveCategory(Publication pub)
Returns the first category of the given Publication belonging to
one the root categories specified for descriptive urls.
|
static Category |
Category.getFirstNotRelatives(java.util.Set<Category> children,
java.util.Set<Category> roots)
Check if one category of the set not relatives to an other category.
|
static Category[] |
Category.getFirstRelatives(java.util.Set<Category> rootSet)
Check if one category of the set is relatives to an other category.
|
Category |
Category.getParent()
Get the value of parent.
|
Category |
Channel.getRootCategory()
Returns the root category using the id specified in the property
channel.root-category default to j_3 . |
Category |
Channel.getTagRoot()
Returns the common tag root.
|
Category |
Channel.getTagRoot(Workspace ws)
Returns the tag root for the given workspace if it exists ; otherwise return the common tag root.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Category> |
Channel.getAdvRefineRootSet()
Returns the categories to used as roots for the advanced refinement.
|
java.util.List<Category> |
Category.getAncestorList()
Returns the list of all the ancestors of this
category, from the immediate parent to the root (root excluded).
|
java.util.List<Category> |
Category.getAncestorList(Category ancestor,
boolean includeAncestor)
Returns the list of all the ancestors of this
category, from the immediate parent to the given ancestor.
|
java.util.List<Category> |
AudienceRights.getCategoriesAxesList()
Retrieve the list containing all the root categories of the audience rights axes.
|
java.util.TreeSet<Category> |
Data.getCategoryFieldValue(JcmsJspContext ctxt,
java.lang.String fieldName)
Gets the Category value of the specified field name for this
Data . |
java.util.TreeSet<Category> |
Data.getCategoryFieldValue(java.lang.String fieldName,
Member mbr)
Gets the value of the given
Category field name for the current Data . |
java.util.Set<Category> |
Member.getCategoryRootSet()
Returns the set of category roots the member can manage.
|
java.util.Set<Category> |
Member.getCategoryRootSet(Workspace ws)
Returns the set of category roots the member can manage in a
given workspace.
|
java.util.TreeSet<Category> |
Publication.getCategorySet()
Returns the categories of this publication as a Set.
|
java.util.Set<Category> |
Category.getChildrenSet()
Returns the children categories (ie categories having this
category as parent)
|
java.util.Set<Category> |
CategoryIndexManager.getChildrenSet(Category cat)
Returns the children set associated to the given Category.
|
static java.util.Comparator<Category> |
Category.getDeepOrderComparator()
Deprecated.
use
getDeepOrderComparator(String) instead. |
static java.util.Comparator<Category> |
Category.getDeepOrderComparator(java.lang.String lang) |
java.util.TreeSet<Category> |
Publication.getDescendantCategorySet(Category parent)
Return the set of category of this publication which are the
descendant category of a given parent category.
|
java.util.TreeSet<Category> |
Publication.getDescendantCategorySet(Category parent,
boolean includingParent)
Return the set of category of this publication which are the
descendant category of a given parent category, including the given
parent category in case the parameter
includingParent is true. |
java.util.TreeSet<Category> |
Publication.getDescendantCategorySet(Category parent,
boolean includingParent,
Member member)
Return the set of category of this publication which are the
descendant category of a given parent category, including the
given parent category in case the parameter
includingParent is true. |
java.util.Set<Category> |
Category.getDescendantSet()
Returns all the descendant categories of this one (ie categories having this
category as ancestor)
|
java.util.TreeSet<Category> |
Member.getExpandedUseCategorySet()
Return the category set this member can use according his
category use mode (group, member or group and member).
|
static java.util.TreeSet<Category> |
Category.getHighestLevelCategorySet(java.util.TreeSet<Category> categorySet)
Keeps only the categories of highest level
|
static java.util.Comparator<Category> |
Category.getOrderChildrenFirstComparator() |
static java.util.Comparator<Category> |
Category.getOrderChildrenLastComparator() |
protected java.util.HashSet<Category> |
QueryManager.getQueryAvoidCategorySet(QueryHandler qh)
Compute a
HashSet of Category to exclude
during query from the "cidsOff" value of the given QueryHandler. |
protected java.util.HashSet<Category> |
QueryManager.getQueryCategorySet(QueryHandler qh)
Compute a
HashSet of Category to include
during query from the "cids" value of the given QueryHandler. |
static java.util.Set<Category> |
Category.getReadableCatSet(Category[] cats,
Member mbr)
Returns a category subset the given member can read.
|
static java.util.Set<Category> |
Category.getReadableCatSet(java.util.Set<Category> catSet,
Member mbr)
Returns a category subset the given member can read
|
java.util.TreeSet<Category> |
Member.getReadCategorySet()
Gets the TreeSet of Category used for Publication read right.
|
java.util.Set<Category> |
Channel.getRefineRootSet()
Returns the categories to used as roots for the refinement.
|
java.util.Set<Category> |
Channel.getRootCategoryAsSet()
A convenient method which returns a set containing the root
category
|
java.util.HashSet<Category> |
CategoryRight.getRoots()
Retrieves the roots category referenced by this CategoryRight
|
java.util.Set<Category> |
Channel.getSearchRootSet()
Returns the categories to used as root for the search.
|
java.util.TreeSet<Category> |
Member.getUseCategorySet()
Get the value of useCategorySet.
|
java.util.TreeSet<Category> |
Group.getUseCategorySet()
Retrieves the Categories that members of this groups are allowed to use when publishing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CategoryIndexManager.addAllContent(Category cat,
Content content)
Adds the given content to the all content set of the given category.
|
boolean |
CategoryIndexManager.addAllPublication(Category cat,
Publication pub)
Adds the given publication to the all publication set of the given category.
|
void |
Publication.addCategory(Category cat)
Add the given category to the categories of this publication
|
boolean |
CategoryIndexManager.addChild(Category cat,
Category child)
Adds the given child to the given Category.
|
boolean |
CategoryIndexManager.addContent(Category cat,
Content content)
Adds the given content to the content set of the given category.
|
boolean |
CategoryIndexManager.addPublication(Category cat,
Publication pub)
Adds the given publication to the publication set of the given category.
|
boolean |
RightPolicyManager.canBeReadBy(boolean isAuthorized,
Category cat,
Group grp,
boolean checkAncestors) |
boolean |
RightPolicyManager.canBeReadBy(boolean isAuthorized,
Category cat,
Member mbr,
boolean searchInGroups,
boolean checkAncestors) |
boolean |
RightPolicyManager.canManageCategory(boolean isAuthorized,
Member mbr,
Category cat,
boolean searchInGroups,
boolean searchInParent) |
boolean |
Member.canManageCategory(Category cat)
Check if the member can manage the given category (ie if the
given category is a descendant of one of the member's root
category)
|
boolean |
Member.canManageCategory(Category cat,
boolean searchInGroups,
boolean searchInParent)
Check if the member can manage the given category (ie if the
given category is a descendant of one of the member's root
category)
|
boolean |
Group.canRead(Category cat)
This convenient method check if a group can read a category.
|
boolean |
Member.canRead(Category cat,
boolean searchInGroups,
boolean searchInParent)
This convenient method checks if a member can read a categorie.
|
boolean |
RightPolicyManager.canUseCategory(boolean isAuthorized,
Member mbr,
Category cat,
boolean searchInGroups,
boolean searchInParent) |
boolean |
Member.canUseCategory(Category cat)
Check if this member can use the given category.
|
boolean |
Group.canUseCategory(Category cat)
Check if this group can use the given category.
|
boolean |
Member.canUseCategory(Category cat,
boolean searchInGroups,
boolean searchInParent)
Check if this member can use the given category.
|
boolean |
Member.canUseDescendantCategories(Category cat,
boolean checkRoot)
Check if this member can use at least one descendant of the given category.
|
boolean |
Category.checkName(Category parent)
Return true if another category exists with same name under the given parent
|
void |
CategoryIndexManager.clearChildrenSet(Category cat)
Clears the children set associated to the given Category.
|
boolean |
Publication.containsCategory(Category category)
This convenient method returns true if the publication contains a
given category.
|
boolean |
Category.containsDescendant(Category category)
Test if a category is a descendant of this category (this method
is equivalent to invoke category.hasAncestor(this))
|
java.lang.String |
FriendlyURLManager.generateFriendlyURL(Category cat,
java.lang.String lang)
Build and return a friendly url that can be added later to the friendly urls
Servlet Filter.
|
java.util.Set<Content> |
CategoryIndexManager.getAllContentSet(Category cat)
Returns the all content set associated to the given category.
|
java.util.Set<Publication> |
CategoryIndexManager.getAllPublicationSet(Category cat)
Returns the all publication set associated to the given category.
|
java.util.List<Category> |
Category.getAncestorList(Category ancestor,
boolean includeAncestor)
Returns the list of all the ancestors of this
category, from the immediate parent to the given ancestor.
|
java.lang.String |
Category.getAncestorString(Category ancestor,
java.lang.String sep,
boolean includeCat)
Returns a String representation of the ancestor of this category,
truncated according the given ancestor (eg if ancestor String is
First Level > Second Level > Category Name , and
given ancestor is First Level, it returns
Second Level > Category Name ). |
java.lang.String |
Category.getAncestorString(Category ancestor,
java.lang.String sep,
boolean includeCat,
java.lang.String lang)
Returns a String representation of the ancestor of this category,
truncated according the given ancestor (eg if ancestor String is
First Level > Second Level > Category Name , and
given ancestor is First Level, it returns
Second Level > Category Name ). |
protected java.util.BitSet |
AudienceRights.getCategoryBS(Category category)
Retrieve the BitSet associated with the given Category.
|
java.util.Set<Category> |
CategoryIndexManager.getChildrenSet(Category cat)
Returns the children set associated to the given Category.
|
java.util.Set<Content> |
CategoryIndexManager.getContentSet(Category cat)
Returns the content set associated to the given category.
|
java.util.TreeSet<Category> |
Publication.getDescendantCategorySet(Category parent)
Return the set of category of this publication which are the
descendant category of a given parent category.
|
java.util.TreeSet<Category> |
Publication.getDescendantCategorySet(Category parent,
boolean includingParent)
Return the set of category of this publication which are the
descendant category of a given parent category, including the given
parent category in case the parameter
includingParent is true. |
java.util.TreeSet<Category> |
Publication.getDescendantCategorySet(Category parent,
boolean includingParent,
Member member)
Return the set of category of this publication which are the
descendant category of a given parent category, including the
given parent category in case the parameter
includingParent is true. |
Category |
Category.getFirstCommonAncestor(Category category)
Returns the first common ancestor (FCA) with a given
category.
|
Category |
Publication.getFirstDescendantCategory(Category parent)
This convenient method returns the first category of the set
returned by getDescendantCategorySet.
|
Category |
Publication.getFirstDescendantCategory(Category parent,
boolean includingParent)
This convenient method returns the first category of the set
returned by getDescendantCategorySet, including the parent in
case parameter
includingParent is true and the
current publication has parent as category. |
Category |
Publication.getFirstDescendantCategory(Category parent,
boolean includingParent,
Member member)
This convenient method returns the first category of the set
returned by getDescendantCategorySet, including the parent in case parameter
includingParent is true and the current publication has parent as category. |
static FileDocument |
FileDocument.getInstance(java.lang.Class<? extends FileDocument> clazz,
java.lang.String filename,
java.lang.String title,
java.lang.String description,
Category[] categories,
Member author,
Workspace ws)
Constructs a FileDocument from an existing file for the given class.
|
static FileDocument |
FileDocument.getInstance(java.lang.String filename,
java.lang.String title,
java.lang.String description,
Category[] categories)
Constructs a FileDocument from an existing file.
|
static FileDocument |
DBFileDocument.getInstance(java.lang.String filename,
java.lang.String title,
java.lang.String description,
Category[] categories)
Constructs a FileDocument from an existing file.
|
static FileDocument |
FileDocument.getInstance(java.lang.String filename,
java.lang.String title,
java.lang.String description,
Category[] categories,
Member author,
Workspace ws)
Constructs a FileDocument from an existing file.
|
static FileDocument |
DBFileDocument.getInstance(java.lang.String filename,
java.lang.String title,
java.lang.String description,
Category[] categories,
Member author,
Workspace ws)
Constructs a FileDocument from an existing file.
|
java.util.Set<Publication> |
CategoryIndexManager.getPublicationSet(Category cat)
Returns the publication set associated to the given category.
|
static java.util.Set<Category> |
Category.getReadableCatSet(Category[] cats,
Member mbr)
Returns a category subset the given member can read.
|
boolean |
Category.hasAncestor(Category category)
Test if a category is an ancestor of this
category (it returns false if the received category
is this category).
|
boolean |
Publication.hasCategory(Category cat)
Test if a publication references a given category.
|
protected boolean |
Member.internalCanManageCategory(Category cat,
boolean searchInGroups,
boolean searchInParent) |
protected boolean |
Member.internalCanUseCategory(Category cat,
boolean searchInGroups,
boolean searchInParent) |
boolean |
Category.isSibling(Category cat)
Returns true if the given category is a sibling of this category.
|
ControllerStatus |
Category.mergeWith(Category tgtCat,
Member loggedMember)
Merges this category with the given the category.
|
ControllerStatus |
Category.moveTo(Category parent,
Member loggedMember)
Move Category under given parent
|
java.lang.String |
Category.nameExists(Category parent)
Check if another category exists with the same name under a given parent (skip this category).
|
protected void |
DBPublicationCategoryUpdateThread.recomputeAllCatIdSet(Category category) |
boolean |
CategoryIndexManager.removeAllContent(Category cat,
Content content)
Removes the given content for the given category.
|
boolean |
CategoryIndexManager.removeAllPublication(Category cat,
Publication pub)
Removes the given publication for the given category.
|
void |
Publication.removeCategory(Category cat)
Remove the specified category from this publication's categories
|
boolean |
CategoryIndexManager.removeChild(Category cat,
Category child)
Removes the given child for the given Category.
|
boolean |
CategoryIndexManager.removeContent(Category cat,
Content content)
Removes the given content for the given category.
|
protected void |
CategoryListener.removeFriendlyURLs(Category category)
Remove every FriendlyURL of the category from the FriendlyURLManager.
|
boolean |
CategoryIndexManager.removePublication(Category cat,
Publication pub)
Removes the given publication for the given category.
|
void |
CategoryIndexManager.setAllContentSet(Category cat,
java.util.Set<Content> set)
Set the all content set associated to the given Category.
|
void |
CategoryIndexManager.setAllPublicationSet(Category cat,
java.util.Set<Publication> set)
Set the all publication set associated to the given Category.
|
void |
Publication.setCategories(Category[] cats)
Set categories of this publication.
|
void |
DBPublicationCategoryUpdateThread.setCategory(Category category) |
void |
CategoryIndexManager.setChildrenSet(Category cat,
java.util.Set<Category> set)
Set the children set associated to the given Category.
|
void |
Category.setParent(Category v)
Set the value of parent.
|
void |
FriendlyURLManager.updateFriendlyURLs(Category cat)
Add the friendly URL of the given category.
|
protected void |
CategoryListener.updateFriendlyURLs(Category category)
Add or update FriendlyURL of the given category to the FriendlyURLManager.
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryRight.addRoots(java.util.HashSet<Category> set)
Add a set of root categories
|
ControllerStatus |
Publication.attachTo(Workspace attachWorkspace,
java.util.Set<Category> catSet,
Member mbr)
Attaches this publication to the given workspace with the given categories.
|
CategoryRight |
Channel.getCategoryRight(java.util.HashSet<Category> roots,
int mode,
boolean create)
Returns the CategoryRight matching the given criteria
|
protected java.util.BitSet |
AudienceRights.getCategorySetBS(java.util.Set<Category> catSet)
Creates and returns a BitSet from a Set of Category, using
their indivual BitSet.
|
static Category |
Category.getFirstCommonAncestor(java.util.Collection<Category> collection)
Returns the common ancestors of the given categories
|
static Category |
Category.getFirstNotRelatives(java.util.Set<Category> children,
java.util.Set<Category> roots)
Check if one category of the set not relatives to an other category.
|
static Category |
Category.getFirstNotRelatives(java.util.Set<Category> children,
java.util.Set<Category> roots)
Check if one category of the set not relatives to an other category.
|
static Category[] |
Category.getFirstRelatives(java.util.Set<Category> rootSet)
Check if one category of the set is relatives to an other category.
|
static java.util.TreeSet<Category> |
Category.getHighestLevelCategorySet(java.util.TreeSet<Category> categorySet)
Keeps only the categories of highest level
|
static java.util.Set<Category> |
Category.getReadableCatSet(java.util.Set<Category> catSet,
Member mbr)
Returns a category subset the given member can read
|
java.util.SortedSet<? extends Publication> |
QueryManager.getRelatedPublicationSet(java.util.Set<Category> catSet,
QueryHandler qh,
java.util.Comparator<? extends Publication> superComparator)
Returns a set of publications related to the given category set and the given query handler.
|
void |
Publication.setCategorySet(java.util.Set<Category> catSet)
Replaces the current categories with this set of categories.
|
void |
CategoryIndexManager.setChildrenSet(Category cat,
java.util.Set<Category> set)
Set the children set associated to the given Category.
|
void |
Member.setReadCategorySet(java.util.TreeSet<Category> v)
Set the value of readCategorySet.
|
void |
CategoryRight.setRoots(java.util.HashSet<Category> rootCatSet)
Sets the roots category of this CategoryRight
|
void |
Member.setUseCategorySet(java.util.TreeSet<Category> v)
Set the value of useCategorySet.
|
void |
Group.setUseCategorySet(java.util.TreeSet<Category> useCategorySet)
Set the Categories that members of this groups are allowed to use when publishing.
|
Constructor and Description |
---|
Category(Category other)
Category constructor by copy.
|
CategoryCycleException(java.lang.String msg,
Category category) |
Constructor and Description |
---|
CategoryRight(java.util.HashSet<Category> roots,
int mode,
boolean publish,
boolean updateOther,
boolean deleteOther,
Member author,
DataExtension extension) |
QueryPublicationSelector(java.util.HashSet<java.lang.Class<? extends Publication>> queryClassSet,
java.util.HashSet<java.lang.Class<? extends Publication>> queryAvoidClassSet,
java.util.Date beginDate,
java.util.Date endDate,
int dateType,
java.util.Set<Group> queryGroupSet,
java.util.Set<Group> queryAvoidGroupSet,
java.util.Set<Member> queryMemberSet,
java.util.Set<Member> queryAvoidMemberSet,
java.util.Set<java.lang.String> queryDBMemberIdSet,
int[] pstatus,
java.lang.String[] langs,
Member loggedMember,
java.util.Set<Workspace> workspaceSet,
boolean checkReadRights,
java.lang.String ability,
boolean isExactCat,
java.lang.String catMode,
java.util.HashSet<Category> queryCategorySet,
java.util.HashSet<Category> queryAvoidCategorySet,
java.util.Set<Publication> historySet,
java.util.Set<java.lang.String> allContentTypeSet) |
QueryPublicationSelector(java.util.HashSet<java.lang.Class<? extends Publication>> queryClassSet,
java.util.HashSet<java.lang.Class<? extends Publication>> queryAvoidClassSet,
java.util.Date beginDate,
java.util.Date endDate,
int dateType,
java.util.Set<Group> queryGroupSet,
java.util.Set<Group> queryAvoidGroupSet,
java.util.Set<Member> queryMemberSet,
java.util.Set<Member> queryAvoidMemberSet,
java.util.Set<java.lang.String> queryDBMemberIdSet,
int[] pstatus,
java.lang.String[] langs,
Member loggedMember,
java.util.Set<Workspace> workspaceSet,
boolean checkReadRights,
java.lang.String ability,
boolean isExactCat,
java.lang.String catMode,
java.util.HashSet<Category> queryCategorySet,
java.util.HashSet<Category> queryAvoidCategorySet,
java.util.Set<Publication> historySet,
java.util.Set<java.lang.String> allContentTypeSet) |
RelatedCategoryComparator(java.util.Set<Category> catSet) |
RelatedCategoryComparator(java.util.Set<Category> catSet,
java.util.Comparator<T> superComparator) |
Modifier and Type | Method and Description |
---|---|
protected int |
CategoryCtxMenu.addAddSiblingCatMenu(java.lang.StringBuffer sb,
Category cat,
java.lang.String ajaxSuffix) |
protected int |
CategoryCtxMenu.addAddSubCatMenu(java.lang.StringBuffer sb,
Category cat,
java.lang.String ajaxSuffix) |
protected int |
CategoryCtxMenu.addDeleteMenu(java.lang.StringBuffer sb,
Category cat,
java.lang.String ajaxSuffix) |
protected int |
CategoryCtxMenu.addDescriptionMenu(java.lang.StringBuffer sb,
Category cat) |
protected int |
CategoryCtxMenu.addEditMenu(java.lang.StringBuffer sb,
Category cat,
boolean isEnabled,
boolean popup) |
protected int |
CategoryCtxMenu.addExport(java.lang.StringBuffer sb,
Category cat) |
protected int |
CategoryCtxMenu.addFriendlyURLSubMenu(java.lang.StringBuffer sb,
Category cat) |
protected int |
CategoryCtxMenu.addImage(java.lang.StringBuffer sb,
Category cat) |
protected int |
CategoryCtxMenu.addMergeMenu(java.lang.StringBuffer sb,
Category cat,
java.lang.String ajaxSuffix) |
protected int |
CategoryCtxMenu.addMetadataMenu(java.lang.StringBuffer sb,
Category cat) |
protected int |
CategoryCtxMenu.addPortalMenu(java.lang.StringBuffer sb,
Category cat) |
protected int |
CategoryCtxMenu.addRenameMenu(java.lang.StringBuffer sb,
Category cat,
java.lang.String ajaxSuffix) |
protected int |
CategoryCtxMenu.addRightsMenu(java.lang.StringBuffer sb,
Category cat) |
protected int |
CategoryCtxMenu.addSynonymsSubMenu(java.lang.StringBuffer sb,
Category cat) |
protected int |
CategoryCtxMenu.addWebDAVMenu(java.lang.StringBuffer sb,
Category cat) |
char[] |
CtxMenuPolicyManager.checkCtxMenuItems(CategoryCtxMenu ctxMenu,
Category cat,
char[] letters) |
void |
CtxMenuPolicyManager.handleCtxMenuItems(java.lang.StringBuffer sb,
CategoryCtxMenu ctxMenu,
Category cat) |
int |
CtxMenuPolicyManager.handleCtxMenuItems(java.lang.StringBuffer sb,
CategoryCtxMenu ctxMenu,
Category cat,
char letter) |
Modifier and Type | Field and Description |
---|---|
protected Category |
CategoryCaddyManagerHandler.commonParent |
protected Category |
CategoryCaddyManagerHandler.parent |
Modifier and Type | Field and Description |
---|---|
protected java.util.TreeSet<Category> |
PublicationCaddyManagerHandler.categorySet |
protected java.util.TreeSet<Category> |
PublicationCaddyManagerHandler.commonCategorySet |
protected java.util.HashSet<Category> |
MemberCaddyManagerHandler.commonReadCategorySet |
protected java.util.HashSet<Category> |
MemberCaddyManagerHandler.readCategorySet |
Modifier and Type | Method and Description |
---|---|
Category |
CategoryCaddyManagerHandler.getCommonParent() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Category> |
Caddy.getCategoryList()
Create and returns a new list containing all
Category contained in the caddy. |
java.util.SortedSet<Category> |
PublicationCaddyManagerHandler.getCategorySet() |
Modifier and Type | Method and Description |
---|---|
boolean |
PublicationCaddyManagerHandler.isExpanded(Category cat,
java.lang.String inputName)
Check if the specified category has been expanded in the treecat
|
Modifier and Type | Field and Description |
---|---|
protected Category[] |
AbstractJcmsAjaxContext.ctxCategories |
protected Category |
AbstractJcmsAjaxContext.currentCategory |
protected Category |
AbstractJcmsAjaxContext.portalCategory |
Modifier and Type | Method and Description |
---|---|
Category[] |
JcmsJspContext.getCtxCategories() |
Category[] |
AbstractJcmsAjaxContext.getCtxCategories()
Retrieve the contextual categories to used for refinement
|
Category |
JcmsJspContext.getCurrentCategory() |
Category |
AbstractJcmsAjaxContext.getCurrentCategory()
Retrieve the current category, either the category available at the time of
the initial request or the one overrided by
AbstractJcmsAjaxContext.setCurrentCategory(Category) |
Category |
JcmsJspContext.getPortalCategory() |
Category |
AbstractJcmsAjaxContext.getPortalCategory()
Retrieve the portal category, either the category available at the time of
the initial request or the one overrided by
AbstractJcmsAjaxContext.setPortalCategory(Category) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJcmsAjaxContext.setCtxCategories(Category[] ctxCategories)
Sets the contextual categories used for refinement.
If this method is called before AbstractJcmsAjaxContext.setJcmsContext(JcmsJspContext) , its
value won't be overiden by values retrieved from the JcmsJspContext. |
void |
AbstractJcmsAjaxContext.setCurrentCategory(Category currentCategory)
Set the current category.
If this method is called before AbstractJcmsAjaxContext.setJcmsContext(JcmsJspContext) , its
value won't be overiden by values retrieved from the JcmsJspContext. |
void |
AbstractJcmsAjaxContext.setPortalCategory(Category portalCategory)
Set the portal category.
If this method is called before AbstractJcmsAjaxContext.setJcmsContext(JcmsJspContext) , its
value won't be overiden by values retrieved from the JcmsJspContext. |
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet<Category> |
DBMember.getReadCategorySet() |
Modifier and Type | Method and Description |
---|---|
void |
DBMember.setReadCategorySet(java.util.TreeSet<Category> v) |
void |
DBMember.setUseCategorySet(java.util.TreeSet<Category> v) |
Modifier and Type | Field and Description |
---|---|
protected Category |
PubBrowserHandler.category |
protected Category |
EditCatHandler.category |
protected Category |
EditCatHandler.parent |
protected Category |
ImportCatListHandler.parentCat |
protected Category |
EditCatHandler.workingCat |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Category> |
EditPublicationHandler.categorySet |
protected java.util.Set<Category> |
EditNotificationCriteriaHandler.categorySet |
protected java.util.Set<Category> |
AttachWorkspaceHandler.catSet |
Modifier and Type | Method and Description |
---|---|
Category[] |
EditPublicationHandler.getAvailableCategories() |
Category |
EditCatHandler.getAvailableParent() |
Category |
MergeCategoryHandler.getAvailableSrcCat() |
Category |
PubBrowserHandler.getCategory() |
Category |
EditCatHandler.getCategory() |
Category |
EditCatHandler.getWorkingCat() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Category> |
EditNotificationCriteriaHandler.getAvailableCategorySet() |
java.util.Set<Category> |
AttachWorkspaceHandler.getAvailableCatSet() |
java.util.Set<Category> |
QueryHandler.getCategorySet(java.lang.String inputName) |
java.util.Set<Category> |
EditPublicationHandler.getCategorySet(java.lang.String inputName)
Returns the root set bound to the given inputName
|
java.util.Set<Category> |
EditPublicationHandler.getDefaultCategorySet()
This method should be overriden by sub-classes
|
java.util.Set<Category> |
EditPublicationHandler.getHiddenCatSet(java.util.Set<Category> typeRemovedCatSet) |
java.util.Set<Category> |
EditCatHandler.getRootCategories() |
Modifier and Type | Method and Description |
---|---|
boolean |
EditCatHandler.isExpanded(Category cat) |
boolean |
TypeEditorHandler.isExpanded(Category cat,
java.lang.String inputName) |
boolean |
QueryHandler.isExpanded(Category cat,
java.lang.String inputName) |
boolean |
EditPublicationHandler.isExpanded(Category cat,
java.lang.String inputName) |
boolean |
EditMemberHandler.isExpanded(Category cat,
java.lang.String inputName) |
boolean |
EditGroupHandler.isExpanded(Category cat,
java.lang.String inputName) |
protected boolean |
ImportCatListHandler.performImport(java.io.File file,
Category parent,
javax.servlet.http.HttpServletRequest request)
Parse and imports categories from the given file under the given
parent category.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Category> |
EditPublicationHandler.getHiddenCatSet(java.util.Set<Category> typeRemovedCatSet) |
Modifier and Type | Method and Description |
---|---|
Category[] |
AbstractIncomingMailFetchCriteria.getAvailableCategories()
Get the default categories to set on the new MailMessage.
|
Modifier and Type | Method and Description |
---|---|
Category |
ImportManager.getImportRootCategory()
Returns the import root category.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Category> |
MediaBrowserHandler.getCategorySet()
Retrieve the current categories used for refinement in this media browser.
|
Modifier and Type | Method and Description |
---|---|
Category |
PortalPolicyFilter.checkCategory(Category workingCategory,
Member loggedMember)
Hook called by display.jsp to update the working category.
|
Category |
BasicPortalPolicyFilter.checkCategory(Category workingCategory,
Member loggedMember) |
Category |
PortalPolicyFilter.getHomeCategory(Category jcmsChoice,
Member loggedMember)
Hook called by PortalManager to compute the home Category of the given logged Member.
|
Category |
BasicPortalPolicyFilter.getHomeCategory(Category jcmsChoice,
Member loggedMember) |
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet<Category> |
PortalPolicyFilter.getCategoryFieldValue(JcmsJspContext ctxt,
java.lang.String fieldName,
Data data,
java.util.TreeSet<Category> computedValue)
Returns an alternate value for the given Category field and given Data.
|
java.util.TreeSet<Category> |
BasicPortalPolicyFilter.getCategoryFieldValue(JcmsJspContext ctxt,
java.lang.String fieldName,
Data data,
java.util.TreeSet<Category> computedValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
RightPolicyFilter.canBeReadBy(boolean isAuthorized,
Category cat,
Group grp,
boolean checkAncestors)
Called by
canBeReadBy(Group, boolean) . |
boolean |
BasicRightPolicyFilter.canBeReadBy(boolean isAuthorized,
Category cat,
Group grp,
boolean checkAncestors) |
boolean |
RightPolicyFilter.canBeReadBy(boolean isAuthorized,
Category cat,
Member mbr,
boolean searchInGroups,
boolean checkAncestors)
Called by
canBeReadBy(Member, boolean, boolean) . |
boolean |
BasicRightPolicyFilter.canBeReadBy(boolean isAuthorized,
Category cat,
Member mbr,
boolean searchInGroups,
boolean checkAncestors) |
boolean |
RightPolicyFilter.canManageCategory(boolean isAuthorized,
Member mbr,
Category cat,
boolean searchInGroups,
boolean searchInParent)
|
boolean |
BasicRightPolicyFilter.canManageCategory(boolean isAuthorized,
Member mbr,
Category cat,
boolean searchInGroups,
boolean searchInParent) |
boolean |
RightPolicyFilter.canUseCategory(boolean isAuthorized,
Member mbr,
Category cat,
boolean searchInGroups,
boolean searchInParent)
|
boolean |
BasicRightPolicyFilter.canUseCategory(boolean isAuthorized,
Member mbr,
Category cat,
boolean searchInGroups,
boolean searchInParent) |
Category |
PortalPolicyFilter.checkCategory(Category workingCategory,
Member loggedMember)
Hook called by display.jsp to update the working category.
|
Category |
BasicPortalPolicyFilter.checkCategory(Category workingCategory,
Member loggedMember) |
char[] |
CtxMenuPolicyFilter.checkCtxMenuItems(CategoryCtxMenu ctxMenu,
Category cat,
char[] letters)
Checks the processed contextual menu
|
char[] |
BasicCtxMenuPolicyFilter.checkCtxMenuItems(CategoryCtxMenu ctxMenu,
Category cat,
char[] letters) |
void |
PortalPolicyFilter.checkDisplay(DisplayContext context,
Category cat,
Member loggedMember)
Hook called by getDisplayContext() to update the content of context.
|
void |
BasicPortalPolicyFilter.checkDisplay(DisplayContext context,
Category cat,
Member loggedMember) |
void |
PortalPolicyFilter.checkDisplay(DisplayContext context,
Member member,
Category home,
Member loggedMember)
Hook called by getDisplayContext() to update the content of context.
|
void |
BasicPortalPolicyFilter.checkDisplay(DisplayContext context,
Member member,
Category home,
Member loggedMember) |
void |
PortalPolicyFilter.checkWorkingCategories(java.util.List workingCategories,
Publication pub,
Member loggedMember,
boolean skipRedirect,
boolean skipExact,
boolean modePreview,
Category[] ctxCategories)
Hook called by PortalManager to change the order between categories of a given publication.
|
void |
BasicPortalPolicyFilter.checkWorkingCategories(java.util.List workingCategories,
Publication pub,
Member loggedMember,
boolean skipRedirect,
boolean skipExact,
boolean modePreview,
Category[] ctxCategories) |
void |
LuceneSearchEnginePolicyFilter.filterCategoryDocument(org.apache.lucene.document.Document doc,
Category cat,
java.lang.String lang)
This method is called when the given Category is being index in the given language,
just before writing the Document into the index.
|
void |
BasicLuceneSearchEnginePolicyFilter.filterCategoryDocument(org.apache.lucene.document.Document doc,
Category cat,
java.lang.String lang) |
Category |
PortalPolicyFilter.getHomeCategory(Category jcmsChoice,
Member loggedMember)
Hook called by PortalManager to compute the home Category of the given logged Member.
|
Category |
BasicPortalPolicyFilter.getHomeCategory(Category jcmsChoice,
Member loggedMember) |
java.lang.String |
WizardPolicyFilter.handleCategoryName(java.lang.String computedName,
Category cat,
WizardContext ctxt)
Handle custom name for the given category.
|
java.lang.String |
BasicWizardPolicyFilter.handleCategoryName(java.lang.String computedName,
Category cat,
WizardContext ctxt) |
void |
CtxMenuPolicyFilter.handleCtxMenuItems(java.lang.StringBuffer sb,
CategoryCtxMenu ctxMenu,
Category cat)
Handle the current StringBuffer to append custom content
for the given Category
|
void |
BasicCtxMenuPolicyFilter.handleCtxMenuItems(java.lang.StringBuffer sb,
CategoryCtxMenu ctxMenu,
Category cat) |
int |
CtxMenuPolicyFilter.handleCtxMenuItems(java.lang.StringBuffer sb,
CategoryCtxMenu ctxMenu,
Category cat,
char letter,
int status)
Handle the current StringBuffer to append custom content
for the given Category and given Letter
|
int |
BasicCtxMenuPolicyFilter.handleCtxMenuItems(java.lang.StringBuffer sb,
CategoryCtxMenu ctxMenu,
Category cat,
char letter,
int status) |
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet<Category> |
PortalPolicyFilter.getCategoryFieldValue(JcmsJspContext ctxt,
java.lang.String fieldName,
Data data,
java.util.TreeSet<Category> computedValue)
Returns an alternate value for the given Category field and given Data.
|
java.util.TreeSet<Category> |
BasicPortalPolicyFilter.getCategoryFieldValue(JcmsJspContext ctxt,
java.lang.String fieldName,
Data data,
java.util.TreeSet<Category> computedValue) |
Modifier and Type | Field and Description |
---|---|
Category[] |
PortalManager.DisplayContextParameters.ctxCategories |
protected Category |
DisplayContext.currentCategory |
protected Category[] |
PortalManager.CatDiscrimComparator.discrim |
protected Category |
DisplayContext.portalCategory |
protected Category[] |
PortalManager.CatDiscrimComparator.rootNav |
Modifier and Type | Method and Description |
---|---|
Category |
PortalPolicyManager.checkCategory(Category workingCategory,
Member loggedMember) |
static Category[] |
PortalManager.getCtxCategories(javax.servlet.http.HttpServletRequest request)
Get all Categories from cid parameters in the request
|
Category |
DisplayContext.getCurrentCategory() |
static Category |
PortalManager.getHomeCategory()
Return by default the Category associated to property
channel.default-index . |
Category |
PortalPolicyManager.getHomeCategory(Category jcmsChoice,
Member loggedMember) |
Category |
DisplayContext.getPortalCategory() |
static Category[] |
PortalManager.getRootNavigate() |
Modifier and Type | Method and Description |
---|---|
protected static java.util.List<Category> |
PortalManager.getAllCategories(Member loggedMember,
java.util.Collection<Category> categoryCollec)
Return all categories at a given levels
|
java.util.TreeSet<Category> |
PortalPolicyManager.getCategoryFieldValue(JcmsJspContext ctxt,
java.lang.String fieldName,
Data data,
java.util.TreeSet<Category> computedValue) |
Modifier and Type | Method and Description |
---|---|
Category |
PortalPolicyManager.checkCategory(Category workingCategory,
Member loggedMember) |
void |
PortalPolicyManager.checkDisplay(DisplayContext context,
Category cat,
Member loggedMember) |
void |
PortalPolicyManager.checkDisplay(DisplayContext context,
Member member,
Category home,
Member loggedMember) |
static boolean |
PortalManager.checkPortal(Category cat,
DisplayContext context,
Member loggedMember,
boolean skipRedirect,
boolean skipExact)
This method looks for a matching Portal for a given Category.
|
void |
PortalPolicyManager.checkWorkingCategories(java.util.List<Category> workingCategories,
Publication pub,
Member loggedMember,
boolean skipRedirect,
boolean skipExact,
boolean modePreview,
Category[] ctxCategories) |
int |
PortalManager.CatDiscrimComparator.compare(Category c1,
Category c2) |
static boolean |
PortalManager.findPortal(Category cat,
DisplayContext context,
Member loggedMember,
boolean skipRedirect,
boolean skipExact,
boolean recursive)
Recursive methode that try to find the right portal for a given category
otherwise may call parent category.
|
static boolean |
PortalManager.findPortal(Publication pub,
DisplayContext context,
Member loggedMember,
boolean skipRedirect,
boolean skipExact,
boolean preview,
Category[] ctxCategories)
Fill a display context with all the elements usefull for navigation,
using the given steps:
1- Iterate on publication categories starting with sibling of contextual categories 2- Recursive call with parents until finding a Portal 3- Then set the portalCategory and the currentCategory |
static DisplayContext |
PortalManager.getDisplayContext(java.lang.String id,
PortalInterface overrided,
Category[] ctxCategories,
Member loggedMember,
boolean preview,
java.lang.String queryString)
This method compute a display context of parameters for display.jsp.
|
Category |
PortalPolicyManager.getHomeCategory(Category jcmsChoice,
Member loggedMember) |
java.lang.String |
PortletSkinable.getSkinTitle(java.lang.String userLang,
Category current,
Category portal) |
static java.lang.String |
PortalManager.getUrlWithUpdateCtxCategories(Category cat,
Category[] ctxArray,
javax.servlet.http.HttpServletRequest request,
boolean ctx)
Return an Url with updated cids
|
static java.lang.String |
PortalManager.getUrlWithUpdateCtxCategories(Category cat,
Category[] ctxArray,
javax.servlet.http.HttpServletRequest request,
boolean ctx)
Return an Url with updated cids
|
static java.lang.String |
PortalManager.getUrlWithUpdateCtxCategories(Category cat,
Category[] ctxArray,
java.lang.String resourcePath,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
boolean ctx)
Return an Url with updated cids
|
static java.lang.String |
PortalManager.getUrlWithUpdateCtxCategories(Category cat,
Category[] ctxArray,
java.lang.String resourcePath,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
boolean ctx)
Return an Url with updated cids
|
void |
DisplayContext.setCurrentCategory(Category currentCategory) |
void |
DisplayContext.setPortalCategory(Category portalCategory) |
Modifier and Type | Method and Description |
---|---|
void |
PortalPolicyManager.checkCtxCategories(java.util.List<Category> ctxCategories) |
void |
PortalPolicyManager.checkWorkingCategories(java.util.List<Category> workingCategories,
Publication pub,
Member loggedMember,
boolean skipRedirect,
boolean skipExact,
boolean modePreview,
Category[] ctxCategories) |
protected static java.util.List<Category> |
PortalManager.getAllCategories(Member loggedMember,
java.util.Collection<Category> categoryCollec)
Return all categories at a given levels
|
java.util.TreeSet<Category> |
PortalPolicyManager.getCategoryFieldValue(JcmsJspContext ctxt,
java.lang.String fieldName,
Data data,
java.util.TreeSet<Category> computedValue) |
Constructor and Description |
---|
CatDiscrimComparator(Category[] discrim,
Category[] rootNav) |
CatDiscrimComparator(Category[] discrim,
Category[] rootNav) |
Modifier and Type | Method and Description |
---|---|
Category |
CategoryMenuInfo.getNode() |
Constructor and Description |
---|
CategoryMenuInfo(Category category,
Category[] ctxCategories,
boolean navigatePortlet,
int maxDepthLevel,
int depthLevel,
MenuInfo parent,
MenuInfoFilter menuInfoFilter,
java.lang.String lang,
Member member,
javax.servlet.http.HttpServletRequest request) |
CategoryMenuInfo(Category category,
Category[] ctxCategories,
boolean navigatePortlet,
int maxDepthLevel,
int depthLevel,
MenuInfo parent,
MenuInfoFilter menuInfoFilter,
java.lang.String lang,
Member member,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Category> |
LuceneCategorySearchEngine.searchCategories(org.apache.lucene.search.Query query)
Find Category matching the specified lucene Query
|
java.util.Collection<Category> |
LuceneCategorySearchEngine.searchCategories(QueryHandler qh)
Find Category matching the specified QueryHandler search options (uses mainly the text search param)
|
Modifier and Type | Method and Description |
---|---|
void |
LuceneCategorySearchEngine.add(Category cat)
Add given
Category to this lucene search engine. |
void |
CategorySearchEngine.add(Category cat)
Method to implement to index
Category into the search engine. |
protected void |
LuceneCategorySearchEngine.addKeywordField(org.apache.lucene.document.Document doc,
Category cat,
java.lang.String lang,
java.lang.String fieldName,
java.lang.String fieldValue,
boolean applyBoost)
This methods create a unstored Lucene
Field with the given field's value
of the given Category in the given language, and add into the given Document . |
protected void |
LuceneCategorySearchEngine.addUnStoredField(org.apache.lucene.document.Document doc,
Category cat,
java.lang.String lang,
java.lang.String fieldName,
java.lang.String fieldValue,
boolean applyBoost)
This methods create a unstored Lucene
Field with the given field's value
of the given Category in the given language, and add into the given Document . |
void |
LuceneCategorySearchEngine.delete(Category cat)
Delete given
Category from this lucene search engine. |
void |
CategorySearchEngine.delete(Category cat)
Method to implement to delete
Category from the search engine. |
void |
LuceneSearchEnginePolicyManager.filterCategoryDocument(org.apache.lucene.document.Document doc,
Category cat,
java.lang.String lang) |
java.util.Date |
LuceneCategorySearchEngine.getIndexingDate(Category cat)
Retrieve the Date at which the specified Category was indexed in the search engine.
|
java.util.Date |
CategorySearchEngine.getIndexingDate(Category cat)
Method to implement to retrieve the Date at which the specified Category was indexed in the search engine.
|
void |
LuceneCategorySearchEngine.update(Category cat)
Update given
Category in this lucene search engine. |
void |
CategorySearchEngine.update(Category cat)
Method to implement to update
Category in the search engine. |
Modifier and Type | Method and Description |
---|---|
void |
LuceneCategorySearchEngine.add(java.util.Collection<Category> coll)
Add given
Collection of Category to this lucene search engine. |
void |
CategorySearchEngine.add(java.util.Collection<Category> coll)
Method to implement to index a
Collection of Category into the search engine. |
void |
LuceneCategorySearchEngine.delete(java.util.Collection<Category> coll)
Delete given
Collection of Category from this lucene search engine. |
void |
CategorySearchEngine.delete(java.util.Collection<Category> coll)
Method to implement to delete a
Collection of Category from the search engine. |
void |
LuceneCategorySearchEngine.update(java.util.Collection<Category> coll)
Update given
Collection of Category in this lucene search engine. |
void |
CategorySearchEngine.update(java.util.Collection<Category> coll)
Method to implement to update
Collection of Category in the search engine. |
Modifier and Type | Field and Description |
---|---|
protected Category |
FileWebdavTag.cat |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Category> |
EditTag.computeCategoryAndTypeSet() |
java.util.Collection<Category> |
TreeCatViewTag.TreeCatView.getMemberRoots() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PortalInterface> |
TreeCatViewTag.TreeCatView.getPortalSet(Category cat,
Member loggedMember)
Returns the Set of PortalInterface bind
to given Category and readable by given Member
|
java.util.Set<Workspace> |
TreeCatViewTag.TreeCatView.getWorkspaceSet(Category cat,
Member loggedMember,
boolean model)
Returns the Set of Workspace bind to given Category and readable by given Member.
|
boolean |
TreeCatViewTag.TreeCatView.hasAnyUnread(Category cat,
Member loggedMember)
Check if the given Category or it's descendant
has any unread publication for given Member
|
static boolean |
CategoryFilter.isFiltered(Category category,
Member member,
CategoryFilter filter) |
void |
FileWebdavTag.Webdav.printWebdavFolderIcon(java.lang.StringBuffer sb,
Category cat,
Workspace ws)
Print the Webdav Folder Icon for the given Category and Workspace
|
void |
FileWebdavTag.setFolder(Category cat)
This method set the category to use to open webfolder
|
Modifier and Type | Method and Description |
---|---|
void |
TreeCatViewTag.TreeCatView.filterRights(JcmsJspContext ctxt,
java.util.Collection<Category> nodes)
Filter node's collection with given parameter and filter
|
protected java.lang.String |
EditTag.getAnchorParams(JcmsJspContext jcmsContext,
java.util.Set<Category> categorySet) |
void |
TreeCatViewTag.TreeCatView.setMemberRoots(java.util.Collection<Category> memberRoots) |
Modifier and Type | Method and Description |
---|---|
Category[] |
AbstractCategorySettings.resolveRootCategories()
Returns the categories to display according to the 'displayRoots' attribute is true or false.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractCategorySettings.root(Category[] categories) |
T |
AbstractCategorySettings.root(Category category,
Category... otherCategories) |
T |
AbstractCategorySettings.root(Category category,
Category... otherCategories) |
Modifier and Type | Method and Description |
---|---|
T |
AbstractCategorySettings.root(java.util.Collection<Category> categories) |
Modifier and Type | Method and Description |
---|---|
PublicationSettings |
PublicationSettings.category(Category[] categories) |
PublicationSettings |
PublicationSettings.category(Category category,
Category... otherCategories) |
PublicationSettings |
PublicationSettings.category(Category category,
Category... otherCategories) |
CategoryTreeSettings |
CategoryTreeSettings.checked(Category[] categories) |
CategoryTreeSettings |
CategoryTreeSettings.checked(Category category,
Category... otherCategories) |
CategoryTreeSettings |
CategoryTreeSettings.checked(Category category,
Category... otherCategories) |
CategoryTreeSettings |
CategoryTreeSettings.highlighted(Category[] categories) |
CategoryTreeSettings |
CategoryTreeSettings.highlighted(Category category,
Category... otherCategories) |
CategoryTreeSettings |
CategoryTreeSettings.highlighted(Category category,
Category... otherCategories) |
CategoryTreeSettings |
CategoryTreeSettings.opened(Category[] categories) |
CategoryTreeSettings |
CategoryTreeSettings.opened(Category category,
Category... otherCategories) |
CategoryTreeSettings |
CategoryTreeSettings.opened(Category category,
Category... otherCategories) |
CategoryTreeSettings |
CategoryTreeSettings.removed(Category[] categories) |
CategoryTreeSettings |
CategoryTreeSettings.removed(Category category,
Category... otherCategories) |
CategoryTreeSettings |
CategoryTreeSettings.removed(Category category,
Category... otherCategories) |
CategoryTreeSettings |
CategoryTreeSettings.retained(Category[] categories) |
CategoryTreeSettings |
CategoryTreeSettings.retained(Category category,
Category... otherCategories) |
CategoryTreeSettings |
CategoryTreeSettings.retained(Category category,
Category... otherCategories) |
Modifier and Type | Method and Description |
---|---|
PublicationSettings |
PublicationSettings.category(java.util.Collection<Category> categories) |
CategoryTreeSettings |
CategoryTreeSettings.checked(java.util.Collection<Category> categories) |
CategoryTreeSettings |
CategoryTreeSettings.highlighted(java.util.Collection<Category> categories) |
CategoryTreeSettings |
CategoryTreeSettings.opened(java.util.Collection<Category> categories) |
CategoryTreeSettings |
CategoryTreeSettings.removed(java.util.Collection<Category> categories) |
CategoryTreeSettings |
CategoryTreeSettings.retained(java.util.Collection<Category> categories) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Category> |
DocUploadHandler.getAvailableCategorySet() |
Modifier and Type | Method and Description |
---|---|
static Category |
CatWebdavUtil.getRootCategory()
Retrieve the global root category to be used for webdav
|
Modifier and Type | Method and Description |
---|---|
void |
CatWebdavFileSystem.addFileDocument(java.util.Set<Data> childrenSet,
Member loggedMember,
Workspace workspace,
Category category) |
static java.lang.String |
CatWebdavUtil.getPath(Category cat,
Workspace ws)
Retrieve the WebDav path of the specified category in the specified workspace.
|
static java.lang.String |
CatWebdavUtil.getPathShort(Category cat,
Workspace ws)
Retrieve the WebDav path of the specified category in the specified workspace use a short notation for IE compatibility.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
CatWebdavFileSystem.checkSetNewWorkspace(Workspace oldWS,
Workspace newWS,
java.util.Set<Category> pubCatSet) |
Modifier and Type | Method and Description |
---|---|
WebPageQueryBuilder |
WebPageQueryBuilder.categories(java.util.Set<Category> categories) |
Modifier and Type | Field and Description |
---|---|
protected Category |
Workspace.tagRoot |
protected Category |
EditWorkspaceCommonHandler.tagRoot |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Category> |
WorkspaceWizardHandler.catList |
protected java.util.Map<Category,Category> |
WizardContext.catMap |
protected java.util.Map<Category,Category> |
WizardContext.catMap |
protected java.util.HashSet<Category> |
Workspace.catSet |
Modifier and Type | Method and Description |
---|---|
Category |
EditWorkspaceCommonHandler.getAvailableTagRoot() |
Category |
Workspace.getFirstWorkspaceCat(Category cat)
Returns first workspace category mathching (or parent) given category.
|
protected Category |
Workspace.getHomeUrlVisitor(java.util.Collection<Category> collect,
java.util.Set<Publication> portalSet)
Internal methods to check home url
|
Category |
Workspace.getTagRoot() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Category> |
WorkspaceWizardHandler.getAvailableCidsNames() |
java.util.Map<Category,Category> |
WizardContext.getCategoryMap()
Returns a map of old/new Categories
|
java.util.Map<Category,Category> |
WizardContext.getCategoryMap()
Returns a map of old/new Categories
|
java.util.HashSet<Category> |
Workspace.getCatSet() |
java.util.Set<Category> |
Workspace.getCatSet(Member mbr)
Gives the root categories for this Workspace, that the given member may read.
|
Modifier and Type | Method and Description |
---|---|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String title,
java.util.Map<java.lang.String,java.lang.String> titleML,
java.lang.String wsemail,
java.util.List adminList,
java.util.Collection typeCollec,
Category[] categories,
Group[] groups,
PortalInterface[] portals,
Workspace parent,
boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.
|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String title,
java.lang.String wsemail,
java.util.List adminList,
java.util.Collection typeCollec,
Category[] categories,
Group[] groups,
PortalInterface[] portals,
Workspace parent,
boolean collaborativeSpace)
Deprecated.
|
Category |
Workspace.getFirstWorkspaceCat(Category cat)
Returns first workspace category mathching (or parent) given category.
|
java.lang.String |
WizardPolicyManager.handleCategoryName(java.lang.String computedName,
Category cat,
WizardContext ctxt) |
boolean |
Workspace.isWorkspaceCat(Category cat)
Checks if the given category is a workspace category or a descendent of worspace categories.
|
void |
Workspace.setTagRoot(Category tagRoot) |
Modifier and Type | Method and Description |
---|---|
protected Category |
Workspace.getHomeUrlVisitor(java.util.Collection<Category> collect,
java.util.Set<Publication> portalSet)
Internal methods to check home url
|
void |
WizardContext.setCategoryMap(java.util.Map<Category,Category> catMap)
Sets a map of old/new Categories
|
void |
WizardContext.setCategoryMap(java.util.Map<Category,Category> catMap)
Sets a map of old/new Categories
|
void |
Workspace.setCatSet(java.util.HashSet<Category> catSet) |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.