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

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.business.DirectoryXsl
All Implemented Interfaces:
fr.paris.lutece.portal.service.rbac.RBACResource

public class DirectoryXsl
extends java.lang.Object
implements fr.paris.lutece.portal.service.rbac.RBACResource

class DirectoryXsl


Field Summary
static java.lang.String RESOURCE_TYPE
           
 
Constructor Summary
DirectoryXsl()
           
 
Method Summary
 java.util.List<DirectoryAction> getActions()
           
 Category getCategory()
           
 java.lang.String getDescription()
           
 java.lang.String getExtension()
          get the extension of the output file generate by the xsl
 File getFile()
           
 int getIdDirectoryXsl()
           
 java.lang.String getResourceId()
          RBAC resource implmentation
 java.lang.String getResourceTypeCode()
          RBAC resource implmentation
 java.lang.String getTitle()
           
 void setActions(java.util.List<DirectoryAction> directoryActions)
          set a list of action can be use for the directoryXsl
 void setCategory(Category category)
          set the category of the xsl
 void setDescription(java.lang.String description)
          set the description of the directory xsl
 void setExtension(java.lang.String extension)
          set the extension of the output file generate by the xsl
 void setFile(File file)
          set the xsl file of the directory xsl
 void setIdDirectoryXsl(int idExport)
          set the id of the directory xsl
 void setTitle(java.lang.String title)
          set the title of the directory xsl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_TYPE

public static final java.lang.String RESOURCE_TYPE
See Also:
Constant Field Values
Constructor Detail

DirectoryXsl

public DirectoryXsl()
Method Detail

getIdDirectoryXsl

public int getIdDirectoryXsl()
Returns:
the id of the directory xsl

setIdDirectoryXsl

public void setIdDirectoryXsl(int idExport)
set the id of the directory xsl

Parameters:
idExport - the id of the directory xsl

getDescription

public java.lang.String getDescription()
Returns:
the description of the directory xsl

setDescription

public void setDescription(java.lang.String description)
set the description of the directory xsl

Parameters:
description - the description of the directory xsl

getTitle

public java.lang.String getTitle()
Returns:
the title of the directory xsl

setTitle

public void setTitle(java.lang.String title)
set the title of the directory xsl

Parameters:
title - the title of the directory xsl

getFile

public File getFile()
Returns:
the xsl file of the directory xsl

setFile

public void setFile(File file)
set the xsl file of the directory xsl

Parameters:
file - the xsl file of the directory xsl

getResourceTypeCode

public java.lang.String getResourceTypeCode()
RBAC resource implmentation

Specified by:
getResourceTypeCode in interface fr.paris.lutece.portal.service.rbac.RBACResource
Returns:
The resource type code

getResourceId

public java.lang.String getResourceId()
RBAC resource implmentation

Specified by:
getResourceId in interface fr.paris.lutece.portal.service.rbac.RBACResource
Returns:
The resourceId

getExtension

public java.lang.String getExtension()
get the extension of the output file generate by the xsl

Returns:
the extension of the out put file

setExtension

public void setExtension(java.lang.String extension)
set the extension of the output file generate by the xsl

Parameters:
extension - the extension of the out put file

getCategory

public Category getCategory()
Returns:
the category of the xsl

setCategory

public void setCategory(Category category)
set the category of the xsl

Parameters:
category - the category of the xsl

getActions

public java.util.List<DirectoryAction> getActions()
Returns:
a list of action can be use for the directoryXsl

setActions

public void setActions(java.util.List<DirectoryAction> directoryActions)
set a list of action can be use for the directoryXsl

Parameters:
directoryActions - a list of action must be use for the directoryXsl


Copyright © 2011 Mairie de Paris. All Rights Reserved.