fr.paris.lutece.plugins.profiles.business
Class ProfileFilter

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

public class ProfileFilter
extends Object

ProfileFilter


Constructor Summary
ProfileFilter()
          Constructor
 
Method Summary
 String getDescription()
          Returns the profile's description
 String getKey()
          Gets the profile key
 String getUrlAttributes()
          Build url attributes
 void init()
          Initialize each component of the object
 void setDescription(String strDescription)
          Sets the profile's description
 boolean setFilter(javax.servlet.http.HttpServletRequest request)
          Set the value of the ProfileFilter
 void setKey(String strKey)
          Sets the profile 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

ProfileFilter

public ProfileFilter()
Constructor

Method Detail

init

public void init()
Initialize each component of the object


getKey

public String getKey()
Gets the profile key

Returns:
Returns the Key.

setKey

public void setKey(String strKey)
Sets the profile key

Parameters:
strKey - The Key

getDescription

public String getDescription()
Returns the profile's description

Returns:
Returns the Description.

setDescription

public void setDescription(String strDescription)
Sets the profile's description

Parameters:
strDescription - The profile's description

setFilter

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

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 String getUrlAttributes()
Build url attributes

Returns:
the url attributes


Copyright © 2013 Mairie de Paris. All Rights Reserved.