|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.xsl.XslExportHome
public final class XslExportHome
This class provides instances management methods (create, find, ...) for ExportFormat objects
Method Summary | |
---|---|
static void |
create(XslExport xslExport)
Creation of an instance of Xsl Export |
static XslExport |
findByPrimaryKey(int nKey)
Returns an instance of a XslExport whose identifier is specified in parameter |
static List<XslExport> |
getList()
Loads the data of all the XslExport and returns them in a list |
static List<XslExport> |
getListByPlugin(Plugin plugin)
Loads the data of XslExport associated with a given plugin and returns them in a list |
static ReferenceList |
getRefList()
Loads in the reference list the data of all the XslExport and returns them in a list |
static ReferenceList |
getRefListByPlugin(Plugin plugin)
Loads the data of XslExport associated with a given plugin and returns them in a list |
static void |
remove(int nIdXslExport)
Remove the XslExport whose identifier is specified in parameter |
static void |
update(XslExport xslExport)
Update of the XslExport 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 |
---|
public static void create(XslExport xslExport)
xslExport
- The instance of the xslExport which contains the informations to storepublic static void update(XslExport xslExport)
xslExport
- The instance of the xslExport which contains the informations to updatepublic static void remove(int nIdXslExport)
nIdXslExport
- The XslExport Idpublic static XslExport findByPrimaryKey(int nKey)
nKey
- The xslExport primary key
public static List<XslExport> getList()
public static List<XslExport> getListByPlugin(Plugin plugin)
plugin
- The plugin
public static ReferenceList getRefList()
public static ReferenceList getRefListByPlugin(Plugin plugin)
plugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |