Uses of Class
com.jalios.jcms.Category
-
Packages that use Category Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.ajax com.jalios.jcms.application com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JPlatform.com.jalios.jcms.categorybrowser com.jalios.jcms.categorycleaner com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean.com.jalios.jcms.db com.jalios.jcms.dbmember com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers).com.jalios.jcms.jportal 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.member.csvimport com.jalios.jcms.policy com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets.com.jalios.jcms.portlet.navigate com.jalios.jcms.profiling com.jalios.jcms.search Provides internal search engines classes of JPlatform.com.jalios.jcms.shortcut com.jalios.jcms.taglib Provides many of the classes used for JPlatform jsp tags.com.jalios.jcms.taglib.settings com.jalios.jcms.taglib.settings.impl com.jalios.jcms.test com.jalios.jcms.upload com.jalios.jcms.webdav.cat Contains classes which provides webdav access to Categorie of JPlatform.com.jalios.jcms.webpage com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of Category in com.jalios.jcms
Classes in com.jalios.jcms with type parameters of type Category Modifier and Type Class Description static classCategory.DeepOrderComparator<T extends Category>static classCategory.NameComparator<T extends Category>static classCategory.OrderChildrenFirstComparator<T extends Category>static classCategory.OrderChildrenLastComparator<T extends Category>static classCategory.OrderComparator<T extends Category>Fields in com.jalios.jcms declared as Category Modifier and Type Field Description protected Category[]Publication. categoriesprotected CategoryCategory. parentprotected CategoryChannel. rootCategoryprotected CategoryChannel. tagRootFields in com.jalios.jcms with type parameters of type Category Modifier and Type Field Description protected java.util.Set<Category>Channel. advRefineRootSetprotected java.util.List<Category>AudienceRights. categoriesAxesListprotected java.util.TreeSet<Category>Publication. categorySetprotected java.util.concurrent.ConcurrentHashMap<Category,java.util.BitSet>AudienceRights. categoryToBSMapprotected java.util.Set<Category>Publication.RelatedCategoryComparator. catSetprotected java.util.HashSet<Category>QueryManager.QueryPublicationSelector. queryAvoidCategorySetprotected java.util.HashSet<Category>QueryManager.QueryPublicationSelector. queryCategorySetprotected java.util.TreeSet<Category>Member. readCategorySetprotected java.util.Set<Category>Channel. refineRootSetprotected java.util.Set<Category>Channel. rootCategoryAsSetprotected java.util.Set<Category>Channel. searchRootSetprotected java.util.TreeSet<Category>Group. useCategorySetprotected java.util.TreeSet<Category>Member. useCategorySetMethods in com.jalios.jcms with type parameters of type Category Modifier and Type Method Description <T extends Category>
java.util.Comparator<T>Category. getComparator(java.lang.String lang)Returns the right comparator (Category.NameComparator, orCategory.OrderComparator) to use depending on children order.Methods in com.jalios.jcms that return Category Modifier and Type Method Description protected CategoryStartupDataGenerator. buildCategory(java.lang.String vid, Category parent)protected CategoryStartupDataGenerator. createCategory(java.lang.String vid)protected CategoryStartupDataGenerator. createCategory(java.lang.String vid, Category parent)Crate a categoryCategory[]Publication. getCategories()Retrieve the categories of this publication.Category[]Publication. getCategories(Member member)Returns the categories of the publication the member can readCategoryCategoryCycleException. getCategory()CategoryChannel. getCategory(java.lang.String id)Returns a category from its idstatic CategoryHttpUtil. getCategoryParameter(javax.servlet.http.HttpServletRequest request, java.lang.String parameterName)Retrieve a Category from its id received in parameter.CategoryCategory. getChild(java.lang.String name)Return the child of this category with the given nameCategoryChannel. getCsTypologyRootCat()CategoryCategory. getFirstAncestorWithDeclaredManagers()Returns the first ancestor of this category with declared managers.CategoryCategory. getFirstCommonAncestor(Category category)Returns the first common ancestor (FCA) with a given category.static CategoryCategory. getFirstCommonAncestor(java.util.Collection<Category> collection)Returns the common ancestors of the given categoriesCategoryPublication. getFirstDescendantCategory(Category parent)This convenient method returns the first category of the set returned by getDescendantCategorySet.CategoryPublication. getFirstDescendantCategory(Category parent, boolean includingParent)This convenient method returns the first category of the set returned by getDescendantCategorySet, including the parent in case parameterincludingParentis true and the current publication hasparentas category.CategoryPublication. 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 parameterincludingParentis true and the current publication hasparentas category.static CategoryDescriptiveURLs. getFirstDescriptiveCategory(Publication pub)Returns the first category of the given Publication belonging to one the root categories specified for descriptive urls.static CategoryCategory. 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.CategoryCategory. getParent()Get the value of parent.CategoryChannel. getRootCategory()Returns the root category using the id specified in the propertychannel.root-categorydefault toj_3.CategoryChannel. getTagRoot()Returns the common tag root.CategoryChannel. getTagRoot(Workspace ws)Returns the tag root for the given workspace if it exists ; otherwise return the common tag root.Methods in com.jalios.jcms that return types with arguments of type Category Modifier and Type Method Description java.util.Set<Category>Channel. getAdvRefineRootSet()Returns the categories to used as roots for the advanced refinement.java.util.Set<Category>Member. getAllCategoryRootSet()Returns all the categories root this member can manage (ie either those declared on the member, on its group or on the categories)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.Set<Category>GroupIndexManager. getAuthGroupCategorySet(Group group)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 thisData.java.util.TreeSet<Category>Data. getCategoryFieldValue(java.lang.String fieldName, Member mbr)Gets the value of the givenCategoryfield name for the currentData.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.usegetDeepOrderComparator(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 parameterincludingParentis true.java.util.TreeSet<Category>Publication. getDescendantCategorySet(Category parent, boolean includingParent, Member member)Return the set of category of this publication which are descendant of given parent category, including the given parent category in case the parameterincludingParentis 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 levelstatic java.util.Comparator<Category>Category. getOrderChildrenFirstComparator()static java.util.Comparator<Category>Category. getOrderChildrenLastComparator()protected java.util.HashSet<Category>QueryManager. getQueryAvoidCategorySet(QueryHandler qh)Compute aHashSetofCategoryto exclude during query from the "cidsOff" value of the given QueryHandler.protected java.util.HashSet<Category>QueryManager. getQueryCategorySet(QueryHandler qh)Compute aHashSetofCategoryto 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 readjava.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 categoryjava.util.HashSet<Category>CategoryRight. getRoots()Retrieves the roots category referenced by this CategoryRightjava.util.Set<Category>Channel. getSearchRootSet()Returns the categories to used as root for the search.java.util.TreeSet<Category>Group. getUseCategorySet()Retrieves the Categories that members of this groups are allowed to use when publishing.java.util.TreeSet<Category>Member. getUseCategorySet()Get the value of useCategorySet.Methods in com.jalios.jcms with parameters of type Category Modifier and Type Method Description booleanCategoryIndexManager. addAllContent(Category cat, Content content)Adds the given content to the all content set of the given category.booleanCategoryIndexManager. addAllPublication(Category cat, Publication pub)Adds the given publication to the all publication set of the given category.voidPublication. addCategory(Category cat)Add the given category to the categories of this publicationbooleanCategoryIndexManager. addChild(Category cat, Category child)Adds the given child to the given Category.booleanCategoryIndexManager. addContent(Category cat, Content content)Adds the given content to the content set of the given category.booleanCategoryIndexManager. addPublication(Category cat, Publication pub)Adds the given publication to the publication set of the given category.protected CategoryStartupDataGenerator. buildCategory(java.lang.String vid, Category parent)booleanRightPolicyManager. canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)Deprecated.since JCMS-8579booleanRightPolicyManager. canBeReadBy(boolean isAuthorized, Category cat, Member mbr, boolean searchInGroups, boolean checkAncestors)booleanMember. 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)booleanMember. 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)booleanRightPolicyManager. canManageCategory(boolean isAuthorized, Member mbr, Category cat, boolean searchInGroups, boolean searchInParent)booleanGroup. canRead(Category cat)Deprecated.since JCMS-8579booleanMember. canRead(Category cat, boolean searchInGroups, boolean searchInParent)This convenient method checks if a member can read a categorie.booleanGroup. canUseCategory(Category cat)Deprecated.since JCMS-8579booleanMember. canUseCategory(Category cat)Check if this member can use the given category.booleanMember. canUseCategory(Category cat, boolean searchInGroups, boolean searchInParent)Check if this member can use the given category.booleanRightPolicyManager. canUseCategory(boolean isAuthorized, Member mbr, Category cat, boolean searchInGroups, boolean searchInParent)booleanMember. canUseDescendantCategories(Category cat, boolean checkRoot)Check if this member can use at least one descendant of the given category.booleanCategory. checkName(Category parent)Return true if another category exists with same name (case insensitive) under the given parentvoidCategoryIndexManager. clearChildrenSet(Category cat)Clears the children set associated to the given Category.booleanPublication. containsCategory(Category category)This convenient method returns true if the publication contains a given category.booleanCategory. containsDescendant(Category category)Test if a category is a descendant of this category (this method is equivalent to invoke category.hasAncestor(this))protected CategoryStartupDataGenerator. createCategory(java.lang.String vid, Category parent)Crate a categoryjava.lang.StringFriendlyURLManager. 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.StringCategory. 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 isFirst Level > Second Level > Category Name, and given ancestor is First Level, it returnsSecond Level > Category Name).java.lang.StringCategory. 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 isFirst Level > Second Level > Category Name, and given ancestor is First Level, it returnsSecond Level > Category Name).protected java.util.BitSetAudienceRights. 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 parameterincludingParentis true.java.util.TreeSet<Category>Publication. getDescendantCategorySet(Category parent, boolean includingParent, Member member)Return the set of category of this publication which are descendant of given parent category, including the given parent category in case the parameterincludingParentis true.CategoryCategory. getFirstCommonAncestor(Category category)Returns the first common ancestor (FCA) with a given category.CategoryPublication. getFirstDescendantCategory(Category parent)This convenient method returns the first category of the set returned by getDescendantCategorySet.CategoryPublication. getFirstDescendantCategory(Category parent, boolean includingParent)This convenient method returns the first category of the set returned by getDescendantCategorySet, including the parent in case parameterincludingParentis true and the current publication hasparentas category.CategoryPublication. 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 parameterincludingParentis true and the current publication hasparentas category.static FileDocumentDBFileDocument. getInstance(java.lang.String filename, java.lang.String title, java.lang.String description, Category[] categories)Constructs a FileDocument from an existing file.static FileDocumentDBFileDocument. 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 FileDocumentFileDocument. 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 FileDocumentFileDocument. getInstance(java.lang.String filename, java.lang.String title, java.lang.String description, Category[] categories)Constructs a FileDocument from an existing file.static FileDocumentFileDocument. 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.booleanCategory. hasAncestor(Category category)Test if a category is an ancestor of this category (it returns false if the received category is this category).booleanPublication. hasCategory(Category cat)Test if a publication references a given category.protected booleanMember. internalCanManageCategory(Category cat, boolean searchInGroups, boolean searchInParent)protected booleanMember. internalCanUseCategory(Category cat, boolean searchInGroups, boolean searchInParent)booleanCategory. isSibling(Category cat)Returns true if the given category is a sibling of this category.ControllerStatusCategory. mergeWith(Category tgtCat, Member loggedMember)Merges this category with the given the category.ControllerStatusCategory. moveTo(Category parent, Member loggedMember)Move Category under given parentjava.lang.StringCategory. nameExists(Category parent)Check if another category exists with the same name (case insensitive) under a given parent (skip this category).protected voidDBPublicationCategoryUpdateThread. recomputeAllCatIdSet(Category category)booleanCategoryIndexManager. removeAllContent(Category cat, Content content)Removes the given content for the given category.booleanCategoryIndexManager. removeAllPublication(Category cat, Publication pub)Removes the given publication for the given category.voidPublication. removeCategory(Category cat)Remove the specified category from this publication's categoriesbooleanCategoryIndexManager. removeChild(Category cat, Category child)Removes the given child for the given Category.booleanCategoryIndexManager. removeContent(Category cat, Content content)Removes the given content for the given category.protected voidCategoryListener. removeFriendlyURLs(Category category)Remove every FriendlyURL of the category from the FriendlyURLManager.booleanCategoryIndexManager. removePublication(Category cat, Publication pub)Removes the given publication for the given category.voidCategoryIndexManager. setAllContentSet(Category cat, java.util.Set<Content> set)Set the all content set associated to the given Category.voidCategoryIndexManager. setAllPublicationSet(Category cat, java.util.Set<Publication> set)Set the all publication set associated to the given Category.voidPublication. setCategories(Category[] cats)Set categories of this publication.voidDBPublicationCategoryUpdateThread. setCategory(Category category)voidCategoryIndexManager. setChildrenSet(Category cat, java.util.Set<Category> set)Set the children set associated to the given Category.voidCategory. setParent(Category v)Set the value of parent.protected voidCategoryListener. updateFriendlyURLs(Category category)Add or update FriendlyURL of the given category to the FriendlyURLManager.voidFriendlyURLManager. updateFriendlyURLs(Category cat)Add the friendly URL of the given category.Method parameters in com.jalios.jcms with type arguments of type Category Modifier and Type Method Description voidCategoryRight. addRoots(java.util.HashSet<Category> set)Add a set of root categoriesControllerStatusPublication. attachTo(Workspace attachWorkspace, java.util.Set<Category> catSet, Member mbr)Attaches this publication to the given workspace with the given categories.CategoryRightChannel. getCategoryRight(java.util.HashSet<Category> roots, int mode, boolean create)Returns the CategoryRight matching the given criteriaprotected java.util.BitSetAudienceRights. getCategorySetBS(java.util.Set<Category> catSet)Creates and returns a BitSet from a Set of Category, using their indivual BitSet.static CategoryCategory. getFirstCommonAncestor(java.util.Collection<Category> collection)Returns the common ancestors of the given categoriesstatic CategoryCategory. 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 levelstatic java.util.Set<Category>Category. getReadableCatSet(java.util.Set<Category> catSet, Member mbr)Returns a category subset the given member can readjava.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.voidPublication. setCategorySet(java.util.Set<Category> catSet)Replaces the current categories with this set of categories.voidCategoryIndexManager. setChildrenSet(Category cat, java.util.Set<Category> set)Set the children set associated to the given Category.voidMember. setReadCategorySet(java.util.TreeSet<Category> v)Set the value of readCategorySet.voidCategoryRight. setRoots(java.util.HashSet<Category> rootCatSet)Sets the roots category of this CategoryRightvoidGroup. setUseCategorySet(java.util.TreeSet<Category> useCategorySet)Set the Categories that members of this groups are allowed to use when publishing.voidMember. setUseCategorySet(java.util.TreeSet<Category> v)Set the value of useCategorySet.Constructors in com.jalios.jcms with parameters of type Category Constructor Description Category(Category other)Category constructor by copy.CategoryCycleException(java.lang.String msg, Category category)Constructor parameters in com.jalios.jcms with type arguments of type Category Constructor Description CategoryRight(java.util.HashSet<Category> roots, int mode, boolean publish, boolean updateOther, boolean deleteOther, Member author, DataExtension extension)RelatedCategoryComparator(java.util.Set<Category> catSet)RelatedCategoryComparator(java.util.Set<Category> catSet, java.util.Comparator<T> superComparator) -
Uses of Category in com.jalios.jcms.ajax
Methods in com.jalios.jcms.ajax with parameters of type Category Modifier and Type Method Description protected intCategoryCtxMenu. addAddSiblingCatMenu(java.lang.StringBuffer sb, Category cat, java.lang.String ajaxSuffix)protected intCategoryCtxMenu. addAddSubCatMenu(java.lang.StringBuffer sb, Category cat, java.lang.String ajaxSuffix)protected intCategoryCtxMenu. addDeleteMenu(java.lang.StringBuffer sb, Category cat, java.lang.String ajaxSuffix)protected intCategoryCtxMenu. addDescriptionMenu(java.lang.StringBuffer sb, Category cat)protected intCategoryCtxMenu. addEditMenu(java.lang.StringBuffer sb, Category cat, boolean isEnabled, boolean popup)protected intCategoryCtxMenu. addExport(java.lang.StringBuffer sb, Category cat)protected intCategoryCtxMenu. addFriendlyURLSubMenu(java.lang.StringBuffer sb, Category cat)protected intCategoryCtxMenu. addImage(java.lang.StringBuffer sb, Category cat)protected intCategoryCtxMenu. addMergeMenu(java.lang.StringBuffer sb, Category cat, java.lang.String ajaxSuffix)protected intCategoryCtxMenu. addMetadataMenu(java.lang.StringBuffer sb, Category cat)protected intCategoryCtxMenu. addPortalMenu(java.lang.StringBuffer sb, Category cat)protected intCategoryCtxMenu. addRenameMenu(java.lang.StringBuffer sb, Category cat, java.lang.String ajaxSuffix)protected intCategoryCtxMenu. addRightsMenu(java.lang.StringBuffer sb, Category cat)protected intCategoryCtxMenu. addSynonymsSubMenu(java.lang.StringBuffer sb, Category cat)protected intCategoryCtxMenu. addWebDAVMenu(java.lang.StringBuffer sb, Category cat)char[]CtxMenuPolicyManager. checkCtxMenuItems(CategoryCtxMenu ctxMenu, Category cat, char[] letters)voidCtxMenuPolicyManager. handleCtxMenuItems(java.lang.StringBuffer sb, CategoryCtxMenu ctxMenu, Category cat)intCtxMenuPolicyManager. handleCtxMenuItems(java.lang.StringBuffer sb, CategoryCtxMenu ctxMenu, Category cat, char letter) -
Uses of Category in com.jalios.jcms.application
Methods in com.jalios.jcms.application that return Category Modifier and Type Method Description CategoryApplicationAppHandler. getAvailableapplicationRootCategory()CategoryApplicationManager. getTypeRoot() -
Uses of Category in com.jalios.jcms.caddy
Fields in com.jalios.jcms.caddy declared as Category Modifier and Type Field Description protected CategoryCategoryCaddyContext. commonParentprotected CategoryCategoryCaddyContext. parentFields in com.jalios.jcms.caddy with type parameters of type Category Modifier and Type Field Description protected java.util.TreeSet<Category>PublicationCaddyContext. categorySetprotected java.util.TreeSet<Category>WorkspaceCaddyContext. categorySetprotected java.util.TreeSet<Category>PublicationCaddyContext. commonCategorySetprotected java.util.TreeSet<Category>WorkspaceCaddyContext. commonCategorySetprotected java.util.TreeSet<Category>GroupCaddyContext. commonEditCategorySetprotected java.util.HashSet<Category>MemberCaddyContext. commonReadCategorySetprotected java.util.TreeSet<Category>GroupCaddyContext. commonUseCategorySetprotected java.util.TreeSet<Category>GroupCaddyContext. editCategorySetprotected java.util.HashSet<Category>MemberCaddyContext. readCategorySetprotected java.util.TreeSet<Category>GroupCaddyContext. useCategorySetMethods in com.jalios.jcms.caddy that return Category Modifier and Type Method Description CategoryCategoryCaddyHandler. getCommonParent()Methods in com.jalios.jcms.caddy that return types with arguments of type Category Modifier and Type Method Description java.util.ArrayList<Category>Caddy. getCategoryList()Create and returns a new list containing allCategorycontained in the caddy.java.util.SortedSet<Category>PublicationCaddyHandler. getCategorySet()java.util.TreeSet<Category>WorkspaceCaddyHandler. getCategorySet()java.util.Set<Category>GroupCaddyHandler. getEditCategorySet()java.util.Set<Category>MemberCaddyHandler. getReadCategorySet()java.util.Set<Category>GroupCaddyHandler. getUseCategorySet()Methods in com.jalios.jcms.caddy with parameters of type Category Modifier and Type Method Description booleanPublicationCaddyHandler. isExpanded(Category cat, java.lang.String inputName)Check if the specified category has been expanded in the treecat -
Uses of Category in com.jalios.jcms.categorybrowser
Methods in com.jalios.jcms.categorybrowser that return Category Modifier and Type Method Description CategoryCategoryBrowserContext. getCategory()Constructors in com.jalios.jcms.categorybrowser with parameters of type Category Constructor Description CategoryBrowserContext(Category category, Publication publication, Workspace currentWS, Member member, JcmsContext jcmsContext, java.lang.String language, java.util.Locale locale) -
Uses of Category in com.jalios.jcms.categorycleaner
Fields in com.jalios.jcms.categorycleaner declared as Category Modifier and Type Field Description protected CategoryCategoryCleanerHandler. categoryRootprotected CategoryCategoryCleanerHandler. elderCatFields in com.jalios.jcms.categorycleaner with type parameters of type Category Modifier and Type Field Description protected java.util.List<Category>CategoryCleanerHandler. catListprotected java.util.SortedSet<Category>CategoryCleanerHandler. catSetprotected java.util.Map<java.lang.String,java.util.Set<Category>>CategoryCleanerHandler. clusterMapMethods in com.jalios.jcms.categorycleaner that return Category Modifier and Type Method Description CategoryCategoryCleanerHandler. getCategoryRoot()Methods in com.jalios.jcms.categorycleaner that return types with arguments of type Category Modifier and Type Method Description java.util.Set<Category>CategoryClusterManager. findCluster(Category cat, java.util.Map<java.lang.String,java.util.Set<Category>> clusterMap)Returns the cluster containing the given category.java.util.List<Category>CategoryCleanerHandler. getCatList()java.util.Map<java.lang.String,java.util.Set<Category>>CategoryCleanerHandler. getClusterMap()java.util.Map<java.lang.String,java.util.Set<Category>>CategoryClusterManager. getClusterMap(Category root, float similarity, org.apache.lucene.search.spell.StringDistance sd)Returns a set of cluster of similar categories.Methods in com.jalios.jcms.categorycleaner with parameters of type Category Modifier and Type Method Description java.util.Set<Category>CategoryClusterManager. findCluster(Category cat, java.util.Map<java.lang.String,java.util.Set<Category>> clusterMap)Returns the cluster containing the given category.java.util.Map<java.lang.String,java.util.Set<Category>>CategoryClusterManager. getClusterMap(Category root, float similarity, org.apache.lucene.search.spell.StringDistance sd)Returns a set of cluster of similar categories.Method parameters in com.jalios.jcms.categorycleaner with type arguments of type Category Modifier and Type Method Description java.util.Set<Category>CategoryClusterManager. findCluster(Category cat, java.util.Map<java.lang.String,java.util.Set<Category>> clusterMap)Returns the cluster containing the given category. -
Uses of Category in com.jalios.jcms.context
Fields in com.jalios.jcms.context declared as Category Modifier and Type Field Description protected Category[]AbstractJcmsAjaxContext. ctxCategoriesprotected CategoryAbstractJcmsAjaxContext. currentCategoryprotected CategoryAbstractJcmsAjaxContext. portalCategoryMethods in com.jalios.jcms.context that return Category Modifier and Type Method Description Category[]AbstractJcmsAjaxContext. getCtxCategories()Retrieve the contextual categories to used for refinementCategory[]JcmsJspContext. getCtxCategories()CategoryAbstractJcmsAjaxContext. getCurrentCategory()Retrieve the current category, either the category available at the time of the initial request or the one overrided byAbstractJcmsAjaxContext.setCurrentCategory(Category)CategoryJcmsJspContext. getCurrentCategory()CategoryAbstractJcmsAjaxContext. getPortalCategory()Retrieve the portal category, either the category available at the time of the initial request or the one overrided byAbstractJcmsAjaxContext.setPortalCategory(Category)CategoryJcmsJspContext. getPortalCategory()Methods in com.jalios.jcms.context with parameters of type Category Modifier and Type Method Description voidAbstractJcmsAjaxContext. setCtxCategories(Category[] ctxCategories)Sets the contextual categories used for refinement.
If this method is called beforeAbstractJcmsAjaxContext.setJcmsContext(JcmsJspContext), its value won't be overiden by values retrieved from the JcmsJspContext.voidAbstractJcmsAjaxContext. setCurrentCategory(Category currentCategory)Set the current category.
If this method is called beforeAbstractJcmsAjaxContext.setJcmsContext(JcmsJspContext), its value won't be overiden by values retrieved from the JcmsJspContext.voidAbstractJcmsAjaxContext. setPortalCategory(Category portalCategory)Set the portal category.
If this method is called beforeAbstractJcmsAjaxContext.setJcmsContext(JcmsJspContext), its value won't be overiden by values retrieved from the JcmsJspContext. -
Uses of Category in com.jalios.jcms.db
Method parameters in com.jalios.jcms.db with type arguments of type Category Modifier and Type Method Description voidPublicationCriteria. setCategorySet(java.util.Set<Category> catSet)Set the category to use for filtering -
Uses of Category in com.jalios.jcms.dbmember
Methods in com.jalios.jcms.dbmember that return types with arguments of type Category Modifier and Type Method Description java.util.TreeSet<Category>DBMember. getReadCategorySet()Method parameters in com.jalios.jcms.dbmember with type arguments of type Category Modifier and Type Method Description voidDBMember. setReadCategorySet(java.util.TreeSet<Category> v)voidDBMember. setUseCategorySet(java.util.TreeSet<Category> v) -
Uses of Category in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as Category Modifier and Type Field Description protected CategoryEditCatHandler. categoryprotected CategoryPubBrowserHandler. categoryprotected CategoryEditCatHandler. parentprotected CategoryImportCatListHandler. parentCatprotected CategoryEditCatHandler. workingCatFields in com.jalios.jcms.handler with type parameters of type Category Modifier and Type Field Description protected java.util.Set<Category>EditNotificationCriteriaHandler. categorySetprotected java.util.Set<Category>EditPublicationHandler. categorySetprotected java.util.Set<Category>AttachWorkspaceHandler. catSetprotected java.util.Set<Category>CategoryQueryHandler. removeCategoriesprotected java.util.Set<Category>CategoryQueryHandler. rootCategoriesMethods in com.jalios.jcms.handler that return Category Modifier and Type Method Description Category[]EditPublicationHandler. getAvailableCategories()CategoryEditCatHandler. getAvailableParent()CategoryExportCatListHandler. getAvailableRootCategory()CategoryMergeCategoryHandler. getAvailableSrcCat()CategoryEditCatHandler. getCategory()CategoryPubBrowserHandler. getCategory()CategoryEditCatHandler. getWorkingCat()Methods in com.jalios.jcms.handler that return types with arguments of type Category Modifier and Type Method Description java.util.Set<Category>EditNotificationCriteriaHandler. getAvailableCategorySet()java.util.Set<Category>EditPublicationHandler. getCategorySet(java.lang.String inputName)Returns the root set bound to the given inputNamejava.util.Set<Category>QueryHandler. getCategorySet(java.lang.String inputName)java.util.Set<Category>EditPublicationHandler. getDefaultCategorySet()This method should be overriden by sub-classesjava.util.Set<Category>EditPublicationHandler. getHiddenCatSet(java.util.Set<Category> typeRemovedCatSet)PageResult<Category>CategoryQueryHandler. getPageResult()Return results of a query done using thisCategoryQueryHandler.java.util.Set<Category>EditCatHandler. getRootCategories()Methods in com.jalios.jcms.handler with parameters of type Category Modifier and Type Method Description booleanEditCatHandler. isExpanded(Category cat)booleanEditGroupHandler. isExpanded(Category cat, java.lang.String inputName)booleanEditMemberHandler. isExpanded(Category cat, java.lang.String inputName)booleanEditPublicationHandler. isExpanded(Category cat, java.lang.String inputName)booleanQueryHandler. isExpanded(Category cat, java.lang.String inputName)booleanTypeEditorHandler. isExpanded(Category cat, java.lang.String inputName)protected booleanImportCatListHandler. 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.Method parameters in com.jalios.jcms.handler with type arguments of type Category Modifier and Type Method Description java.util.Set<Category>EditPublicationHandler. getHiddenCatSet(java.util.Set<Category> typeRemovedCatSet)voidCategoryQueryHandler. setRemoveCategories(java.util.Set<Category> removeCategories)Set the Set of root categories, whose descendant (included this category) are removed from resultsvoidCategoryQueryHandler. setRootCategories(java.util.Set<Category> rootCategories)Set the root categories used in this query -
Uses of Category in com.jalios.jcms.jportal
Methods in com.jalios.jcms.jportal with parameters of type Category Modifier and Type Method Description ControllerStatusJPortalManager. publishJPortal(AbstractJPortal jPortal, java.lang.String jPortalName, Member mbr, java.util.Map<java.lang.String,java.lang.Object> context, int pstatus, Category[] categories, java.util.Date pdate, java.lang.String title, java.util.HashMap<java.lang.String,java.lang.String> titleML)Publish the JPortal -
Uses of Category in com.jalios.jcms.mail.listener.criteria
Methods in com.jalios.jcms.mail.listener.criteria that return Category Modifier and Type Method Description Category[]AbstractIncomingMailFetchCriteria. getAvailableCategories()Get the default categories to set on the new MailMessage. -
Uses of Category in com.jalios.jcms.mashup
Methods in com.jalios.jcms.mashup that return Category Modifier and Type Method Description CategoryImportManager. getImportRootCategory()Returns the import root category. -
Uses of Category in com.jalios.jcms.media
Methods in com.jalios.jcms.media that return types with arguments of type Category Modifier and Type Method Description java.util.Set<Category>MediaBrowserHandler. getCategorySet()Retrieve the current categories used for refinement in this media browser. -
Uses of Category in com.jalios.jcms.member.csvimport
Fields in com.jalios.jcms.member.csvimport declared as Category Modifier and Type Field Description protected CategoryMemberImportWorkspaceUnderRootCatSelector. rootCatConstructors in com.jalios.jcms.member.csvimport with parameters of type Category Constructor Description MemberImportWorkspaceUnderRootCatSelector(Category rootCat) -
Uses of Category in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy that return Category Modifier and Type Method Description CategoryBasicPortalPolicyFilter. checkCategory(Category workingCategory, Member loggedMember)CategoryPortalPolicyFilter. checkCategory(Category workingCategory, Member loggedMember)Hook called by display.jsp to update the working category.CategoryBasicPortalPolicyFilter. getHomeCategory(Category jcmsChoice, Member loggedMember)CategoryPortalPolicyFilter. getHomeCategory(Category jcmsChoice, Member loggedMember)Hook called by PortalManager to compute the home Category of the given logged Member.Methods in com.jalios.jcms.policy that return types with arguments of type Category Modifier and Type Method Description java.util.TreeSet<Category>BasicPortalPolicyFilter. getCategoryFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, java.util.TreeSet<Category> computedValue)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.Methods in com.jalios.jcms.policy with parameters of type Category Modifier and Type Method Description booleanBasicRightPolicyFilter. canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)Deprecated.since JCMS-8579booleanBasicRightPolicyFilter. canBeReadBy(boolean isAuthorized, Category cat, Member mbr, boolean searchInGroups, boolean checkAncestors)booleanRightPolicyFilter. canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)Deprecated.since JCMS-8579booleanRightPolicyFilter. canBeReadBy(boolean isAuthorized, Category cat, Member mbr, boolean searchInGroups, boolean checkAncestors)Called bycanBeReadBy(Member, boolean, boolean).booleanBasicRightPolicyFilter. canManageCategory(boolean isAuthorized, Member mbr, Category cat, boolean searchInGroups, boolean searchInParent)booleanRightPolicyFilter. canManageCategory(boolean isAuthorized, Member mbr, Category cat, boolean searchInGroups, boolean searchInParent)booleanBasicRightPolicyFilter. canUseCategory(boolean isAuthorized, Member mbr, Category cat, boolean searchInGroups, boolean searchInParent)booleanRightPolicyFilter. canUseCategory(boolean isAuthorized, Member mbr, Category cat, boolean searchInGroups, boolean searchInParent)CategoryBasicPortalPolicyFilter. checkCategory(Category workingCategory, Member loggedMember)CategoryPortalPolicyFilter. checkCategory(Category workingCategory, Member loggedMember)Hook called by display.jsp to update the working category.char[]BasicCtxMenuPolicyFilter. checkCtxMenuItems(CategoryCtxMenu ctxMenu, Category cat, char[] letters)char[]CtxMenuPolicyFilter. checkCtxMenuItems(CategoryCtxMenu ctxMenu, Category cat, char[] letters)Checks the processed contextual menuvoidBasicPortalPolicyFilter. checkDisplay(DisplayContext context, Category cat, Member loggedMember)voidBasicPortalPolicyFilter. checkDisplay(DisplayContext context, Member member, Category home, Member loggedMember)voidPortalPolicyFilter. checkDisplay(DisplayContext context, Category cat, Member loggedMember)Hook called by getDisplayContext() to update the content of context.voidPortalPolicyFilter. checkDisplay(DisplayContext context, Member member, Category home, Member loggedMember)Hook called by getDisplayContext() to update the content of context.voidBasicPortalPolicyFilter. checkWorkingCategories(java.util.List workingCategories, Publication pub, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, Category[] ctxCategories)voidPortalPolicyFilter. 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.voidBasicLuceneSearchEnginePolicyFilter. filterCategoryDocument(org.apache.lucene.document.Document doc, Category cat, java.lang.String lang)voidLuceneSearchEnginePolicyFilter. 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.CategoryBasicPortalPolicyFilter. getHomeCategory(Category jcmsChoice, Member loggedMember)CategoryPortalPolicyFilter. getHomeCategory(Category jcmsChoice, Member loggedMember)Hook called by PortalManager to compute the home Category of the given logged Member.java.lang.StringBasicWizardPolicyFilter. handleCategoryName(java.lang.String computedName, Category cat, WizardContext ctxt)java.lang.StringWizardPolicyFilter. handleCategoryName(java.lang.String computedName, Category cat, WizardContext ctxt)Handle custom name for the given category.voidBasicCtxMenuPolicyFilter. handleCtxMenuItems(java.lang.StringBuffer sb, CategoryCtxMenu ctxMenu, Category cat)intBasicCtxMenuPolicyFilter. handleCtxMenuItems(java.lang.StringBuffer sb, CategoryCtxMenu ctxMenu, Category cat, char letter, int status)voidCtxMenuPolicyFilter. handleCtxMenuItems(java.lang.StringBuffer sb, CategoryCtxMenu ctxMenu, Category cat)Handle the current StringBuffer to append custom content for the given CategoryintCtxMenuPolicyFilter. 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 LetterMethod parameters in com.jalios.jcms.policy with type arguments of type Category Modifier and Type Method Description java.util.TreeSet<Category>BasicPortalPolicyFilter. getCategoryFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, java.util.TreeSet<Category> computedValue)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. -
Uses of Category in com.jalios.jcms.portlet
Fields in com.jalios.jcms.portlet declared as Category Modifier and Type Field Description protected Category[]PortalManager.CatDiscrimComparator. contextCategoriesCategory[]PortalManager.DisplayContextParameters. ctxCategoriesprotected CategoryDisplayContext. currentCategoryprotected CategoryPortalManager.CatDiscrimComparator. currentPortalCategoryprotected CategoryDisplayContext. portalCategoryprotected Category[]PortalManager.CatDiscrimComparator. rootNavFields in com.jalios.jcms.portlet with type parameters of type Category Modifier and Type Field Description protected java.util.Map<Category,java.lang.Integer>PortalManager.CatDiscrimComparator. catWeightMapprotected java.util.Set<Category>PortalManager.CatDiscrimComparator. currentWorkspaceCategoriesMethods in com.jalios.jcms.portlet that return Category Modifier and Type Method Description CategoryPortalPolicyManager. checkCategory(Category workingCategory, Member loggedMember)static Category[]PortalManager. getCtxCategories(javax.servlet.http.HttpServletRequest request)Get all Categories from cid parameters in the requestCategoryDisplayContext. getCurrentCategory()static CategoryPortalManager. getHomeCategory()Return by default the Category associated to propertychannel.default-index.CategoryPortalPolicyManager. getHomeCategory(Category jcmsChoice, Member loggedMember)CategoryDisplayContext. getPortalCategory()static Category[]PortalManager. getRootNavigate()Methods in com.jalios.jcms.portlet that return types with arguments of type Category Modifier and Type Method Description protected static java.util.List<Category>PortalManager. getAllCategories(Member loggedMember, java.util.Collection<Category> categoryCollec)Return all categories at a given levelsjava.util.TreeSet<Category>PortalPolicyManager. getCategoryFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, java.util.TreeSet<Category> computedValue)Methods in com.jalios.jcms.portlet with parameters of type Category Modifier and Type Method Description CategoryPortalPolicyManager. checkCategory(Category workingCategory, Member loggedMember)voidPortalPolicyManager. checkDisplay(DisplayContext context, Category cat, Member loggedMember)voidPortalPolicyManager. checkDisplay(DisplayContext context, Member member, Category home, Member loggedMember)static booleanPortalManager. checkPortal(Category cat, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact)This method looks for a matching Portal for a given Category.protected static booleanPortalManager. checkPortal(Category cat, Publication pub, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact)Check the validity of the given Publication to be a convenient Portal.protected static booleanPortalManager. checkPortal(Category category, Publication pub, DisplayContext context, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean preview)Check the validity of the given Publication to be a convenient Portal.voidPortalPolicyManager. checkWorkingCategories(java.util.List<Category> workingCategories, Publication pub, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, Category[] ctxCategories)intPortalManager.CatDiscrimComparator. compare(Category c1, Category c2)static booleanPortalManager. 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 booleanPortalManager. 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 currentCategorystatic DisplayContextPortalManager. 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.CategoryPortalPolicyManager. getHomeCategory(Category jcmsChoice, Member loggedMember)java.lang.StringPortletSkinable. getSkinTitle(java.lang.String userLang, Category current, Category portal)static java.lang.StringPortalManager. 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 cidsstatic java.lang.StringPortalManager. getUrlWithUpdateCtxCategories(Category cat, Category[] ctxArray, javax.servlet.http.HttpServletRequest request, boolean ctx)Return an Url with updated cidsvoidDisplayContext. setCurrentCategory(Category currentCategory)voidDisplayContext. setPortalCategory(Category portalCategory)Method parameters in com.jalios.jcms.portlet with type arguments of type Category Modifier and Type Method Description voidPortalPolicyManager. checkCtxCategories(java.util.List<Category> ctxCategories)voidPortalPolicyManager. 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 levelsjava.util.TreeSet<Category>PortalPolicyManager. getCategoryFieldValue(JcmsJspContext ctxt, java.lang.String fieldName, Data data, java.util.TreeSet<Category> computedValue)Constructors in com.jalios.jcms.portlet with parameters of type Category Constructor Description CatDiscrimComparator(Category[] contextCategories, Category[] rootNav) -
Uses of Category in com.jalios.jcms.portlet.navigate
Methods in com.jalios.jcms.portlet.navigate that return Category Modifier and Type Method Description CategoryCategoryMenuInfo. getNode()Constructors in com.jalios.jcms.portlet.navigate with parameters of type Category Constructor 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) -
Uses of Category in com.jalios.jcms.profiling
Methods in com.jalios.jcms.profiling that return Category Modifier and Type Method Description CategoryProfilingManager. getCategoryAxis(Category cat, java.util.Set<Category> axes)The purpose of this method is to get the axis (among the given axes) of a given category.Methods in com.jalios.jcms.profiling that return types with arguments of type Category Modifier and Type Method Description java.util.Set<Category>ProfilingManager. getCommonCategories(java.util.Set<Category> catSet, Category axis)The aim of this method is to retain only the categories of the given axis in the categories provided.java.util.Set<Category>ProfilingManager. getMemberProfilingCategories(Member mbr)The purpose of this method is to return the member's chosen categories on his ESN profile.java.util.Set<Category>ProfilingManager. getMemberProfilingUnexactCategories(Member mbr, java.util.Set<Category> axes)The purpose of this method is to return the member's chosen categories on his ESN profile.java.util.Set<Category>ProfilingManager. getProfilingAxes()This method is aimed to return the profiling axes defined in property.Methods in com.jalios.jcms.profiling with parameters of type Category Modifier and Type Method Description CategoryProfilingManager. getCategoryAxis(Category cat, java.util.Set<Category> axes)The purpose of this method is to get the axis (among the given axes) of a given category.java.util.Set<Category>ProfilingManager. getCommonCategories(java.util.Set<Category> catSet, Category axis)The aim of this method is to retain only the categories of the given axis in the categories provided.Method parameters in com.jalios.jcms.profiling with type arguments of type Category Modifier and Type Method Description CategoryProfilingManager. getCategoryAxis(Category cat, java.util.Set<Category> axes)The purpose of this method is to get the axis (among the given axes) of a given category.java.util.Set<Category>ProfilingManager. getCommonCategories(java.util.Set<Category> catSet, Category axis)The aim of this method is to retain only the categories of the given axis in the categories provided.java.util.Set<Category>ProfilingManager. getMemberProfilingUnexactCategories(Member mbr, java.util.Set<Category> axes)The purpose of this method is to return the member's chosen categories on his ESN profile. -
Uses of Category in com.jalios.jcms.search
Methods in com.jalios.jcms.search that return types with arguments of type Category Modifier and Type Method Description java.util.Collection<Category>LuceneCategorySearchEngine. searchCategories(QueryHandler qh)Find Category matching the specified QueryHandler search options (uses mainly the text search param)java.util.Collection<Category>LuceneCategorySearchEngine. searchCategories(org.apache.lucene.search.Query query)Find Category matching the specified lucene QueryMethods in com.jalios.jcms.search with parameters of type Category Modifier and Type Method Description voidCategorySearchEngine. add(Category cat)Method to implement to indexCategoryinto the search engine.voidLuceneCategorySearchEngine. add(Category cat)Add givenCategoryto this lucene search engine.protected voidLuceneCategorySearchEngine. 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 LuceneFieldwith the given field's value of the givenCategoryin the given language, and add into the givenDocument.protected voidLuceneCategorySearchEngine. 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 LuceneFieldwith the given field's value of the givenCategoryin the given language, and add into the givenDocument.voidCategorySearchEngine. delete(Category cat)Method to implement to deleteCategoryfrom the search engine.voidLuceneCategorySearchEngine. delete(Category cat)Delete givenCategoryfrom this lucene search engine.voidLuceneSearchEnginePolicyManager. filterCategoryDocument(org.apache.lucene.document.Document doc, Category cat, java.lang.String lang)java.util.DateCategorySearchEngine. getIndexingDate(Category cat)Method to implement to retrieve the Date at which the specified Category was indexed in the search engine.java.util.DateLuceneCategorySearchEngine. getIndexingDate(Category cat)Retrieve the Date at which the specified Category was indexed in the search engine.floatLuceneCategorySearchEngineScoring. getPublicationNewScore(QueryHandler qh, QueryResultSet resultSet, Category cat, float catScore, float maxCatScore, Publication pub, float pubScore, float maxPubScore, boolean isNewResult)This method is called by the LuceneCategorySearchEngine when searching full text in category, it is used to compute the new score of the Publication (previously found or not by the LucenePublicationSearchEngine).voidCategorySearchEngine. update(Category cat)Method to implement to updateCategoryin the search engine.voidLuceneCategorySearchEngine. update(Category cat)Update givenCategoryin this lucene search engine.Method parameters in com.jalios.jcms.search with type arguments of type Category Modifier and Type Method Description voidCategorySearchEngine. add(java.util.Collection<Category> coll)Method to implement to index aCollectionofCategoryinto the search engine.voidLuceneCategorySearchEngine. add(java.util.Collection<Category> coll)Add givenCollectionofCategoryto this lucene search engine.voidCategorySearchEngine. delete(java.util.Collection<Category> coll)Method to implement to delete aCollectionofCategoryfrom the search engine.voidLuceneCategorySearchEngine. delete(java.util.Collection<Category> coll)Delete givenCollectionofCategoryfrom this lucene search engine.voidCategorySearchEngine. update(java.util.Collection<Category> coll)Method to implement to updateCollectionofCategoryin the search engine.voidLuceneCategorySearchEngine. update(java.util.Collection<Category> coll)Update givenCollectionofCategoryin this lucene search engine. -
Uses of Category in com.jalios.jcms.shortcut
Methods in com.jalios.jcms.shortcut that return types with arguments of type Category Modifier and Type Method Description abstract java.util.TreeSet<Category>AbstractShortcut. getType(Member member) -
Uses of Category in com.jalios.jcms.taglib
Fields in com.jalios.jcms.taglib declared as Category Modifier and Type Field Description protected CategoryFileWebdavTag. catMethods in com.jalios.jcms.taglib that return types with arguments of type Category Modifier and Type Method Description protected java.util.Set<Category>EditTag. computeCategoryAndTypeSet(QueryHandler qh)java.util.Collection<Category>TreeCatViewTag.TreeCatView. getMemberRoots()Methods in com.jalios.jcms.taglib with parameters of type Category Modifier and Type Method 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 Memberjava.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.booleanTreeCatViewTag.TreeCatView. hasAnyUnread(Category cat, Member loggedMember)Check if the given Category or it's descendant has any unread publication for given Memberstatic booleanCategoryFilter. isFiltered(Category category, Member member, CategoryFilter filter)voidFileWebdavTag.Webdav. printWebdavFolderIcon(java.lang.StringBuffer sb, Category cat, Workspace ws)Print the Webdav Folder Icon for the given Category and WorkspacevoidFileWebdavTag. setFolder(Category cat)This method set the category to use to open webfolderMethod parameters in com.jalios.jcms.taglib with type arguments of type Category Modifier and Type Method Description voidTreeCatViewTag.TreeCatView. filterRights(JcmsJspContext ctxt, java.util.Collection<Category> nodes)Filter node's collection with given parameter and filterjava.lang.StringEditTag. generateAddIconWithLabel(java.lang.Class clazz, Workspace ws, java.lang.String userLang, Member loggedMember, boolean popup, java.util.Set<Category> categorySet)protected java.lang.StringEditTag. getAnchorParams(JcmsJspContext jcmsContext, java.util.Set<Category> categorySet)voidTreeCatViewTag.TreeCatView. setMemberRoots(java.util.Collection<Category> memberRoots) -
Uses of Category in com.jalios.jcms.taglib.settings
Methods in com.jalios.jcms.taglib.settings that return Category Modifier and Type Method Description Category[]AbstractCategorySettings. resolveRootCategories()Returns the categories to display according to the 'displayRoots' attribute is true or false.Methods in com.jalios.jcms.taglib.settings with parameters of type Category Modifier and Type Method Description TAbstractCategorySettings. root(Category[] categories)Set the Root categories.TAbstractCategorySettings. root(Category category, Category... otherCategories)Set the Root categories.Method parameters in com.jalios.jcms.taglib.settings with type arguments of type Category Modifier and Type Method Description TAbstractCategorySettings. root(java.util.Collection<Category> categories)Set the Root categories. -
Uses of Category in com.jalios.jcms.taglib.settings.impl
Methods in com.jalios.jcms.taglib.settings.impl that return types with arguments of type Category Modifier and Type Method Description static java.util.Set<Category>CategoryTreeSettings. getOtherCategorySet(java.util.Set publicationCategories, java.util.Set<Category> wsRootSet)Methods in com.jalios.jcms.taglib.settings.impl with parameters of type Category Modifier and Type Method Description PublicationSettingsPublicationSettings. category(Category[] categories)Specify the categories to filter the Publications.PublicationSettingsPublicationSettings. category(Category category, Category... otherCategories)Specify the categories to filter the Publications.CategoryTreeSettingsCategoryTreeSettings. checked(Category[] categories)Specify the categories that are checked in the tree.CategoryTreeSettingsCategoryTreeSettings. checked(Category category, Category... otherCategories)Specify the categories that are checked in the tree.CategoryTreeSettingsCategoryTreeSettings. highlighted(Category[] categories)Specify the categories that are highlighted in the tree.CategoryTreeSettingsCategoryTreeSettings. highlighted(Category category, Category... otherCategories)Specify the categories that are highlighted in the tree.CategoryTreeSettingsCategoryTreeSettings. opened(Category[] categories)Specify the categories that are displayed open in the tree.CategoryTreeSettingsCategoryTreeSettings. opened(Category category, Category... otherCategories)Specify the categories that are displayed open in the tree.CategoryTreeSettingsCategoryTreeSettings. removed(Category[] categories)Specify the categories that are removed from the tree.CategoryTreeSettingsCategoryTreeSettings. removed(Category category, Category... otherCategories)Specify the categories that are removed from the tree.CategoryTreeSettingsCategoryTreeSettings. retained(Category[] categories)Specify the categories that are retained in the tree.CategoryTreeSettingsCategoryTreeSettings. retained(Category category, Category... otherCategories)Specify the categories that are retained in the tree.Method parameters in com.jalios.jcms.taglib.settings.impl with type arguments of type Category Modifier and Type Method Description PublicationSettingsPublicationSettings. category(java.util.Collection<Category> categories)Specify the categories to filter the Publications.CategoryTreeSettingsCategoryTreeSettings. checked(java.util.Collection<Category> categories)Specify the categories that are checked in the tree.CategoryTreeSettingsCategoryTreeSettings. highlighted(java.util.Collection<Category> categories)Specify the categories that are highlighted in the tree.CategoryTreeSettingsCategoryTreeSettings. opened(java.util.Collection<Category> categories)Specify the categories that are displayed open in the tree.CategoryTreeSettingsCategoryTreeSettings. removed(java.util.Collection<Category> categories)Specify the categories that are removed from the tree.CategoryTreeSettingsCategoryTreeSettings. retained(java.util.Collection<Category> categories)Specify the categories that are retained in the tree. -
Uses of Category in com.jalios.jcms.test
Methods in com.jalios.jcms.test that return Category Modifier and Type Method Description static CategoryJcmsTestCaseUtil. createCategory(java.lang.String name, Category parent)Methods in com.jalios.jcms.test with parameters of type Category Modifier and Type Method Description static CategoryJcmsTestCaseUtil. createCategory(java.lang.String name, Category parent) -
Uses of Category in com.jalios.jcms.upload
Methods in com.jalios.jcms.upload that return types with arguments of type Category Modifier and Type Method Description java.util.Set<Category>DocUploadHandler. getAvailableCategorySet() -
Uses of Category in com.jalios.jcms.webdav.cat
Methods in com.jalios.jcms.webdav.cat that return Category Modifier and Type Method Description static CategoryCatWebdavUtil. getRootCategory()Retrieve the global root category to be used for webdavMethods in com.jalios.jcms.webdav.cat with parameters of type Category Modifier and Type Method Description voidCatWebdavFileSystem. addFileDocument(java.util.Set<Data> childrenSet, Member loggedMember, Workspace workspace, Category category)static java.lang.StringCatWebdavUtil. getPath(Category cat, Workspace ws)Retrieve the WebDav path of the specified category in the specified workspace.static java.lang.StringCatWebdavUtil. getPathShort(Category cat, Workspace ws)Retrieve the WebDav path of the specified category in the specified workspace use a short notation for IE compatibility.Method parameters in com.jalios.jcms.webdav.cat with type arguments of type Category Modifier and Type Method Description protected booleanCatWebdavFileSystem. checkSetNewWorkspace(Workspace oldWS, Workspace newWS, java.util.Set<Category> pubCatSet) -
Uses of Category in com.jalios.jcms.webpage
Method parameters in com.jalios.jcms.webpage with type arguments of type Category Modifier and Type Method Description WebPageQueryBuilderWebPageQueryBuilder. categories(java.util.Set<Category> categories) -
Uses of Category in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace declared as Category Modifier and Type Field Description protected CategoryEditWorkspaceCommonHandler. tagRootprotected CategoryWorkspace. tagRootFields in com.jalios.jcms.workspace with type parameters of type Category Modifier and Type Field Description protected java.util.List<Category>WorkspaceWizardHandler. catListprotected java.util.Map<Category,Category>WizardContext. catMapprotected java.util.Map<Category,Category>WizardContext. catMapprotected java.util.HashSet<Category>Workspace. catSetMethods in com.jalios.jcms.workspace that return Category Modifier and Type Method Description CategoryEditWorkspaceCommonHandler. getAvailableTagRoot()CategoryWorkspace. getFirstWorkspaceCat(Category cat)Returns first workspace category mathching (or parent) given category.protected CategoryWorkspace. getHomeUrlVisitor(java.util.Collection<Category> collect, java.util.Set<Publication> portalSet)Internal methods to check home urlCategoryWorkspace. getTagRoot()Methods in com.jalios.jcms.workspace that return types with arguments of type Category Modifier and Type Method Description java.util.Collection<Category>WorkspaceWizardHandler. getAvailableCidsNames()java.util.Map<Category,Category>WizardContext. getCategoryMap()Returns a map of old/new Categoriesjava.util.Map<Category,Category>WizardContext. getCategoryMap()Returns a map of old/new Categoriesstatic java.util.concurrent.ConcurrentHashMap<Category,java.util.Set<Workspace>>WorkspaceListener. getCategoryToWorkspaceSet()Return the internal map used to track the association of Workspace's root category to the workspace using it.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.Methods in com.jalios.jcms.workspace with parameters of type Category Modifier and Type Method Description static WorkspaceWizardContextWorkspaceManager. 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.static WorkspaceWizardContextWorkspaceManager. 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.CategoryWorkspace. getFirstWorkspaceCat(Category cat)Returns first workspace category mathching (or parent) given category.java.lang.StringWizardPolicyManager. handleCategoryName(java.lang.String computedName, Category cat, WizardContext ctxt)booleanWorkspace. isWorkspaceCat(Category cat)Checks if the given category is a workspace category or a descendent of worspace categories.voidWorkspace. setTagRoot(Category tagRoot)Method parameters in com.jalios.jcms.workspace with type arguments of type Category Modifier and Type Method Description protected CategoryWorkspace. getHomeUrlVisitor(java.util.Collection<Category> collect, java.util.Set<Publication> portalSet)Internal methods to check home urlvoidWizardContext. setCategoryMap(java.util.Map<Category,Category> catMap)Sets a map of old/new CategoriesvoidWizardContext. setCategoryMap(java.util.Map<Category,Category> catMap)Sets a map of old/new CategoriesvoidWorkspace. setCatSet(java.util.HashSet<Category> catSet)
-