Uses of Class
fr.paris.lutece.plugins.directory.business.Directory

Packages that use Directory
fr.paris.lutece.plugins.directory.business   
fr.paris.lutece.plugins.directory.service.directorysearch   
 

Uses of Directory in fr.paris.lutece.plugins.directory.business
 

Methods in fr.paris.lutece.plugins.directory.business that return Directory
static Directory DirectoryHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a directory whose identifier is specified in parameter
 Directory Entry.getDirectory()
           
 Directory IEntry.getDirectory()
           
 Directory Record.getDirectory()
           
 Directory DirectoryDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the Directory from the table
 Directory IDirectoryDAO.load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the Directory from the table
 

Methods in fr.paris.lutece.plugins.directory.business that return types with arguments of type Directory
static java.util.List<Directory> DirectoryHome.getDirectoryList(DirectoryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the directory who verify the filter and returns them in a list
 java.util.List<Directory> DirectoryDAO.selectDirectoryList(DirectoryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the directory who verify the filter and returns them in a list
 java.util.List<Directory> IDirectoryDAO.selectDirectoryList(DirectoryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the directory who verify the filter and returns them in a list
 

Methods in fr.paris.lutece.plugins.directory.business with parameters of type Directory
static void DirectoryHome.copy(Directory directory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Copy of an instance of directory
static int DirectoryHome.create(Directory directory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of directory
 int DirectoryDAO.insert(Directory directory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 int IDirectoryDAO.insert(Directory directory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void Entry.setDirectory(Directory directory)
           
 void IEntry.setDirectory(Directory directory)
          set the directory associate to the entry
 void Record.setDirectory(Directory directory)
          set the directory associate to the record
 void DirectoryDAO.store(Directory directory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the directory in the table
 void IDirectoryDAO.store(Directory directory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the directory in the table
static void DirectoryHome.update(Directory directory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the directory which is specified in parameter
 

Uses of Directory in fr.paris.lutece.plugins.directory.service.directorysearch
 

Methods in fr.paris.lutece.plugins.directory.service.directorysearch with parameters of type Directory
 java.util.List<java.lang.Integer> DirectorySearchService.getSearchResults(Directory directory, java.util.HashMap<java.lang.String,java.util.List<RecordField>> mapSearch, java.util.Date dateCreation, java.util.Date dateCreationBegin, java.util.Date dateCreationEnd, RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Return a list of record key return by the search
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.