Uses of Class
com.jalios.jcms.Category

Packages that use Category
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.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.search Provides internal search engines classes of JCMS. 
com.jalios.jcms.servlet Contains JCMS servlet classes. 
com.jalios.jcms.taglib Provides many of the classes used for JCMS jsp tags. 
com.jalios.jcms.upload   
com.jalios.jcms.webdav.cat Contains classes which provides webdav access to Categorie of JCMS. 
com.jalios.jcms.widget Contains widget classes that generate html component especially for Forms Input. 
com.jalios.jcms.workspace Contains classes about workspace features. 
 

Uses of Category in com.jalios.jcms
 

Fields in com.jalios.jcms declared as Category
protected  Category[] Publication.categories
           
protected  Category Category.parent
           
protected  Category Channel.rootCategory
           
protected  Category Channel.tagRoot
           
 

Fields in com.jalios.jcms with type parameters of type Category
protected  Set<Category> Channel.advRefineRootSet
           
protected  List<Category> AudienceRights.categoriesAxesList
           
protected  TreeSet<Category> Publication.categorySet
           
protected  HashMap<Category,BitSet> AudienceRights.categoryToBSMap
           
protected  HashSet<Category> QueryManager.QueryPublicationSelector.queryAvoidCategorySet
           
protected  HashSet<Category> QueryManager.QueryPublicationSelector.queryCategorySet
           
protected  TreeSet<Category> Member.readCategorySet
           
protected  Set<Category> Channel.refineRootSet
           
protected  Set<Category> Channel.rootCategoryAsSet
           
protected  Set<Category> Channel.searchRootSet
           
protected  TreeSet<Category> Member.useCategorySet
           
protected  TreeSet<Category> Group.useCategorySet
           
 

Methods in com.jalios.jcms that return Category
 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(String id)
          Returns a category from its id
static Category HttpUtil.getCategoryParameter(javax.servlet.http.HttpServletRequest request, String parameterName)
          Retrieve a Category from its id received in parameter.
 Category Category.getChild(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(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(Set<Category> children, Set<Category> roots)
          Check if one category of the set not relatives to an other category.
static Category[] Category.getFirstRelatives(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.
 

Methods in com.jalios.jcms that return types with arguments of type Category
 Set<Category> Channel.getAdvRefineRootSet()
          Returns the categories to used as roots for the advanced refinement.
 List<Category> Category.getAncestorList()
          Returns the list of all the ancestors of this category, from the immediate parent to the root (root excluded).
 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.
 List<Category> AudienceRights.getCategoriesAxesList()
          Retrieve the list containing all the root categories of the audience rights axes.
 TreeSet<Category> Data.getCategoryFieldValue(JcmsJspContext ctxt, String fieldName)
          Gets the Category value of the specified field name for this Data.
 Set<Category> Member.getCategoryRootSet()
          Returns the set of category roots the member can manage
 Set<Category> Member.getCategoryRootSet(Workspace ws)
          Returns the set of category roots the member can manage in a given workspace
 TreeSet<Category> Publication.getCategorySet()
          Returns the categories of this publication as a Set.
 Set<Category> Category.getChildrenSet()
          Returns the children categories (ie categories having this category as parent)
 Set<Category> CategoryIndexManager.getChildrenSet(Category cat)
          Returns the children set associated to the given Category.
static Comparator<Category> Category.getDeepOrderComparator()
          Deprecated. use getDeepOrderComparator(String) instead.
static Comparator<Category> Category.getDeepOrderComparator(String lang)
           
 TreeSet<Category> Publication.getDescendantCategorySet(Category parent)
          Return the set of category of this publication which are the descendant category of a given parent category.
 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.
 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.
 Set<Category> Category.getDescendantSet()
          Returns all the descendant categories of this one (ie categories having this category as ancestor)
 TreeSet<Category> Member.getExpandedUseCategorySet()
          Return the category set this member can use according his category use mode (group, member or group and member)
static TreeSet<Category> Category.getHighestLevelCategorySet(TreeSet<Category> categorySet)
          Keeps only the categories of highest level
static Comparator<Category> Category.getOrderChildrenFirstComparator()
           
static Comparator<Category> Category.getOrderChildrenLastComparator()
           
protected  HashSet<Category> QueryManager.getQueryAvoidCategorySet(QueryHandler qh)
          Compute a HashSet of Category to exclude during query from the "cidsOff" value of the given QueryHandler.
protected  HashSet<Category> QueryManager.getQueryCategorySet(QueryHandler qh)
          Compute a HashSet of Category to include during query from the "cids" value of the given QueryHandler.
static Set<Category> Category.getReadableCatSet(Set<Category> catSet, Member mbr)
          Returns a category subset the given member can read
 TreeSet<Category> Member.getReadCategorySet()
          Gets the TreeSet of Category used for Publication read right.
 Set<Category> Channel.getRefineRootSet()
          Returns the categories to used as roots for the refinement.
 Set<Category> Channel.getRootCategoryAsSet()
          A convenient method which returns a set containing the root category
 HashSet<Category> CategoryRight.getRoots()
          Retrieves the roots category referenced by this CategoryRight
 Set<Category> Channel.getSearchRootSet()
          Returns the categories to used as root for the search.
 TreeSet<Category> Member.getUseCategorySet()
          Get the value of useCategorySet.
 TreeSet<Category> Group.getUseCategorySet()
          Retrieves the Categories that members of this groups are allowed to use when publishing.
 

Methods in com.jalios.jcms with parameters of type Category
 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 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 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.
 int Category.NameComparator.compare(Category c1, Category c2)
           
 int Category.DeepOrderComparator.compare(Category c1, Category c2)
           
 int Category.OrderComparator.compare(Category c1, Category c2)
           
 int Category.OrderChildrenFirstComparator.compare(Category c1, Category c2)
           
 int Category.OrderChildrenLastComparator.compare(Category c1, Category c2)
           
 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))
 Set<Content> CategoryIndexManager.getAllContentSet(Category cat)
          Returns the all content set associated to the given category.
 Set<Publication> CategoryIndexManager.getAllPublicationSet(Category cat)
          Returns the all publication set associated to the given category.
 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.
 String Category.getAncestorString(Category ancestor, 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).
 String Category.getAncestorString(Category ancestor, String sep, boolean includeCat, 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  BitSet AudienceRights.getCategoryBS(Category category)
          Retrieve the BitSet associated with the given Category.
 Set<Category> CategoryIndexManager.getChildrenSet(Category cat)
          Returns the children set associated to the given Category.
 Set<Content> CategoryIndexManager.getContentSet(Category cat)
          Returns the content set associated to the given category.
 TreeSet<Category> Publication.getDescendantCategorySet(Category parent)
          Return the set of category of this publication which are the descendant category of a given parent category.
 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.
 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(Class<? extends FileDocument> clazz, String filename, String title, String description, Category[] categories, Member author, Workspace ws)
          Constructs a FileDocument from an existing file for the given class.
static FileDocument FileDocument.getInstance(String filename, String title, String description, Category[] categories)
          Constructs a FileDocument from an existing file.
static FileDocument DBFileDocument.getInstance(String filename, String title, String description, Category[] categories)
          Constructs a FileDocument from an existing file.
static FileDocument FileDocument.getInstance(String filename, String title, String description, Category[] categories, Member author, Workspace ws)
          Constructs a FileDocument from an existing file.
static FileDocument DBFileDocument.getInstance(String filename, String title, String description, Category[] categories, Member author, Workspace ws)
          Constructs a FileDocument from an existing file.
 Set<Publication> CategoryIndexManager.getPublicationSet(Category cat)
          Returns the publication set associated to the given category.
 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.
 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 FriendlyURLFilter.
 boolean CategoryIndexManager.removePublication(Category cat, Publication pub)
          Removes the given publication for the given category.
 void CategoryIndexManager.setAllContentSet(Category cat, Set<Content> set)
          Set the all content set associated to the given Category.
 void CategoryIndexManager.setAllPublicationSet(Category cat, 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, Set<Category> set)
          Set the children set associated to the given Category.
 void Category.setParent(Category v)
          Set the value of parent.
protected  void CategoryListener.updateFriendlyURLs(Category category)
          Add or update FriendlyURL of the given category to the FriendlyURLFilter.
 

Method parameters in com.jalios.jcms with type arguments of type Category
 void CategoryRight.addRoots(HashSet<Category> set)
          Add a set of root categories
 CategoryRight Channel.getCategoryRight(HashSet<Category> roots, int mode, boolean create)
          Returns the CategoryRight matching the given criteria
protected  BitSet AudienceRights.getCategorySetBS(Set<Category> catSet)
          Creates and returns a BitSet from a Set of Category, using their indivual BitSet.
static Category Category.getFirstCommonAncestor(Collection<Category> collection)
          Returns the common ancestors of the given categories
static Category Category.getFirstNotRelatives(Set<Category> children, Set<Category> roots)
          Check if one category of the set not relatives to an other category.
static Category Category.getFirstNotRelatives(Set<Category> children, Set<Category> roots)
          Check if one category of the set not relatives to an other category.
static Category[] Category.getFirstRelatives(Set<Category> rootSet)
          Check if one category of the set is relatives to an other category.
static TreeSet<Category> Category.getHighestLevelCategorySet(TreeSet<Category> categorySet)
          Keeps only the categories of highest level
static Set<Category> Category.getReadableCatSet(Set<Category> catSet, Member mbr)
          Returns a category subset the given member can read
 void Publication.setCategorySet(Set<Category> catSet)
          Replaces the current categories with this set of categories.
 void CategoryIndexManager.setChildrenSet(Category cat, Set<Category> set)
          Set the children set associated to the given Category.
 void Member.setReadCategorySet(TreeSet<Category> v)
          Set the value of readCategorySet.
 void CategoryRight.setRoots(HashSet<Category> rootCatSet)
          Sets the roots category of this CategoryRight
 void Member.setUseCategorySet(TreeSet<Category> v)
          Set the value of useCategorySet.
 void Group.setUseCategorySet(TreeSet<Category> useCategorySet)
          Set the Categories that members of this groups are allowed to use when publishing.
 

Constructors in com.jalios.jcms with parameters of type Category
Category(Category other)
          Category constructor by copy.
CategoryCycleException(String msg, Category category)
           
 

Constructor parameters in com.jalios.jcms with type arguments of type Category
CategoryRight(HashSet<Category> roots, int mode, boolean publish, boolean updateOther, boolean deleteOther, Member author, DataExtension extension)
           
QueryManager.QueryPublicationSelector(HashSet<Class<? extends Publication>> queryClassSet, HashSet<Class<? extends Publication>> queryAvoidClassSet, Date beginDate, Date endDate, int dateType, Set<Group> queryGroupSet, Set<Group> queryAvoidGroupSet, Set<Member> queryMemberSet, Set<Member> queryAvoidMemberSet, Set<String> queryDBMemberIdSet, int[] ratings, int[] pstatus, String[] langs, Member loggedMember, Set<Workspace> workspaceSet, boolean checkReadRights, String ability, boolean isExactCat, String catMode, HashSet<Category> queryCategorySet, HashSet<Category> queryAvoidCategorySet, Set<Publication> historySet)
           
QueryManager.QueryPublicationSelector(HashSet<Class<? extends Publication>> queryClassSet, HashSet<Class<? extends Publication>> queryAvoidClassSet, Date beginDate, Date endDate, int dateType, Set<Group> queryGroupSet, Set<Group> queryAvoidGroupSet, Set<Member> queryMemberSet, Set<Member> queryAvoidMemberSet, Set<String> queryDBMemberIdSet, int[] ratings, int[] pstatus, String[] langs, Member loggedMember, Set<Workspace> workspaceSet, boolean checkReadRights, String ability, boolean isExactCat, String catMode, HashSet<Category> queryCategorySet, HashSet<Category> queryAvoidCategorySet, Set<Publication> historySet)
           
 

Uses of Category in com.jalios.jcms.ajax
 

Methods in com.jalios.jcms.ajax with parameters of type Category
protected  int CategoryCtxMenu.addAddSiblingCatMenu(StringBuffer sb, Category cat, String ajaxSuffix)
           
protected  int CategoryCtxMenu.addAddSubCatMenu(StringBuffer sb, Category cat, String ajaxSuffix)
           
protected  int CategoryCtxMenu.addDeleteMenu(StringBuffer sb, Category cat, String ajaxSuffix)
           
protected  int CategoryCtxMenu.addDescriptionMenu(StringBuffer sb, Category cat)
           
protected  int CategoryCtxMenu.addEditMenu(StringBuffer sb, Category cat, boolean isEnabled, boolean popup)
           
protected  int CategoryCtxMenu.addExport(StringBuffer sb, Category cat)
           
protected  int CategoryCtxMenu.addFriendlyURLSubMenu(StringBuffer sb, Category cat)
           
protected  int CategoryCtxMenu.addImage(StringBuffer sb, Category cat)
           
protected  int CategoryCtxMenu.addMergeMenu(StringBuffer sb, Category cat, String ajaxSuffix)
           
protected  int CategoryCtxMenu.addMetadataMenu(StringBuffer sb, Category cat)
           
protected  int CategoryCtxMenu.addPortalMenu(StringBuffer sb, Category cat)
           
protected  int CategoryCtxMenu.addRenameMenu(StringBuffer sb, Category cat, String ajaxSuffix)
           
protected  int CategoryCtxMenu.addRightsMenu(StringBuffer sb, Category cat)
           
protected  int CategoryCtxMenu.addSynonymsSubMenu(StringBuffer sb, Category cat)
           
protected  int CategoryCtxMenu.addWebDAVMenu(StringBuffer sb, Category cat)
           
 

Uses of Category in com.jalios.jcms.caddy
 

Fields in com.jalios.jcms.caddy declared as Category
protected  Category CategoryCaddyManagerHandler.commonParent
           
protected  Category CategoryCaddyManagerHandler.parent
           
 

Fields in com.jalios.jcms.caddy with type parameters of type Category
protected  TreeSet<Category> PublicationCaddyManagerHandler.categorySet
           
protected  TreeSet<Category> PublicationCaddyManagerHandler.commonCategorySet
           
protected  HashSet<Category> MemberCaddyManagerHandler.commonReadCategorySet
           
protected  HashSet<Category> MemberCaddyManagerHandler.readCategorySet
           
 

Methods in com.jalios.jcms.caddy that return Category
 Category CategoryCaddyManagerHandler.getCommonParent()
           
 

Methods in com.jalios.jcms.caddy that return types with arguments of type Category
 ArrayList<Category> Caddy.getCategoryList()
          Create and returns a new list containing all Category contained in the caddy.
 SortedSet<Category> PublicationCaddyManagerHandler.getCategorySet()
           
 

Methods in com.jalios.jcms.caddy with parameters of type Category
 boolean PublicationCaddyManagerHandler.isExpanded(Category cat, String inputName)
           
 

Uses of Category in com.jalios.jcms.context
 

Fields in com.jalios.jcms.context declared as Category
protected  Category[] AbstractJcmsAjaxContext.ctxCategories
           
protected  Category AbstractJcmsAjaxContext.currentCategory
           
protected  Category AbstractJcmsAjaxContext.portalCategory
           
 

Methods in com.jalios.jcms.context that return Category
 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)
 

Methods in com.jalios.jcms.context with parameters of type Category
 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.
 

Uses of Category in com.jalios.jcms.dbmember
 

Methods in com.jalios.jcms.dbmember that return types with arguments of type Category
 Set<Category> DBMember.getCategoryRootSet()
           
 Set<Category> DBMember.getCategoryRootSet(Workspace ws)
           
 TreeSet<Category> DBMember.getReadCategorySet()
           
 

Methods in com.jalios.jcms.dbmember with parameters of type Category
 boolean DBMember.canManageCategory(Category cat)
           
 boolean DBMember.canManageCategory(Category cat, boolean searchInGroups, boolean searchInParent)
           
protected  boolean DBMember.internalCanManageCategory(Category cat, boolean searchInGroups, boolean searchInParent)
           
 

Method parameters in com.jalios.jcms.dbmember with type arguments of type Category
 void DBMember.setReadCategorySet(TreeSet<Category> v)
           
 void DBMember.setUseCategorySet(TreeSet<Category> v)
           
 

Uses of Category in com.jalios.jcms.handler
 

Fields in com.jalios.jcms.handler declared as Category
protected  Category PubBrowserHandler.category
           
protected  Category EditCatHandler.category
           
protected  Category EditCatHandler.parent
           
protected  Category ImportCatListHandler.parentCat
           
protected  Category EditCatHandler.workingCat
           
 

Fields in com.jalios.jcms.handler with type parameters of type Category
protected  Set<Category> EditPublicationHandler.categorySet
           
 

Methods in com.jalios.jcms.handler that return Category
 Category[] EditPublicationHandler.getAvailableCategories()
           
 Category EditCatHandler.getAvailableParent()
           
 Category MergeCategoryHandler.getAvailableSrcCat()
           
 Category PubBrowserHandler.getCategory()
          Return the refine category
 Category EditCatHandler.getCategory()
           
 Category EditCatHandler.getWorkingCat()
           
 

Methods in com.jalios.jcms.handler that return types with arguments of type Category
 Set<Category> QueryHandler.getCategorySet(String inputName)
           
 Set<Category> EditPublicationHandler.getCategorySet(String inputName)
          Returns the root set bound to the given inputName
 Set<Category> EditPublicationHandler.getDefaultCategorySet()
          This method should be overriden by sub-classes
 Set<Category> EditPublicationHandler.getHiddenCatSet(Set<Category> typeRemovedCatSet)
           
 Set<Category> EditCatHandler.getRootCategories()
           
 

Methods in com.jalios.jcms.handler with parameters of type Category
 boolean EditCatHandler.isExpanded(Category cat)
           
 boolean TypeEditorHandler.isExpanded(Category cat, String inputName)
           
 boolean QueryHandler.isExpanded(Category cat, String inputName)
           
 boolean EditPublicationHandler.isExpanded(Category cat, String inputName)
           
 boolean EditMemberHandler.isExpanded(Category cat, String inputName)
           
 boolean EditGroupHandler.isExpanded(Category cat, String inputName)
           
protected  boolean ImportCatListHandler.performImport(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
 Set<Category> EditPublicationHandler.getHiddenCatSet(Set<Category> typeRemovedCatSet)
           
 

Uses of Category in com.jalios.jcms.mashup
 

Methods in com.jalios.jcms.mashup that return Category
 Category ImportManager.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
 Set<Category> MediaBrowserHandler.getCategorySet()
          Retrieve the current categories used for refinement in this media browser.
 

Methods in com.jalios.jcms.media with parameters of type Category
 String TreeCatMediaProxy.getNodeLink(TreeCat treecat, String computedValue, String name, Category cat, int pubCount)
           
 

Uses of Category in com.jalios.jcms.policy
 

Methods in com.jalios.jcms.policy that return Category
 Category PortalPolicyFilter.checkCategory(Category workingCategory, Member loggedMember)
          Hook called by display.jsp to update the working category.
 Category PolicyManager.checkCategory(Category workingCategory, Member loggedMember)
           
 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 PolicyManager.getHomeCategory(Category jcmsChoice, Member loggedMember)
           
 Category BasicPortalPolicyFilter.getHomeCategory(Category jcmsChoice, Member loggedMember)
           
 

Methods in com.jalios.jcms.policy that return types with arguments of type Category
 TreeSet<Category> PortalPolicyFilter.getCategoryFieldValue(JcmsJspContext ctxt, String fieldName, Data data, TreeSet<Category> computedValue)
          Returns an alternate value for the given Category field and given Data.
 TreeSet<Category> PolicyManager.getCategoryFieldValue(JcmsJspContext ctxt, String fieldName, Data data, TreeSet<Category> computedValue)
           
 TreeSet<Category> BasicPortalPolicyFilter.getCategoryFieldValue(JcmsJspContext ctxt, String fieldName, Data data, TreeSet<Category> computedValue)
           
 

Methods in com.jalios.jcms.policy with parameters of type Category
 boolean RightPolicyFilter.canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)
          Called by canBeReadBy(Group, boolean).
 boolean PolicyManager.canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)
           
 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 PolicyManager.canBeReadBy(boolean isAuthorized, Category cat, Member mbr, boolean searchInGroups, boolean checkAncestors)
           
 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)
          Called by Member.canManageCategory(Category, boolean, boolean).
 boolean PolicyManager.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)
          Called by Member.canUseCategory(Category, boolean, boolean).
 boolean PolicyManager.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 PolicyManager.checkCategory(Category workingCategory, Member loggedMember)
           
 Category BasicPortalPolicyFilter.checkCategory(Category workingCategory, Member loggedMember)
           
 char[] PolicyManager.checkCtxMenuItems(CategoryCtxMenu ctxMenu, Category cat, char[] letters)
           
 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 PolicyManager.checkDisplay(DisplayContext context, Category cat, Member loggedMember)
           
 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 PolicyManager.checkDisplay(DisplayContext context, Member member, Category home, Member loggedMember)
           
 void BasicPortalPolicyFilter.checkDisplay(DisplayContext context, Member member, Category home, Member loggedMember)
           
 void PolicyManager.checkWorkingCategories(List<Category> workingCategories, Publication pub, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, Category[] ctxCategories)
           
 void PortalPolicyFilter.checkWorkingCategories(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(List workingCategories, Publication pub, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, Category[] ctxCategories)
           
 void PolicyManager.filterCategoryDocument(org.apache.lucene.document.Document doc, Category cat, String lang)
           
 void LuceneSearchEnginePolicyFilter.filterCategoryDocument(org.apache.lucene.document.Document doc, Category cat, 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, String lang)
           
 Category PortalPolicyFilter.getHomeCategory(Category jcmsChoice, Member loggedMember)
          Hook called by PortalManager to compute the home Category of the given logged Member.
 Category PolicyManager.getHomeCategory(Category jcmsChoice, Member loggedMember)
           
 Category BasicPortalPolicyFilter.getHomeCategory(Category jcmsChoice, Member loggedMember)
           
 String WidgetPolicyFilter.getTreeCatNodeExtraContent(TreeCat treecat, String extraContent, Category cat, int level, int pubcount)
          This method is called by TreeCat to append some specific content for each category node or leaf.
 String PolicyManager.getTreeCatNodeExtraContent(TreeCat treecat, String extraContent, Category cat, int level, int pubcount)
           
 String BasicWidgetPolicyFilter.getTreeCatNodeExtraContent(TreeCat treecat, String extraContent, Category cat, int level, int pubcount)
           
 String WizardPolicyFilter.handleCategoryName(String computedName, Category cat, WizardContext ctxt)
          Handle custom name for the given category.
 String PolicyManager.handleCategoryName(String computedName, Category cat, WizardContext ctxt)
           
 String BasicWizardPolicyFilter.handleCategoryName(String computedName, Category cat, WizardContext ctxt)
           
 void PolicyManager.handleCtxMenuItems(StringBuffer sb, CategoryCtxMenu ctxMenu, Category cat)
           
 void CtxMenuPolicyFilter.handleCtxMenuItems(StringBuffer sb, CategoryCtxMenu ctxMenu, Category cat)
          Handle the current StringBuffer to append custom content for the given Category
 void BasicCtxMenuPolicyFilter.handleCtxMenuItems(StringBuffer sb, CategoryCtxMenu ctxMenu, Category cat)
           
 int PolicyManager.handleCtxMenuItems(StringBuffer sb, CategoryCtxMenu ctxMenu, Category cat, char letter)
           
 int CtxMenuPolicyFilter.handleCtxMenuItems(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(StringBuffer sb, CategoryCtxMenu ctxMenu, Category cat, char letter, int status)
           
 

Method parameters in com.jalios.jcms.policy with type arguments of type Category
 void PolicyManager.checkCtxCategories(List<Category> ctxCategories)
           
 void PolicyManager.checkWorkingCategories(List<Category> workingCategories, Publication pub, Member loggedMember, boolean skipRedirect, boolean skipExact, boolean modePreview, Category[] ctxCategories)
           
 TreeSet<Category> PortalPolicyFilter.getCategoryFieldValue(JcmsJspContext ctxt, String fieldName, Data data, TreeSet<Category> computedValue)
          Returns an alternate value for the given Category field and given Data.
 TreeSet<Category> PolicyManager.getCategoryFieldValue(JcmsJspContext ctxt, String fieldName, Data data, TreeSet<Category> computedValue)
           
 TreeSet<Category> BasicPortalPolicyFilter.getCategoryFieldValue(JcmsJspContext ctxt, String fieldName, Data data, TreeSet<Category> computedValue)
           
 

Uses of Category in com.jalios.jcms.portlet
 

Fields in com.jalios.jcms.portlet declared as Category
 Category[] PortalManager.DisplayContextParameters.ctxCategories
           
protected  Category DisplayContext.currentCategory
           
protected  Category[] PortalManager.CatDiscrimComparator.discrim
           
protected  Category DisplayContext.portalCategory
           
protected  Category[] PortalManager.CatDiscrimComparator.rootNav
           
 

Methods in com.jalios.jcms.portlet that return Category
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 DisplayContext.getPortalCategory()
           
static Category[] PortalManager.getRootNavigate()
           
 

Methods in com.jalios.jcms.portlet with parameters of type Category
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.
 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(String id, PortalInterface overrided, Category[] ctxCategories, Member loggedMember, boolean preview, String queryString)
          This method compute a display context of parameters for display.jsp.
 String PortletSkinable.getSkinTitle(String userLang, Category current, Category portal)
           
static String PortalManager.getUrlWithUpdateCtxCategories(Category cat, Category[] ctxArray, javax.servlet.http.HttpServletRequest request, boolean ctx)
          Return an Url with updated cids
static String PortalManager.getUrlWithUpdateCtxCategories(Category cat, Category[] ctxArray, javax.servlet.http.HttpServletRequest request, boolean ctx)
          Return an Url with updated cids
static String PortalManager.getUrlWithUpdateCtxCategories(Category cat, Category[] ctxArray, String resourcePath, Map parameterMap, boolean ctx)
          Return an Url with updated cids
static String PortalManager.getUrlWithUpdateCtxCategories(Category cat, Category[] ctxArray, String resourcePath, Map parameterMap, boolean ctx)
          Return an Url with updated cids
 void DisplayContext.setCurrentCategory(Category currentCategory)
           
 void DisplayContext.setPortalCategory(Category portalCategory)
           
 

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

Uses of Category in com.jalios.jcms.search
 

Methods in com.jalios.jcms.search that return types with arguments of type Category
static Collection<Category> SuggestionManager.getCategoriesLikeThis(String text, String lang)
          Retrieve Category similar to the specified text.
 Collection<Category> LuceneCategorySearchEngine.searchCategories(org.apache.lucene.search.Query query)
          Find Category matching the specified lucene Query
 Collection<Category> LuceneCategorySearchEngine.searchCategories(QueryHandler qh)
          Find Category matching the specified QueryHandler search options (uses mainly the text search param)
 

Methods in com.jalios.jcms.search with parameters of type Category
 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, String lang, String fieldName, 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, String lang, String fieldName, 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.
 Date LuceneCategorySearchEngine.getIndexingDate(Category cat)
          Retrieve the Date at which the specified Category was indexed in the search engine.
 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.
 

Method parameters in com.jalios.jcms.search with type arguments of type Category
 void LuceneCategorySearchEngine.add(Collection<Category> coll)
          Add given Collection of Category to this lucene search engine.
 void CategorySearchEngine.add(Collection<Category> coll)
          Method to implement to index a Collection of Category into the search engine.
 void LuceneCategorySearchEngine.delete(Collection<Category> coll)
          Delete given Collection of Category from this lucene search engine.
 void CategorySearchEngine.delete(Collection<Category> coll)
          Method to implement to delete a Collection of Category from the search engine.
 void LuceneCategorySearchEngine.update(Collection<Category> coll)
          Update given Collection of Category in this lucene search engine.
 void CategorySearchEngine.update(Collection<Category> coll)
          Method to implement to update Collection of Category in the search engine.
 

Uses of Category in com.jalios.jcms.servlet
 

Methods in com.jalios.jcms.servlet with parameters of type Category
static String FriendlyURLFilter.generateFriendlyURL(Category cat, String lang)
          Build and return a friendly url that can be added later to the friendly urls Servlet Filter.
 

Uses of Category in com.jalios.jcms.taglib
 

Fields in com.jalios.jcms.taglib declared as Category
protected  Category FileWebdavTag.cat
           
protected  Category WidgetTag.rootCat
           
 

Methods in com.jalios.jcms.taglib that return types with arguments of type Category
protected  Set<Category> EditTag.computeCategoryAndTypeSet()
           
 

Methods in com.jalios.jcms.taglib with parameters of type Category
 void FileWebdavTag.Webdav.printWebdavFolderIcon(StringBuffer sb, Category cat, Workspace ws)
          Print the Webdav Folder Icon for the given Category and Workspace
 void TreeCatTag.setCtxCategories(Category[] ctxCategories)
           
 void FileWebdavTag.setFolder(Category cat)
          This method set the category to use to open webfolder
 void WidgetTag.setRootCat(Category rootCat)
           
 void TreeCatTag.setRootCat(Category rootCat)
          This method define a scategory to display has root category.
 

Method parameters in com.jalios.jcms.taglib with type arguments of type Category
protected  String EditTag.getAnchorParams(JcmsJspContext jcmsContext, Set<Category> categorySet)
           
 

Uses of Category in com.jalios.jcms.upload
 

Fields in com.jalios.jcms.upload with type parameters of type Category
protected  Set<Category> DocUploadHandler.categorySet
           
 

Methods in com.jalios.jcms.upload that return Category
 Category[] DocUploadHandler.getAvailableCategories()
           
 

Methods in com.jalios.jcms.upload that return types with arguments of type Category
 Set<Category> DocUploadHandler.getAvailableCategorySet()
           
 

Uses of Category in com.jalios.jcms.webdav.cat
 

Methods in com.jalios.jcms.webdav.cat that return Category
static Category CatWebdavUtil.getRootCategory()
          Retrieve the global root category to be used for webdav
 

Methods in com.jalios.jcms.webdav.cat with parameters of type Category
 void CatWebdavFileSystem.addFileDocument(Set<Data> childrenSet, Member loggedMember, Workspace workspace, Category category)
           
static String CatWebdavUtil.getPath(Category cat, Workspace ws)
          Retrieve the WebDav path of the specified category in the specified workspace.
static 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.
 

Method parameters in com.jalios.jcms.webdav.cat with type arguments of type Category
protected  boolean CatWebdavFileSystem.checkSetNewWorkspace(Workspace oldWS, Workspace newWS, Set<Category> pubCatSet)
           
 

Uses of Category in com.jalios.jcms.widget
 

Fields in com.jalios.jcms.widget declared as Category
protected  Category CategoryWidget.rootCat
           
 

Methods in com.jalios.jcms.widget that return Category
 Category CategoryWidget.getRootCat()
           
 

Methods in com.jalios.jcms.widget with parameters of type Category
 String TreeCatJSONInterface.addCat(Category parent, String name)
           
 String TreeCat.addCat(Category parent, String name)
           
protected  boolean TreeCat.canWorkOn(Category cat)
           
 String TreeCat.getBranch(Category cat, int level)
          This method will return a String representing the given Catergory with all requested computed options.
 String TreeCatProxy.getBranch(TreeCat treecat, String computedValue, Category cat, int level)
           
protected  String TreeCat.getBranchLI(Category cat, int level)
          This method will return a String representing the given Catergory with all requested computed options.
protected  String TreeCat.getBranchLI(Category cat, String str, int level)
           
protected  String TreeCat.getBranchLI(Category cat, String value, int level, boolean hasLevelChanged)
          This method will encapsulate the given String representing the given Catergory into <li></li>
 String TreeCat.getChildren(Category parent, int level)
          This method return a String of <li></li> displaying children of a given parent Category.
 Map TreeCat.getChildrenMap(Category parent, int level)
          This method return a Map of Category has key and <li></li> String displaying children has value for a given parent Category.
protected  String TreeCat.getEdit(Category cat)
          This method will compute the edit icon to display for the given category.
 String TreeCatProxy.getEdit(TreeCat treecat, String computedValue, Category cat)
           
protected  String TreeCat.getHelp(Category cat)
          This method will compute the help icon to display for the given category.
 String TreeCatProxy.getHelp(TreeCat treecat, String computedValue, Category cat)
           
protected  String TreeCat.getNodeIcon(Category cat, int level)
          This method will compute the node icon to display for the given category.
 String TreeCatProxy.getNodeIcon(TreeCat treecat, String computedValue, Category cat, int level)
           
protected  String TreeCat.getNodeLink(Category cat, int pubCount)
          This method will compute the node link to use for the given category.
 String TreeCatProxy.getNodeLink(TreeCat treecat, String computedValue, String name, Category cat, int pubCount)
           
protected  String TreeCat.getNodeName(Category cat, String classes)
          This method will compute the node name to display for the given category.
 String TreeCatProxy.getNodeName(TreeCat treecat, String computedValue, Category cat)
           
protected  String TreeCat.getPortals(Category cat)
          This method will compute the portal to display for the given category.
 String TreeCatProxy.getPortals(TreeCat treecat, String computedValue, Category cat)
           
protected  int TreeCat.getPubCount(Category cat)
           
protected  String TreeCat.getPubCount(Category cat, int pubCount)
          This method will compute the node title to display for the given category.
 String TreeCatProxy.getPubCount(TreeCat treecat, String computedValue, Category cat, int pubCount)
           
protected  String TreeCat.getReadablePub(Category cat)
           
 String TreeCatProxy.getReadablePub(TreeCat treecat, String computedValue, Category cat)
           
protected  String TreeCat.getRights(Category cat)
          This method will compute the rights to display for the given category.
 String TreeCatProxy.getRights(TreeCat treecat, String computedValue, Category cat)
           
protected  String TreeCat.getWidget(Category cat, int pubCount)
          This method will compute the widget to display for the given category.
 String TreeCatProxy.getWidget(TreeCat treecat, String computedValue, Category cat, int pubCount)
           
protected  String TreeCat.getWorkspaces(Category cat)
          This method will compute the workspace to display for the given category.
 String TreeCatProxy.getWorkspaces(TreeCat treecat, String computedValue, Category cat)
           
protected  void TreeCat.initRoot(Category cat)
          This method initialise data for the given category tree.
 void TreeCatProxy.initRoot(TreeCat treecat, Category cat)
           
 boolean TreeCat.isEditDisplay(Category cat)
           
 boolean TreeCat.isHelpDisplay(Category cat)
           
 boolean TreeCat.isMemberFiltered(Category cat)
           
 boolean TreeCat.isNameHighlighted(Category cat)
           
 boolean TreeCat.isNameStrong(Category cat)
           
 boolean TreeCat.isNodeOpen(Category cat, int level)
           
 boolean TreeCat.isPortalDisplay(Category cat)
           
 boolean TreeCat.isRemoved(Category cat)
           
 boolean TreeCat.isRetained(Category cat)
           
 boolean TreeCat.isRightsDisplay(Category cat)
           
 boolean TreeCat.isWidgetDisabled(Category cat, int pubCount)
           
 boolean TreeCat.isWidgetExclusive(Category cat)
           
 boolean TreeCat.isWidgetSelected(Category cat)
           
 boolean TreeCat.isWorkspaceDisplay(Category cat)
           
 boolean TreeCat.isWorkspaceFiltered(Category cat)
           
 void CategoryWidget.setRootCat(Category rootCat)
           
 

Uses of Category in com.jalios.jcms.workspace
 

Fields in com.jalios.jcms.workspace declared as Category
protected  Category Workspace.tagRoot
           
protected  Category EditWorkspaceCommonHandler.tagRoot
           
 

Fields in com.jalios.jcms.workspace with type parameters of type Category
protected  Map<Category,Category> WizardContext.catMap
           
protected  Map<Category,Category> WizardContext.catMap
           
protected  HashSet<Category> Workspace.catSet
           
 

Methods in com.jalios.jcms.workspace that return Category
 Category EditWorkspaceCommonHandler.getAvailableTagRoot()
           
 Category Workspace.getFirstWorkspaceCat(Category cat)
          Returns first workspace category mathching (or parent) given category.
protected  Category Workspace.getHomeUrlVisitor(Collection<Category> collect, Set<Publication> portalSet)
          Internal methods to check home url
 Category Workspace.getTagRoot()
           
 

Methods in com.jalios.jcms.workspace that return types with arguments of type Category
 Map<Category,Category> WizardContext.getCategoryMap()
          Returns a map of old/new Categories
 Map<Category,Category> WizardContext.getCategoryMap()
          Returns a map of old/new Categories
 HashSet<Category> Workspace.getCatSet()
           
 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
static WorkspaceWizardContext WorkspaceManager.deepDuplicate(Workspace model, Member author, String prefix, String wstitle, String wsemail, List adminList, Collection typeCollec, Category[] categories, Group[] groups, PortalInterface[] portals, Workspace parent, boolean collaborativeSpace)
          Deep duplicate the Workspace model using given configuration for duplication.
 Category Workspace.getFirstWorkspaceCat(Category cat)
          Returns first workspace category mathching (or parent) given category.
 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)
           
 

Method parameters in com.jalios.jcms.workspace with type arguments of type Category
protected  Category Workspace.getHomeUrlVisitor(Collection<Category> collect, Set<Publication> portalSet)
          Internal methods to check home url
 void WizardContext.setCategoryMap(Map<Category,Category> catMap)
          Sets a map of old/new Categories
 void WizardContext.setCategoryMap(Map<Category,Category> catMap)
          Sets a map of old/new Categories
 void Workspace.setCatSet(HashSet<Category> catSet)
           
 



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