Uses of Interface
com.dotmarketing.portlets.categories.business.Categorizable

Packages that use Categorizable
com.dotmarketing.beans   
com.dotmarketing.cms.registration.model   
com.dotmarketing.portlets.banners.model   
com.dotmarketing.portlets.calendar.model   
com.dotmarketing.portlets.campaigns.model   
com.dotmarketing.portlets.categories.business   
com.dotmarketing.portlets.categories.model   
com.dotmarketing.portlets.communications.model   
com.dotmarketing.portlets.containers.model   
com.dotmarketing.portlets.contentlet.model   
com.dotmarketing.portlets.discountcode.model   
com.dotmarketing.portlets.entities.model   
com.dotmarketing.portlets.event_registrations.model   
com.dotmarketing.portlets.events.model   
com.dotmarketing.portlets.facilities.model   
com.dotmarketing.portlets.files.model   
com.dotmarketing.portlets.fileUpload.model   
com.dotmarketing.portlets.folders.model   
com.dotmarketing.portlets.htmlpages.model   
com.dotmarketing.portlets.jobs.model   
com.dotmarketing.portlets.links.model   
com.dotmarketing.portlets.mailinglists.model   
com.dotmarketing.portlets.order_manager.model   
com.dotmarketing.portlets.organization.model   
com.dotmarketing.portlets.product.model   
com.dotmarketing.portlets.report.model   
com.dotmarketing.portlets.structure.model   
com.dotmarketing.portlets.templates.model   
com.dotmarketing.portlets.user.model   
com.dotmarketing.portlets.userfilter.model   
com.dotmarketing.portlets.virtuallinks.model   
com.dotmarketing.portlets.webevents.model   
com.dotmarketing.portlets.workflowmessages.model   
com.dotmarketing.portlets.workflows.model   
 

Uses of Categorizable in com.dotmarketing.beans
 

Classes in com.dotmarketing.beans that implement Categorizable
 class Host
          This is just a wrapper class over a contentlet, it just offers nice methods to access host content specific fields like the host name but it underneath is just a piece of content
 class Identifier
           
 class Inode
           
 class UserProxy
           
 class WebAsset
           
 

Uses of Categorizable in com.dotmarketing.cms.registration.model
 

Classes in com.dotmarketing.cms.registration.model that implement Categorizable
 class AddressProxy
           
 

Uses of Categorizable in com.dotmarketing.portlets.banners.model
 

Classes in com.dotmarketing.portlets.banners.model that implement Categorizable
 class Banner
           
 

Uses of Categorizable in com.dotmarketing.portlets.calendar.model
 

Classes in com.dotmarketing.portlets.calendar.model that implement Categorizable
 class Event
           
 class EventRecurrence
           
 

Uses of Categorizable in com.dotmarketing.portlets.campaigns.model
 

Classes in com.dotmarketing.portlets.campaigns.model that implement Categorizable
 class Campaign
           
 class Click
           
 class Recipient
           
 

Uses of Categorizable in com.dotmarketing.portlets.categories.business
 

Methods in com.dotmarketing.portlets.categories.business with parameters of type Categorizable
protected  void CategoryCacheImpl.addChild(Categorizable parent, Category child, java.util.List<Category> children)
           
protected abstract  void CategoryCache.addChild(Categorizable parentId, Category child, java.util.List<Category> children)
          Sets the list of children based on the given parent id/inode
protected  void CategoryFactoryImpl.addChild(Categorizable parent, Category child, java.lang.String relationType)
           
protected abstract  void CategoryFactory.addChild(Categorizable parent, Category child, java.lang.String relationType)
          This method adds the given category to parent children list
 void CategoryAPIImpl.addChild(Categorizable parent, Category child, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.addChild(Categorizable parent, Category child, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method adds the given category to parent children list
 void CategoryAPIImpl.addChild(Categorizable parent, Category child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.addChild(Categorizable parent, Category child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This method adds the given category to parent children list
protected  void CategoryFactoryImpl.addParent(Categorizable child, Category parent)
           
protected abstract  void CategoryFactory.addParent(Categorizable child, Category parent)
          Adds the given category as a parent of the given children category
protected  void CategoryCacheImpl.addParent(Categorizable child, Category parent, java.util.List<Category> parents)
           
protected abstract  void CategoryCache.addParent(Categorizable child, Category parent, java.util.List<Category> parents)
          Sets the list of parent categories of the given child id/inode
 void CategoryAPIImpl.addParent(Categorizable child, Category parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.addParent(Categorizable child, Category parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Adds the given category as a parent of the given children category
 java.util.List<Category> CategoryAPIImpl.getCategoryTreeDown(Categorizable categorizable, Category catToSearchFrom, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getCategoryTreeDown(Categorizable categorizable, Category catToSearchFrom, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Will return to you all category hierarchy (children and subchildren and so on) who are attached to the categorizable and are below the passed category
protected  java.util.List<Category> CategoryFactoryImpl.getChildren(Categorizable parent)
           
protected abstract  java.util.List<Category> CategoryFactory.getChildren(Categorizable parent)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
protected  java.util.List<java.lang.String> CategoryCacheImpl.getChildren(Categorizable parent)
           
protected abstract  java.util.List<java.lang.String> CategoryCache.getChildren(Categorizable parentId)
          Retrieves children categories of the given id(inode or identifier) this method can be used to associate not only children of categories but also children of other type of entities
 java.util.List<Category> CategoryAPIImpl.getChildren(Categorizable parent, boolean onlyActive, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getChildren(Categorizable parent, boolean onlyActive, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
 java.util.List<Category> CategoryAPIImpl.getChildren(Categorizable parent, boolean onlyActive, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getChildren(Categorizable parent, boolean onlyActive, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
protected  java.util.List<Category> CategoryFactoryImpl.getChildren(Categorizable parent, java.lang.String orderBy)
           
protected abstract  java.util.List<Category> CategoryFactory.getChildren(Categorizable parent, java.lang.String orderBy)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
 java.util.List<Category> CategoryAPIImpl.getChildren(Categorizable parent, java.lang.String relationType, boolean onlyActive, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getChildren(Categorizable parent, java.lang.String relationType, boolean onlyActive, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
protected  java.util.List<Category> CategoryFactoryImpl.getChildren(Categorizable parent, java.lang.String orderBy, java.lang.String relationType)
           
protected abstract  java.util.List<Category> CategoryFactory.getChildren(Categorizable parent, java.lang.String orderBy, java.lang.String relationType)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
 java.util.List<Category> CategoryAPIImpl.getChildren(Categorizable parent, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getChildren(Categorizable parent, java.lang.String orderBy, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
 java.util.List<Category> CategoryAPIImpl.getChildren(Categorizable parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getChildren(Categorizable parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of children categories associated to the given id/inode, this method can be used to retrived associated categories to another type of objects like categories associated to contentlets
protected  java.util.List<Category> CategoryFactoryImpl.getParents(Categorizable child)
           
protected abstract  java.util.List<Category> CategoryFactory.getParents(Categorizable child)
          Retrieves the list of parents categories associated to the given id/inode
protected  java.util.List<java.lang.String> CategoryCacheImpl.getParents(Categorizable child)
           
protected abstract  java.util.List<java.lang.String> CategoryCache.getParents(Categorizable childId)
          Retrieves the list of parents categories associated to the given id/inode
 java.util.List<Category> CategoryAPIImpl.getParents(Categorizable child, boolean onlyActive, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getParents(Categorizable child, boolean onlyActive, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of parents categories associated to the given id/inode
 java.util.List<Category> CategoryAPIImpl.getParents(Categorizable child, boolean onlyActive, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getParents(Categorizable child, boolean onlyActive, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of parents categories associated to the given id/inode
protected  java.util.List<Category> CategoryFactoryImpl.getParents(Categorizable child, java.lang.String relationType)
           
protected abstract  java.util.List<Category> CategoryFactory.getParents(Categorizable child, java.lang.String relationType)
          Retrieves the list of parents categories associated to the given id/inode
 java.util.List<Category> CategoryAPIImpl.getParents(Categorizable child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 java.util.List<Category> CategoryAPI.getParents(Categorizable child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Retrieves the list of parents categories associated to the given id/inode
 void CategoryCacheImpl.putChildren(Categorizable parent, java.util.List<Category> children)
           
protected abstract  void CategoryCache.putChildren(Categorizable parentId, java.util.List<Category> children)
          Sets the list of children based on the given parent id/inode
protected  void CategoryCacheImpl.putParents(Categorizable child, java.util.List<Category> parents)
           
protected abstract  void CategoryCache.putParents(Categorizable child, java.util.List<Category> parents)
          Sets the list of parent categories of the given child id/inode
protected  void CategoryCacheImpl.removeChild(Categorizable parent, Category child)
           
protected abstract  void CategoryCache.removeChild(Categorizable parentId, Category child)
          Removes the list of children categories based using the given parent id/inode
protected  void CategoryFactoryImpl.removeChild(Categorizable parent, Category child, java.lang.String relationType)
           
protected abstract  void CategoryFactory.removeChild(Categorizable parent, Category child, java.lang.String relationType)
          Removes from the list of children categories the given child
 void CategoryAPIImpl.removeChild(Categorizable parent, Category child, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.removeChild(Categorizable parent, Category child, java.lang.String relationType, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Removes from the list of children categories the given child
 void CategoryAPIImpl.removeChild(Categorizable parent, Category child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.removeChild(Categorizable parent, Category child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Removes from the list of children categories the given child
protected  void CategoryFactoryImpl.removeChildren(Categorizable parent)
           
protected abstract  void CategoryFactory.removeChildren(Categorizable parent)
          Removes all the associated children categories of the given parent
protected  void CategoryCacheImpl.removeChildren(Categorizable parent)
           
protected abstract  void CategoryCache.removeChildren(Categorizable parentId)
          Removes the list of children categories based using the given parent id/inode
 void CategoryAPIImpl.removeChildren(Categorizable parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.removeChildren(Categorizable parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Removes all the associated children categories of the given parent
protected  void CategoryFactoryImpl.removeParent(Categorizable child, Category parent)
           
protected abstract  void CategoryFactory.removeParent(Categorizable child, Category parent)
          Associates the given the list of categories as parents of the given children id Older parents gets removed from the list
protected  void CategoryCacheImpl.removeParent(Categorizable child, Category parent)
           
protected abstract  void CategoryCache.removeParent(Categorizable child, Category parent)
          Sets the list of parent categories of the given child id/inode
 void CategoryAPIImpl.removeParent(Categorizable child, Category parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.removeParent(Categorizable child, Category parent, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Associates the given the list of categories as parents of the given children id Older parents gets removed from the list
protected  void CategoryFactoryImpl.removeParents(Categorizable child)
           
protected abstract  void CategoryFactory.removeParents(Categorizable child)
          Removes the parents associated to the given children category
protected  void CategoryCacheImpl.removeParents(Categorizable child)
           
protected abstract  void CategoryCache.removeParents(Categorizable child)
          Removes the parents associated to the given children category
 void CategoryAPIImpl.removeParents(Categorizable child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.removeParents(Categorizable child, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Removes the parents associated to the given children category
protected  void CategoryFactoryImpl.setChildren(Categorizable parent, java.util.List<Category> children)
           
protected abstract  void CategoryFactory.setChildren(Categorizable parent, java.util.List<Category> children)
          This methods associates the given children list to the given parent
 void CategoryAPIImpl.setChildren(Categorizable parent, java.util.List<Category> children, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.setChildren(Categorizable parent, java.util.List<Category> children, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          This methods associates the given children list to the given parent
protected  void CategoryFactoryImpl.setParents(Categorizable child, java.util.List<Category> parents)
           
protected abstract  void CategoryFactory.setParents(Categorizable child, java.util.List<Category> parents)
          Associates to the given list of categories as parents of the child id/inode Older parents gets replaced by the new list
 void CategoryAPIImpl.setParents(Categorizable child, java.util.List<Category> parents, com.liferay.portal.model.User user, boolean respectFrontendRoles)
           
 void CategoryAPI.setParents(Categorizable child, java.util.List<Category> parents, com.liferay.portal.model.User user, boolean respectFrontendRoles)
          Associates to the given list of categories as parents of the child id/inode Older parents gets replaced by the new list
 

Uses of Categorizable in com.dotmarketing.portlets.categories.model
 

Classes in com.dotmarketing.portlets.categories.model that implement Categorizable
 class Category
           
 

Uses of Categorizable in com.dotmarketing.portlets.communications.model
 

Classes in com.dotmarketing.portlets.communications.model that implement Categorizable
 class Communication
          This class is to get the communication object of the communication manager portlet
 

Uses of Categorizable in com.dotmarketing.portlets.containers.model
 

Classes in com.dotmarketing.portlets.containers.model that implement Categorizable
 class Container
           
 

Uses of Categorizable in com.dotmarketing.portlets.contentlet.model
 

Classes in com.dotmarketing.portlets.contentlet.model that implement Categorizable
 class Contentlet
           
 class ContentletAndBinary
           
 

Uses of Categorizable in com.dotmarketing.portlets.discountcode.model
 

Classes in com.dotmarketing.portlets.discountcode.model that implement Categorizable
 class DiscountCode
           
 

Uses of Categorizable in com.dotmarketing.portlets.entities.model
 

Classes in com.dotmarketing.portlets.entities.model that implement Categorizable
 class Entity
           
 

Uses of Categorizable in com.dotmarketing.portlets.event_registrations.model
 

Classes in com.dotmarketing.portlets.event_registrations.model that implement Categorizable
 class WebEventAttendee
           
 class WebEventRegistration
           
 

Uses of Categorizable in com.dotmarketing.portlets.events.model
 

Classes in com.dotmarketing.portlets.events.model that implement Categorizable
 class EventRegistration
           
 class Recurance
           
 

Uses of Categorizable in com.dotmarketing.portlets.facilities.model
 

Classes in com.dotmarketing.portlets.facilities.model that implement Categorizable
 class Facility
           
 

Uses of Categorizable in com.dotmarketing.portlets.files.model
 

Classes in com.dotmarketing.portlets.files.model that implement Categorizable
 class File
           
 class MP3File
           
 

Uses of Categorizable in com.dotmarketing.portlets.fileUpload.model
 

Classes in com.dotmarketing.portlets.fileUpload.model that implement Categorizable
 class FileUpload
           
 

Uses of Categorizable in com.dotmarketing.portlets.folders.model
 

Classes in com.dotmarketing.portlets.folders.model that implement Categorizable
 class Folder
           
 

Uses of Categorizable in com.dotmarketing.portlets.htmlpages.model
 

Classes in com.dotmarketing.portlets.htmlpages.model that implement Categorizable
 class HTMLPage
           
 

Uses of Categorizable in com.dotmarketing.portlets.jobs.model
 

Classes in com.dotmarketing.portlets.jobs.model that implement Categorizable
 class Jobs
           
 class Resume
           
 class Searchfirm
           
 

Uses of Categorizable in com.dotmarketing.portlets.links.model
 

Classes in com.dotmarketing.portlets.links.model that implement Categorizable
 class Link
           
 

Uses of Categorizable in com.dotmarketing.portlets.mailinglists.model
 

Classes in com.dotmarketing.portlets.mailinglists.model that implement Categorizable
 class MailingList
           
 

Uses of Categorizable in com.dotmarketing.portlets.order_manager.model
 

Classes in com.dotmarketing.portlets.order_manager.model that implement Categorizable
 class Order
           
 class OrderItem
           
 

Uses of Categorizable in com.dotmarketing.portlets.organization.model
 

Classes in com.dotmarketing.portlets.organization.model that implement Categorizable
 class Organization
           
 

Uses of Categorizable in com.dotmarketing.portlets.product.model
 

Classes in com.dotmarketing.portlets.product.model that implement Categorizable
 class Product
           
 class ProductFormat
           
 class ProductPrice
           
 

Uses of Categorizable in com.dotmarketing.portlets.report.model
 

Classes in com.dotmarketing.portlets.report.model that implement Categorizable
 class Report
           
 class ReportParameter
           
 

Uses of Categorizable in com.dotmarketing.portlets.structure.model
 

Classes in com.dotmarketing.portlets.structure.model that implement Categorizable
 class Field
           
 class Relationship
           
 class Structure
           
 

Uses of Categorizable in com.dotmarketing.portlets.templates.model
 

Classes in com.dotmarketing.portlets.templates.model that implement Categorizable
 class Template
           
 class TemplateWrapper
           
 

Uses of Categorizable in com.dotmarketing.portlets.user.model
 

Classes in com.dotmarketing.portlets.user.model that implement Categorizable
 class UserComment
           
 

Uses of Categorizable in com.dotmarketing.portlets.userfilter.model
 

Classes in com.dotmarketing.portlets.userfilter.model that implement Categorizable
 class UserFilter
           
 

Uses of Categorizable in com.dotmarketing.portlets.virtuallinks.model
 

Classes in com.dotmarketing.portlets.virtuallinks.model that implement Categorizable
 class VirtualLink
           
 

Uses of Categorizable in com.dotmarketing.portlets.webevents.model
 

Classes in com.dotmarketing.portlets.webevents.model that implement Categorizable
 class WebEvent
           
 class WebEventLocation
           
 

Uses of Categorizable in com.dotmarketing.portlets.workflowmessages.model
 

Classes in com.dotmarketing.portlets.workflowmessages.model that implement Categorizable
 class WorkflowMessage
           
 

Uses of Categorizable in com.dotmarketing.portlets.workflows.model
 

Classes in com.dotmarketing.portlets.workflows.model that implement Categorizable
 class WorkflowComment
           
 class WorkflowHistory
           
 class WorkflowTask
           
 



Copyright © 2010 dotCMS Inc. All Rights Reserved.