fr.paris.lutece.plugins.profiles.business.views
Class ViewFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.profiles.business.views.ViewFilter

public class ViewFilter
extends java.lang.Object

ViewFilter


Constructor Summary
ViewFilter()
          Constructor
 
Method Summary
 java.lang.String getDescription()
          Returns the view's description
 java.lang.String getKey()
          Gets the view key
 java.lang.String getUrlAttributes()
          Build url attributes
 void init()
          Initialize each component of the object
 void setDescription(java.lang.String strDescription)
          Sets the view's description
 boolean setFilter(javax.servlet.http.HttpServletRequest request)
          Set the value of the ViewFilter
 void setKey(java.lang.String strKey)
          Sets the view key
 void setUrlAttributes(fr.paris.lutece.util.url.UrlItem url)
          Build url attributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewFilter

public ViewFilter()
Constructor

Method Detail

init

public void init()
Initialize each component of the object


getKey

public java.lang.String getKey()
Gets the view key

Returns:
Returns the Key.

setKey

public void setKey(java.lang.String strKey)
Sets the view key

Parameters:
strKey - The Key

getDescription

public java.lang.String getDescription()
Returns the view's description

Returns:
Returns the Description.

setDescription

public void setDescription(java.lang.String strDescription)
Sets the view's description

Parameters:
strDescription - The view's description

setFilter

public boolean setFilter(javax.servlet.http.HttpServletRequest request)
Set the value of the ViewFilter

Parameters:
request - HttpServletRequest
Returns:
true if there is a search

setUrlAttributes

public void setUrlAttributes(fr.paris.lutece.util.url.UrlItem url)
Build url attributes

Parameters:
url - the url

getUrlAttributes

public java.lang.String getUrlAttributes()
Build url attributes

Returns:
the url attributes


Copyright © 2011 Mairie de Paris. All Rights Reserved.