fr.paris.lutece.plugins.document.business
Class DocumentFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.document.business.DocumentFilter

public class DocumentFilter
extends java.lang.Object


Constructor Summary
DocumentFilter()
           
 
Method Summary
 boolean containsCategoriesCriteria()
          Tell if the filter contains a criteria on the Category
 boolean containsDocumentTypeCriteria()
          Tell if the filter contains a criteria on the Document type
 boolean containsIdsCriteria()
          Tell if the filter contains a criteria on the Id
 boolean containsSpaceCriteria()
          Tell if the filter contains a criteria on the Document space
 boolean containsStateCriteria()
          Tell if the filter contains a criteria on the Document state
 int[] getCategoriesId()
           
 java.lang.String getCodeDocumentType()
          Returns the CodeDocumentType
 int[] getIds()
           
 int getIdSpace()
          Returns the IdSpace
 int getIdState()
          Returns the IdState
 void setCategoriesId(int[] arrayCategoriesId)
           
 void setCodeDocumentType(java.lang.String strCodeDocumentType)
          Sets the CodeDocumentType
 void setIds(int[] arrayId)
           
 void setIdSpace(int nIdSpace)
          Sets the IdSpace
 void setIdState(int nIdState)
          Sets the IdState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFilter

public DocumentFilter()
Method Detail

getIdSpace

public int getIdSpace()
Returns the IdSpace

Returns:
The IdSpace

setIdSpace

public void setIdSpace(int nIdSpace)
Sets the IdSpace

Parameters:
nIdSpace - The IdSpace

containsSpaceCriteria

public boolean containsSpaceCriteria()
Tell if the filter contains a criteria on the Document space

Returns:
True if the filter contains a criteria on the Document space otherwise false

getIdState

public int getIdState()
Returns the IdState

Returns:
The IdState

containsStateCriteria

public boolean containsStateCriteria()
Tell if the filter contains a criteria on the Document state

Returns:
True if the filter contains a criteria on the Document state otherwise false

setIdState

public void setIdState(int nIdState)
Sets the IdState

Parameters:
nIdState - The IdState

getCodeDocumentType

public java.lang.String getCodeDocumentType()
Returns the CodeDocumentType

Returns:
The CodeDocumentType

setCodeDocumentType

public void setCodeDocumentType(java.lang.String strCodeDocumentType)
Sets the CodeDocumentType

Parameters:
strCodeDocumentType - The CodeDocumentType

containsDocumentTypeCriteria

public boolean containsDocumentTypeCriteria()
Tell if the filter contains a criteria on the Document type

Returns:
True if the filter contains a criteria on the Document type otherwise false

getCategoriesId

public int[] getCategoriesId()
Returns:
the _arrayCategoriesId

setCategoriesId

public void setCategoriesId(int[] arrayCategoriesId)
Parameters:
arrayCategoriesId - the _arrayCategoriesId to set

containsCategoriesCriteria

public boolean containsCategoriesCriteria()
Tell if the filter contains a criteria on the Category

Returns:
True if the filter contains a criteria on the categories otherwise false

containsIdsCriteria

public boolean containsIdsCriteria()
Tell if the filter contains a criteria on the Id

Returns:
True if the filter contains a criteria on the Ids otherwise false

getIds

public int[] getIds()
Returns:
the _arrayId

setIds

public void setIds(int[] arrayId)
Parameters:
arrayId - the _arrayId to set


Copyright © 2010 Mairie de Paris. All Rights Reserved.