Uses of Class
fr.paris.lutece.plugins.helpdesk.business.AbstractSubject

Packages that use AbstractSubject
fr.paris.lutece.plugins.helpdesk.business   
 

Uses of AbstractSubject in fr.paris.lutece.plugins.helpdesk.business
 

Subclasses of AbstractSubject in fr.paris.lutece.plugins.helpdesk.business
 class Subject
          This class represents a Subject object.
 class Theme
          This class represents a Theme object.
 

Methods in fr.paris.lutece.plugins.helpdesk.business that return AbstractSubject
 AbstractSubject AbstractSubjectHome.create(AbstractSubject abstractSubject, int nIdFaq, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of an article AbstractSubject
 AbstractSubject AbstractSubjectHome.findByFaqOrder(int nIdFaq, int nOrder, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of the AbstractSubject whose identifier is specified in parameter
 AbstractSubject IAbstractSubjectDAO.findByFaqOrder(int nIdFaq, int nOrder, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find a abstractSubject with the faq id and the order.
 AbstractSubject AbstractSubjectHome.findByOrder(int nIdParent, int nOrder, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of the AbstractSubject whose identifier is specified in parameter
 AbstractSubject IAbstractSubjectDAO.findByOrder(int nIdParent, int nOrder, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find a abstractSubject with the parent id and the order.
 AbstractSubject AbstractSubjectHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of the AbstractSubject whose identifier is specified in parameter
abstract  AbstractSubject AbstractSubject.getParent(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the parent abstract subject
 AbstractSubject IAbstractSubjectDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          load the data of AbstractSubject from the table
 AbstractSubject AbstractSubjectHome.update(AbstractSubject abstractSubject, int nIdFaq, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Updates of the AbstractSubject instance specified in parameter
 

Methods in fr.paris.lutece.plugins.helpdesk.business that return types with arguments of type AbstractSubject
 List<? extends AbstractSubject> AbstractSubjectHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns AbstractSubject list
 List<? extends AbstractSubject> IAbstractSubjectDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all objects of this type
 List<? extends AbstractSubject> SubjectDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all objects of this type
 List<? extends AbstractSubject> ThemeDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all objects of this type
 Collection<? extends AbstractSubject> AbstractSubjectHome.findByIdFaq(int nIdFaq, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all Subject specified by the Faq id
 Collection<? extends AbstractSubject> IAbstractSubjectDAO.findByIdFaq(int nIdFaq, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all AbstractSubject specified by the Faq id
 Collection<? extends AbstractSubject> SubjectDAO.findByIdFaq(int nIdFaq, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all Subject specified by the Faq id
 Collection<? extends AbstractSubject> ThemeDAO.findByIdFaq(int nIdFaq, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all Theme specified by the Faq id
 Collection<? extends AbstractSubject> AbstractSubjectHome.findByIdParent(int nIdParent, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all AbstractSubject specified by the parent id
 Collection<? extends AbstractSubject> IAbstractSubjectDAO.findByIdParent(int nIdParent, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all AbstractSubject specified by the parent id
 Collection<? extends AbstractSubject> SubjectDAO.findByIdParent(int nIdParent, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all Subject specified by the parent id
 Collection<? extends AbstractSubject> ThemeDAO.findByIdParent(int nIdParent, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Finds all Theme specified by the parent id
abstract  Collection<? extends AbstractSubject> AbstractSubject.getChilds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the child abstract subject list
 

Methods in fr.paris.lutece.plugins.helpdesk.business with parameters of type AbstractSubject
 AbstractSubject AbstractSubjectHome.create(AbstractSubject abstractSubject, int nIdFaq, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of an article AbstractSubject
 void IAbstractSubjectDAO.insert(AbstractSubject abstractSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void SubjectDAO.insert(AbstractSubject abstractSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void ThemeDAO.insert(AbstractSubject abstractSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IAbstractSubjectDAO.store(AbstractSubject abstractSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void SubjectDAO.store(AbstractSubject abstractSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void ThemeDAO.store(AbstractSubject abstractSubject, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 AbstractSubject AbstractSubjectHome.update(AbstractSubject abstractSubject, int nIdFaq, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Updates of the AbstractSubject instance specified in parameter
 



Copyright © 2013 Mairie de Paris. All Rights Reserved.