fr.paris.lutece.plugins.directory.business
Class DirectoryXslHome

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.business.DirectoryXslHome

public final class DirectoryXslHome
extends java.lang.Object

This class provides instances management methods (create, find, ...) for ExportFormat objects


Method Summary
static void create(DirectoryXsl directoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of Directory Xsl
static DirectoryXsl findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a DirectoryXsl whose identifier is specified in parameter
static java.util.List<DirectoryXsl> getList(DirectoryXslFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Loads the data of all the DirectoryXsl who verify the filter and returns them in a list
static fr.paris.lutece.util.ReferenceList getRefList(DirectoryXslFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Loads in the reference list the data of all the DirectoryXsl who verify the filter and returns them in a list
static void remove(int nIdDirectoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Remove the DirectoryXsl whose identifier is specified in parameter
static void update(DirectoryXsl directoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the DirectoryXsl which is specified in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static void create(DirectoryXsl directoryXsl,
                          fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of Directory Xsl

Parameters:
directoryXsl - The instance of the directoryXsl which contains the informations to store
plugin - the Plugin

update

public static void update(DirectoryXsl directoryXsl,
                          fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the DirectoryXsl which is specified in parameter

Parameters:
directoryXsl - The instance of the directoryXsl which contains the informations to update
plugin - the Plugin

remove

public static void remove(int nIdDirectoryXsl,
                          fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the DirectoryXsl whose identifier is specified in parameter

Parameters:
nIdDirectoryXsl - The DirectoryXsl Id
plugin - the Plugin

findByPrimaryKey

public static DirectoryXsl findByPrimaryKey(int nKey,
                                            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a DirectoryXsl whose identifier is specified in parameter

Parameters:
nKey - The directoryXsl primary key
plugin - the Plugin
Returns:
an instance of DirectoryXsl

getList

public static java.util.List<DirectoryXsl> getList(DirectoryXslFilter filter,
                                                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the DirectoryXsl who verify the filter and returns them in a list

Parameters:
filter - the filter
plugin - the Plugin
Returns:
the list which contains the data of all the Directory Xsl

getRefList

public static fr.paris.lutece.util.ReferenceList getRefList(DirectoryXslFilter filter,
                                                            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads in the reference list the data of all the DirectoryXsl who verify the filter and returns them in a list

Parameters:
filter - the filter
plugin - the Plugin
Returns:
the list which contains the data of all the Directory Xsl


Copyright © 2011 Mairie de Paris. All Rights Reserved.